mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
|
* emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
|
||||||
|
|
||||||
2002-04-03 Jakub Jelinek <jakub@redhat.com>
|
2002-04-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
|
* ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
|
||||||
|
@ -17,7 +17,7 @@ unset EXECUTABLE_SYMBOLS
|
|||||||
unset WRITABLE_RODATA
|
unset WRITABLE_RODATA
|
||||||
|
|
||||||
# Magic sections.
|
# Magic sections.
|
||||||
INITIAL_READONLY_SECTIONS='.reginfo : { *(.reginfo) }'
|
INITIAL_READONLY_SECTIONS='.MIPS.options : { *(.MIPS.options) }'
|
||||||
OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
|
OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
|
||||||
OTHER_SECTIONS='
|
OTHER_SECTIONS='
|
||||||
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
||||||
|
Reference in New Issue
Block a user