aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-24 12:47:32 +0000
committerNick Clifton <nickc@redhat.com>2003-04-24 12:47:32 +0000
commit2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3 (patch)
treec455f7eecb27e0476fb848acb19f2ac7f8beecbc /gas/Makefile.in
parent8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7 (diff)
downloadgdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.zip
gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.gz
gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.bz2
Add support for dwarf2 debug information.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 9f18f7f..bb645a5 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -825,13 +825,14 @@ DEPTC_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
$(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \
$(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \
$(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h \
- $(INCDIR)/safe-ctype.h
+ $(INCDIR)/safe-ctype.h dwarf2dbg.h
DEPTC_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \
$(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
$(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \
subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h \
- $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
+ $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h \
+ dwarf2dbg.h
DEPTC_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \
$(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \