mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* 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.
This commit is contained in:
parent
cd857a2da0
commit
03165292c0
@ -1,3 +1,10 @@
|
||||
Tue Oct 17 12:22:05 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* 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 <ian@cygnus.com>
|
||||
|
||||
* emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named
|
||||
|
9
ld/emulparams/elf32lppc.sh
Normal file
9
ld/emulparams/elf32lppc.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user