diff options
author | Alan Modra <amodra@gmail.com> | 2004-05-02 06:21:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-05-02 06:21:08 +0000 |
commit | ad7b9a3686f628880fa3d7aa900f1211ae27e90e (patch) | |
tree | 922ea283411f9910fc28fb358c1814d9c1f8c979 /bfd/som.c | |
parent | 7789d0fa8245d35616961917b7c4702b97bd898f (diff) | |
download | gdb-ad7b9a3686f628880fa3d7aa900f1211ae27e90e.zip gdb-ad7b9a3686f628880fa3d7aa900f1211ae27e90e.tar.gz gdb-ad7b9a3686f628880fa3d7aa900f1211ae27e90e.tar.bz2 |
* som.c (som_bfd_is_group_section): Define.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = { |