summaryrefslogtreecommitdiff
path: root/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2015-04-08 13:07:31 -0700
committerRong Xu <xur@google.com>2015-04-08 13:07:31 -0700
commiteb4bf61ca530c647055de2283bbb7f75878d5798 (patch)
treed524305ca119061b0e91871a07e7b14946b4bc3f /arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw
parenteffccff2dbccd6a50868f7f7e4ac2dd5af623ebe (diff)
downloadarm-linux-androideabi-4.9-eb4bf61ca530c647055de2283bbb7f75878d5798.tar.gz
[linux-x86] Refresh gcc prebuilts for ARMandroid-m-preview-1android-m-previewmaster-soong
Refresh gcc 4.9 prebuilts for ARM. This prebuilts contain some compiler bug fixes. Change-Id: I7401de7292f0347e9d3be414714e5ff8774ca5c2
Diffstat (limited to 'arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw')
-rw-r--r--arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw10
1 files changed, 5 insertions, 5 deletions
diff --git a/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw b/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw
index c76c991..4c3d9d0 100644
--- a/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw
+++ b/arm-linux-androideabi/lib/ldscripts/armelfb_linux_eabi.xw
@@ -1,4 +1,8 @@
/* Script for -z combreloc -z now -z relro: combine and sort reloc sections */
+/* Copyright (C) 2014 Free Software Foundation, Inc.
+ Copying and distribution of this script, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved. */
OUTPUT_FORMAT("elf32-bigarm", "elf32-bigarm",
"elf32-littlearm")
OUTPUT_ARCH(arm)
@@ -6,7 +10,7 @@ ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
- PROVIDE (__executable_start = 0x00008000); . = 0x00008000 + SIZEOF_HEADERS;
+ PROVIDE (__executable_start = 0x00010000); . = 0x00010000 + SIZEOF_HEADERS;
.interp : { *(.interp) }
.note.gnu.build-id : { *(.note.gnu.build-id) }
.hash : { *(.hash) }
@@ -33,8 +37,6 @@ SECTIONS
PROVIDE_HIDDEN (__rel_iplt_start = .);
*(.rel.iplt)
PROVIDE_HIDDEN (__rel_iplt_end = .);
- PROVIDE_HIDDEN (__rela_iplt_start = .);
- PROVIDE_HIDDEN (__rela_iplt_end = .);
}
.rela.dyn :
{
@@ -49,8 +51,6 @@ SECTIONS
*(.rela.dtors)
*(.rela.got)
*(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*)
- PROVIDE_HIDDEN (__rel_iplt_start = .);
- PROVIDE_HIDDEN (__rel_iplt_end = .);
PROVIDE_HIDDEN (__rela_iplt_start = .);
*(.rela.iplt)
PROVIDE_HIDDEN (__rela_iplt_end = .);