aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
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
1993-01-08These changes cut the size of libbfd.a on a Sun4 by about 11%.Ian Lance Taylor1-0/+3
Somewhat more could be done. Fri Jan 8 15:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * coffcode.h: Moved many generic functions into coffgen.c. Moved swapping functions into coffswap.h for ECOFF use. Moved relocation functions, only used by h8300 and z8k, into reloc16.c. Added hooks for coffgen.c functions to backend data structure, and added hook functions. Still more could be done. * coffswap.h: New file to hold COFF swapping routines. * coffgen.c: New file to hold generic COFF functions. * reloc16.c: New file to hold h8300 and z8k specific relocation functions. * libcoff-in.h: Added declarations for functions in coffgen.c. * libcoff.h: Rebuilt to incorporate changes. * coff-h8300.c: Function name changes. * coff-z8k.c: Function name changes. Use coff_reloc16_extra_cases hook rather than defining EXTRA_CASES. * Makefile.in: Build new files coffgen and reloc16. Added dependencies of coff-*.o on coffswap.h and seclet.h.
1992-12-21Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+1
* Patches from Minh Tran-le <mtranle@paris.intellicorp.com>. * configure.in (i386-*-isc*, i386-*-aix*): New targets. * configure.host (i386-*-isc*, i386-*-aix*): New hosts. * hosts/i386isc.h, config/i386isc.mh: New files for Interactive Unix. * hosts/i386aix.h, config/i386aix.mh: New files for AIX on PS/2. * aix386-core.c: New file for handling core files on AIX on PS/2. * targets.c: if AIX386_CORE, use aix386_core_vec. * coffcode.h (coff_real_object_p): check for I386SVMAGIC as well as I386MAGIC.
1992-12-08trad-core.h is goneKen Raeburn1-1/+0
1992-10-09* configure.host: New file, contains mapping of host configsJohn Gilmore1-0/+1
to host support file names for bfd, binutils, opcodes. * configure.in: Use it. * i386aout.c: Cleanup, dump TARGET_IS_LITTLE_ENDIAN_P. * i386bsd.c: Cleanup, reformat. * config/i386-bsd.mt: Comment changes. * config/i386bsd.mh: New file for core file support. * hosts/i386bsd.h: Merge changes from Peter Schauer. * bout.c (ALIGN): Rename to ALIGNER, since system header files on BSD 4.4 define ALIGN (sigh!).
1992-10-08Save i386bsd.c since it is now required to build bfd.Fred Fish1-0/+1
(Am I the *only* one that regularly builds sanitized trees and thus gets to clean up these things?)
1992-09-27Keep aout-adobe.c, need to compile sanitized versions.Fred Fish1-0/+1
1992-09-10Remove sparc-opc.cSteve Chamberlain1-11/+1
1992-09-03Remove scripts directory.Per Bothner1-1/+0
1992-08-28Renamed opc-sparc.c to sparc-opc.c for more significant characters in cpuKen Raeburn1-7/+7
name under losing file systems ("sparc-op" rather than "opc-spar").
1992-08-28Forgot to list the we32k files in .Sanitize.Brendan Kehoe1-0/+2
1992-08-25 Add basic support for the z8k:Steve Chamberlain1-0/+2
* Makefile.in, archures.c, coffcode.h, configure.in, reloc.c, section.c, targets.c,
1992-08-11moved sparc opcode table to bfdKen Raeburn1-1/+11
1992-07-23HP host supportDavid Henkel-Wallace1-0/+1
1992-07-14Add sco-core.c.Stu Grossman1-0/+1
1992-06-23Per, guess what you forgot to do...Stu Grossman1-0/+1
Hint: Add i386linux.c to bfd/.Sanitize...
1992-06-20HPPA BSStu Grossman1-0/+3
1992-06-16Save scripts.Stu Grossman1-0/+1
1992-04-18Add tekhex.cFred Fish1-0/+1
1992-04-09Remove $Log stuff.John Gilmore1-222/+1
1992-03-31Keep PORTINGStu Grossman1-1/+5
1992-03-06Add rule for coff-msym.John Gilmore1-1/+5
1992-03-02New file: rs6000-core.c.Per Bothner1-1/+5
1992-02-27Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)Steve Chamberlain1-1/+11
* bfd.c: lint * coff-h8300.c: fix stupid reloc subtraction bug * coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes, since that's how wide it is. (coff_slurp_symbol_table): always zero out the symbol.flags and done_lineno fields.
1992-02-21DOS file name changeSteve Chamberlain1-3/+6
1992-01-27Add seclet.h to files-to-keep.Stu Grossman1-1/+5
1992-01-24Uses the new small reloc type now.Steve Chamberlain1-1/+7
Currently self hosts on sun4 and sun3
1991-12-18Use aout-target.h more extensively.Per Bothner1-1/+7
Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy). Other improvements (see ChangeLog).
1991-12-12Added configdos.bat makefile.dosSteve Chamberlain1-1/+6
1991-11-27Added h8Steve Chamberlain1-1/+5
1991-11-22 Moved bfd_stab_name() and bfd_stab_names[]Per Bothner1-1/+9
from syms.c to new file stab-syms.c. Renamed to aout_stab_name() and aout_stab_names[]. Also, since GNU extended type codes such as N_SETT are no longer in ../include/stab.def, include them manually.
1991-11-21Avoid duplicate echo.John Gilmore1-3/+4
1991-11-17 * targets.c: Make the default target_vector containPer Bothner1-1/+10
just &DEFAULT_VECTOR. This makes executables a lot smaller. Old behavior can be gotten by defining ALL_TARGETS. * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c: Factored out common code into new file aout-target.h. Saves a lot of duplicate code for a.out variants.
1991-11-04Added ctor.c (I remembered this time)Steve Chamberlain1-1/+5
1991-10-25* Rename COFF-related files in `coff-ARCH.c' form.John Gilmore1-8/+13
coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c to be exact.
1991-10-25RS/6000 supportJohn Gilmore1-1/+6
1991-10-15Add hosts directory.Per Bothner1-1/+5
1991-10-08Add i386aout.cJohn Gilmore1-1/+5
1991-10-05howto.c, configure, config.sub gone.John Gilmore1-4/+4
1991-10-03Add elf.cJohn Gilmore1-1/+5