* emulparams/elf32_sparc.sh: Update comments.
* emulparams/elf32bmip.sh: Likewise. * emulparams/elf32ppc.sh: Likewise. * emulparams/vxworks.sh: Likewise.
This commit is contained in:
parent
26c9828ba0
commit
54530ea410
5 changed files with 18 additions and 4 deletions
11
ld/ChangeLog
11
ld/ChangeLog
|
@ -1,3 +1,10 @@
|
|||
2007-04-27 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* emulparams/elf32_sparc.sh: Update comments.
|
||||
* emulparams/elf32bmip.sh: Likewise.
|
||||
* emulparams/elf32ppc.sh: Likewise.
|
||||
* emulparams/vxworks.sh: Likewise.
|
||||
|
||||
2007-04-27 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
Many files: Include sysdep.h first. Remove duplicate headers.
|
||||
|
@ -34,9 +41,9 @@
|
|||
* Makefile.in: Regenerate.
|
||||
|
||||
2007-04-12 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
|
||||
* emulparams/elf32xtensa.sh (OTHER_SECTIONS): KEEP property sections.
|
||||
|
||||
|
||||
2007-04-10 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* ldlang.c (relax_sections): Initialize and increment
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# If you change this file, please also look at files which source this one:
|
||||
# elf32_sparc_vxworks.sh
|
||||
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-sparc"
|
||||
TEXT_START_ADDR=0x10000
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# If you change this file, please also look at files which source this one:
|
||||
# elf32b4300.sh elf32bsmip.sh elf32btsmip.sh elf32ebmip.sh elf32lmip.sh
|
||||
# elf32ebmipvxworks.sh elf32elmipvxworks.sh
|
||||
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-bigmips"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# If you change this file, please also look at files which source this one:
|
||||
# elf32lppc.sh elf32ppclinux.sh elf32ppcsim.sh
|
||||
# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh
|
||||
# elf32ppcsim.sh
|
||||
|
||||
. ${srcdir}/emulparams/elf32ppccommon.sh
|
||||
# Yes, we want duplicate .got and .plt sections. The linker chooses the
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# If you change this file, please also look at files which source this one:
|
||||
# elf_i386_vxworks.sh elf32ppcvxworks.sh elf32ebmipvxworks.sh
|
||||
# armelf_vxworks.sh elf32ebmipvxworks.sh elf32elmipvxworks.sh
|
||||
# elf_i386_vxworks.sh elf32ppcvxworks.sh elf32_sparc_vxworks.sh
|
||||
# shelf_vxworks.sh
|
||||
|
||||
# The Diab tools use a different init/fini convention. Initialization code
|
||||
# is place in sections named ".init$NN". These sections are then concatenated
|
||||
|
|
Loading…
Reference in a new issue