Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
e55871c6
Commit
e55871c6
authored
1 week ago
by
James K. Lowden
Browse files
Options
Downloads
Plain Diff
Merge branch 'parser' into master+cobol
parents
d2c1edc7
3316660a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2572
failed
1 week ago
Stage: build
Stage: test
Stage: deploy
Stage: release
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gcc/cobol/cobol1.cc
+4
-1
4 additions, 1 deletion
gcc/cobol/cobol1.cc
libgcobol/Makefile.am
+1
-1
1 addition, 1 deletion
libgcobol/Makefile.am
libgcobol/configure.ac
+2
-0
2 additions, 0 deletions
libgcobol/configure.ac
with
7 additions
and
2 deletions
gcc/cobol/cobol1.cc
+
4
−
1
View file @
e55871c6
...
...
@@ -699,7 +699,10 @@ cobol_get_sarif_source_language(const char *)
#undef LANG_HOOKS_SET_DECL_ASSEMBLER_NAME
#undef LANG_HOOKS_GET_SARIF_SOURCE_LANGUAGE
#define LANG_HOOKS_NAME "Cobol"
// We use GCC in the name, not GNU, as others do,
// because "GnuCOBOL" refers to a different GNU project.
// https://www.gnu.org/software/software.html
#define LANG_HOOKS_NAME "GCC COBOL"
#define LANG_HOOKS_INIT cobol_langhook_init
#define LANG_HOOKS_OPTION_LANG_MASK cobol_option_lang_mask
...
...
This diff is collapsed.
Click to expand it.
libgcobol/Makefile.am
+
1
−
1
View file @
e55871c6
...
...
@@ -22,7 +22,7 @@
AUTOMAKE_OPTIONS
=
1.8 foreign
ACLOCAL_AMFLAGS
=
-I
..
-I
../config
lib_LTLIBRARIES
=
libgcobol.la
toolexec
lib_LTLIBRARIES
=
libgcobol.la
libgcobol.la
:
$(libgcobol_la_OBJECTS)
\
$(libgcobol_la_DEPENDENCIES)
\
...
...
This diff is collapsed.
Click to expand it.
libgcobol/configure.ac
+
2
−
0
View file @
e55871c6
...
...
@@ -92,6 +92,8 @@ AC_CACHE_CHECK([whether __int128 is supported], [libgcobol_cv_have_int128],
# however the libgcobol build uses a hardcoded Makefile.in file.
AM_CONDITIONAL(BUILD_LIBGCOBOL, [test "x$libgcobol_cv_have_int128" = xyes])
GCC_WITH_TOOLEXECLIBDIR
AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
AC_ARG_ENABLE(version-specific-runtime-libs,
[ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory ],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment