diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2003-07-25 06:19:20 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2003-07-25 06:19:20 +0000 |
commit | 09fd220b8e3cdc177038c45e8d65b103fab62ba6 (patch) | |
tree | 12c70e912dd89f65e788deb17bdc588096410c14 /bfd/elf32-sh64.h | |
parent | 13752416b5264ffd4f769f2d539682eb23c035cb (diff) | |
download | gdb-09fd220b8e3cdc177038c45e8d65b103fab62ba6.zip gdb-09fd220b8e3cdc177038c45e8d65b103fab62ba6.tar.gz gdb-09fd220b8e3cdc177038c45e8d65b103fab62ba6.tar.bz2 |
* elf32-sh.c: Convert to C90. Replace PTR with void *.
* elf32-sh64-com.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-sh64.h: Likewise.
* elf64-sh64.c: Likewise.
Diffstat (limited to 'bfd/elf32-sh64.h')
-rw-r--r-- | bfd/elf32-sh64.h | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/bfd/elf32-sh64.h b/bfd/elf32-sh64.h index 87af05b..5916aec 100644 --- a/bfd/elf32-sh64.h +++ b/bfd/elf32-sh64.h @@ -51,16 +51,21 @@ typedef struct { /* Get the contents type of an arbitrary address, or return CRT_NONE. */ extern enum sh64_elf_cr_type sh64_get_contents_type - PARAMS ((asection *, bfd_vma, sh64_elf_crange *)); + (asection *, bfd_vma, sh64_elf_crange *); /* Simpler interface. FIXME: This seems redundant now that we export the interface above. */ -extern bfd_boolean sh64_address_is_shmedia PARAMS ((asection *, bfd_vma)); - -extern int _bfd_sh64_crange_qsort_cmpb PARAMS ((const void *, const void *)); -extern int _bfd_sh64_crange_qsort_cmpl PARAMS ((const void *, const void *)); -extern int _bfd_sh64_crange_bsearch_cmpb PARAMS ((const void *, const void *)); -extern int _bfd_sh64_crange_bsearch_cmpl PARAMS ((const void *, const void *)); +extern bfd_boolean sh64_address_is_shmedia + (asection *, bfd_vma); + +extern int _bfd_sh64_crange_qsort_cmpb + (const void *, const void *); +extern int _bfd_sh64_crange_qsort_cmpl + (const void *, const void *); +extern int _bfd_sh64_crange_bsearch_cmpb + (const void *, const void *); +extern int _bfd_sh64_crange_bsearch_cmpl + (const void *, const void *); struct sh64_section_data { |