diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-03-07 22:50:01 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-03-07 22:50:01 +0000 |
commit | ad22bfe862580712218ebd334179fd7a48b28a36 (patch) | |
tree | 144ac8603b8c41ee96acf83e93696c66a8842b07 /ld/ChangeLog | |
parent | faed74d627d4e215160a8768943c1677a3960e21 (diff) | |
download | gdb-ad22bfe862580712218ebd334179fd7a48b28a36.zip gdb-ad22bfe862580712218ebd334179fd7a48b28a36.tar.gz gdb-ad22bfe862580712218ebd334179fd7a48b28a36.tar.bz2 |
binutils:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* doc/Makefile.am (config.texi): Define BUGURL.
* doc/binutils.texi: Use BUGURL. Remove text about large files
and uuencoding.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
gas:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* doc/Makefile.am (gasver.texi): Define BUGURL.
* doc/as.texinfo: Use BUGURL.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
ld:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* Makefile.am (ldver.texi): Define BUGURL.
* ld.texinfo: Use BUGURL.
* Makefile.in, configure: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 01902c0..f111869 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2007-03-07 Joseph Myers <joseph@codesourcery.com> + + * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of + bug-reporting URL. + * Makefile.am (ldver.texi): Define BUGURL. + * ld.texinfo: Use BUGURL. + * Makefile.in, configure: Regenerate. + 2007-03-07 Nick Clifton <nickc@redhat.com> PR ld/4023 |