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
996cc4f5
Commit
996cc4f5
authored
Nov 15, 1996
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove COMMENT_BEGIN
From-SVN: r13177
parent
1e66ce77
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
16 deletions
+0
-16
gcc/config/i386/386bsd.h
+0
-5
gcc/config/i386/freebsd.h
+0
-5
gcc/config/i386/netbsd.h
+0
-5
gcc/config/i386/unix.h
+0
-1
No files found.
gcc/config/i386/386bsd.h
View file @
996cc4f5
...
@@ -49,11 +49,6 @@
...
@@ -49,11 +49,6 @@
} \
} \
}
}
/* There are conflicting reports about whether this system uses
a different assembler syntax. wilson@cygnus.com says # is right. */
#undef COMMENT_BEGIN
#define COMMENT_BEGIN "#"
#undef ASM_APP_ON
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"
#define ASM_APP_ON "#APP\n"
...
...
gcc/config/i386/freebsd.h
View file @
996cc4f5
...
@@ -56,11 +56,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -56,11 +56,6 @@ Boston, MA 02111-1307, USA. */
#define HAVE_ATEXIT
#define HAVE_ATEXIT
/* There are conflicting reports about whether this system uses
a different assembler syntax. wilson@cygnus.com says # is right. */
#undef COMMENT_BEGIN
#define COMMENT_BEGIN "#"
#undef ASM_APP_ON
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"
#define ASM_APP_ON "#APP\n"
...
...
gcc/config/i386/netbsd.h
View file @
996cc4f5
...
@@ -30,11 +30,6 @@
...
@@ -30,11 +30,6 @@
#undef WCHAR_TYPE_SIZE
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 32
#define WCHAR_TYPE_SIZE 32
/* There are conflicting reports about whether this system uses
a different assembler syntax. wilson@cygnus.com says # is right. */
#undef COMMENT_BEGIN
#define COMMENT_BEGIN "#"
#undef ASM_APP_ON
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"
#define ASM_APP_ON "#APP\n"
...
...
gcc/config/i386/unix.h
View file @
996cc4f5
...
@@ -101,7 +101,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -101,7 +101,6 @@ Boston, MA 02111-1307, USA. */
/* String containing the assembler's comment-starter. */
/* String containing the assembler's comment-starter. */
#define ASM_COMMENT_START "/"
#define ASM_COMMENT_START "/"
#define COMMENT_BEGIN "/"
/* Output to assembler file text saying following lines
/* Output to assembler file text saying following lines
may contain character constants, extra white space, comments, etc. */
may contain character constants, extra white space, comments, etc. */
...
...
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