* hppa-dis.c (print_insn_hppa): Change condition args to use
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux26.sh
index 7153ddcb50888b87953e466c9f86689811065e9f..ff02eafbe82d0a0938a1360e693c41099201819a 100644 (file)
@@ -7,6 +7,10 @@ MAXPAGESIZE=0x8000
 TEMPLATE_NAME=armelf
 GENERATE_SHLIB_SCRIPT=yes
 
+DATA_START_SYMBOLS='__data_start = . ;';
+OTHER_BSS_SYMBOLS='__bss_start__ = .;'
+OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
+
 # This needs to be high enough so that we can load ld.so below it,
 # yet low enough to stay away from the mmap area at 0x01100000.
 # Also, it is small enough so that relocs which are pointing
This page took 0.023748 seconds and 4 git commands to generate.