Move doc/ entries to correct changelog

This commit is contained in:
Alan Modra
2002-02-01 01:04:37 +00:00
parent 8add04415a
commit 7dc0ab3144
2 changed files with 25 additions and 18 deletions

View File

@ -20,7 +20,6 @@
* configure: Regenerate. * configure: Regenerate.
* Makefile.am: Add support for or32. * Makefile.am: Add support for or32.
* Makefile.in: Regenerate. * Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Add or32 files. * po/SRC-POTFILES.in: Add or32 files.
* po/bfd.pot: Regenerate. * po/bfd.pot: Regenerate.
@ -48,12 +47,9 @@
2002-01-30 Nick Clifton <nickc@cambridge.redhat.com> 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
* doc/proto.str (ENUMDOC): Place two spaces between the end of
the text and the closing comment marker.
* archures.c: Tidy up formatting of embedded comments. * archures.c: Tidy up formatting of embedded comments.
* bfd.c: Tidy up formatting of embedded comments. * bfd.c: Tidy up formatting of embedded comments.
* bfd-in.h: Fix formatting of comments. * bfd-in.h: Fix formatting of comments.
* reloc.c: Tidy up formatting of ordinary & embedded comments. * reloc.c: Tidy up formatting of ordinary & embedded comments.
* section.c: Tidy up formatting of embedded comments. * section.c: Tidy up formatting of embedded comments.
* syms.c: Tidy up formatting of embedded comments. * syms.c: Tidy up formatting of embedded comments.
@ -88,7 +84,7 @@
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo. * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
2002-30-01 Philipp Thomas <pthomas@suse.de> 2002-01-30 Philipp Thomas <pthomas@suse.de>
* coff-arm.c, elf32-elf.h: Unify messages. * coff-arm.c, elf32-elf.h: Unify messages.
@ -111,7 +107,7 @@
ELF_LINK_NON_ELF so that they can stay weak. ELF_LINK_NON_ELF so that they can stay weak.
2002-01-29 Chris Demetriou <cgd@broadcom.com> 2002-01-29 Chris Demetriou <cgd@broadcom.com>
Mitch Lichtenberg <mpl@broadcom.com> Mitch Lichtenberg <mpl@broadcom.com>
* bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype. * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
* elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
@ -160,9 +156,6 @@
emit error for egcs-1.1.2. emit error for egcs-1.1.2.
* configure: Regenerate. * configure: Regenerate.
* doc/Makefile.am (install): Depend on install-info.
* doc/Makefile.in: Regenerate.
2002-01-26 Egor Duda <deo@logos-m.ru> 2002-01-26 Egor Duda <deo@logos-m.ru>
* elf.c (elfcore_grok_win32pstatus): Copy only as much information * elf.c (elfcore_grok_win32pstatus): Copy only as much information

View File

@ -1,7 +1,16 @@
2002-01-31 Ivan Guzvinec <ivang@opencores.org>
* Makefile.in: Regenerate.
2002-01-31 Alan Modra <amodra@bigpond.net.au> 2002-01-31 Alan Modra <amodra@bigpond.net.au>
* chew.c (courierize): Don't modify @command params. * chew.c (courierize): Don't modify @command params.
2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
* proto.str (ENUMDOC): Place two spaces between the end of
the text and the closing comment marker.
2001-10-30 Hans-Peter Nilsson <hp@bitrange.com> 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
* bfdint.texi (BFD target vector miscellaneous): Add * bfdint.texi (BFD target vector miscellaneous): Add
@ -20,6 +29,11 @@
* bfd.texinfo: Change footer to refer to FSF. Change subtitle * bfd.texinfo: Change footer to refer to FSF. Change subtitle
to refer to original creation date. to refer to original creation date.
2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
* Makefile.am (install): Depend on install-info.
* Makefile.in: Regenerate.
2001-10-03 Alan Modra <amodra@bigpond.net.au> 2001-10-03 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (BFD_H_DEP): Add ../version.h. * Makefile.am (BFD_H_DEP): Add ../version.h.
@ -183,7 +197,7 @@ Tue Jul 22 14:44:00 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE
* Makefile.in: Change stamp-* files to s-* files. Use bfdt.texi * Makefile.in: Change stamp-* files to s-* files. Use bfdt.texi
rather than bfd.texi. rather than bfd.texi.
(DOCFILES): Change bfd.texi to bfdt.texi. (DOCFILES): Change bfd.texi to bfdt.texi.
* bfd.texinfo: Include bfdt.texi, not bfd.texi. * bfd.texinfo: Include bfdt.texi, not bfd.texi.
Mon Jun 16 15:33:15 1997 Ian Lance Taylor <ian@cygnus.com> Mon Jun 16 15:33:15 1997 Ian Lance Taylor <ian@cygnus.com>
@ -409,7 +423,7 @@ Thu Nov 5 03:13:55 1992 John Gilmore (gnu@cygnus.com)
Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS. Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS.
* chew.c (exfunstuff): Eliminate. * chew.c (exfunstuff): Eliminate.
(paramstuff): Replace exfunstuff with function to generate PARAMS. (paramstuff): Replace exfunstuff with function to generate PARAMS.
* proto.str: Use paramstuff rather than exfunstuff. * proto.str: Use paramstuff rather than exfunstuff.