diff options
author | Tom Tromey <tromey@redhat.com> | 2009-07-10 15:26:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-07-10 15:26:55 +0000 |
commit | eae333594b1a36c0a3bf336dc457f1e751149060 (patch) | |
tree | 934619807a2497fcbdcb997fce78dedc6ce58802 /bfd | |
parent | 276c20fd6c67b217d9ccb93681e0b3d689141e32 (diff) | |
download | gdb-eae333594b1a36c0a3bf336dc457f1e751149060.tar.gz |
bfd
* Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h.
(elf-eh-frame.lo): Likewise.
(elf32-bfin.lo): Likewise.
(elf32-frv.lo): Likewise.
(elf32-xc16x.lo): Likewise.
* Makefile.in: Rebuild.
* dwarf2.c: Included dwarf.h, not elf/dwarf2.h.
* elf-eh-frame.c: Likewise.
* elf32-bfin.c: Likewise.
* elf32-frv.c: Likewise.
* elf32-xc16x.c: Likewise.
binutils
* Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
* Makefile.in: Rebuild.
* dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
gas
* Makefile.am (DEPTC_alpha_ecoff): Refer to dwarf2.h, not
elf/dwarf2.h.
(DEPTC_alpha_elf): Likewise.
(DEPTC_alpha_evax): Likewise.
(DEPTC_arm_elf): Likewise.
(DEPTC_hppa_elf): Likewise.
(DEPTC_i386_aout): Likewise.
(DEPTC_i386_coff): Likewise.
(DEPTC_i386_elf): Likewise.
(DEPTC_m68k_aout): Likewise.
(DEPTC_m68k_coff): Likewise.
(DEPTC_m68k_elf): Likewise.
(DEPTC_mips_coff): Likewise.
(DEPTC_mips_ecoff): Likewise.
(DEPTC_mips_elf): Likewise.
(DEPTC_ppc_coff): Likewise.
(DEPTC_ppc_elf): Likewise.
(DEPTC_s390_elf): Likewise.
(DEPTC_sh_coff): Likewise.
(DEPTC_sh_elf): Likewise.
(DEPTC_sh64_elf): Likewise.
(DEPTC_sparc_aout): Likewise.
(DEPTC_sparc_coff): Likewise.
(DEPTC_sparc_elf): Likewise.
(as.o): Likewise.
(dwarf2dbg.o): Likewise.
(dw2gencfi.o): Likewise.
(ehopt.o): Likewise.
(read.o): Likewise.
* Makefile.in: Rebuild.
* dw2gencfi.h: Include dwarf2.h, not elf/dwarf2.h.
* dwarf2dbg.c: Likewise.
* ehopt.c: Likewise.
gdb
* dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
* dwarf2expr.c: Likewise.
* dwarf2loc.c: Likewise.
* dwarf2read.c: Likewise.
* sh-tdep.c: Likewise.
* xtensa-tdep.c: Likewise.
include
* dwarf2.h: New file, moved from elf/.
include/elf
* dwarf2.h: Move to `..'.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 | ||||
-rw-r--r-- | bfd/Makefile.am | 10 | ||||
-rw-r--r-- | bfd/Makefile.in | 10 | ||||
-rw-r--r-- | bfd/dwarf2.c | 2 | ||||
-rw-r--r-- | bfd/elf-eh-frame.c | 2 | ||||
-rw-r--r-- | bfd/elf32-bfin.c | 2 | ||||
-rw-r--r-- | bfd/elf32-frv.c | 2 | ||||
-rw-r--r-- | bfd/elf32-xc16x.c | 2 |
8 files changed, 29 insertions, 15 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2fed91d6675..3e958a994bb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2009-07-10 Tom Tromey <tromey@redhat.com> + + * Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h. + (elf-eh-frame.lo): Likewise. + (elf32-bfin.lo): Likewise. + (elf32-frv.lo): Likewise. + (elf32-xc16x.lo): Likewise. + * Makefile.in: Rebuild. + * dwarf2.c: Included dwarf.h, not elf/dwarf2.h. + * elf-eh-frame.c: Likewise. + * elf32-bfin.c: Likewise. + * elf32-frv.c: Likewise. + * elf32-xc16x.c: Likewise. + 2009-07-10 Julian Brown <julian@codesourcery.com> * elf32-arm.c (arm_build_one_stub): Use the hash entry of the diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 13da4ef5d8f..d487d85eb4e 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -1205,7 +1205,7 @@ dwarf2.lo: \ dwarf2.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2042,7 +2042,7 @@ elf-eh-frame.lo: \ elf-eh-frame.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2174,7 +2174,7 @@ elf32-bfin.lo: \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/bfin.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ @@ -2283,7 +2283,7 @@ elf32-frv.lo: \ elf32-frv.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/frv.h \ $(INCDIR)/elf/internal.h \ @@ -2777,7 +2777,7 @@ elf32-xc16x.lo: \ elf32-xc16x.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 45e184ace8a..d01added592 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1806,7 +1806,7 @@ dwarf2.lo: \ dwarf2.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2643,7 +2643,7 @@ elf-eh-frame.lo: \ elf-eh-frame.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/filenames.h \ @@ -2775,7 +2775,7 @@ elf32-bfin.lo: \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/bfin.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ @@ -2884,7 +2884,7 @@ elf32-frv.lo: \ elf32-frv.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/frv.h \ $(INCDIR)/elf/internal.h \ @@ -3378,7 +3378,7 @@ elf32-xc16x.lo: \ elf32-xc16x.c \ $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/dwarf2.h \ $(INCDIR)/elf/external.h \ $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/reloc-macros.h \ diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index e88a6afc0b9..3085180e270 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -35,7 +35,7 @@ #include "libiberty.h" #include "libbfd.h" #include "elf-bfd.h" -#include "elf/dwarf2.h" +#include "dwarf2.h" /* The data in the .debug_line statement prologue looks like this. */ diff --git a/bfd/elf-eh-frame.c b/bfd/elf-eh-frame.c index 3567c240684..2dbe63f4a06 100644 --- a/bfd/elf-eh-frame.c +++ b/bfd/elf-eh-frame.c @@ -24,7 +24,7 @@ #include "bfd.h" #include "libbfd.h" #include "elf-bfd.h" -#include "elf/dwarf2.h" +#include "dwarf2.h" #define EH_FRAME_HDR_SIZE 8 diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c index 647087a9a87..a0947b61107 100644 --- a/bfd/elf32-bfin.c +++ b/bfd/elf32-bfin.c @@ -23,7 +23,7 @@ #include "libbfd.h" #include "elf-bfd.h" #include "elf/bfin.h" -#include "elf/dwarf2.h" +#include "dwarf2.h" #include "hashtab.h" /* FUNCTION : bfin_pltpc_reloc diff --git a/bfd/elf32-frv.c b/bfd/elf32-frv.c index fdf96a5bfc6..a0bee3ade31 100644 --- a/bfd/elf32-frv.c +++ b/bfd/elf32-frv.c @@ -24,7 +24,7 @@ #include "libbfd.h" #include "elf-bfd.h" #include "elf/frv.h" -#include "elf/dwarf2.h" +#include "dwarf2.h" #include "hashtab.h" /* Forward declarations. */ diff --git a/bfd/elf32-xc16x.c b/bfd/elf32-xc16x.c index 8c06c7f2cea..682035fcb45 100644 --- a/bfd/elf32-xc16x.c +++ b/bfd/elf32-xc16x.c @@ -24,7 +24,7 @@ #include "libbfd.h" #include "elf-bfd.h" #include "elf/xc16x.h" -#include "elf/dwarf2.h" +#include "dwarf2.h" #include "libiberty.h" static reloc_howto_type xc16x_elf_howto_table [] = |