diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-05-27 16:58:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-05-27 16:58:05 +0000 |
commit | c06e55d99ac38bd32492481f46b69ec62ee1e433 (patch) | |
tree | 7567d7ea926780a1d5242d47399b3a267283bb3a /gas/config/tc-sparc.c | |
parent | 60e8a534070c8dc181b2fb4971b8199597a168f1 (diff) | |
download | gdb-c06e55d99ac38bd32492481f46b69ec62ee1e433.zip gdb-c06e55d99ac38bd32492481f46b69ec62ee1e433.tar.gz gdb-c06e55d99ac38bd32492481f46b69ec62ee1e433.tar.bz2 |
changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)
Diffstat (limited to 'gas/config/tc-sparc.c')
-rw-r--r-- | gas/config/tc-sparc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 26e6643..733e3d2 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -2240,7 +2240,6 @@ md_parse_option (argP, cntP, vecP) if (!strcmp (*argP, "bump")) { warn_on_bump = 1; - } else if (**argP == 'A') { @@ -2278,6 +2277,10 @@ md_parse_option (argP, cntP, vecP) { /* use .stab instead of .stab.excl */ } + else if (**argP == 'q') + { + /* quick -- native assembler does fewer checks */ + } #endif else if (strcmp (*argP, "sparc") == 0) { |