diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:47:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-24 12:47:32 +0000 |
commit | 2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3 (patch) | |
tree | c455f7eecb27e0476fb848acb19f2ac7f8beecbc /gas/Makefile.am | |
parent | 8d9cd6b19b78f2a0cd3df40b52b13062e72e41b7 (diff) | |
download | gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.zip gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.gz gdb-2c8714f20ff04a6c2781c4aaf1535f37b38d1bd3.tar.bz2 |
Add support for dwarf2 debug information.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 76665bd..24d7dd2 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -1099,12 +1099,13 @@ 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 \ $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ |