diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-15 09:03:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-15 09:03:14 +0000 |
commit | 7c8ca0e48870359d2841611bb4550b2edbcbff95 (patch) | |
tree | 482660bfe3ed9355b8fe0896e0d0420b796b2489 /bfd/libecoff.h | |
parent | 6770ec8c9e2d99d05dee69c17c6458ba242bdfa1 (diff) | |
download | gdb-7c8ca0e48870359d2841611bb4550b2edbcbff95.zip gdb-7c8ca0e48870359d2841611bb4550b2edbcbff95.tar.gz gdb-7c8ca0e48870359d2841611bb4550b2edbcbff95.tar.bz2 |
Chnage styp_flags_to_sec_flags() to a boolean function
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 934ada1..e8e256d 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -341,7 +341,7 @@ extern PTR _bfd_ecoff_mkobject_hook PARAMS ((bfd *, PTR filehdr, PTR aouthdr)); ((void (*) PARAMS ((bfd *, asection *, PTR))) bfd_void) extern boolean _bfd_ecoff_set_arch_mach_hook PARAMS ((bfd *abfd, PTR filehdr)); extern flagword _bfd_ecoff_styp_to_sec_flags - PARAMS ((bfd *abfd, PTR hdr, const char *name, asection *section)); + PARAMS ((bfd *, PTR, const char *, asection *, flagword *)); extern boolean _bfd_ecoff_slurp_symbol_table PARAMS ((bfd *abfd)); /* ECOFF auxiliary information swapping routines. These are the same |