aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1991-09-12Thu Sep 12 14:07:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)Roland Pesch1-4/+4
* Makefile.in: $(MAKE) for make, $(docdir) for doc * doc/Makefile: redundant dependencies for Sun-make VPATH bug
1991-09-04Allow GDB to patch object files.John Gilmore1-69/+79
Makefile.in: Add crude dependencies.
1991-08-21Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)Roland Pesch1-3/+3
* Makefile.in, awkscan-ip, awkscan-p, intobfd, libbfd.h, libcoff.h, tolibcoff; new bfd-in.h, libbfd-in.h, libcoff-in.h: (a) use separate files for invariant parts of bfd.h, libbfd.h, and libcoff.h; (b) in generated parts of same, use less obtrusive marks indicating .c origins. * bfd.texinfo: generalize most references to linker
1991-08-21Declare dependency even for optional modules.John Gilmore1-3/+4
1991-08-20Tue Aug 20 15:18:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com)Roland Pesch1-1/+1
* Makefile.in: include core.p in PROTOS (building better bfd.h) * archures.c: remove empty foo() definition (crept in at vn1.9)
1991-08-17Doc changesSteve Chamberlain1-36/+32
1991-07-31Remove amdcoff.c (and its name from Makefile.in) by default, becauseJohn Gilmore1-3/+0
its copyright is not yet assigned to FSF.
1991-07-31 * all files: update copyright notices for GPL version 2.John Gilmore1-17/+20
Install header comments and attribute most modules to their authors. BFD's name is now officially "Binary File Descriptor", so remove any conflicting perjoratives.
1991-07-27*** empty log message ***Steve Chamberlain1-4/+2
1991-07-15* aoutf1.h archive.c bfd.c coffcode.h core.c ecoff.c ieee.cSteve Chamberlain1-2/+2
bfd.texinfo oasys.c opncls.c reloc.c srec.c: More documentation on lint fixes. * amdcoff.c bfd.texinfo Makefile.in : Folded in changes for amd 29k coff by David Wood (wood@lab.ultra.nyu.edu).
1991-07-06Added core.c prototypes to bfd.hSteve Chamberlain1-2/+5
1991-07-04Now full of documentation. Yum Yum.Steve Chamberlain1-6/+91
1991-06-09added support for binary comparisons.K. Richard Pixley1-0/+5
1991-05-29Merge in changes from gdb-3.95 release into mainstream of BFD development.John Gilmore1-1/+2
Support defaulted (search all) targets and specific (only check one) targets.
1991-05-25Added 386 support!Steve Chamberlain1-3/+3
1991-05-18*** empty log message ***Steve Chamberlain1-4/+4
1991-05-14ar called through parametarizable macro.K. Richard Pixley1-3/+4
1991-05-11Sony NEWS port and modularization of a.out code. Cleanup ofJohn Gilmore1-4/+4
close_and_cleanup, write_contents, and jump vectors.
1991-05-10Test new structure exporting code with 68k coff implementaion.Steve Chamberlain1-2/+2
1991-05-08Added make dep rule.Steve Chamberlain1-22/+6
When configure is used, the created makefile will have all the dependencies filled in.
1991-05-02Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)John Gilmore1-2/+2
and make the result compile and run on the DEC 3100. It still has trouble running but it can handle opening exec and symbol files in ecoff format.
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-5/+5
1991-04-25Minor changes to accomodate merging of three include file directories.John Gilmore1-1/+1
1991-04-24Added some depdenencies and fixed etagsSteve Chamberlain1-2/+7
1991-04-18Some cleanup and some new targets.K. Richard Pixley1-16/+37
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley1-5/+4
1991-04-10Cut 2. Subdirs.K. Richard Pixley1-1/+3
1991-04-08Added little endian a.out.K. Richard Pixley1-4/+6
1991-04-04Initial revisionK. Richard Pixley1-0/+163