* elf64-ppc.c (func_desc_adjust): When resolving undefined
authorAlan Modra <amodra@gmail.com>
Sat, 8 Sep 2007 13:46:15 +0000 (13:46 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 8 Sep 2007 13:46:15 +0000 (13:46 +0000)
references to dot-symbols, transfer def_regular and
def_dynamic from the descriptor symbol.

bfd/ChangeLog
bfd/elf64-ppc.c

index 48bb1761abbf3b60c0c0a819587ddd2229498270..0078efc32b6e651ce88d6d5b21633fed67ce2f50 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (func_desc_adjust): When resolving undefined
+       references to dot-symbols, transfer def_regular and
+       def_dynamic from the descriptor symbol.
+
 2007-09-08  Alan Modra  <amodra@bigpond.net.au>
 
        * config.bfd: Set want64 for spu-*-elf.
index c55f3e6396d068dac3745267f2b6e3fc7fb2ee45..b5e45560fb02f004c67030dbfd414361ae735a27 100644 (file)
@@ -5651,6 +5651,8 @@ func_desc_adjust (struct elf_link_hash_entry *h, void *inf)
     {
       fh->elf.root.type = fh->oh->elf.root.type;
       fh->elf.forced_local = 1;
+      fh->elf.def_regular = fh->oh->elf.def_regular;
+      fh->elf.def_dynamic = fh->oh->elf.def_dynamic;
     }
 
   /* If this is a function code symbol, transfer dynamic linking