Binutils bug-reporting

Philippe De Muyter phdm@macqel.be
Sat Apr 1 19:35:00 GMT 2000


Alan Modra wrote :
> --- /dev/null	Tue May  5 13:32:27 1998
> +++ bin-bugs.h	Fri Mar 31 19:35:45 2000
> @@ -0,0 +1,3 @@
> +#ifndef REPORT_BUGS_TO
> +#define REPORT_BUGS_TO "Report bugs to bug-gnu-utils@gnu.org\n"
> +#endif
[...]
> --- addr2line.c	1999/07/11 20:02:14	1.2
> +++ addr2line.c	2000/04/01 02:53:26
> @@ -80,7 +80,7 @@ Usage: %s [-CfsHV] [-b bfdname] [--targe
>  	   program_name);
>    list_supported_targets (program_name, stream);
>    if (status == 0)
> -    fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
> +    fprintf (stream, _(REPORT_BUGS_TO));
>    exit (status);
>  }

For the sake of internationalization, would it not be better to split that
into `Report bugs to %s' and the address part ?

Philippe


More information about the Binutils mailing list