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
071b7030
Commit
071b7030
authored
Oct 09, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since
-ansi doesn't change it. From-SVN: r12938
parent
4c4667c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
gcc/config/convex/convex.h
+0
-7
No files found.
gcc/config/convex/convex.h
View file @
071b7030
...
@@ -77,10 +77,7 @@ extern int target_flags;
...
@@ -77,10 +77,7 @@ extern int target_flags;
#define OVERRIDE_OPTIONS \
#define OVERRIDE_OPTIONS \
{ \
{ \
extern int dollars_in_ident; \
init_convex (); \
init_convex (); \
/* To compile system header files, allow $ in identifiers even if -ansi */
\
dollars_in_ident = 1; \
if ((target_flags & 077) != ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & 077)) \
if ((target_flags & 077) != ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & 077)) \
target_flags &= ~ (TARGET_DEFAULT | TARGET_CPU_DEFAULT); \
target_flags &= ~ (TARGET_DEFAULT | TARGET_CPU_DEFAULT); \
if (target_flags & 001) \
if (target_flags & 001) \
...
@@ -417,10 +414,6 @@ extern int target_flags;
...
@@ -417,10 +414,6 @@ extern int target_flags;
#define LINK_LIBGCC_SPECIAL_1
#define LINK_LIBGCC_SPECIAL_1
/* Allow $ in identifiers. */
#define DOLLARS_IN_IDENTIFIERS 2
/* Since IEEE support was added to gcc, most things seem to like it
/* Since IEEE support was added to gcc, most things seem to like it
better if we disable exceptions and check afterward for infinity. */
better if we disable exceptions and check afterward for infinity. */
...
...
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