aboutsummaryrefslogtreecommitdiff
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
commitfac0d250c7f0efc521ef26519d8ab384a6f60e4d (patch)
tree11f9a1ae1357e3b34af43e02750f98f4e1c69d0e /gas/as.h
parentb585bc2c0ac716d16d6db3bdfe9f4524de1d7149 (diff)
downloadfsf-binutils-gdb-fac0d250c7f0efc521ef26519d8ab384a6f60e4d.zip
fsf-binutils-gdb-fac0d250c7f0efc521ef26519d8ab384a6f60e4d.tar.gz
fsf-binutils-gdb-fac0d250c7f0efc521ef26519d8ab384a6f60e4d.tar.bz2
* 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 65d3bad..4be36cc 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
{