aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2024-10-28 16:51:51 +0000
committerMatthieu Longo <matthieu.longo@arm.com>2024-11-18 18:03:56 +0000
commit1b3b96ba329f9fb92d0519f126e390fa7f43a4a0 (patch)
tree5ca7bb111c05afe79eabf84972c7d35121378f35
parent493993718e6e7f5eaa5a4b5de33ec6054203e602 (diff)
downloadfsf-binutils-gdb-1b3b96ba329f9fb92d0519f126e390fa7f43a4a0.zip
fsf-binutils-gdb-1b3b96ba329f9fb92d0519f126e390fa7f43a4a0.tar.gz
fsf-binutils-gdb-1b3b96ba329f9fb92d0519f126e390fa7f43a4a0.tar.bz2
aarch64: renaming of arm to AArch64
-rw-r--r--ld/emultempl/aarch64elf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em
index aa2859d..c5edf26 100644
--- a/ld/emultempl/aarch64elf.em
+++ b/ld/emultempl/aarch64elf.em
@@ -312,8 +312,8 @@ aarch64_elf_create_output_section_statements (void)
{
if (strstr (bfd_get_target (link_info.output_bfd), "aarch64") == NULL)
{
- /* The arm backend needs special fields in the output hash structure.
- These will only be created if the output format is an arm format,
+ /* The AArch64 backend needs special fields in the output hash structure.
+ These will only be created if the output format is an AArch64 format,
hence we do not support linking and changing output formats at the
same time. Use a link followed by objcopy to change output formats. */
einfo (_("%F%P: error: cannot change output format "