bfd/
* Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo. (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c. (elf32-sh64-com.lo): New dependency list. * Makefile.in: Regenerate. * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec) (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add elf32-sh64-com.lo. * configure: Regenerate. * elf32-sh64.c (sh64_address_in_cranges) (sh64_get_contents_type, sh64_address_is_shmedia): Move to... (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb): (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to... * elf32-sh64-com.c: ...here. New file. include/elf/ * sh.h (_bfd_sh64_crange_qsort_cmpb, _bfd_sh64_crange_qsort_cmpl) (_bfd_sh64_crange_bsearch_cmpb, _bfd_sh64_crange_bsearch_cmpl): New prototypes.
This commit is contained in:
parent
e35f391fa5
commit
372e3e53ba
|
@ -1,3 +1,9 @@
|
||||||
|
2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
|
||||||
|
|
||||||
|
* sh.h (_bfd_sh64_crange_qsort_cmpb, _bfd_sh64_crange_qsort_cmpl)
|
||||||
|
(_bfd_sh64_crange_bsearch_cmpb, _bfd_sh64_crange_bsearch_cmpl): New
|
||||||
|
prototypes.
|
||||||
|
|
||||||
2002-06-01 Richard Henderson <rth@redhat.com>
|
2002-06-01 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* alpha.h (LITUSE_ALPHA_ADDR, LITUSE_ALPHA_BASE, LITUSE_ALPHA_BYTOFF,
|
* alpha.h (LITUSE_ALPHA_ADDR, LITUSE_ALPHA_BASE, LITUSE_ALPHA_BYTOFF,
|
||||||
|
|
|
@ -108,6 +108,11 @@ extern enum sh64_elf_cr_type sh64_get_contents_type
|
||||||
FIXME: This seems redundant now that we export the interface above. */
|
FIXME: This seems redundant now that we export the interface above. */
|
||||||
extern boolean sh64_address_is_shmedia PARAMS ((asection *, bfd_vma));
|
extern 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 *));
|
||||||
|
|
||||||
/* We put this in elf_section_data (section)->tdata. */
|
/* We put this in elf_section_data (section)->tdata. */
|
||||||
struct sh64_section_data
|
struct sh64_section_data
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue