* elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 16d11c40f06455d5dd5238e2f93ec890e9fce828..58afcda9ed268ba699fab7a5e133d83253a5594e 100644 (file)
@@ -3728,8 +3728,12 @@ ppc_elf_gc_sweep_hook (bfd *abfd,
        case R_PPC_ADDR14_BRNTAKEN:
        case R_PPC_UADDR32:
        case R_PPC_UADDR16:
+         if (info->shared)
+           break;
+
        case R_PPC_PLT32:
        case R_PPC_PLTREL24:
+       case R_PPC_PLTREL32:
        case R_PPC_PLT16_LO:
        case R_PPC_PLT16_HI:
        case R_PPC_PLT16_HA:
This page took 0.025662 seconds and 4 git commands to generate.