diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-25 03:32:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-25 03:32:08 +0000 |
commit | c361ce46c5c99957614bcb39184c98c139d7c66a (patch) | |
tree | 59b5078dc911037035f2b90cb8da523a967c613f /ld/ChangeLog | |
parent | d4e5e3c330d5b2e7b6b972e03b1997a88270f703 (diff) | |
download | gdb-c361ce46c5c99957614bcb39184c98c139d7c66a.zip gdb-c361ce46c5c99957614bcb39184c98c139d7c66a.tar.gz gdb-c361ce46c5c99957614bcb39184c98c139d7c66a.tar.bz2 |
* configure.in (powerpc-*-elf*): New target; use ppc-elf32.
* config/ppc-elf32.mt: New file.
* emulparams/elf32ppc.sh: New file.
* emultempl/ppc.em: New file.
* Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o.
(em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc.
(EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 827c817..f0f73a3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 24 16:47:33 1994 Ian Lance Taylor (ian@cygnus.com) + + * configure.in (powerpc-*-elf*): New target; use ppc-elf32. + * config/ppc-elf32.mt: New file. + * emulparams/elf32ppc.sh: New file. + * emultempl/ppc.em: New file. + * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o. + (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc. + (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h. + Thu Feb 24 12:27:07 1994 David J. Mackenzie (djm@rtl.cygnus.com) Use getopt instead of lex and yacc to parse the command line. |