aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1991-12-12Added configdos.bat makefile.dosSteve Chamberlain1-1/+6
1991-12-12 * cpu-h8300.c: disassemble branch displacements correctlySteve Chamberlain1-0/+3
* coff-h8300.c: put reloc offsets out in 32bits
1991-12-12 * cache.c: fopen with new macros is needed for DOS.Steve Chamberlain1-2/+2
* opncls.c, coff-rs6000.c: more fopens with macros.
1991-12-12Added macros for the 'type' part of an fopen, freopen or fdopen.Steve Chamberlain23-14/+480
<Read|Write>[Update]<Binary file>|<text file> eg: fopen("foo", FOPEN_WB) to open for writing binary. Usefull for vms, dos and who knows what else.
1991-12-12Initial revisionSteve Chamberlain1-0/+48
1991-12-12Initial revisionSteve Chamberlain2-0/+340
1991-12-12 * makefile.dos, configdj.bat: New files from DJSteve Chamberlain4-147/+283
* cache.c: fopen with "b" is needed for DOS. * ieee.c: environ renamed to envi to stop an include file conflict. * opncls.c: more fopens with "b"
1991-12-11build chew into the current directoryK. Richard Pixley2-58/+66
1991-12-10 * chew.c: don't core dump when can't open fileSteve Chamberlain1-0/+13
* Makefile.in: get proto.str from the right place when built in odd directories
1991-12-08Remove crass vaxism. Now SELECT_VECS will do something again.Steve Chamberlain1-2/+36
1991-12-08More prototype lint.Steve Chamberlain1-2/+18
1991-12-08 * chew.c: Much modifiedSteve Chamberlain1-1/+9
* proto.str, doc.str: New files for extracting to product prototypes and documents respectively.
1991-12-08 * aoutx.h, archive.c, archures.c, bfd.c, cache.c, coff-m88k.c,Steve Chamberlain5-245/+114
coffcode.h, core.c, ctor.c, elf.c, format.c, ieee.c, init.c, libbfd.c, libbfd.h, libcoff.h, opncls.c, reloc.c, section.c, srec.c, syms.c, targets.c : all new documentation and lint removal.
1991-12-08Merge Rich's and the gdb-4.3 changes.John Gilmore1-0/+15
1991-12-08This is the version of devo/bfd/ChangeLog that was in the gdb-4.3 release.John Gilmore1-13/+3
1991-12-07avoid building chew into $(srcdir)K. Richard Pixley1-0/+1
1991-12-07find sysdep.hK. Richard Pixley1-1/+1
1991-12-07Lint (detected on hp300bsd & sconix)John Gilmore2-295/+479
1991-12-07Fri Dec 6 22:58:48 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley2-26/+74
* Makefile.in: install using INSTALL_DATA, added standards.text support. * configure.in: mark directory as target dependent. configure nows works in objdir always so make file existence checks against ${srcdir}. Thu Dec 5 22:46:19 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-07Fri Dec 6 22:57:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley2-11/+69
* Makefile.in: added standards.text support, host/site/target inclusion hooks, install using INSTALL_DATA rather than cp, don't echo on install. Thu Dec 5 22:46:17 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-06Change from m88kbcs to m88k-coffSteve Chamberlain1-5/+7
1991-12-04 * aoutf1.h (sunos_<size>_object_p, sunos4_callback): moved theSteve Chamberlain1-0/+1
computation of arch and machine type so it's worked out before some_aout_object_p is called. * aoutx.h: (some_aout_object_p): don't set arch and mach to unknown. * archures.c: add extra field 'section_align_power' to hold default section alignment in object files. * cpu-a29k.c, cpu-h8300.c, cpu-i386.c, cpu-i960.c, cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-rs6000.c, cpu-sparc.c, cpu-vax.c: initialize the new field. * bout.c (b_out_callback): replace the text size, since aout fries them. * aoutx.h: Documentation in the new style
1991-12-04*** empty log message ***Steve Chamberlain2-108/+172
1991-12-04* bfd.c (bfd_get_mtime): Don't cache mtime any more; onlyJohn Gilmore1-0/+6
use the saved value if mtime_set is already set (intended for archive files, though apparently not used yet).
1991-12-04* targets.c: Revise comments about how to configure the targetJohn Gilmore1-0/+14
vector, to match reality. Remove mention of obsolete methods. Remove long lists of capitalized macros that turn into the same thing in lowercase. Normal vector simply lists all known lowercase xvec names; all other cases are handled by SELECT_VECS.
1991-12-03 * archive.c (bsd_write_armap): The pad byte sometimes added toPer Bothner1-0/+7
the string table in a __.SYMDEF member is now counted as part of the size of the string table. This is compatible with the old ranlib, as well as Sun's.
1991-12-03 * srec.c: Rewrote to fix many bugs; now gets the record typeSteve Chamberlain1-0/+6
right, doesn't choke on input, sets the start address in an S9 and fills in the filename on an S0.
1991-12-01 * cpu-h8300.c: Add support for MEMIND addressing modeSteve Chamberlain2-13/+32
1991-12-01 * coff-a29k.c: defined RELOC_PROCESSING to take the #ifdef out ofSteve Chamberlain2-12/+43
coffcode.h * coffcode.h: use the new macro if available
1991-12-01 * elf.c (elf_corefile_note): cast malloc to avoid warning.Steve Chamberlain1-0/+3
* Makefile.in: Fixed dependencies due to file rename
1991-12-01Fixed dependenciesSteve Chamberlain1-1/+1
1991-12-01 * aout-encap.c, aoutf1.h, aoutx.h, archive.c, bout.c, coff-a29k.c,Steve Chamberlain9-112/+53
coff-h8300.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c, coff-mips.c, coff-rs6000.c, cpu-h300.c, elf.c, i386aout.c, newos3.c, stab-syms.c, syms.c: All these files have had their #includes altered to point to the new places.
1991-12-01Changed all prototypes from PROTO to EXFUNSteve Chamberlain1-20/+20
1991-12-01Fix typo in dependenciesSteve Chamberlain1-1/+2
1991-12-01bfd.texinfoSteve Chamberlain2-3/+5
use fsf-texi.tex rather than texinfo Makefile.in various bugfixes
1991-12-01New order documentationSteve Chamberlain1-19/+3
1991-12-01Now reflect the new documentation orderSteve Chamberlain2-142/+122
1991-12-01Moved the position of the #### lines so that the makefile fragmentsSteve Chamberlain1-2/+3
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
1991-12-01New documentation styleSteve Chamberlain8-1041/+1034
1991-11-30Even more documentationSteve Chamberlain1-150/+163
1991-11-30New documentation styleSteve Chamberlain2-538/+666
1991-11-30Add h-i386v4.h to Sanitize file. Check in new h-i386v4.h.Fred Fish1-0/+1
1991-11-30Initial revisionFred Fish1-0/+62
1991-11-30Fix bug in elf.c (missing "break" statements in cases), add ncr andFred Fish2-0/+12
SVR4 i386 support to configuration.
1991-11-29Two small bug-fixes (affecting ar and nm).Per Bothner3-80/+87
1991-11-27Add COFF_SWAP_TABLE to it (oops)John Gilmore1-1/+2
1991-11-27coff-i386.cSteve Chamberlain3-65/+129
Fixed the RTYPETOHOWTO -> TYPE2HOWTO coff-mips.c coff-rs6000.c Can't read relocs, so provide empty macro
1991-11-27Fiddle diddle descriptorJohn Gilmore1-0/+9
1991-11-27Initial revisionSteve Chamberlain1-0/+103
1991-11-27Added h8Steve Chamberlain1-1/+5