diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-04-08 22:35:35 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-04-08 22:35:35 +0000 |
commit | 64367e0abc90c1be80214d0983bbce3fa2c052bb (patch) | |
tree | 2769e7925ae288185a4c4d069e6202ac0106c9c2 /gdb/Makefile.in | |
parent | faaafcb46895d03862530384cc7f848fd0f03c4f (diff) | |
download | gdb-64367e0abc90c1be80214d0983bbce3fa2c052bb.zip gdb-64367e0abc90c1be80214d0983bbce3fa2c052bb.tar.gz gdb-64367e0abc90c1be80214d0983bbce3fa2c052bb.tar.bz2 |
* dwarf2read.c: Revert Andrew Cagney's change of Dec 15, 1997.
Don't include "bfd-elf.h".
(address_significant_size): Delete variable.
(dwarf2_build_psymtabs_hard): Don't set it, or check for
consistency between it and the Dwarf 2 compilation unit header
address size.
(read_address): Don't mask off bits above
address_significant_size.
* Makefile.in (dwarf2read.o): Don't depend on $(elf_bfd_h).
(elf_bfd_h): Remove variable; it's no longer used.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b54fc01..ddcf7f4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -500,7 +500,6 @@ LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c getopt_h = $(INCLUDE_DIR)/getopt.h floatformat_h = $(INCLUDE_DIR)/floatformat.h bfd_h = $(BFD_DIR)/bfd.h -elf_bfd_h = $(BFD_SRC)/elf-bfd.h dis-asm_h = $(INCLUDE_DIR)/dis-asm.h remote-sim_h = $(INCLUDE_DIR)/remote-sim.h @@ -1243,7 +1242,7 @@ dwarfread.o: dwarfread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \ $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \ $(symtab_h) gdb_string.h -dwarf2read.o: dwarf2read.c $(bfd_h) $(elf_bfd_h) buildsym.h $(defs_h) \ +dwarf2read.o: dwarf2read.c $(bfd_h) buildsym.h $(defs_h) \ $(expression_h) $(gdbtypes_h) language.h objfiles.h symfile.h \ $(symtab_h) gdb_string.h |