diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-31 15:34:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-31 15:34:29 +0000 |
commit | 757acbc5935e66e1e03f27bc55e8bd72383c33eb (patch) | |
tree | 73f6c10394de0b53ba75d89a295b40692c0f38f6 /binutils | |
parent | d7f1f2b0beac0f0c0e45e24a2b3ac7d1f866a5e5 (diff) | |
download | gdb-757acbc5935e66e1e03f27bc55e8bd72383c33eb.zip gdb-757acbc5935e66e1e03f27bc55e8bd72383c33eb.tar.gz gdb-757acbc5935e66e1e03f27bc55e8bd72383c33eb.tar.bz2 |
* binutils.texi (Bug Reporting): Clarify that large files should
not be sent to bug-gnu-utils.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/binutils.texi | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1922b73..1e22647 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +1999-08-31 Ian Lance Taylor <ian@zembu.com> + + * binutils.texi (Bug Reporting): Clarify that large files should + not be sent to bug-gnu-utils. + 1999-08-28 Stephane Carrez <stcarrez@worldnet.fr> * readelf.c (process_extended_line_op): New parameter pointer_size, diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 83ab291..6fea836 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -2841,9 +2841,10 @@ and then we might not encounter the bug. A complete input file, or set of input files, that will reproduce the bug. If the utility is reading an object file or files, then it is generally most helpful to send the actual object files, uuencoded if -necessary to get them through the mail system. Making them available -for anonymous FTP is not as good, but may be the only reasonable choice -for large object files. +necessary to get them through the mail system. Note that +@samp{bug-gnu-utils@@gnu.org} is a mailing list, so you should avoid +sending very large files to it. Making the files available for +anonymous FTP is OK. If the source files were produced exclusively using @sc{gnu} programs (e.g., @code{gcc}, @code{gas}, and/or the @sc{gnu} @code{ld}), then it |