home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gdb-4.12.tar.gz / gdb-4.12.tar / gdb-4.12 / bfd / doc / ChangeLog < prev    next >
Text File  |  1994-02-03  |  6KB  |  192 lines

  1. Wed Jan 12 18:37:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  2.  
  3.     * bfd.texinfo: Added Linker Functions node.
  4.     * doc/Makefile.in (DOCFILES): Added linker.texi.
  5.     (SRCDOC): Added linker.c.
  6.     (linker.texi): New target.
  7.  
  8. Tue Jan  4 10:52:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  9.  
  10.     * chew.c: Don't rely on a correct declaration of exit.
  11.     (chew_exit): New function which just calls exit.
  12.     (main): Use it.
  13.  
  14. Mon Jan  3 11:40:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  15.  
  16.     * bfd.texinfo: Added Hash Tables node.
  17.     * Makefile.in (DOCFILES): Added hash.texi.
  18.     (SRCDOC): Added hash.c.
  19.     (hash.texi): New target.
  20.  
  21. Thu Dec 30 16:57:04 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
  22.  
  23.     * Makefile.in: Delete all references to seclet.c, since it's just
  24.     been deleted.  Don't mention hash.c, linker.c, or genlink.h yet,
  25.     since they don't contain documentation yet (hint, hint!).
  26.  
  27. Fri Nov  5 10:58:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  28.  
  29.     * bfd.texinfo: Small cleanups.
  30.  
  31. Fri Nov 19 03:46:11 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
  32.  
  33.     * Makefile.in (archures.texi): Depends on $(MKDOC).
  34.  
  35. Tue Aug 10 14:22:39 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
  36.  
  37.     * bfd.texinfo (BFD back end): Don't include elfcode.texi, since
  38.     it's empty now and that triggers a makeinfo bug.
  39.  
  40. Mon Aug  9 16:27:30 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
  41.  
  42.     * bfd.texinfo (BFD back end): New section on ELF, includes
  43.     elf.texi and elfcode.texi.
  44.     * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi.
  45.     (SRCDOC): Include elfcode.h, elf.c.
  46.     (elf.texi, elfcode.texi): New intermediate targets.
  47.  
  48. Thu Jun 24 13:48:13 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  49.  
  50.     * Makefile.in (.c.o, chew.o): Put CFLAGS last.
  51.     * bfdsumm.texi: New file, broken out of bfd.texinfo, to share
  52.     with ld.texinfo.
  53.  
  54. Mon Jun 14 12:07:07 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
  55.  
  56.     * Makefile.in (install-info): remove parentdir cruft, 
  57.  
  58. Wed Jun  9 16:00:32 1993  Jim Kingdon  (kingdon@cygnus.com)
  59.  
  60.     * Makefile.in (mostlyclean): Remove chew.o.
  61.  
  62. Tue May 25 14:46:58 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
  63.  
  64.     * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c.
  65.  
  66. Mon May 24 15:50:07 1993  Ken Raeburn  (raeburn@cygnus.com)
  67.  
  68.     * chew.c (compile): Add a couple of missing casts.
  69.  
  70. Wed May 12 14:45:14 1993  Ian Lance Taylor  (ian@cygnus.com)
  71.  
  72.     * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC).
  73.     (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since
  74.     it must run on the build machine.
  75.  
  76. Tue Apr  6 22:38:10 1993  John Gilmore  (gnu@cygnus.com)
  77.  
  78.     * Makefile.in (chew):  Don't compile from .c to executable in a
  79.     single step; it puts a temporary .o filename into the executable,
  80.     which makes multi-stage comparisons fail.  Compile chew.c to
  81.     chew.o, and link that, which makes identical executables every time.
  82.  
  83. Wed Mar 24 17:26:29 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  84.  
  85.     * Makefile.in: fix typo (bfd.texinfo not bfd.texino)
  86.  
  87. Fri Mar 19 01:13:00 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  88.  
  89.     * bfd.texinfo: Since BFD version number has been bumped, do same
  90.     to "version number" on title page, and elsewhere.  Should be
  91.     fixed to extract real version number.
  92.  
  93. Tue Mar 16 12:15:13 1993  Per Bothner  (bothner@rtl.cygnus.com)
  94.  
  95.     * Makefile.in:  Add *clean rules.
  96.  
  97. Mon Jan 11 18:43:56 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  98.  
  99.     * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c.
  100.     Added seclet.c.
  101.     (bfd.h): Added dependency on bfd.c and seclet.c.  Added seclet.c
  102.     to build.
  103.  
  104. Thu Dec 17 19:35:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  105.  
  106.     * Makefile.in: added dvi target, define and use $(TEXI2DVI)
  107.  
  108. Thu Dec  3 17:42:48 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
  109.  
  110.     * Makefile.in (TEXIDIR): New variable.
  111.     (bfd.dvi): Look for bfd.texinfo in $(srcdir).  Generate index.
  112.  
  113.     * bfd.texinfo: Minor doc fixes.
  114.  
  115. Thu Nov  5 03:13:55 1992  John Gilmore  (gnu@cygnus.com)
  116.  
  117.     Cleanup:  Replace all uses of EXFUN in the BFD sources, with PARAMS.
  118.  
  119.      * doc/chew.c (exfunstuff):  Eliminate.
  120.     (paramstuff):  Replace exfunstuff with function to generate PARAMS.
  121.     * doc/proto.str:  Use paramstuff rather than exfunstuff.
  122.  
  123. Mon Aug 17 12:40:32 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  124.  
  125.     * chew.c: various patches provided by Howard Chu.
  126.  
  127. Fri Jun 19 18:59:54 1992  John Gilmore  (gnu at cygnus.com)
  128.  
  129.     * Makefile.in (libbfd.h):  Add elf.c as a source of prototypes.
  130.  
  131. Mon May 11 18:55:59 1992  John Gilmore  (gnu at cygnus.com)
  132.  
  133.     * chew.c:  exit() should be declared by config files, not by
  134.     portable source code.  Its type could be int or void function.    
  135.  
  136. Mon May  4 13:45:57 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  137.  
  138.     * Makefile.in: another CFLAGS correction.
  139.  
  140. Tue Apr 28 10:21:32 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  141.  
  142.     * Makefile.in: Do the CFLAGS thing.
  143.  
  144. Fri Apr 10 22:34:52 1992  Fred Fish  (fnf@cygnus.com)
  145.  
  146.     * Makefile.in (MINUS_G):  Add macro and default to -g.
  147.  
  148. Fri Mar  6 18:53:18 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  149.  
  150.     * chew.c: now has -w switch turn on warnings
  151.  
  152. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  153.  
  154.     * Makefile.in, configure.in: removed traces of namesubdir,
  155.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  156.       copyrights to '92, changed some from Cygnus to FSF.
  157.  
  158. Tue Dec 10 22:11:05 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  159.  
  160.     * Makefile.in: build chew into the current directory.  Complete
  161.       the MKDOC macro transition.
  162.  
  163. Tue Dec 10 08:26:28 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  164.  
  165.     * chew.c: don't core dump when can't open file
  166.     * Makefile.in: get proto.str from the right place when built in
  167.     odd directories
  168.  
  169. Tue Dec 10 04:07:25 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  170.  
  171.     * Makefile.in: infodir belongs in datadir.
  172.  
  173. Sat Dec  7 17:01:23 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  174.  
  175.     * chew.c: Much modified
  176.     * proto.str, doc.str: New files for extracting to product
  177.     prototypes and documents respectively.
  178.  
  179.  
  180. Fri Dec  6 22:57:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  181.  
  182.     * Makefile.in: added standards.text support, host/site/target
  183.       inclusion hooks, install using INSTALL_DATA rather than cp,
  184.       don't echo on install.
  185.  
  186. Thu Dec  5 22:46:17 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  187.  
  188.     * Makefile.in: idestdir and ddestdir go away.  Added copyrights
  189.       and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
  190.       and mandir now keyed off datadir by default.
  191.  
  192.