diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 01b6d8f..3d1fdd3 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -4498,7 +4498,7 @@ ppc64_elf_before_check_relocs (bfd *ibfd, struct bfd_link_info *info) { /* For input files without an explicit abiversion in e_flags we should have flagged any with symbol st_other bits set - as ELFv1 and above flagged those with .opd as ELFv2. + as ELFv2 and above flagged those with .opd as ELFv1. Set the output abiversion if not yet set, and for any input still ambiguous, take its abiversion from the output. Differences in ABI are reported later. */ |