aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1993-10-13More "make dep" fixups.Ken Raeburn1-0/+2
Apollo 68k support from Troy Rollo <troy@cbme.unsw.edu.au>.
1993-10-12Add elf64-sparc.c to lose_these_too if it is not added to keep_these_too.Fred Fish1-0/+2
1993-10-07removed two deleted files (thanks Fred)Ken Raeburn1-2/+0
1993-10-05Another forgotten file.Stan Shebs1-0/+1
1993-10-03Reflect changes in Lynx files.Stan Shebs1-1/+2
1993-10-01 * configure.in: i386lynx_coff_vec requires coff-i386lynx.o.Stan Shebs1-0/+1
* coff-i386lynx.c: New file, defines Lynx target vector and name, includes coff-i386.c. * coff-i386.c (i386coff_vec): Allow redefinition of target vector symbol and name, if TARGET_SYM and/or TARGET_NAME are defined. * i386lynx.c: Remove coff vector definition entirely. (lynx_32_swap_ext_reloc_in): Define. (lynx_32_swap_std_reloc_in): Define, get reloc bits in i386 Lynx-specific way. (lynx_32_swap_ext_reloc_out): Define. (lynx_32_swap_std_reloc_out): Define. (lynx_32_slurp_reloc_table): Define, call Lynx swapping fns. (lynx_32_squirt_out_relocs): Define, call Lynx swapping fns. (lynx_32_canonicalize_reloc): Define, call Lynx swapping fns. (WRITE_HEADERS): Define, call Lynx swapping fns. * config/i386-lynx.mt (SELECT_VECS): Remove redundant vector.
1993-09-28Keep m68klynx.cStan Shebs1-0/+1
1993-09-24 * osf-core.c: New file for OSF/1 core file support.Peter Schauer1-0/+1
* config/alphaosf.mh (HDEFINES): Set to -DHPUX_CORE. (HDEPFILES): Set to hpux-core.o. * bfd-in2.h (union tdata): Add osf_core_data member. * targets.c: If OSF_CORE is defined, add osf_core_vec to target list. * Makefile.in (OPTIONAL_BACKENDS): Add osf-core.o. (osf-core.o): New dependency.
1993-09-13add som.c and som.hJim Kingdon1-0/+2
1993-09-12 * hosts/i386sco.h: Define a bunch of stuff for core files.Jim Kingdon1-1/+0
* sco-core.c: Remove, replace by trad-core.c. * trad-core.c: If HOST_STACK_START_ADDR is defined, use it. * config/i386sco.mh: Use trad-core not sco-core. * hosts/i386isc.h, config/i386isc.mh: Remove. * configure.host: Use i386sco for isc. * config/i386-sco.mt: Remove, identical to i386-coff.mt. * config.bfd: Use i386-coff not i386-sco.
1993-08-26make config.bfd executableKen Raeburn1-0/+2
1993-08-23config.sub also has v9 codeDavid D. Zuhn1-1/+1
1993-08-23Don't let netbsd386.c get sanitized out.Sean Eric Fagan1-0/+1
1993-08-18 * hosts/i386{mach3,osf1mk}.h: New files, for Mach hosting.Jim Kingdon1-0/+1
* hosts/i386mach.h: removed, replaced by i386osf1mk.h. * config/i386mach3.mt, i386mach3.c: New files, for Mach a.out format. * Makefile.in, configure.host, config.bfd: Corresponding changes. * hosts/decstation.h: Include <sys/param.h> not <machine/param.h>.
1993-08-12keep config.bfdDavid MacKenzie1-0/+1
1993-08-09sanitize targets.cKen Raeburn1-1/+1
1993-08-03 * ecoff.c: New file for generic ECOFF functions.Ian Lance Taylor1-1/+2
* ecoffswap.h: New file for ECOFF swapping functions which differ only slightly for different targets. * libecoff.h: Added prototypes for ecoff.c functions. (ecoff_backend_data): New structure. (ecoff_tdata): Added backend_data field. Changed external data pointers to be PTR rather than to a particular struct. (ecoff_symbol_struct): Moved in from coff-mips.c. * coff-alpha.c, coff-mips.c: Moved common functions into ecoff.c. Added ECOFF backend structures. Include ecoffswap.h. * coff-msym.c: Removed; superseded by ecoffswap.h. * bfd.c: Include coff/internal.h. * Makefile.in (BFD_LIBS): Removed coff-mips.o and coff-msym.o. Added ecoff.o. (BFD64_BACKENDS): Added coff-alpha.o. (CFILES): Removed coff-msym.c. Added ecoff.c. (bfd.o): Added dependency on $(INCDIR)/coff/sym.h. (coff-mips.o): Added dependency on ecoffswap.h and coff/ecoff.h. (ecoff.o, coff-alpha.o): New targets. (coff-msym.o): Removed target.
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30First cut at i386 specific NLM backend.Ian Lance Taylor1-0/+1
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-07-22 * nlm{32,64}-target.h: Remove.Fred Fish1-2/+1
* nlm-target.h: New file, merged from nlm{32,64}-target.h * libnlm.h (NLM_ARCH_SIZE): Define to ARCH_SIZE. * nlm.c (ARCH_SIZE): Remove define to zero. * nlm32-gen.c (ARCH_SIZE): Define to 32. * nlm32-gen.c (JUMP_TABLE_PREFIX): Define to nlm32. * nlm{32,64}-gen.c (nlm-target.h): Include. * targets.c, libnlm.h, nlm.c, nlm{32,64}-gen.c, nlm{32,64}.c, nlmcode.h: Convert prefixes from bfd_nlm<size> to just nlm<size>, and use macros select size.
1993-07-22Generic HP/UX core file support.Ian Lance Taylor1-0/+1
1993-07-20 * Rename for DOS uniqueness: coff-m68k-un.c -> coff-u68k.cJim Kingdon1-1/+1
config/m68k-coffun.mt -> u68k-coff.mt. * Makefile.in, configure.in: Corresponding changes.
1993-07-20Reflect symmetry changesJim Kingdon1-2/+2
1993-07-20 * configure.in (*-*-netware, i[34]86-*-netware): New configs.Fred Fish1-28/+37
* Makefile.in (BFD32_BACKENDS): Add nlm.o, nlm32.o, nlm32-gen.o. * Makefile.in (BFD64_BACKENDS): Add nlm64.o, nlm64-gen.o. * Makefile.in (CFILES): Add nlm{32,64}.c, nlm{32,64}-gen.c. * Makefile.in (nlm.o, nlm{32,64}.o, nlm{32,64}-gen.o: New targets. * bfd-in2.h (INLINE): Defines moved here. * {aoutx.h, elf.c, elfcode.h}: Move INLINE defines to bfd-in2.h. * libelf.h (CAT4): Move define to bfd-in2.h. * bfd-in2.h (CAT4): Merge CAT4 macro with other CAT macros. * bfd-in2.h (union tdata): Add nlm_obj_data. * bfd-in2.h (enum target_flavour): Add bfd_target_nlm_flavour. * targets.c (bfd_nlm{32,64}_{big,little}_vec): Add prototypes. * targets.c (target_vector): Add bfd_nlm{32,64}_{big,little}_vec. * (libnlm.h, nlm.c, nlmcode.h, nlm{32,64}-gen.c, nlm{32,64}-target.h, nlm{32,64}.c, config/i386-nlm.mt): New files for NLM support.
1993-07-13dtrt wrt v9 for elf64-sparc.c (sigh)Ken Raeburn1-1/+0
1993-07-12Clean v9 stuff from reloc.c and bfd-in2.h also.Ken Raeburn1-12/+8
1993-07-11add fileJim Kingdon1-0/+1
1993-06-30delete setting of a variable i wound up not usingKen Raeburn1-5/+0
1993-06-30list new files, new stuff to sanitizeKen Raeburn1-5/+31
1993-06-21fix typo in name of elf32-generic.cJim Kingdon1-1/+1
1993-06-21Add elf32-generic.c to list of files to keep.Fred Fish1-1/+2
1993-06-18 * Makefile.in: Add elf32-{mips,m88k}.Jim Kingdon1-0/+2
elf32-{mips,m88k}.c: New files. targets.c (target_vector): Include bfd_elf32_{mips,m88k}_vec.
1993-06-04oops -- keep elf64.c tooKen Raeburn1-0/+1
1993-06-02keep new filesKen Raeburn1-0/+2
1993-05-30Add elfcode.h to list of things to keep.Fred Fish1-0/+1
1993-05-27first cut at new maybe-64bit-handling configurationKen Raeburn1-0/+12
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+3
1993-05-24Add i386lynx.c.Stu Grossman1-0/+1
1993-04-29keep hp300hpux and hppa-elf filesKen Raeburn1-0/+4
1993-04-27Support for Hitachi SHSteve Chamberlain1-0/+2
1993-04-24Support for the alphaSteve Chamberlain1-0/+2
1993-03-23aout-mipsbsd -> mipsbsdKen Raeburn1-1/+1
1993-03-09Removed obsolete Makefile.dos.Ian Lance Taylor1-1/+0
1993-03-02keep new elf filesKen Raeburn1-1/+7
1993-02-13no more v9 code in aoutx.hDavid D. Zuhn1-16/+0
1993-02-04H8/500 supportSteve Chamberlain1-0/+2
1993-02-04Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+1
* libecoff.h: New file. Defines ECOFF backend data for gdb. * coff-mips.c: Now includes libecoff.h. (ecoff_data_type): Moved to libecoff.h. (ecoff_slurp_symbolic_info): Made globally visible so that gdb can call it. If there is ever another ECOFF target, this and the swapping functions should be accessed via an ECOFF specific target vector. Makefile.in (coff-mips.o): Depends on libecoff.h.
1993-02-03Remove "done in" message.John Gilmore1-2/+0
1993-02-03Add aout-mipsbsd.cJohn Gilmore1-0/+1