aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2012-09-12 21:28:04 +0000
committerDJ Delorie <dj@redhat.com>2012-09-12 21:28:04 +0000
commit7c0e90d28c56dd5e0003c921d15aded77c9a639d (patch)
treec811382b310e25030c54e4084630c4c2499c631e /ld
parentdd61ec5cb3bcb866519cfce804693d5bc6a56b21 (diff)
downloadfsf-binutils-gdb-7c0e90d28c56dd5e0003c921d15aded77c9a639d.zip
fsf-binutils-gdb-7c0e90d28c56dd5e0003c921d15aded77c9a639d.tar.gz
fsf-binutils-gdb-7c0e90d28c56dd5e0003c921d15aded77c9a639d.tar.bz2
* emulparams/elf32rx.sh (OTHER_READONLY_SECTIONS): Add W_* sections.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emulparams/elf32rx.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9641ccc..02d437c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-12 DJ Delorie <dj@redhat.com>
+
+ * emulparams/elf32rx.sh (OTHER_READONLY_SECTIONS): Add W_* sections.
+
2012-09-10 Matthias Klose <doko@ubuntu.com>
* config.in: Disable sanity check for kfreebsd.
diff --git a/ld/emulparams/elf32rx.sh b/ld/emulparams/elf32rx.sh
index 729b4b3..2288667 100644
--- a/ld/emulparams/elf32rx.sh
+++ b/ld/emulparams/elf32rx.sh
@@ -27,6 +27,6 @@ test -z "$CREATE_SHLIB" && OTHER_SECTIONS=" .stack ${RELOCATING-0}${RELO
test -n "$CREATE_SHLIB" && OTHER_SECTIONS=""
OTHER_TEXT_SECTIONS='*(P)'
-OTHER_READONLY_SECTIONS='C_1 : { *(C_1) } C_2 : { *(C_2) } C : { *(C) }'
+OTHER_READONLY_SECTIONS='C_1 : { *(C_1) } C_2 : { *(C_2) } C : { *(C) } W_1 : { *(W_1) } W_2 : { *(W_2) } W : { *(W) }'
OTHER_READWRITE_SECTIONS='D_1 : { *(D_1) } D_2 : { *(D_2) } D : { *(D) }'
OTHER_BSS_SECTIONS='B_1 : { *(B_1) } B_2 : { *(B_2) } B : { *(B) }'