[v1,2/2] aarch64: renaming of arm to AArch64

Message ID 20241112105152.3697634-3-matthieu.longo@arm.com
State New
Headers
Series aarch64: minor clean-ups |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Test passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Test passed

Commit Message

Matthieu Longo Nov. 12, 2024, 10:51 a.m. UTC
  ---
 ld/emultempl/aarch64elf.em | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/ld/emultempl/aarch64elf.em b/ld/emultempl/aarch64elf.em
index aa2859d4f73..c5edf26366d 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 "