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
39d7b605
Commit
39d7b605
authored
Nov 23, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(COMMENT_BEGIN): Redefine as #.
(ASM_APP_ON, ASM_APP_OFF): Redefine to use #. From-SVN: r2782
parent
89c6a30a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
gcc/config/i386/386bsd.h
+1
-3
No files found.
gcc/config/i386/386bsd.h
View file @
39d7b605
...
@@ -47,8 +47,7 @@
...
@@ -47,8 +47,7 @@
}
}
/* There are conflicting reports about whether this system uses
/* There are conflicting reports about whether this system uses
a different assembler syntax. */
a different assembler syntax. wilson@cygnus.com says # is right. */
#if 0
#undef COMMENT_BEGIN
#undef COMMENT_BEGIN
#define COMMENT_BEGIN "#"
#define COMMENT_BEGIN "#"
...
@@ -57,7 +56,6 @@
...
@@ -57,7 +56,6 @@
#undef ASM_APP_OFF
#undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n"
#define ASM_APP_OFF "#NO_APP\n"
#endif
/* Defines to be able to build libgcc.a with GCC.
/* Defines to be able to build libgcc.a with GCC.
These are the same as in i386mach.h. */
These are the same as in i386mach.h. */
...
...
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