* som.c (som_bfd_is_group_section): Define.
authorAlan Modra <amodra@gmail.com>
Sun, 2 May 2004 06:21:08 +0000 (06:21 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 2 May 2004 06:21:08 +0000 (06:21 +0000)
bfd/ChangeLog
bfd/som.c

index 19e9c700ffaeaf49334e485980496f18f1f503d2..875fcd2855e7a63b9c3c06207b8c0f5be7fb5203 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * som.c (som_bfd_is_group_section): Define.
+
 2004-05-01  Alan Modra  <amodra@bigpond.net.au>
 
        * section.c (bfd_make_section_anyway): Copy the whole
index 6f053913c27aad2daad61d375b7a09fdc727b3bd..11766c155be6f543876ef1c7de20ebd24b6fdb65 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -1,6 +1,6 @@
 /* bfd back-end for HP PA-RISC SOM objects.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003
+   2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    Contributed by the Center for Software Science at the
@@ -6410,6 +6410,7 @@ som_bfd_link_split_section (abfd, sec)
 
 #define som_bfd_gc_sections            bfd_generic_gc_sections
 #define som_bfd_merge_sections         bfd_generic_merge_sections
+#define som_bfd_is_group_section       bfd_generic_is_group_section
 #define som_bfd_discard_group          bfd_generic_discard_group
 
 const bfd_target som_vec = {
This page took 0.048138 seconds and 4 git commands to generate.