Ian Lance Taylor
dee9979493
* configure.in: Add havevecs, and put it in tdefaults.
...
* mpw-config.in: Likewise.
* configure: Rebuild.
* targmatch.sed: New file; a sed script to build targmatch.h from
config.bfd.
* config.bfd: Add #if, #endif, and comments for targmatch.h.
* targets.c: Include "fnmatch.h".
(struct targmatch): Define.
(bfd_target_match): Define by including targmatch.h.
(bfd_find_target): If the target is not found by name, search for
it as a configuration triplet.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add aout-arm.o, aout-sparcle.o, hp300bsd.o,
i386dynix.o, m68k4knetbsd.o, and riscix.o.
(BFD32_BACKENDS_CFILES): Add aout-arm.c, aout-sparcle.c,
hp300bsd.c, i386dynix.c, m68k4knetbsd.c, and riscix.c.
(HFILES): Add targmatch.h. Also, alphabetize and reindent.
(CFILES): Remove i386dynix.c and hp300bsd.c.
(targmatch.h): New target.
(do_clean): Remove targmatch.h.
* configure.in: Add BFD_NEED_DECLARATION(getenv).
* acconfig.h: Add NEED_DECLARATION_GETENV.
* configure, config.in: Rebuild.
* sysdep.h: If NEED_DECLARATION_GETENV, declare getenv.
* aout-adobe.c (aout_adobe_object_p): Don't declare getenv.
1996-10-03 21:36:08 +00:00
Jeff Law
ae1b99e42d
Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support
...
with a single generic configuration. So break them up into two different
configurations. See the individual ChangeLogs for additional detail.
1996-10-03 16:42:22 +00:00
Jeff Law
efc2b06463
* cpu-mn10x00.c, elf32-mn10x00.c: New files.
...
* Makefile.in (ALL_MACHINES): Add cpu-mn10x00.o.
(BFD32_BACKENDS): Similarly for elf32-mn10x00.o.
(elf32-mn10x00.o): Add dependencies.
* archures.c (enum bfd_architecture): Add bfd_arch_mn10x00.
(bfd_mn10x00_arch): Declare.
(bfd_archures_list): Add bfd_mn10x00_arch.
* config.bfd: Add mn10x00-*-*.
* configure.in: Add bfd_elf32_mn10x00_vec.
* elf.c (prep_headers): Handle bfd_arch_mn10x00.
* targets.c (bfd_elf32_mn10x00_vec): Declare.
(bfd_target_vector): Add bfd_elf32_mn10x00_vec.
* bfd-in2.h, configure: Rebuilt.
Stubbing out Matsushita support.
1996-10-03 03:56:20 +00:00
Ian Lance Taylor
161ac690ee
Tue Oct 1 16:14:22 1996 Joel Sherrill <joel@oarcorp.com>
...
* config.bfd (mips*-*-rtems*): New target, like mips*-*-elf*.
1996-10-01 20:15:48 +00:00
David Edelsohn
71d7d44f19
* config.bfd: Keep target list alphabetically sorted.
1996-09-09 19:32:40 +00:00
Michael Meissner
f7954d868f
Recognize i686-*-* for pentium pro
1996-08-29 21:16:27 +00:00
Ian Lance Taylor
e8c249cb2c
* config.bfd (mips*-*-irix6*): New target.
...
* configure.host: Handle Irix 6 shared library like Irix 5.
1996-07-18 20:33:22 +00:00
Martin Hunt
50bd50d48f
start-sanitize-d10v
...
Wed Jul 17 14:51:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in (ALL_MACHINES): Add cpu-d10v.o
(BFD32_BACKENDS) Add elf32-d10v.o
* archures.c: Add bfd_d10v_arch.
* bfd-in2.h: Add bfd_d10v_arch.
* config.bfd (d10v-*-*): New target.
* configure: (bfd_elf32_d10v_vec) New vector.
* configure.in: (bfd_elf32_d10v_vec) New vector.
* cpu-d10v.c: New file.
* elf.c (prep_headers): Added case bfd_arch_d10v.
* elf32-d10v.c: New file.
* libbfd.h: Rebuild.
* reloc.c (BFD_RELOC_D10V_10_PCREL_R, BFD_RELOC_D10V_10_PCREL_L, BFD_RELOC_D10V_18,
BFD_RELOC_D10V_18_PCREL): Define.
* targets.c (bfd_elf32_d10v_vec): New vector.
end-sanitize-d10v
1996-07-18 00:47:05 +00:00
Ian Lance Taylor
e8f4671749
Fri Jun 21 12:35:27 1996 Richard Henderson <rth@tamu.edu>
...
* elf64-alpha.c: New file.
* config.bfd (alpha-*-linuxecoff*): New target.
(alpha-*-linux*, alpha-*-elf*): New targets.
* configure.in (bfd_elf64_alpha_vec): New vector.
* configure: Rebuild.
* targets.c (bfd_elf64_alpha_vec): Declare.
(bfd_target_vector): Add bfd_elf64_alpha_vec if BFD64.
* reloc.c (BFD_RELOC_ALPHA_GPDISP): Define.
* bfd-in2.h, libbfd.h: Rebuild.
* Makefile.in: Rebuild dependencies.
(BFD64_BACKENDS): Add elf64-alpha.o.
(BFD64_BACKENDS_CFILES): Add elf64-alpha.c.
1996-06-21 16:40:43 +00:00
Ian Lance Taylor
9b263b79b7
* config.bfd: Recognize powerpc-*-linux* and powerpcle-*-linux*.
...
From Kevin Buettner <kev@primenet.com>.
1996-06-06 15:30:28 +00:00
David Edelsohn
05a84ae164
* config.bfd (sparc64-{sysv4*,solaris2*}): Delete.
...
Stick with sparc-*-{sysv4*,solaris2*}.
1996-03-28 19:02:45 +00:00
Ian Lance Taylor
3998d526b9
* config.bfd: Add ieee_vec to targ_selvecs for i960 targets and
...
m68k-aout, m68k-coff, and m68k-elf targets.
1996-03-22 17:21:03 +00:00
Ian Lance Taylor
d19df9b51f
Wed Jan 31 12:55:49 1996 Richard Henderson <rth@tamu.edu>
...
* coff-aux.c: New file.
* hosts/m68kaux.h: New file.
* config.bfd (m68*-apple-aux*): New target.
* configure.in (m68*-apple-aux*): New native host.
(m68kaux_coff_vec): New vector.
* configure: Rebuild.
* targets.c (m68kaux_coff_vec): Declare.
* coffcode.h (bfd_coff_backend_data): Add field
_bfd_coff_link_add_one_symbol.
(bfd_coff_link_add_one_symbol): Define.
(compare_arelent_ptr): New static function if TARG_AUX.
(coff_write_relocs): If TARG_AUX, sort the relocs.
(coff_write_object_contents): Set A/UX aouthdr magic number.
(coff_link_add_one_symbol): Define if not defined.
(bfd_coff_std_swap_table): Initialize new field.
* libcoff.h: Rebuild.
* cofflink.c (coff_link_add_symbols): Call
bfd_coff_link_add_one_symbol rather than
_bfd_generic_link_add_one_symbol.
* coff-m68k.c (COFF_PAGE_SIZE): Don't define if already defined.
* coff-alpha.c (alpha_ecoff_backend_data): Initialize new field.
* coff-mips.c (mips_ecoff_backend_data): Likewise.
* Makefile.in: Rebuild dependencies.
(BFD32_BACKENDS): Add coff-aux.o.
(BFD32_BACKENDS_CFILES): Add coff-aux.c.
1996-01-31 18:17:12 +00:00
David Edelsohn
72c513bc76
* config.bfd (sparc64-*-{sysv4*,solaris2*}): Comment out
...
bfd_elf64_sparc_vec support.
1996-01-24 19:19:22 +00:00
David Edelsohn
5bc513b4fb
* archures.c (bfd_mach_sparc_v9): Renamed from bfd_mach_sparc64.
...
start-sanitize-v8plus
(bfd_mach_sparc_{v8plus,v8plusa}): Define.
end-sanitize-v8plus
(bfd_mach_sparc_v9a): Define.
* bfd-in2.h: Regenerated.
* aoutx.h (aout,machine_type): bfd_mach_sparc64 renamed to
bfd_mach_sparc_v9.
* config.bfd (sparc64-*-sysv4*,sparc64-*-solaris2*): Set targ_defvec
to bfd_elf32_sparc_vec.
* cpu-sparc.c (arch_info_struct): Renamed from sparc_arch_info.
start-sanitize-v8plus
Add v8plus{,a} support.
end-sanitize-v8plus
Add v9a support.
start-sanitize-v8plus
* elf32-sparc.h: #include "elf/sparc.h".
(elf32_sparc_set_private_flags, elf32_sparc_copy_private_bfd_data,
elf32_sparc_merge_private_bfd_data, elf32_sparc_object_p,
elf32_sparc_final_write_processing): New functions.
(bfd_elf32_bfd_set_private_flags, bfd_elf32_bfd_copy_private_bfd_data,
bfd_elf32_bfd_merge_private_bfd_data, elf_backend_object_p,
elf_backend_final_write_processing): Define.
end-sanitize-v8plus
1996-01-22 17:15:49 +00:00
Fred Fish
767f22d543
* config.bfd (i[345]86-*-freebsd*): Add target.
...
* configure.in (i386freebsd_vec): Add vec.
* configure: Regenerate.
* Makefile.in (BFD32_BACKENDS): Add i386freebsd.o.
(BFD32_BACKENDS_CFILES): Add i386freebsd.c.
Rebuild dependencies..
* freebsd.h: New file.
* i386freebsd.c: New file.
* targets.c (i386freebsd_vec): Declare.
(bfd_target_vector): Add i386freebsd_vec.
* i386linux.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
* i386netbsd.c (SEGMENT_SIZE): Define as TARGET_PAGE_SIZE
1996-01-05 05:44:27 +00:00
Stu Grossman
bf917766db
* config.bfd (mips*-*-magic*): Add bfd_elf32_bigmips_vec to
...
targ_selvecs to allow debugging under Irix-5 native.
1995-11-04 18:21:17 +00:00
Niklas Hallqvist
11ab6da4d9
Add m68*-hp*-netbsd* case. Cross-pollinate m68k and m68k4k NetBSD
...
configurations.
1995-10-28 00:30:38 +00:00
Stu Grossman
d6d44ef984
* config.bfd: Add config stuff for mips*-*-magic* to set
...
targ_defvec to ecoff_big_vec.
1995-10-27 16:45:28 +00:00
Michael Meissner
6bd9ffdb07
Remove MAC object format support from powerpc-eabi for now
1995-10-26 03:12:19 +00:00
Ken Raeburn
2a01c351e3
NS32k changes from Ian Dall:
...
* aoutx.h (MY_final_link_relocate, MY_relocate_contents): New macros.
(aout_link_input_section_std, aout_link_input_section_ext,
aout_link_reloc_link_order): Call them instead of _bfd_* versions.
* aout-target.h (MY_exec_header_not_counted): New macro, defaults to zero.
(backend_data): Use it instead of hardcoded zero.
* aout-ns32k.c (CTOR_TABLE_RELOC_HOWTO): New macro.
(MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi.
* ns32knetbsd.c: Include bfd.h.
(MY_text_includes_header, MY_bfd_reloc_type_lookup): New macros.
(MY_bfd_reloc_type_lookup): Declare function too.
* pc532-mach.c (set_sizes): Don't declare.
(MY_text_includes_header, MY_exec_header_not_counted): Define.
(backend_data, MY_backend_data): Don't define.
* config.bfd: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and ns32k-*-lites*
like ns32k-*-netbsd*.
* hosts/nbsd.h: Swap order of sys/vmparam.h and sys/param.h, to compile on
lites.
1995-10-04 20:25:21 +00:00
David Edelsohn
a11e10fe44
* config.bfd: Add arm-*-coff.
...
* configure.in, configure: Add armcoff_{little,big}_vec.
* targets.c (armcoff_{little,big}_vec): Declare.
(bfd_target_vector): Add armcoff_{little,big}_vec.
* coff-arm.c (armcoff_{little,big}_vec): Always define.
1995-09-28 08:08:49 +00:00
Kim Knuttila
e0c10737be
Configury for new ppc bfd
1995-09-27 11:36:47 +00:00
Ian Lance Taylor
049df0a849
Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
...
* config.bfd (mips-dec-netbsd*): New target.
* configure.host (mips-dec-netbsd*): New host.
* configure.in (mips-dec-netbsd*): New native.
* configure: Rebuild.
1995-09-18 18:37:58 +00:00
Ian Lance Taylor
588512c6d8
tipo
1995-09-04 21:03:18 +00:00
Ian Lance Taylor
2b79a10471
* config.bfd: Rewrite to incorporate the contents of the Makefile
...
fragments by setting shell variables, rather than merely returning
the name of a Makefile fragment.
* configure.in: Use shell variables set by config.bfd rather than
looking at the target Makefile fragment files. Don't substitute
target_makefile_frag. Do substitute TDEFINES.
* configure: Rebuild.
* Makefile.in (@target_makefile_frag@): Remove.
(ALL_CFLAGS): Change $(TDEFINES) to @TDEFINES@.
* config/*.mt: Remove.
1995-09-04 18:31:40 +00:00
Jackie Smith Cashion
f14db88017
Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
...
* config.bfd: Add mips*vr4300-*-elf* target.
* config/mipsbvr4300.mt: Added.
1995-09-01 15:15:57 +00:00
Steve Chamberlain
bd676d26ea
Mon Jul 3 13:55:18 1995 Steve Chamberlain <sac@slash.cygnus.com>
...
* config.bfd (win32): New configuration.
* configure.host (pe): Changed to i386win32.
* config/i386pe.mh: Deleted.
* config/i386win32.mh: New file.
1995-07-03 21:11:15 +00:00
Michael Meissner
c7b44b0425
Add little endian PowerPC support.
1995-05-09 21:07:06 +00:00
Kung Hsu
490d89a787
* config.bfd: add a29k-*-vxworks configuration.
1995-02-27 20:59:54 +00:00
Michael Meissner
c6d729b375
Add new relocs for PowerPC Elf support.
...
Add eabi support.
1995-01-26 16:31:24 +00:00
Ian Lance Taylor
e18ecf7a78
* config.bfd (i[345]86-*-gnu*): Set bfd_name to i386-gnu.
...
* config/i386-gnu.mt: New file. Include ELF support.
1995-01-23 18:55:58 +00:00
J.T. Conklin
5b0f1ab5f1
* config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name.
...
* configure.host (i[345]86-*-freebsd*): Use i386bsd as my_host.
CVSn:
1994-11-29 22:24:39 +00:00
Michael Tiemann
03c4ce2fcc
Rename r16 files to rce, and fix some more .Sanitize typos.
1994-11-25 00:01:26 +00:00
Michael Tiemann
d94aca1aff
Safely check in r16 targets for binutils.
1994-11-24 20:30:11 +00:00
Ian Lance Taylor
073e795f5e
* configure.host, config.bfd: Change i[34]86 to i[345]86.
1994-08-24 16:41:48 +00:00
Ken Raeburn
1fb83be62b
NS32K changes from Ian Dall.
...
Note: Some of the ns32k-specific files do require gcc to compile at present.
This will be fixed.
1994-07-14 21:35:54 +00:00
Ken Raeburn
9180892d10
unsanitize v9
1994-06-15 22:31:16 +00:00
Ken Raeburn
127f8e91ee
* config.bfd (i386-*-gnu*): Treat like i386-*-mach*.
...
(m68*-apollo-*): Treat all Apollo configs the same, don't handle BSD specially.
1994-05-04 17:31:36 +00:00
Steve Chamberlain
dbf13547b7
* config.bfd (*-go32): Changed to coff.
...
* coff-h8300.c (JMPL1): Get HOWTO right for 24bit branches.
* srec.c (srec_write_symbols): Write out the correct number of
symbols and don't stick in extra nulls.
1994-04-29 16:48:25 +00:00
Peter Schauer
bdf1b51158
* i386dynix.c, config/i386-dynix.mt: New files, handling Dynix
...
variant of a.out.
* configure.in, config.bfd: Use them for Dynix.
* Makefile.in: Add dependencies for i386dynix.o.
* targets.c: Add definition for i386dynix_vec.
1994-03-30 08:53:45 +00:00
Ian Lance Taylor
ce8f1f60b7
* config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
1994-03-28 18:02:05 +00:00
Ken Raeburn
1e02dc457c
Support i960 vxworks versions > 5.0 with coff, not bout. Default with no
...
version number is still bout. Support explicit i960-coff target too.
1994-02-16 00:59:39 +00:00
Ken Raeburn
fff9ad371a
handle sparc*-*-coff*
1993-12-01 22:26:06 +00:00
Ian Lance Taylor
5dac2dd5a4
* config.bfd: Don't set target64 here, as the setting is ignored.
...
* configure.in (ecoffalpha_little_vec): Set target64.
1993-12-01 19:47:15 +00:00
Sean Eric Fagan
4a703e0610
Two more files in BFD updated for NetWARE/SPARC.
1993-11-17 19:54:02 +00:00
Jim Kingdon
242f60e214
* config.bfd: Use bigmips for mips*-*-bsd*.
1993-11-02 15:40:29 +00:00
Jim Kingdon
6198b7a128
* config.bfd: Use m68k-elf for m68*-*-sysv4*.
1993-11-01 15:19:29 +00:00
Jim Kingdon
212b1b07fa
* config.bfd: Use bigmips for mips-sony-bsd*.
1993-10-22 14:58:28 +00:00
Jim Kingdon
ffa2b1dfe7
* configure.host, config.bfd: Add * to end of all OS names.
1993-10-22 13:36:28 +00:00