mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 08:02:20 +08:00
Move bug report string to one place.
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
2000-04-01 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* gprof.h: #include "bin-bugs.h".
|
||||
* gprof.c (usage): Use REPORT_BUGS_TO.
|
||||
|
||||
2000-03-31 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* symtab.c (symtab_finalize): Don't use post-increment on
|
||||
structure copy to work around a ppc gcc bug.
|
||||
structure copy, to work around a ppc gcc bug.
|
||||
|
||||
1999-09-29 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
|
@ -157,7 +157,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\
|
||||
[image-file] [profile-file...]\n"),
|
||||
whoami);
|
||||
if (status == 0)
|
||||
fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
|
||||
fprintf (stream, REPORT_BUGS_TO);
|
||||
done (status);
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,7 @@
|
||||
# define N_(String) (String)
|
||||
#endif
|
||||
|
||||
#include "bin-bugs.h"
|
||||
|
||||
/*
|
||||
* These may already be defined on some systems. We could probably
|
||||
|
Reference in New Issue
Block a user