"propogate" -> "propagate"
[binutils-gdb.git] / bfd / evax-alpha.c
index 578e603a31620e90724ceaa17907ad6b8878bc59..48bde0c19f66c7570c7cc32177f7eb56912f777c 100644 (file)
@@ -105,6 +105,8 @@ static bfd_byte *evax_bfd_get_relocated_section_contents
 static boolean evax_bfd_relax_section
   PARAMS ((bfd *abfd, asection *section, struct bfd_link_info *link_info,
           boolean *again));
+static boolean evax_bfd_gc_sections
+  PARAMS ((bfd *abfd, struct bfd_link_info *link_info));
 static struct bfd_link_hash_table *evax_bfd_link_hash_table_create
   PARAMS ((bfd *abfd));
 static boolean evax_bfd_link_add_symbols
@@ -1657,6 +1659,18 @@ evax_bfd_relax_section (abfd, section, link_info, again)
   return true;
 }
 
+static boolean
+evax_bfd_gc_sections (abfd, link_info)
+     bfd *abfd;
+     struct bfd_link_info *link_info;
+     const char *entry;
+{
+#if EVAX_DEBUG
+  evax_debug (1, "evax_bfd_gc_sections(%p, %p)\n", abfd, link_info);
+#endif
+  return true;
+}
+
 
 /* Create a hash table for the linker.  Different backends store
    different information in this table.  */