2002-06-07 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / bfd / section.c
index 358f5c4f0bef092759885d609276fee75ccbf804..96130b9d3fb2a3e6d2e5b130ad8da75b0f51ec26 100644 (file)
@@ -1375,3 +1375,22 @@ _bfd_strip_section_from_output (info, s)
 
   s->flags |= SEC_EXCLUDE;
 }
+
+/*
+FUNCTION
+       bfd_generic_discard_group
+
+SYNOPSIS
+       boolean bfd_generic_discard_group (bfd *abfd, asection *group);
+
+DESCRIPTION
+       Remove all members of @var{group} from the output.
+*/
+
+boolean
+bfd_generic_discard_group (abfd, group)
+     bfd *abfd ATTRIBUTE_UNUSED;
+     asection *group ATTRIBUTE_UNUSED;
+{
+  return true;
+}
This page took 0.022979 seconds and 4 git commands to generate.