diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-03 02:51:53 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-03 02:51:53 +0000 |
commit | fac0d250c7f0efc521ef26519d8ab384a6f60e4d (patch) | |
tree | 11f9a1ae1357e3b34af43e02750f98f4e1c69d0e /gas/as.h | |
parent | b585bc2c0ac716d16d6db3bdfe9f4524de1d7149 (diff) | |
download | gdb-fac0d250c7f0efc521ef26519d8ab384a6f60e4d.zip gdb-fac0d250c7f0efc521ef26519d8ab384a6f60e4d.tar.gz 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |