diff options
Diffstat (limited to 'libgloss/arm')
-rw-r--r-- | libgloss/arm/elf-aprofile-validation.specs | 2 | ||||
-rw-r--r-- | libgloss/arm/elf-aprofile-ve.specs | 2 |
2 files changed, 2 insertions, 2 deletions
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 |