aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
AgeCommit message (Collapse)AuthorFilesLines
1999-09-28Fred Fish <fnf@cygnus.com>Richard Henderson1-2/+2
* targets.c (cisco_core_vec): Replaced with two new vecs ... (cisco_core_big_vec): Add new bigendian vec. (cisco_core_little_vec): Add new little endian vec. * cisco-core.c (CRASH_INFO): Fixed offset replaced with ... (crash_info_locs): Add array of possible offsets. (MASK_ADDR): Mask to apply to crash info offset. (crashinfo_external): Add textbase, database, bssbase and turn into a typedef. (cisco_core_file_validate): Renamed from cisco_core_file_p. Many small changes to account for additional hardware versions. Pick a reasonable size for ".reg" section. Add a ".crash" section to allow access to crashinfo_external struct. (cisco_core_file_p): New version of this function that iterates over crash_info_locs, calling cisco_core_file_validate. (cisco_core_vec): Old big endian only vec replaced with ... (cisco_core_big_vec): Add big endian version. (cisco_core_little_vec): Add little endian version. * configure.in (cisco_core_vec): Split to two new vectors ... (cisco_core_big_vec): New target vector. (cisco_core_little_vec): New target vector. * configure: Regenerate. * config.bfd (targ): For m68*-*-aout* targ, change cisco_core_vec to cisco_core_big_vec in targ_selvecs.
1999-09-111999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor1-0/+2
* config.bfd (i[3456]86-*-interix*): Set targ_cflags to -DSTRICT_PE_FORMAT. * coffcode.h (styp_to_sec_flags): Check STRICT_PE_FORMAT rather than __INTERIX. (coff_classify_symbol): Re-revert 1999-08-08 patch if STRICT_PE_FORMAT.
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-0/+11
* 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/+4
Added arm-netbsd target.
1999-07-241999-07-23 Donn Terry <donn@interix.com>Ian Lance Taylor1-0/+4
* config.bfd (i[3456]86-*-interix*): New target.
1999-07-221999-07-21 H.J. Lu <hjl@gnu.org>Ian Lance Taylor1-0/+1
* config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes.
1999-07-151999-07-15 J.T. Conklin <jtc@redback.com>Ian Lance Taylor1-0/+3
* config.bfd (i[3456]86-*-vxworks*): New target.
1999-07-08 * config.bfd (hppa*-*-linux-gnu*): New targetJeff Law1-1/+1
1999-07-02 * config.bfd: Add * at the end of i[3456]86-*-unixware.Ian Lance Taylor1-1/+1
1999-06-121999-06-12 David O'Brien <obrien@freebsd.org>Ian Lance Taylor1-3/+8
* config.bfd (alpha*-*-freebsd*): New target. (i[3456]86-*-freebsd*): Now defaults to ELF.
1999-05-271999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1-0/+4
* 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-13Joel Sherrill (joel@OARcorp.com)Richard Henderson1-6/+19
* config.bfd (i[3456]86*-*-rtems*, m68k*-*-rtems*): Added to list of target formats (targ_selvecs). (i[3456]86*-*-rtemself*, mips*el-*-rtems*): New targets. (powerpcle*-*rtems*, sh-*-rtemself*): New targets.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+719