X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fdoc%2FChangeLog;h=07682dae3c332b3fda3e55c1f28347fb4f057cfb;hb=55172d69d08941ecb3bb1abd640f22abca10de47;hp=9cc789214203f8a4b870601c86065ebd40e85a05;hpb=27c5d6c91a5d2d4cfbcef29be90b090348b99521;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 9cc7892142..07682dae3c 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,589 +1,337 @@ -2003-10-08 David Taylor +2015-02-11 Pedro Alves - * bfd.texinfo: Remove spurious backslash. - -2003-07-04 Josh Baratz - - * Makefile.am (MKDOC rule): Add $(CFLAGS) in case it contains - CC_FOR_BUILD specific switches. + * Makefile.am (libbfd.h, libcoff.h): Close extern "C" scope. * Makefile.in: Regenerate. -2003-06-29 Alan Modra - - * chew.c (paramstuff): Don't emit PARAMS. - -2003-02-12 Bob Wilson - - * bfd.texinfo: Fix quotes for texinfo. Make section title - capitalization more consistent. Use @example instead of @lisp. - Replace FDL appendix with include of fdl.texi. - * fdl.texi: New file. - -2002-11-18 Klee Dienes - - * Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi. - (PROTOS): Add bfdio.p, bfdwin.p. - (SRCDOC): Add bfdio.c, bfdwin.c. - (SRCPROT): Add bfdio.c, bfdwin.c. - (SRCIPROT): Add bfdio.c, bfdwin.c. - (LIBBFD_H_DEP): Add bfdio.c, bfdwin.c. - (BFD_H_DEP): Add bfdio.c, bfdwin.c. - Add rules for bfdio.texi, bfdwin.text. - * bfd.texinfo: Include bfdio.texi. - -2002-10-14 Alan Modra - +2015-01-12 Bernd Edlinger + Alan Modra + + PR 17817 + * Makefile.am (aoutx.stamp): cp -p $srcdir/aoutx.texi to keep + timestamps so that makeinfo need not be installed. + (archive.stamp, archures.stamp, bfdt.stamp, cache.stamp, + coffcode.stamp, core.stamp, elf.stamp, elfcode.stamp, mmo.stamp, + format.stamp, libbfd.stamp, bfdio.stamp, bfdwin.stamp, + opncls.stamp, reloc.stamp, section.stamp, syms.stamp, targets.stamp, + init.stamp, hash.stamp, linker.stamp): Similarly. + (bfdver.texi): Use test rather than [ ] in commands. * Makefile.in: Regenerate. -2002-10-11 Daniel Jacobowitz +2014-08-05 Doug Evans - * Makefile.in: Regenerated. - -2002-08-29 John David Anglin + * chew.c (skip_past_newline_1): New function. + (outputdots): Call it. + (skip_past_newline): Ditto. - * chew.c (paramstuff, outputdots, perform, bang and usage): Remove - void from function definitions. +2014-08-05 Alan Modra -2002-08-13 Alan Modra + * chew.c (print_stack_level, main): Cast result of pointer + difference to match format string. - * header.sed: Strip tabs. +2014-04-09 Alan Modra -2002-06-08 Alan Modra - - * Makefile.am: Fix quote style in last change. + * Makefile.am ($(MKDOC)): New rule, depend on chew.stamp. Move + old rule to.. + (chew.stamp): ..here. + (DISTCLEANFILES): Move *.stamp.. + (MOSTLYCLEANFILES): ..to here. * Makefile.in: Regenerate. -2002-06-07 Alan Modra - - * Makefile.am (libbfd.h): Don't use "echo -n". - (libcoff.h, bfd.h): Likewise. +2014-04-09 Alan Modra + + * Makefile.am (MKDOC): Use $@ in command. + (aoutx.texi): New rule, depend on aoutx.stamp. Move old rule.. + (aoutx.stamp): .. to here. Don't depend on chew.c, depend on MKDOC + and omit recursive MAKE. Use $< in command. + (archive.texi, archures.texi, bfdt.texi, cache.texi, coffcode.texi, + core.texi, elf.texi, elfcode.texi, mmo.texi, format.texi, libbfd.texi, + bfdio.texi, bfdwin.texi, opncls.texi, reloc.texi, section.texi, + syms.texi, targets.texi, init.texi, hash.texi, linker.texi): Similarly. + (DISTCLEANFILES): Remove *.stamp. * Makefile.in: Regenerate. -2002-06-06 Lars Brinkhoff +2014-03-12 Alan Modra - * bfdint.texi: Change registry@sco.com to registry@caldera.com. - -2002-06-05 Alan Modra - - * Makefile.am (libbfd.h): Add "Extracted from.." comment. - (libcoff.h, bfd.h): Likewise. * Makefile.in: Regenerate. -2002-05-25 Alan Modra +2013-10-14 Nick Clifton - * chew.c: Use #include "" instead of <> for local header files. + * chew.c (perform): Free next. -2002-04-20 Alan Modra +2013-04-15 Alan Modra + * Makefile.am ($(MKDOC)): Append $(EXEEXT_FOR_BUILD) to temp file. * Makefile.in: Regenerate. -2002-02-11 Alan Modra +2013-04-09 Mingjie Xing - * Makefile.in: Regenerate. + * bfd.texinfo (typedef bfd, Error reporting, Miscellaneous): + Add menu items. -2002-02-01 Alan Modra +2013-01-07 Patrice Dumas - * chew.c (WORD): Eliminate. + * bfd.texinfo: Replace @ with @@ when it is part of the text. -2002-01-31 Ivan Guzvinec +2012-12-17 Nick Clifton + * Makefile.am: Add copyright notice. + * bfdsumm.texi: Likewise. + * makefile.vms: Likewise. * Makefile.in: Regenerate. -2002-01-31 Alan Modra - - * chew.c (courierize): Don't modify @command params. +2012-11-08 Alan Modra -2002-01-30 Nick Clifton - - * proto.str (ENUMDOC): Place two spaces between the end of - the text and the closing comment marker. + * Makefile.in: Regenerate. -2001-10-30 Hans-Peter Nilsson +2012-02-27 Alan Modra - * bfdint.texi (BFD target vector miscellaneous): Add - bfd_target_mmo_flavour. - * bfd.texinfo (BFD back ends): Add entry for mmo. - * Makefile.am (DOCFILES): Add mmo.texi. - (SRCDOC): Add mmo.c. - (s-mmo, mmo.texi): New rules. + * chew.c (print_stack_level, main): Use %ld to print stack delta. -2001-10-29 Kazu Hirata +2010-10-28 Matthias Klose - * bfdsumm.texi: Fix a typo. + * bfd.texinfo: Add directory section for info document. -2001-10-26 Nick Clifton +2010-05-07 Tristan Gingold - * bfd.texinfo: Change footer to refer to FSF. Change subtitle - to refer to original creation date. + * Makefile.in: Regenerate with automake 1.11.1. -2002-01-26 Hans-Peter Nilsson +2010-01-09 Ralf Wildenhues - * Makefile.am (install): Depend on install-info. * Makefile.in: Regenerate. -2001-10-03 Alan Modra +2009-09-25 Martin Thuresson - * Makefile.am (BFD_H_DEP): Add ../version.h. - * Makefile.in: Regenerate. + Update soruces to make alpha targets compile cleanly with + -Wc++-compat: + * chew.c: Add casts. -2001-10-02 Alan Modra +2009-08-29 Martin Thuresson - * Makefile.in: Regenerate. + * chew.c (newentry, add_intrinsic): Rename variable new to + new_d. -2001-10-01 Alan Modra +2009-08-27 Ralf Wildenhues - * header.sed: New file, adds header to generated files. - * Makefile.am: Rewrite rules generating libbfd.h, libcoff.h and - bfd.h, using above. Add missing elf.c dependecy for libbfd.h. * Makefile.in: Regenerate. -2001-09-21 Alan Modra +2009-08-22 Ralf Wildenhues + * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) + (html__strip_dir, install-html, install-html-am): Remove. * Makefile.in: Regenerate. -2001-09-18 Alan Modra - - * bfdint.texi: Replace reference to bfd_read with bfd_bread. - Likewise for bfd_write. - -2001-07-24 Alan Modra - * Makefile.in: Regenerate. -2001-06-21 Hans-Peter Nilsson - - * bfdint.texi (BFD relocation functions) : - Mention that the GNU linker is aware of input-output format - restrictions when generating relocatable output. Make new - paragraph for final-link case. - (BFD target vector swap): Fix typo. - -2001-01-25 Kazu Hirata - - * chew.c: Do not output trailing whitespaces in type and - functionname. Update copyright. - -2001-01-24 Kazu Hirata - - * chew.c: Do not output a trailing whitespace. - -2000-11-06 Nick Clifton - - * bfd.texinfo: Add GNU Free Documentation License. - -2000-07-09 Alan Modra +2009-05-22 Alan Modra * Makefile.in: Regenerate. -2000-07-08 Alan Modra - - * chew.c (outputdots): Don't add a space before `/*'. - (courierize): Likewise. +2009-04-22 Anthony Green -Wed May 24 12:03:25 2000 Hans-Peter Nilsson + * bfdint.texi (BFD target vector miscellaneous): Mention verilog + flavour. - * bfdint.texi (BFD ELF processor required): Add paragraph about - target necessities for readelf. +2008-11-19 Nick Clifton -2000-04-30 Ben Elliston - - * bfdint.texi (BFD generated files): Fix another typo. - -2000-04-17 Ben Elliston - - * bfdint.texi (BFD_JUMP_TABLE macros): Fix typo. - -2000-04-07 Andrew Cagney - - * Makefile.in: Rebuild with current autoconf/automake. - -1999-02-04 Ian Lance Taylor - - * Makefile.in: Rebuild with current autoconf/automake. - -1998-07-23 Nick Clifton - - * bfdint.texi (BFD ELF processor required): Add paragraph - describing the necessity to create "include/elf/CPU.h". - -1998-05-07 Ian Lance Taylor - - * Makefile.am (chew.o): Add -I options for intl srcdir and - objdir. - * Makefile.in: Rebuild. - -1998-04-27 Ian Lance Taylor - - * bfdint.texi: New file. - * Makefile.am (noinst_TEXINFOS): New variable. - * Makefile.in: Rebuild. - -1998-04-13 Ian Lance Taylor - - * Makefile.in: Rebuild. - -1998-04-06 Ian Lance Taylor - - * Makefile.am (STAGESTUFF): Remove variable. - (CLEANFILES): Don't remove $(STAGESTUFF). - (DISTCLEANFILES, MAINTAINERCLEANFILES): New variables. - * Makefile.in: Rebuild. - -1998-03-27 Ian Lance Taylor - - * chew.c (skip_white_and_starts): Remove unused declaration. - (skip_white_and_stars): Add casts to avoid warnings. - (skip_trailing_newlines, paramstuff, courierize): Likewise. - (bulletize, do_fancy_stuff, iscommand): Likewise. - (kill_bogus_lines, nextword, main): Likewise. - (manglecomments): Comment out. - (outputdots, kill_bogus_lines): Remove unused local variables. - (perform, compile): Likewise. - (courierize): Fully parenthesize expression. - (copy_past_newline): Declare return value. - (print): Change printf format string. - (main): Call usage for an unrecognized option. - -1998-02-13 Ian Lance Taylor - - * Makefile.am (AUTOMAKE_OPTIONS): Define. - * Makefile.in: Rebuild. - -1998-01-26 Andreas Schwab - - * doc.str (bodytext): Don't output @* at the end. - * chew.c (kill_bogus_lines): Make sure that a period at the - beginning is recognized. - (indent): Don't put indentation at the end. - (copy_past_newline): Expand tabs. - * Makefile.am (s-reloc, s-syms): Depend on doc.str. - * Makefile.in: Rebuild. - -1997-10-01 Ian Lance Taylor - - * Makefile.am (libbfd.h): Don't use cpu-h8300.c, cpu-i960.c, or - elfcode.h as input files; they don't contribute anything. - * Makefile.in: Rebuild. + * fdl.texi: Update to v1.3 + * bfd.texinfo: Change license to v1.3. -1997-08-15 Doug Evans +2008-08-24 Alan Modra - * Makefile.am (libbfd.h, libcoff.h): Invoke $(MKDOC) as ./$(MKDOC). - * Makefile.in: Rebuild. - -1997-08-01 Ian Lance Taylor - - * Makefile.am (CC_FOR_BUILD): Don't set explicitly. - * Makefile.in: Rebuild. - -1997-07-31 Ian Lance Taylor - - * Makefile.am: New file, based on old Makefile.in. - * Makefile.in: Now built with automake. - -1997-07-22 Robert Hoehne - - * Makefile.in: Change stamp-* files to s-* files. Use bfdt.texi - rather than bfd.texi. - (DOCFILES): Change bfd.texi to bfdt.texi. - * bfd.texinfo: Include bfdt.texi, not bfd.texi. - -1997-06-16 Ian Lance Taylor - - * Makefile.in (CC, CFLAGS): Substitute from configure script. - From Jeff Makey . - -1997-04-15 Ian Lance Taylor - - * Makefile.in (install-info): Use mkinstalldirs to build - $(infodir). - -1997-04-08 Ian Lance Taylor - - * Makefile.in (install-info): Permit info files to be in srcdir. - (stamp-*): Add a stamp-X target for each X.texi target. - (*.texi): Just depend upon stamp-X. - (clean): Remove stamp-*. - (distclean): Depend upon mostlyclean. Remove stamp-*. Don't - remove $(DOCFILES). - -1997-04-07 Ian Lance Taylor - - * Makefile.in (distclean): Don't remove *.info files. - -1997-02-13 Klaus Kaempf (kkaempf@progis.de) - - * makefile.vms: New file. - -1996-06-18 Ian Lance Taylor - - * chew.c (kill_bogus_lines): Reset sl when not at the start of a - line. From Uwe Ohse . - -1996-01-30 Ian Lance Taylor - - From Ronald F. Guilmette : - * Makefile.in (libbfd.h): Depend upon proto.str. - (libcoff.h, bfd.h): Likewise. - -1995-11-03 Fred Fish - - * Makefile.in (SRCDOC, SRCPROT, core.texi, bfd.h): Use corefile.c, - renamed from core.c. - -1995-11-01 Manfred Hollstein KS/EF4A 60/1F/110 #40283 - - * chew.c: Include . - -1995-10-06 Ken Raeburn - - Mon Sep 25 22:49:32 1995 Andreas Schwab - - * Makefile.in (Makefile): Only remake this Makefile. - -1995-10-04 Ken Raeburn - - * chew.c: Include . - -1995-09-12 Ian Lance Taylor - - * Makefile.in (maintainer-clean): New target. - -1995-08-31 Ian Lance Taylor - - * Makefile.in (bfd.h): Add additional #endif at end of bfd.h if - __cplusplus is defined. - -1994-11-29 Doug Evans - - * chew.c (write_buffer): New argument `f', all callers changed. - (stdout, stderr, print, drop, idrop): New forth words. - * proto.str (COMMENT): New command. - * doc.str (COMMENT): Likewise. + * Makefile.am (chew.o): Delete rule. + ($(MKDOC)): Move options before C file. + * Makefile.in: Regenerate. -1994-09-12 Ian Lance Taylor (ian@sanguine.cygnus.com) +2008-08-15 Alan Modra - * Makefile.in (DOCFILES): Remove ctor.texi. - (IPROTOS): Remove ctor.ip. - (SRCIPROT): Remove $(srcdir)/../ctor.c. - (ctor.texi): Remove target. - (libbfd.h): Remove dependency on $(srcdir)/../ctor.c. Remove - $(MKDOC) run on $(srcdir)/../ctor.c. - * bfd.texinfo (Constructors): Remove section. + * Makefile.in: Regenerate. -1994-09-02 Ken Raeburn (raeburn@cujo.cygnus.com) +2008-07-09 Craig Silverstein - * chew.c: Include assert.h. Added prototypes for most functions. - Changed most uses of int to long. Do bounds checking on the - stacks. Added comment at the beginning documenting most of the - intrinsics. Lots of whitespace changes. Re-ordered some - functions. - (die, check_range, icheck_range): New functions. - (strip_trailing_newlines, print_stack_level): New functions. - (translatecomments): Don't insert tab before "/*". - (iscommand): Minimum command length is now 4. - (nextword): Handle some \-sequences. - (push_addr): Deleted. - (main): Add new intrinsics strip_trailing_newlines and - print_stack_level. Complain at end if stack contains more than - one element, or less. - (remchar): Make sure the string is not empty before chopping off a - character. + * Makefile.am (BFD_H_DEP): Add ../compress.c. + * Makefile.in: Regenerate. - * doc.str, proto.str: Handle new commands SENUM, ENUM, ENUMX, - ENUMEQ, ENUMEQX, ENUMDOC. +2008-05-14 Alan Modra -1994-01-12 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * Makefile.in: Regenerate. - * bfd.texinfo: Added Linker Functions node. - * Makefile.in (DOCFILES): Added linker.texi. - (SRCDOC): Added linker.c. - (linker.texi): New target. +2008-03-17 Ralf Wildenhues -1994-01-04 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * Makefile.in: Regenerate. - * chew.c: Don't rely on a correct declaration of exit. - (chew_exit): New function which just calls exit. - (main): Use it. +2008-03-13 Alan Modra -1994-01-03 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * Makefile.in: Regenerate. - * bfd.texinfo: Added Hash Tables node. - * Makefile.in (DOCFILES): Added hash.texi. - (SRCDOC): Added hash.c. - (hash.texi): New target. +2007-10-15 Alan Modra -1993-12-30 Ken Raeburn (raeburn@cujo.cygnus.com) + * chew.c (write_buffer): Check fwrite return value. - * Makefile.in: Delete all references to seclet.c, since it's just - been deleted. Don't mention hash.c, linker.c, or genlink.h yet, - since they don't contain documentation yet (hint, hint!). +2007-09-14 Alan Modra -1993-11-05 David J. Mackenzie (djm@thepub.cygnus.com) + * Makefile.in: Regenerate. - * bfd.texinfo: Small cleanups. +2007-07-02 Alan Modra -1993-11-19 Ken Raeburn (raeburn@cambridge.cygnus.com) + * Makefile.in: Regenerate. - * Makefile.in (archures.texi): Depends on $(MKDOC). +2007-06-30 H.J. Lu -1993-08-10 Ken Raeburn (raeburn@cambridge.cygnus.com) + * Makefile.in: Likewise. - * bfd.texinfo (BFD back end): Don't include elfcode.texi, since - it's empty now and that triggers a makeinfo bug. +2007-06-14 H.J. Lu -1993-08-09 Ken Raeburn (raeburn@cambridge.cygnus.com) + * Makefile.in: Regenerated. - * bfd.texinfo (BFD back end): New section on ELF, includes - elf.texi and elfcode.texi. - * Makefile.in (DOCFILES): Include elf.texi, elfcode.texi. - (SRCDOC): Include elfcode.h, elf.c. - (elf.texi, elfcode.texi): New intermediate targets. +2007-05-22 Nick Clifton -1993-06-24 David J. Mackenzie (djm@thepub.cygnus.com) + * bfd.texinfo: Use @copying around the copyright notice. + * bfdint.texi: Likewise. - * Makefile.in (.c.o, chew.o): Put CFLAGS last. - * bfdsumm.texi: New file, broken out of bfd.texinfo, to share - with ld.texinfo. +2007-05-21 Nick Clifton -1993-06-14 david d `zoo' zuhn (zoo at rtl.cygnus.com) + * bfdint.texi: Add GNU Free Documentation License notice. - * Makefile.in (install-info): remove parentdir cruft, +2007-04-24 Alan Modra -1993-06-09 Jim Kingdon (kingdon@cygnus.com) + * Makefile.in: Regenerate. - * Makefile.in (mostlyclean): Remove chew.o. +2007-02-17 Mark Mitchell + Nathan Sidwell + Vladimir Prus -1993-05-25 Ken Raeburn (raeburn@cambridge.cygnus.com) + * Makefile.in: Regenerate. - * Makefile.in (libbfd.h): Use elfcode.h, not elf32.c. +2006-07-24 Ralk Wildenhues -1993-05-24 Ken Raeburn (raeburn@cygnus.com) + * bfd..texinfo: Fix spelling mistakes. + * bfdint.texinfo: Likewise. - * chew.c (compile): Add a couple of missing casts. +2006-07-18 Nigel Stephens -1993-05-12 Ian Lance Taylor (ian@cygnus.com) + * bfd.texinfo: Add @section for "What to Put Where". - * Makefile.in (CC_FOR_BUILD): New variable, define to be $(CC). - (chew.o, $(MKDOC)): Build using CC_FOR_BUILD rather than CC, since - it must run on the build machine. +2006-06-07 Joseph S. Myers -1993-04-07 John Gilmore (gnu@cygnus.com) + * bfd.texinfo: Remove local @tex code. - * Makefile.in (chew): Don't compile from .c to executable in a - single step; it puts a temporary .o filename into the executable, - which makes multi-stage comparisons fail. Compile chew.c to - chew.o, and link that, which makes identical executables every time. +2006-06-05 Alan Modra -1993-03-24 david d `zoo' zuhn (zoo at poseidon.cygnus.com) + * Makefile.in: Regenerate. - * Makefile.in: fix typo (bfd.texinfo not bfd.texino) +2006-05-11 Carlos O'Donell -1993-03-19 Ken Raeburn (raeburn@kr-pc.cygnus.com) + * bfd.texinfo: Rename "Index" to "BFD Index" - * bfd.texinfo: Since BFD version number has been bumped, do same - to "version number" on title page, and elsewhere. Should be - fixed to extract real version number. +2006-04-06 Carlos O'Donell -1993-03-16 Per Bothner (bothner@rtl.cygnus.com) + * Makefile.am: Add install-html and install-html-am targets. + Define datarootdir, docdir and htmldir. + * Makefile.in: Regenerate. - * Makefile.in: Add *clean rules. +2006-02-27 Carlos O'Donell -1993-01-11 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * Makefile.am: Add html target. + * Makefile.in: Regenerate. - * Makefile.in (libbfd.h): Removed duplicate init.c and libbfd.c. - Added seclet.c. - (bfd.h): Added dependency on bfd.c and seclet.c. Added seclet.c - to build. +2005-07-24 Daniel Jacobowitz -1992-12-17 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + * chew.c: Include . - * Makefile.in: added dvi target, define and use $(TEXI2DVI) +2005-07-22 DJ Delorie -1992-12-03 Ken Raeburn (raeburn@cambridge.cygnus.com) + * chew.c: Include stdlib.h. - * Makefile.in (TEXIDIR): New variable. - (bfd.dvi): Look for bfd.texinfo in $(srcdir). Generate index. +2005-07-22 Kazu Hirata - * bfd.texinfo: Minor doc fixes. + * chew.c: Don't include sysdep.h. -1992-11-05 John Gilmore (gnu@cygnus.com) +2005-05-09 Daniel Jacobowitz - Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS. + * Makefile.am: Use a temporary file to build chew. + * Makefile.in: Regenerated. - * chew.c (exfunstuff): Eliminate. - (paramstuff): Replace exfunstuff with function to generate PARAMS. - * proto.str: Use paramstuff rather than exfunstuff. +2005-05-04 Nick Clifton -1992-08-17 Steve Chamberlain (sac@thepub.cygnus.com) + * chew.c: Update the address and phone number of the FSF + organization in the GPL notice. - * chew.c: various patches provided by Howard Chu. +2005-05-05 H.J. Lu -1992-06-19 John Gilmore (gnu at cygnus.com) + * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. + * Makefile.in: Regenerate. - * Makefile.in (libbfd.h): Add elf.c as a source of prototypes. +2005-04-29 Daniel Jacobowitz -1992-05-11 John Gilmore (gnu at cygnus.com) + * Makefile.am: Remove stamp rules. Depend on chew.c + instead of $(MKDOC). + * Makefile.in: Regnerated. - * chew.c: exit() should be declared by config files, not by - portable source code. Its type could be int or void function. +2005-04-21 H.J. Lu -1992-05-04 K. Richard Pixley (rich@rtl.cygnus.com) + * Makefile.am (INCLUDES): New. Add -D_GNU_SOURCE. + (chew.o): Use it. + * Makefile.in: Regenerate. - * Makefile.in: another CFLAGS correction. +2005-04-14 Alan Modra -1992-04-28 K. Richard Pixley (rich@rtl.cygnus.com) + * Makefile.in: Regenerate. - * Makefile.in: Do the CFLAGS thing. +2005-04-12 Alan Modra -1992-04-11 Fred Fish (fnf@cygnus.com) + * Makefile.in: Regenerate. - * Makefile.in (MINUS_G): Add macro and default to -g. +2005-02-21 Alan Modra -1992-03-06 Steve Chamberlain (sac@thepub.cygnus.com) + * Makefile.in: Regenerate. - * chew.c: now has -w switch turn on warnings +2005-02-13 Maciej W. Rozycki -1992-02-26 K. Richard Pixley (rich@cygnus.com) + * Makefile.am: Use CFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD for + building chew. + * Makefile.in: Regenerate. - * Makefile.in, configure.in: removed traces of namesubdir, - -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced - copyrights to '92, changed some from Cygnus to FSF. +2005-02-01 Ben Elliston -1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com) + * chew.c: Remove #if 0'd code throughout. Similarly, collapse #if + 1'd code. - * Makefile.in: build chew into the current directory. Complete - the MKDOC macro transition. +2004-12-20 Ian Lance Taylor -1991-12-10 Steve Chamberlain (sac at rtl.cygnus.com) + * Makefile.am: Use $(SHELL) whenever we run move-if-change. + * Makefile.in: Rebuild. - * chew.c: don't core dump when can't open file - * Makefile.in: get proto.str from the right place when built in - odd directories +2004-09-19 H.J. Lu -1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com) + * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9. + (bfd.info): Rename the target to ... + ($(srcdir)/bfd.info): This. + * Makefile.in: Regenerated. - * Makefile.in: infodir belongs in datadir. +2004-09-17 Alan Modra -1991-12-07 Steve Chamberlain (sac at rtl.cygnus.com) + * Makefile.in: Regenerate. - * chew.c: Much modified - * proto.str, doc.str: New files for extracting to product - prototypes and documents respectively. +2004-03-27 Alan Modra + * bfdint.texi: Remove all mention of elflink.h. -1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com) +2004-03-19 Alan Modra - * Makefile.in: added standards.text support, host/site/target - inclusion hooks, install using INSTALL_DATA rather than cp, - don't echo on install. + * Makefile.in: Regenerate. -1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com) +For older changes see ChangeLog-9103 + +Copyright (C) 2004-2015 Free Software Foundation, Inc. - * 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. +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. - Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 version-control: never End: