aboutsummaryrefslogtreecommitdiff
path: root/gas/listing.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-13 09:13:54 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-13 09:13:54 +0000
commit8b228fe958bcac8cf510ce2ed3d9ae24a717334e (patch)
tree1c81f8c629834de570bea9caf05e0199f6846c6d /gas/listing.h
parent1d63ba3ba05bc523b8c982284508d55bb6e591ed (diff)
downloadgdb-8b228fe958bcac8cf510ce2ed3d9ae24a717334e.zip
gdb-8b228fe958bcac8cf510ce2ed3d9ae24a717334e.tar.gz
gdb-8b228fe958bcac8cf510ce2ed3d9ae24a717334e.tar.bz2
force all files to end in "/* end of filename"
Diffstat (limited to 'gas/listing.h')
-rw-r--r--gas/listing.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/listing.h b/gas/listing.h
index 4339457..8733bc8 100644
--- a/gas/listing.h
+++ b/gas/listing.h
@@ -10,11 +10,15 @@ void EXFUN(listing_flags,());
void EXFUN(listing_psize,());
void EXFUN(listing_eject,());
void EXFUN(listing_width,(unsigned int x));
-
+void EXFUN(listing_source_line,(unsigned int));
+void EXFUN(listing_source_file,(char *));
#define LISTING_LISTING 1
#define LISTING_SYMBOLS 2
#define LISTING_NOFORM 4
-#define LISTING_DEFAULT 3
+#define LISTING_HLL 8
+#define LISTING_NODEBUG 16
+#define LISTING_DEFAULT (LISTING_LISTING | LISTING_HLL | LISTING_SYMBOLS)
+/* end of listing.h */