diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-03-28 09:08:53 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-03-28 09:08:53 +0000 |
commit | 4ecceb71ac507b28c5340139be0b1b914437cb8f (patch) | |
tree | 51bcb2a31ab3df481596e36db2f41463281fbc03 /bfd | |
parent | 331e5c3cd23f29f8d2977ca8142ce34ebc149e8f (diff) | |
download | gdb-4ecceb71ac507b28c5340139be0b1b914437cb8f.zip gdb-4ecceb71ac507b28c5340139be0b1b914437cb8f.tar.gz gdb-4ecceb71ac507b28c5340139be0b1b914437cb8f.tar.bz2 |
bfd/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* doc/bfd.texinfo: Put the contents after the title page rather
than at the end of the document.
binutils/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* doc/binutils.texi: Put the contents after the title page rather
than at the end of the document.
gas/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* doc/as.texinfo: Put the contents after the title page rather
than at the end of the document.
gprof/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* gprof.texi: Put the contents after the title page rather
than at the end of the document.
ld/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Phil Edwards <phil@codesourcery.com>
* ld.texinfo: Put the contents after the title page rather
than at the end of the document.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/doc/bfd.texinfo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d162902..e6a4957 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2007-03-28 Richard Sandiford <richard@codesourcery.com> + Phil Edwards <phil@codesourcery.com> + + * doc/bfd.texinfo: Put the contents after the title page rather + than at the end of the document. + 2007-03-27 Andreas Schwab <schwab@suse.de> * elfxx-ia64.c (elf_backend_default_execstack): Define to 0. diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index dfcebb1..07b5006 100644 --- a/bfd/doc/bfd.texinfo +++ b/bfd/doc/bfd.texinfo @@ -73,6 +73,7 @@ Copyright @copyright{} 1991, 2001, 2003, 2006 Free Software Foundation, Inc. @end titlepage @end iftex +@contents @node Top, Overview, (dir), (dir) @ifinfo @@ -333,5 +334,4 @@ All of BFD lives in one directory. % Blame: doc@cygnus.com, 28mar91. @end tex -@contents @bye |