summaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-041-0/+8
| | | | | | | | | | | | | | | | | | | | * 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.
* Path from Roland McGrath <roland@baalperazim.frob.com>Nick Clifton1999-08-241-0/+5
| | | | Added arm-netbsd target.
* * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1999-08-081-21/+21
| | | | | MKDEP. * Makefile.in: Rebuild.
* * Makefile.am: Rebuild dependencies.Ian Lance Taylor1999-07-121-8/+8
| | | | * Makefile.in: Rebuild.
* * Makefile.am (SOURCE_HFILES): Add missing headers.Andreas Schwab1999-06-071-4/+4
| | | | * Makefile.in: Regenerated.
* * Makefile.am: Rebuild dependencies.Ian Lance Taylor1999-06-041-0/+5
| | | | | | (BFD32_BACKENDS): Add dwarf1.lo. (BFD32_BACKENDS_CFILES): Add dwarf1.c. * Makefile.in: Rebuild.
* Rename epoc-pe interworking function names to avoid a name space clash.Nick Clifton1999-06-041-0/+10
| | | | Add epoc-pe to built targets.
* 1999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1999-05-271-0/+5
| | | | | | | | | | | * elf32-i960.c: New file. * elf.c (prep_headers): Handle bfd_arch_i960. * targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec. * config.bfd (i960-*-elf*): New target. * configure.in (bfd_elf32_i960_vec): New target vector. * Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo. (BFD32_BACKENDS_CFILES): Add elf32-i960.c. * Makefile.in, aclocal.m4, configure: Rebuild.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+1065