projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b279f3
)
* rs6000/sysv4.h (ASM_FILE_START): Likewise.
author
Doug Evans
<dje@gnu.org>
Fri, 17 May 1996 16:24:20 +0000
(16:24 +0000)
committer
Doug Evans
<dje@gnu.org>
Fri, 17 May 1996 16:24:20 +0000
(16:24 +0000)
From-SVN: r12000
gcc/config/rs6000/sysv4.h
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/sysv4.h
b/gcc/config/rs6000/sysv4.h
index b521a77479070abd7bead2cc614affdb08388a59..23874c90fb269d2a1efe1e5cdb4645d8d3b75c36 100644
(file)
--- a/
gcc/config/rs6000/sysv4.h
+++ b/
gcc/config/rs6000/sysv4.h
@@
-686,11
+686,10
@@
do { \
|| (CHAR) == 'L' || (CHAR) == 'A' || (CHAR) == 'V' \
|| (CHAR) == 'B' || (CHAR) == 'b' || (CHAR) == 'G')
-/* Output .file
and comments listing what options there are
*/
+/* Output .file
.
*/
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
do { \
- ASM_OUTPUT_OPTIONS (FILE); \
output_file_directive ((FILE), main_input_filename); \
} while (0)