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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index b1fc38f..d89726d 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -134,6 +134,7 @@ GAS_CFILES = \ bignum-copy.c \ cond.c \ depend.c \ + dwarf2dbg.c \ ecoff.c \ ehopt.c \ expr.c \ @@ -164,6 +165,7 @@ HFILES = \ bignum.h \ bit_fix.h \ cgen.h \ + dwarf2dbg.h \ ecoff.h \ emul-target.h \ emul.h \ @@ -331,6 +333,7 @@ GENERIC_OBJS = \ bignum-copy.o \ cond.o \ depend.o \ + dwarf2dbg.o \ ehopt.o \ expr.o \ flonum-konst.o \ @@ -879,6 +882,7 @@ atof-generic.o: atof-generic.c bignum-copy.o: bignum-copy.c cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h depend.o: depend.c +dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h ecoff.o: ecoff.c ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h expr.o: expr.c $(INCDIR)/obstack.h |