1999-09-04 Steve Chamberlain <sac@pobox.com>
commitc7e275cc3b223fb70e354fec1de460f78d3d00d2
authorIan Lance Taylor <ian@airs.com>
Sat, 4 Sep 1999 17:07:46 +0000 (4 17:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 4 Sep 1999 17:07:46 +0000 (4 17:07 +0000)
treeb41e79b93e0b48baa8050c7ef529a77504915ff7
parent47d0adcbc0b720ac1a649a92121480bb9d6a9b5e
1999-09-04  Steve Chamberlain  <sac@pobox.com>

* cpu-pj.c: New file.
* elf32-pj.c: New file.
* config.bfd (pj*): New cpu.
(pj-*-*, pjl-*-*): New targets.
* configure.in (bfd_elf32_pj_vec): New target vector.
(bfd_elf32_pjl_vec): New target vector.
  * archures.c (bfd_arch_pj): Define.
* elf.c (prep_headers): Handle bfd_arch_pj.
* reloc.c: Define BFD_RELOC_PJ_* relocations.
* targets.c (bfd_elf32_pj_vec, bfd_elf32_pjl_vec): Declare and add
to target vector list.
* Makefile.am: Rebuild dependencies.
(ALL_MACHINES): Add cpu-pj.lo.
(ALL_MACHINES_CFILES): Add cpu-pj.c.
(BFD32_BACKENDS): Add elf32-pj.lo.
(BFD32_BACKENDS_CFILES): Add elf32-pj.c.
* configure, Makefile.in, bfd-in2.h, libbfd.h: Rebuild.
14 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.in
bfd/cpu-pj.c [new file with mode: 0644]
bfd/elf.c
bfd/elf32-pj.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c