From: Geoffrey Keating Date: Tue, 12 Dec 2000 20:15:21 +0000 (+0000) Subject: * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a8e2505e8462bab727be5f1e33e5c95a4a3f918;p=binutils-gdb.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 8c5dd77d569..0ac70857b6b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2000-12-12 Geoffrey Keating + + * 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 * NEWS: Add note about x86_64 architecture. diff --git a/ld/emulparams/elf32lppc.sh b/ld/emulparams/elf32lppc.sh index e8d5270efcc..bc9125d80d3 100644 --- a/ld/emulparams/elf32lppc.sh +++ b/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) } ' diff --git a/ld/emulparams/elf32lppcsim.sh b/ld/emulparams/elf32lppcsim.sh index 8ecf11712e4..74959f84136 100644 --- a/ld/emulparams/elf32lppcsim.sh +++ b/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) } ' diff --git a/ld/emulparams/elf32ppc.sh b/ld/emulparams/elf32ppc.sh index 049c1d2bd58..22208105a70 100644 --- a/ld/emulparams/elf32ppc.sh +++ b/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) } ' diff --git a/ld/emulparams/elf32ppcsim.sh b/ld/emulparams/elf32ppcsim.sh index 28f58408b58..e25a170dbed 100644 --- a/ld/emulparams/elf32ppcsim.sh +++ b/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) } '