[gdb/doc] Explain that there's always a thread
[deliverable/binutils-gdb.git] / bfd / elf-hppa.h
index b907f6e676c91b67eb5413c672083ab591265f2d..bb5820a38c9ca588565dab26d2da690c8e164402 100644 (file)
@@ -1212,6 +1212,11 @@ elf_hppa_sort_unwind (bfd *abfd)
 static unsigned int
 elf_hppa_action_discarded (asection *sec)
 {
+  /* Ignore relocations in .data.rel.ro.local.  This section can contain
+     PLABEL32 relocations to functions in discarded COMDAT groups.  */
+  if (strcmp (".data.rel.ro.local", sec->name) == 0)
+    return 0;
+
   if (strcmp (".PARISC.unwind", sec->name) == 0)
     return 0;
 
This page took 0.022823 seconds and 4 git commands to generate.