diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-24 00:53:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-24 00:53:38 +0000 |
commit | 3c9f13f43fcae49f4cc8d14506d123abfcccaf4b (patch) | |
tree | a9baaf7aa7d1abc86c41128860dafa464f5e1422 /bfd | |
parent | e9cb12e459e329389a6996959894259c96f5d283 (diff) | |
download | gdb-3c9f13f43fcae49f4cc8d14506d123abfcccaf4b.zip gdb-3c9f13f43fcae49f4cc8d14506d123abfcccaf4b.tar.gz gdb-3c9f13f43fcae49f4cc8d14506d123abfcccaf4b.tar.bz2 |
* configure.in: Add elf.lo to elf shell variable.
* Makefile.am (BFD_LIBS): Remove elf.lo.
(BFD_LIBS_CFILES): Remove elf.c.
(BFD32_BACKENDS): Add elf.lo.
(BFD32_BACKENDS_CFILES): Add elf.c.
* configure, Makefile.in: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cad04fb..20183d1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 23 19:31:19 1998 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Add elf.lo to elf shell variable. + * Makefile.am (BFD_LIBS): Remove elf.lo. + (BFD_LIBS_CFILES): Remove elf.c. + (BFD32_BACKENDS): Add elf.lo. + (BFD32_BACKENDS_CFILES): Add elf.c. + * configure, Makefile.in: Rebuild. + 1998-02-23 15:53 Richard Henderson <rth@cygnus.com> * elf32-i386.c (elf_i386_relocate_section): A pc-relative |