diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
commit | 68215e49a61b9179c353b5edd9b5796b04acdba0 (patch) | |
tree | 28111445709b1e369e559db59f8c46cf5b81a203 /gcc/listing | |
parent | 489ae1b6ce3a4da007b9b313a477ac4105dccab1 (diff) | |
download | gcc-68215e49a61b9179c353b5edd9b5796b04acdba0.tar.gz |
dummy commit before merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/listing')
-rwxr-xr-x | gcc/listing | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/listing b/gcc/listing index 08abb1db4ce..dc989f6eaef 100755 --- a/gcc/listing +++ b/gcc/listing @@ -32,7 +32,7 @@ # mc68030 for Motorola 68030 (Sun-3, ..) # sparc for SPARC (SUN-4, ..) # i386 for i386 (Sun i386, ...) -# i386-linux for i386 (Linux, ...) +# i386-gnu-linux for i386 (GNU/Linux, ...) # Guess what kind of objects we are creating and thus what type of assembler # symbols to look for @@ -62,7 +62,7 @@ cd $WD # MYSYS=mc68030 # MYSYS=sparc # MYSYS=i386 -# MYSYS=i386-linux +# MYSYS=i386-gnu-linux # MYSYS=`mach` # this will work on Suns with SunOS > 4.0.0 # MYSYS=elf # MYSYS=coff @@ -103,7 +103,7 @@ BEGIN { line_delimiter = ","; line_offset = 0; } - else if (sys == "mc68020" || sys == "mc68030" || sys == "i386-linux") { + else if (sys == "mc68020" || sys == "mc68030" || sys == "i386-gnu-linux") { line_hint = "^[ \t]*\.stabd.*" line_field = 3; line_delimiter = ","; |