This is a grab-bag of my stuff from the head branch.

Should have done it separately, I know.
- move bug report address to include file
- objcopy --redefine-sym
- update makefile dependencies (but use automake-000227)
- H.J. Lu's fix to readelf.c
This commit is contained in:
Alan Modra
2000-04-05 05:36:44 +00:00
parent 1f387c7dee
commit 7b67f5f425
49 changed files with 2767 additions and 1959 deletions

View File

@@ -734,7 +734,7 @@ extension if not specified. A single file name is an input file.\n\
No input-file is stdin, default rc. No output-file is stdout, default rc.\n"));
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 %s\n"), REPORT_BUGS_TO);
exit (status);
}