]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
aarch64: renaming of arm to AArch64
authorMatthieu Longo <matthieu.longo@arm.com>
Mon, 28 Oct 2024 16:51:51 +0000 (16:51 +0000)
committerMatthieu Longo <matthieu.longo@arm.com>
Mon, 18 Nov 2024 18:03:56 +0000 (18:03 +0000)
ld/emultempl/aarch64elf.em

index aa2859d4f739e7b38a2d6d2fe7fd8b0e6048bdc6..c5edf26366dab3052b05056f5114411e7a4de36d 100644 (file)
@@ -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 "