aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2000-02-28Add WinCE support.Nick Clifton1-0/+20
2000-02-272000-02-27 Eli Zaretskii <eliz@is.elta.co.il>Ian Lance Taylor1-2/+3
* Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the name of the libtool directory. * Makefile.in: Rebuild.
2000-02-27rebuild with current toolsIan Lance Taylor1-3/+1
2000-02-23Add IBM 370 support.Alan Modra1-0/+7
2000-02-21 ELF HPPA doesn't work at present; remove it until it does.Ian Lance Taylor1-8/+2
* config.bfd: Comment out setting targ_defvec to bfd_elf32_hppa_vec. * Makefile.am: Rebuild dependencies. (BFD32_BACKENDS): Remove elf32-hppa.lo. (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c. (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h. * Makefile.in: Rebuild. * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor1-12/+17
* libpei.h: New file, broken out of peicode.h. * peigen.c: New file, broken out of peicode.h. * peicode.h: A bunch of code moved out to libpei.h and peigen.c. * configure.in: Add peigen.lo to list of files required for each PE target. * Makefile.am: Rebuild dependencies. (BFD32_BACKENDS): Add peigen.lo. (BFD32_BACKENDS_CFILES): Add peigen.c. (SOURCE_HFILES): Add libpei.h. * configure, Makefile.in: Rebuild.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-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.
1999-08-24Path from Roland McGrath <roland@baalperazim.frob.com>Nick Clifton1-0/+5
Added arm-netbsd target.
1999-08-09rebuild with patched automakeIan Lance Taylor1-1/+1
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1-21/+21
MKDEP. * Makefile.in: Rebuild.
1999-07-12 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-7/+7
* Makefile.in: Rebuild.
1999-06-07 * Makefile.am (SOURCE_HFILES): Add missing headers.Andreas Schwab1-4/+4
* Makefile.in: Regenerated.
1999-06-04 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-0/+5
(BFD32_BACKENDS): Add dwarf1.lo. (BFD32_BACKENDS_CFILES): Add dwarf1.c. * Makefile.in: Rebuild.
1999-06-04Rename epoc-pe interworking function names to avoid a name space clash.Nick Clifton1-0/+10
Add epoc-pe to built targets.
1999-05-271999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1-2/+7
* 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.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1599