aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
1991-09-20Undo precipitous changes.John Gilmore3-15/+6
1991-09-19*** empty log message ***Sean Eric Fagan1-8/+9
1991-09-19Stuff for new machiensSteve Chamberlain2-3/+9
1991-09-19Initial revisionSteve Chamberlain1-0/+51
1991-09-19*** empty log message ***Steve Chamberlain1-2/+8
1991-09-17Initial revisionStu Grossman1-0/+40
1991-09-17sgi/irix config stuff.Stu Grossman1-1/+5
1991-09-17Put back definition of offsetof. Only define it if it's not defined on thisStu Grossman1-0/+5
system.
1991-09-16Remove o_offsetof BS. Use local def if available.Stu Grossman1-7/+7
1991-09-13Missing quote fries it.John Gilmore1-1/+1
1991-09-13UltracomputerJohn Gilmore1-1/+5
1991-09-13PropagateJohn Gilmore1-164/+239
1991-09-13* configure.in: Handle a29k-*-* hosts, and targetsJohn Gilmore1-2/+15
a29k-*-coff, a29k-*-aout, and a29k-*-sym1.
1991-09-12Initial revisionJohn Gilmore1-0/+34
1991-09-12Thu Sep 12 14:07:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)Roland Pesch2-4/+9
* Makefile.in: $(MAKE) for make, $(docdir) for doc * doc/Makefile: redundant dependencies for Sun-make VPATH bug
1991-09-12Per J Gilmore's advice, include redundant dependencies to get aroundRoland Pesch1-10/+30
Sun-make VPATH bug.
1991-09-11* aoutf1.h (sunos4_core_file_p): Release the right storage in error case.John Gilmore1-0/+8
(sunos4_core_file_matches_executable_p): Fix header comparison. * aoutx.h: Avoid shifts of 32 bits, undefined in C. Lint. * bout.c, icoff.c, ieee.c, libbfd.c, oasys.c: gcc -O -W lint.
1991-09-04Allow GDB to patch object files.John Gilmore4-93/+125
Makefile.in: Add crude dependencies.
1991-09-04Added "recover"'ability.K. Richard Pixley1-4/+9
1991-09-03Fixed the line break as a test for cvs ci.Steve Chamberlain1-2/+2
1991-09-03"recover" aoutx.hK. Richard Pixley1-1/+6
1991-09-03*** empty log message ***Steve Chamberlain4-15/+65
1991-08-31Retract last edit. System type should determine whether this file gets loadedStu Grossman1-9/+0
at all.
1991-08-31Merge in irix support.Stu Grossman2-12/+43
1991-08-29paperwork handled for AMD Coff.John Gilmore1-13/+4
1991-08-23Add none.John Gilmore1-1/+1
1991-08-23add email address for bugs and additions.K. Richard Pixley1-0/+3
1991-08-23 * configure.in: Tix typo.John Gilmore2-17/+56
* ecoff.c: If compiling for DEC3100, use trad_unix core files, else dummy out the core file support. * trad-core.c (trad_unix_core_file_p): If HOST_DATA_START_ADDR is specified, use it to locate the data section. * coffcode.h (coff_write_symbols): Declare buffer as bfd_bytes rather than as chars (lint).
1991-08-23Initial revisionJohn Gilmore1-0/+60
1991-08-23Make SunOS core files work right -- from both sun3 and sun4.John Gilmore1-69/+157
Also, make them work on any other host system.
1991-08-23saberStu Grossman3-5/+10
1991-08-23Minor config polish.K. Richard Pixley2-3/+16
1991-08-23Minor polish & config mapping.K. Richard Pixley3-385/+528
1991-08-22Make info file compileable and (barely) navigable. More cleanup needed.Roland Pesch2-3/+3
1991-08-22Initial revisionRoland Pesch1-0/+64
1991-08-22*** empty log message ***Steve Chamberlain1-20/+5
1991-08-22Initial revisionSteve Chamberlain24-0/+2120
1991-08-22*** empty log message ***Roland Pesch1-0/+28
1991-08-22bfd.texinfo: some cleanup, reincorporated more intro matter from bfd.docRoland Pesch1-16/+78
bfd.c, targets.c: minor rewording of doc segments
1991-08-22Add hp 300 BSD.John Gilmore1-1/+5
1991-08-22New config.subJohn Gilmore1-1/+5
1991-08-22Improve our Sanity.John Gilmore1-18/+25
1991-08-22Three part names, etc.K. Richard Pixley1-5/+79
1991-08-22Initial revisionK. Richard Pixley1-0/+276
1991-08-22Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)Roland Pesch1-0/+1
* Makefile.in: use targets "bfd.dvi" and "bfd.ps" instead of texdoc and psdoc; make these depend on generated .texi's * scanit, (new) unPROTO: turn PROTO macros into ANSI declarations in doc * bfd.c, reloc.c, syms.c: minor spelling/wording fixes in doc portions
1991-08-22Initial revisionRoland Pesch1-0/+18
1991-08-21Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)Roland Pesch8-44/+48
* 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 Pesch2-1/+6
* Makefile.in: include core.p in PROTOS (building better bfd.h) * archures.c: remove empty foo() definition (crept in at vn1.9)
1991-08-20revisiting error messagesK. Richard Pixley1-28/+61