diff options
author | Alan Modra <amodra@gmail.com> | 2004-11-09 13:29:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-11-09 13:29:16 +0000 |
commit | 0306b3bf8d69b9d792b624c753b8fe4dc72e3503 (patch) | |
tree | a7200c6396ecdeb6621d439481dba56f48a6ba81 /bfd | |
parent | cbafadeb88b139e212f4e453a8f93304c813b2df (diff) | |
download | gdb-0306b3bf8d69b9d792b624c753b8fe4dc72e3503.zip gdb-0306b3bf8d69b9d792b624c753b8fe4dc72e3503.tar.gz gdb-0306b3bf8d69b9d792b624c753b8fe4dc72e3503.tar.bz2 |
* Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.
(ALL_MACHINES_CFILES): Fix typo.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 29 | ||||
-rw-r--r-- | bfd/Makefile.am | 4 | ||||
-rw-r--r-- | bfd/Makefile.in | 4 | ||||
-rw-r--r-- | bfd/po/SRC-POTFILES.in | 6 |
4 files changed, 25 insertions, 18 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a03140e..12bc0ed 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,22 +1,29 @@ +2004-11-09 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am (SOURCE_HFILES): Remove elf32-arm.h. + (ALL_MACHINES_CFILES): Fix typo. + * Makefile.in: Regenerate. + * po/SRC-POTFILES.in: Regenerate. + 2004-11-08 Mark Mitchell <mark@codesourcery.com> * elf32-arm.c (elf32_arm_final_link_relocate): When generating an R_ARM_RELATIVE relocation for Symbian OS, mention the section symbol in the relocation. -2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> - Vineet Sharma <vineets@noida.hcltech.com> +2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> + Vineet Sharma <vineets@noida.hcltech.com> * coff-maxq.c: New File. - * cpu-maxq.c: New File. - * coffcode.h: Likewise. - * config.bfd: Likewise. - * configure.in (maxqcoff_vec): New target vector. + * cpu-maxq.c: New File. + * coffcode.h: Likewise. + * config.bfd: Likewise. + * configure.in (maxqcoff_vec): New target vector. * Makefile.am: Add support for maxq target. * configure.in: Likewise. - * archures.c:. Likewise. - * targets.c: Likewise. - * bfd_in2.h : Regenerated. + * archures.c:. Likewise. + * targets.c: Likewise. + * bfd_in2.h : Regenerated. * Makefile.in: Regenerated. * configure: Regenerated. * doc/Makefile.in: Regenerated. @@ -38,7 +45,7 @@ 2004-11-01 Mark Mitchell <mark@codesourcery.com> * elf32-arm.c (elf32_arm_symbian_begin_write_processing): Clear - D_PAGED. + D_PAGED. (elf32_arm_symbian_modify_segment_map): Don't reset includes_filehdr and includes_phdrs here. @@ -2928,7 +2935,7 @@ 2004-05-11 Jakub Jelinek <jakub@redhat.com> - * elflink.c (elf_bfd_final_link): Don't output STT_SECTION symbol + * elflink.c (bfd_elf_final_link): Don't output STT_SECTION symbol into .dynsym if elf_section_data (sec)->dynindx <= 0. Adjust counting of last_local. (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 714f2d0..a336383 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -141,7 +141,7 @@ ALL_MACHINES_CFILES = \ cpu-m88k.c \ cpu-m10200.c \ cpu-m10300.c \ - cpu-mawq.c \ + cpu-maxq.c \ cpu-mcore.c \ cpu-mips.c \ cpu-mmix.c \ @@ -612,7 +612,7 @@ CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) ## This is a list of all .h files which are in the source tree. SOURCE_HFILES = \ aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ - elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h \ + elf-bfd.h elf-hppa.h elf32-hppa.h \ elf64-hppa.h elfcode.h elfcore.h \ freebsd.h genlink.h go32stub.h \ libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index ba9005b..99c51bf 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -378,7 +378,7 @@ ALL_MACHINES_CFILES = \ cpu-m88k.c \ cpu-m10200.c \ cpu-m10300.c \ - cpu-mawq.c \ + cpu-maxq.c \ cpu-mcore.c \ cpu-mips.c \ cpu-mmix.c \ @@ -850,7 +850,7 @@ BUILD_CFILES = \ CFILES = $(SOURCE_CFILES) $(BUILD_CFILES) SOURCE_HFILES = \ aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ - elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h \ + elf-bfd.h elf-hppa.h elf32-hppa.h \ elf64-hppa.h elfcode.h elfcore.h \ freebsd.h genlink.h go32stub.h \ libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \ diff --git a/bfd/po/SRC-POTFILES.in b/bfd/po/SRC-POTFILES.in index cbf2abf..992ccea 100644 --- a/bfd/po/SRC-POTFILES.in +++ b/bfd/po/SRC-POTFILES.in @@ -43,6 +43,7 @@ coff-i960.c cofflink.c coff-m68k.c coff-m88k.c +coff-maxq.c coff-mips.c coff-or32.c coff-rs6000.c @@ -90,6 +91,7 @@ cpu-m68hc11.c cpu-m68hc12.c cpu-m68k.c cpu-m88k.c +cpu-maxq.c cpu-mcore.c cpu-mips.c cpu-mmix.c @@ -125,7 +127,7 @@ efi-app-ia32.c efi-app-ia64.c elf32-am33lin.c elf32-arc.c -elf32-arm.h +elf32-arm.c elf32-avr.c elf32.c elf32-cr16c.c @@ -181,8 +183,6 @@ elf64-s390.c elf64-sh64.c elf64-sparc.c elf64-x86-64.c -elfarm-nabi.c -elfarm-oabi.c elf-bfd.h elf.c elfcode.h |