aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32lppc.sh4
-rw-r--r--ld/emulparams/elf32lppcsim.sh4
-rw-r--r--ld/emulparams/elf32ppc.sh4
-rw-r--r--ld/emulparams/elf32ppcsim.sh4
4 files changed, 4 insertions, 12 deletions
diff --git a/ld/emulparams/elf32lppc.sh b/ld/emulparams/elf32lppc.sh
index e8d5270..bc9125d 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 8ecf11712..74959f8 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 049c1d2..2220810 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 28f5840..e25a170 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) }
'