diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-16 23:19:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-16 23:19:04 +0000 |
commit | b5f076d4aaa8c2efc3fca762e3fc3b01c313aacf (patch) | |
tree | fc67052e4c634fc0e2b472c5635a20864bb28315 /ld/ChangeLog | |
parent | 54406786f038c753b797ec273b41ec7ebccb3024 (diff) | |
download | gdb-b5f076d4aaa8c2efc3fca762e3fc3b01c313aacf.zip gdb-b5f076d4aaa8c2efc3fca762e3fc3b01c313aacf.tar.gz gdb-b5f076d4aaa8c2efc3fca762e3fc3b01c313aacf.tar.bz2 |
* configure.tgt (powerpc-*-aix*): New target; use aixppc.
(rs6000-*-aix*): New target; use aixrs6.
* emulparams/aixppc.sh, emulparams/aixrs6.sh: New files.
* emultempl/aix.em: New file.
* scripttempl/aix.sc: New file.
* Makefile.in (ALL_EMULATIONS): Add eaixppc.o and eaixrs6.o.
(eaixppc.c, eaixrs6.c): New targets.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3996312..3a8a546 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,20 @@ +Mon Oct 16 19:11:13 1995 Ian Lance Taylor <ian@cygnus.com> + + * emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named + bfd_link_needed-list; make appropriate changes. + + * configure.tgt (powerpc-*-aix*): New target; use aixppc. + (rs6000-*-aix*): New target; use aixrs6. + * emulparams/aixppc.sh, emulparams/aixrs6.sh: New files. + * emultempl/aix.em: New file. + * scripttempl/aix.sc: New file. + * Makefile.in (ALL_EMULATIONS): Add eaixppc.o and eaixrs6.o. + (eaixppc.c, eaixrs6.c): New targets. + +Fri Oct 13 14:00:37 1995 steve chamberlain <sac@slash.cygnus.com> + + * scripttemp/pe.sc (.reloc): Move to the end. + Tue Oct 10 17:53:22 1995 Ian Lance Taylor <ian@cygnus.com> * ldlang.c (lang_finish): Don't try to use an entry_symbol from a |