diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-26 23:57:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-26 23:57:43 +0000 |
commit | c2069bb2e371ac854fc2ac484406b28c998c4175 (patch) | |
tree | ec91d6695dfceebf48656146e768f691a8118d16 /gas/read.c | |
parent | d336b6b9e82615ea37c2fc463372e39acd253d6b (diff) | |
download | gdb-c2069bb2e371ac854fc2ac484406b28c998c4175.zip gdb-c2069bb2e371ac854fc2ac484406b28c998c4175.tar.gz gdb-c2069bb2e371ac854fc2ac484406b28c998c4175.tar.bz2 |
PR gas/10850
* listing.c (listing_flags): Delete.
* listing.h: Likewise.
* read.c (potable <lflags>): Call s_ignore.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ static const pseudo_typeS potable[] = { {"irpc", s_irp, 1}, {"irepc", s_irp, 1}, {"lcomm", s_lcomm, 0}, - {"lflags", listing_flags, 0}, /* Listing flags. */ + {"lflags", s_ignore, 0}, /* Listing flags. */ {"linefile", s_app_line, 0}, {"linkonce", s_linkonce, 0}, {"list", listing_list, 1}, /* Turn listing on. */ |