Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
328da75c
Commit
328da75c
authored
Feb 22, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Feb 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
From-SVN: r18195
parent
b50fa387
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
gcc/ChangeLog
+4
-0
gcc/config/vax/vms.h
+11
-1
No files found.
gcc/ChangeLog
View file @
328da75c
Sun Feb 22 20:58:19 1998 Jeffrey A Law (law@cygnus.com)
* vms.h (SELECT_SECTION): Use TREE_CODE_CLASS correctly.
1998-02-22 Paul Eggert <eggert@twinsun.com>
1998-02-22 Paul Eggert <eggert@twinsun.com>
* config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
* config/sparc/sol2-sld.h (LINKER_DOES_NOT_WORK_WITH_DWARF2):
...
...
gcc/config/vax/vms.h
View file @
328da75c
...
@@ -264,7 +264,7 @@ const_section () \
...
@@ -264,7 +264,7 @@ const_section () \
else \
else \
data_section (); \
data_section (); \
} \
} \
if (
*tree_code_type[(int) TREE_CODE (T)] == 'c')
\
if (
TREE_CODE_CLASS (TREE_CODE (T)) == 'c')
\
{ \
{ \
if ((TREE_CODE (T) == STRING_CST && flag_writable_strings)) \
if ((TREE_CODE (T) == STRING_CST && flag_writable_strings)) \
data_section (); \
data_section (); \
...
@@ -357,3 +357,13 @@ do { \
...
@@ -357,3 +357,13 @@ do { \
} while (0)
} while (0)
#endif
/* L__main */
#endif
/* L__main */
/* Specify the list of include file directories. */
#define INCLUDE_DEFAULTS \
{ \
{ "GNU_GXX_INCLUDE:", "G++", 1, 1 }, \
{ "GNU_CC_INCLUDE:", "GCC", 0, 0 },
/* GNU includes */
\
{ "SYS$SYSROOT:[SYSLIB.]", 0, 0, 0 },
/* VAX-11 "C" includes */
\
{ ".", 0, 0, 1 },
/* Make normal VMS filespecs work. */
\
{ 0, 0, 0, 0 } \
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment