From 84795108908ab85b441692194fe131652f848867 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 26 Oct 2009 23:57:43 +0000 Subject: PR gas/10850 * listing.c (listing_flags): Delete. * listing.h: Likewise. * read.c (potable ): Call s_ignore. --- gas/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index 614457068a..45e95f62ba 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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. */ -- cgit v1.2.1