diff --git a/ld/ChangeLog b/ld/ChangeLog index 3a8a54676d..4584229af7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 17 12:22:05 1995 Ian Lance Taylor + + * Makefile.in (eelf32ppc.c): Depend upon elf32.em, not generic.em. + (eelf32lppc.c): Likewise. + * emulparams/elf32lppc.sh (TEMPLATE_NAME): Define as elf32. + (GENERATE_SHLIB_SCRIPT): Define as yes. + Mon Oct 16 19:11:13 1995 Ian Lance Taylor * emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named diff --git a/ld/emulparams/elf32lppc.sh b/ld/emulparams/elf32lppc.sh new file mode 100644 index 0000000000..50a34af9d5 --- /dev/null +++ b/ld/emulparams/elf32lppc.sh @@ -0,0 +1,9 @@ +TEMPLATE_NAME=elf32 +GENERATE_SHLIB_SCRIPT=yes +SCRIPT_NAME=elfppc +OUTPUT_FORMAT="elf32-powerpcle" +TEXT_START_ADDR=0x0400000 +DATA_ADDR=0x10000000 +MAXPAGESIZE=0x40000 +NONPAGED_TEXT_START_ADDR=0x0400000 +ARCH=powerpc