summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-06-03 02:51:53 +0000
committerRichard Henderson <rth@redhat.com>1999-06-03 02:51:53 +0000
commit54e240a3dc9c3e5842f618f50c677a043eaa74ab (patch)
tree3089eccc8fcbe90dc07f5ac4b7977e9a7a7537c4 /gas/as.h
parent2152e7a8d083ddd337674f5aac95a2a8ec0ae55b (diff)
downloadbinutils-redhat-54e240a3dc9c3e5842f618f50c677a043eaa74ab.tar.gz
* as.c (parse_args): Add option -gdwarf2 to allow requesting
DWARF2 debug info (line information only, at this point). * as.h: Update comment about supported debug formats. * dwarf2dbg.c, dwarf2dbg.h: New files. * Makefile.am (GAS_CFILES, HFILES, GENERIC_OBJS): Add them.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index 65d3bad1c9..4be36cc163 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -457,7 +457,7 @@ COMMON int linkrelax;
extern int listing;
/* Type of debugging information we should generate. We currently
- only support stabs and ECOFF. */
+ support stabs, ECOFF, and DWARF2. */
enum debug_info_type
{