mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 18:36:32 +00:00
* emulparams/elf32rx.sh (OTHER_READONLY_SECTIONS): Add W_* sections.
This commit is contained in:
parent
dd61ec5cb3
commit
7c0e90d28c
@ -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.
|
||||
|
@ -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) }'
|
||||
|
Loading…
Reference in New Issue
Block a user