source: trunk/src/binutils/ld/emulparams/elf32ppclinux.sh@ 607

Last change on this file since 607 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 423 bytes
Line 
1TEMPLATE_NAME=elf32
2# If you change this, please also look at:
3# elf32ppc.sh elf32ppcsim.sh elf32lppc.sh elf32lppcsim.sh elf32ppclinux.sh
4GENERATE_SHLIB_SCRIPT=yes
5SCRIPT_NAME=elf
6OUTPUT_FORMAT="elf32-powerpc"
7TEXT_START_ADDR=0x10000000
8MAXPAGESIZE=0x10000
9ARCH=powerpc
10MACHINE=
11BSS_PLT=
12OTHER_RELOCATING_SECTIONS='
13 /DISCARD/ : { *(.fixup) }
14'
15OTHER_READWRITE_SECTIONS='
16 .got1 : { *(.got1) }
17 .got2 : { *(.got2) }
18'
Note: See TracBrowser for help on using the repository browser.