summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-16 11:53:34 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-07-16 11:53:34 +0000
commit844557c9ed6f8ced7752a406deabd4bf9bd414ba (patch)
tree1f5d6f5da25d83296ef15a5c210336d1f421a063
parent4d6c78998b8da6fd0538ec2e8f4e38d00c3c7735 (diff)
downloadcygnal-844557c9ed6f8ced7752a406deabd4bf9bd414ba.tar.gz
cygnal-844557c9ed6f8ced7752a406deabd4bf9bd414ba.tar.bz2
cygnal-844557c9ed6f8ced7752a406deabd4bf9bd414ba.zip
* arm/elf-aprofile-validation.specs (*link): Make text segment
64k-aligned. * arm/elf-aprofile-ve.specs (*link): Likewise.
-rw-r--r--libgloss/ChangeLog6
-rw-r--r--libgloss/arm/elf-aprofile-validation.specs2
-rw-r--r--libgloss/arm/elf-aprofile-ve.specs2
3 files changed, 8 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 02949f878..db3820cf2 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * arm/elf-aprofile-validation.specs (*link): Make text segment
+ 64k-aligned.
+ * arm/elf-aprofile-ve.specs (*link): Likewise.
+
2014-04-30 Nick Clifton <nickc@redhat.com>
* msp430/Makefile.in (NOSYS_OBJS): Add unlink.o.
diff --git a/libgloss/arm/elf-aprofile-validation.specs b/libgloss/arm/elf-aprofile-validation.specs
index ba0eafc47..166a5dec6 100644
--- a/libgloss/arm/elf-aprofile-validation.specs
+++ b/libgloss/arm/elf-aprofile-validation.specs
@@ -8,7 +8,7 @@
%rename link old_link
*link:
---defsym=_rdimon_vector_base=0x00000000 -Ttext-segment=0x00008000 %(old_link)
+--defsym=_rdimon_vector_base=0x00000000 -Ttext-segment=0x00010000 %(old_link)
%rename lib libc
diff --git a/libgloss/arm/elf-aprofile-ve.specs b/libgloss/arm/elf-aprofile-ve.specs
index 9dea41067..d94bb7a94 100644
--- a/libgloss/arm/elf-aprofile-ve.specs
+++ b/libgloss/arm/elf-aprofile-ve.specs
@@ -8,7 +8,7 @@
%rename link old_link
*link:
---defsym=_rdimon_vector_base=0x80000000 -Ttext-segment=0x80008000 %(old_link)
+--defsym=_rdimon_vector_base=0x80000000 -Ttext-segment=0x80010000 %(old_link)
%rename lib libc