From 9a8e2505e8462bab727be5f1e33e5c95a4a3f918 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Tue, 12 Dec 2000 20:15:21 +0000 Subject: [PATCH] * 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. --- ld/ChangeLog | 8 ++++++++ ld/emulparams/elf32lppc.sh | 4 +--- ld/emulparams/elf32lppcsim.sh | 4 +--- ld/emulparams/elf32ppc.sh | 4 +--- ld/emulparams/elf32ppcsim.sh | 4 +--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 8c5dd77d56..0ac70857b6 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 e8d5270efc..bc9125d80d 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 8ecf11712e..74959f8413 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 049c1d2bd5..22208105a7 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 28f58408b5..e25a170dbe 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) } ' -- 2.34.1