* emulparams/armelf.sh, emulparams/armelf_linux.sh: Move

.note.gnu.arm.ident to after allocated sections.  Mark its
	address as 0.
This commit is contained in:
Daniel Jacobowitz
2004-02-09 18:06:20 +00:00
parent e41f12f300
commit f380691611
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2004-02-09 Daniel Jacobowitz <drow@mvista.com>
* emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
.note.gnu.arm.ident to after allocated sections. Mark its
address as 0.
2004-02-09 Daniel Jacobowitz <drow@mvista.com>
* emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.

View File

@@ -7,9 +7,9 @@ TEXT_START_ADDR=0x8000
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=armelf
OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
OTHER_READONLY_SECTIONS='.note.gnu.arm.ident : { KEEP (*(.note.gnu.arm.ident)) }'
OTHER_BSS_SYMBOLS='__bss_start__ = .;'
OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
DATA_START_SYMBOLS='__data_start = . ;';

View File

@@ -11,9 +11,9 @@ GENERATE_SHLIB_SCRIPT=yes
DATA_START_SYMBOLS='__data_start = . ;';
OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
OTHER_READONLY_SECTIONS='.note.gnu.arm.ident : { KEEP (*(.note.gnu.arm.ident)) }'
OTHER_BSS_SYMBOLS='__bss_start__ = .;'
OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
TEXT_START_ADDR=0x00008000