summaryrefslogtreecommitdiff
path: root/gas/listing.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-10-26 23:57:43 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-10-26 23:57:43 +0000
commit84795108908ab85b441692194fe131652f848867 (patch)
treed08cf06efb92397001264ab04b5aeefa122c3f6a /gas/listing.h
parent89c1457a945f726957573e82f26fae7d15b601ff (diff)
downloadbinutils-redhat-84795108908ab85b441692194fe131652f848867.tar.gz
PR gas/10850
* listing.c (listing_flags): Delete. * listing.h: Likewise. * read.c (potable <lflags>): Call s_ignore.
Diffstat (limited to 'gas/listing.h')
-rw-r--r--gas/listing.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/listing.h b/gas/listing.h
index 6b6e9ce2fc..79afdac6b6 100644
--- a/gas/listing.h
+++ b/gas/listing.h
@@ -1,6 +1,6 @@
/* This file is listing.h
Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998,
- 2003, 2005, 2007, 2008 Free Software Foundation, Inc.
+ 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -45,7 +45,6 @@
void listing_eject (int);
void listing_error (const char *message);
void listing_file (const char *name);
-void listing_flags (int);
void listing_list (int on);
void listing_newline (char *ps);
void listing_prev_line (void);