]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2009-09-30 Matthias Klose <doko@ubuntu.com>
authorTristan Gingold <gingold@adacore.com>
Wed, 30 Sep 2009 13:15:23 +0000 (13:15 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 30 Sep 2009 13:15:23 +0000 (13:15 +0000)
        PR ld/9863
        * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Use PROVIDE
        with __data_start.

ld/ChangeLog
ld/emulparams/armelf_linux.sh

index 85e530b90781a0b8ab5a6d284bf78fb5f9d0dda8..3777dc9a5b7f7c5979afd505efede4dbaadd2d17 100644 (file)
@@ -1,3 +1,9 @@
+2009-09-30  Matthias Klose  <doko@ubuntu.com>
+
+        PR ld/9863
+        * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Use PROVIDE
+        with __data_start.
+
 2009-09-29  Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
index 338d2eb372291c5692f8188c26062ef1db9afda8..35891f1fc91bddd03677aaefd7146ae5333e6cf0 100644 (file)
@@ -10,7 +10,7 @@ EXTRA_EM_FILE=armelf
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
 
-DATA_START_SYMBOLS='__data_start = . ;';
+DATA_START_SYMBOLS='PROVIDE (__data_start = .);';
 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)'
 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'