Comment typo
authorAlan Modra <amodra@gmail.com>
Wed, 22 Jan 2014 05:04:30 +0000 (15:34 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 22 Jan 2014 05:51:33 +0000 (16:21 +1030)
* elf64-ppc.c (STK_LINKER): Comment typo fix.

bfd/ChangeLog
bfd/elf64-ppc.c

index c70a7db..332bb56 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-22  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (STK_LINKER): Comment typo fix.
+
 2014-01-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/16467
index acc3423..bb3326d 100644 (file)
@@ -133,7 +133,7 @@ static bfd_vma opd_entry_value
 /* Offsets to some stack save slots.  */
 #define STK_LR 16
 #define STK_TOC(htab) (htab->opd_abi ? 40 : 24)
-/* This one is dodgy.  ABIv2 does not have a linker word, so use the
+/* This one is dodgy.  ELFv2 does not have a linker word, so use the
    CR save slot.  Used only by optimised __tls_get_addr call stub,
    relying on __tls_get_addr_opt not saving CR..  */
 #define STK_LINKER(htab) (htab->opd_abi ? 32 : 8)