source:
trunk/src/binutils/ld/emulparams/elf32ppclinux.sh@
607
| Last change on this file since 607 was 10, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 423 bytes | |
| Line | |
|---|---|
| 1 | TEMPLATE_NAME=elf32 |
| 2 | # If you change this, please also look at: |
| 3 | # elf32ppc.sh elf32ppcsim.sh elf32lppc.sh elf32lppcsim.sh elf32ppclinux.sh |
| 4 | GENERATE_SHLIB_SCRIPT=yes |
| 5 | SCRIPT_NAME=elf |
| 6 | OUTPUT_FORMAT="elf32-powerpc" |
| 7 | TEXT_START_ADDR=0x10000000 |
| 8 | MAXPAGESIZE=0x10000 |
| 9 | ARCH=powerpc |
| 10 | MACHINE= |
| 11 | BSS_PLT= |
| 12 | OTHER_RELOCATING_SECTIONS=' |
| 13 | /DISCARD/ : { *(.fixup) } |
| 14 | ' |
| 15 | OTHER_READWRITE_SECTIONS=' |
| 16 | .got1 : { *(.got1) } |
| 17 | .got2 : { *(.got2) } |
| 18 | ' |
Note:
See TracBrowser
for help on using the repository browser.
