Browse Source

* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):

.fixup is actually read/write.
	* emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
	* emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
	* emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
binutils-2_11-branch
Geoffrey Keating 26 years ago
parent
commit
9a8e2505e8
  1. 8
      ld/ChangeLog
  2. 4
      ld/emulparams/elf32lppc.sh
  3. 4
      ld/emulparams/elf32lppcsim.sh
  4. 4
      ld/emulparams/elf32ppc.sh
  5. 4
      ld/emulparams/elf32ppcsim.sh

8
ld/ChangeLog

@ -1,3 +1,11 @@
2000-12-12 Geoffrey Keating <geoffk@redhat.com>
* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
.fixup is actually read/write.
* emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
Mon Dec 11 14:50:33 MET 2000 Jan Hubicka <jh@suse.cz>
* NEWS: Add note about x86_64 architecture.

4
ld/emulparams/elf32lppc.sh

@ -11,10 +11,8 @@ MACHINE=
BSS_PLT=
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
OTHER_BSS_END_SYMBOLS='__end = .;'
OTHER_READONLY_SECTIONS='
.fixup : { *(.fixup) }
'
OTHER_READWRITE_SECTIONS='
.fixup : { *(.fixup) }
.got1 : { *(.got1) }
.got2 : { *(.got2) }
'

4
ld/emulparams/elf32lppcsim.sh

@ -11,10 +11,8 @@ MACHINE=
BSS_PLT=
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
OTHER_BSS_END_SYMBOLS='__end = .;'
OTHER_READONLY_SECTIONS='
.fixup : { *(.fixup) }
'
OTHER_READWRITE_SECTIONS='
.fixup : { *(.fixup) }
.got1 : { *(.got1) }
.got2 : { *(.got2) }
'

4
ld/emulparams/elf32ppc.sh

@ -11,10 +11,8 @@ MACHINE=
BSS_PLT=
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
OTHER_BSS_END_SYMBOLS='__end = .;'
OTHER_READONLY_SECTIONS='
.fixup : { *(.fixup) }
'
OTHER_READWRITE_SECTIONS='
.fixup : { *(.fixup) }
.got1 : { *(.got1) }
.got2 : { *(.got2) }
'

4
ld/emulparams/elf32ppcsim.sh

@ -11,10 +11,8 @@ MACHINE=
BSS_PLT=
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
OTHER_BSS_END_SYMBOLS='__end = .;'
OTHER_READONLY_SECTIONS='
.fixup : { *(.fixup) }
'
OTHER_READWRITE_SECTIONS='
.fixup : { *(.fixup) }
.got1 : { *(.got1) }
.got2 : { *(.got2) }
'

Loading…
Cancel
Save