]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/configure
bfd/
authorJason Thorpe <thorpej@netbsd.org>
Wed, 5 Jun 2002 01:50:42 +0000 (01:50 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Wed, 5 Jun 2002 01:50:42 +0000 (01:50 +0000)
commit9cba27b2828bf40b0080451272e32834a6eeed11
tree17920f832d8203fa94ff4facb2266ca9f840fe1c
parenta9a3a1846ba8419f2d36dc283a7d7f4a7c62b36e
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.
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/configure
bfd/configure.in
bfd/elf32-sh64-com.c [new file with mode: 0644]
bfd/elf32-sh64.c
include/elf/ChangeLog
include/elf/sh.h