diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-04 14:04:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-04 14:04:39 +0000 |
commit | 830629ab3e78b10728dc62b4126f0d8edb78ae25 (patch) | |
tree | c2a0fdf1dbeb301243f995016c643bf669dda15d /bfd/ChangeLog | |
parent | 7b3fabf05efd936e000be6423eb7540e3570bbe3 (diff) | |
download | fsf-binutils-gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.zip fsf-binutils-gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.gz fsf-binutils-gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.bz2 |
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
* coff-arm.c: Fix copyright date.
* cpu-h8300.c: Likewise.
* cpu-i370.c: Likewise.
* cpu-s390.c: Likewise.
* cpu-mips.c: Likewise.
* po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 961a6dd..6a05b0e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2002-04-04 Alan Modra <amodra@bigpond.net.au> + + * dep-in.sed: Cope with absolute paths. + * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR. + Run "make dep-am". + * Makefile.in: Regenerate. + * coff-arm.c: Fix copyright date. + * cpu-h8300.c: Likewise. + * cpu-i370.c: Likewise. + * cpu-s390.c: Likewise. + * cpu-mips.c: Likewise. + * po/SRC-POTFILES.in: Regenerate. + 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * Makefile.am: Add elfxx-mips.c to the known backends. @@ -188,8 +201,8 @@ 2002-03-21 Richard Earnshaw <rearnsha@arm.com> - * elf32-arm.h (elf32_arm_final_link_relocate case R_ARM_GOTOFF) - (case R_ARM_GOT): Handle relocations to Thumb functions. + * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>, + <case R_ARM_GOT>): Handle relocations to Thumb functions. 2002-03-21 Alan Modra <amodra@bigpond.net.au> |