From: Alan Modra Date: Wed, 22 Jan 2014 05:04:30 +0000 (+1030) Subject: Comment typo X-Git-Tag: gdb-7.8-branchpoint~1410 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb8d7fda368dbc5ddca45b672167a619e76e049f;p=thirdparty%2Fbinutils-gdb.git Comment typo * elf64-ppc.c (STK_LINKER): Comment typo fix. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c70a7dbc671..332bb56dec1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2014-01-22 Alan Modra + + * elf64-ppc.c (STK_LINKER): Comment typo fix. + 2014-01-21 H.J. Lu PR ld/16467 diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index acc3423e38e..bb3326da17a 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -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)