pkgsrc/devel/elftoolchain/patches/patch-ag
agc f15d9e1fe6 Initial import of elftoolchain-0.5.1 into the packages collection.
A BSD-licensed implementation of compilation tools (nm, ar,
	as, ld, etc.) for the ELF object format.

	This release contains BSD-licensed implementations of the
	"libdwarf" and "libelf" libraries, and of the "addr2line",
	"ar", "brandelf", "c++filt", "elfcopy", "elfdump",
	"findtextrel", "mcs", "nm", "ranlib", "readelf", "size",
	"strings" and "strip" program development utilities.  The
	release also contains API and utility reference documentation
	(300+ manual entries in all), and contains test suites for
	some of these released utilities and libraries.

With thanks to jkoshy for all the help.
2011-11-20 06:25:17 +00:00

15 lines
481 B
Text

$NetBSD: patch-ag,v 1.1.1.1 2011/11/20 06:25:18 agc Exp $
Fix warning for printf format messages with gcc 4.5 and -Wformat=2
--- elfdump/elfdump.c 2011/11/18 21:28:48 1.1
+++ elfdump/elfdump.c 2011/11/18 21:29:03
@@ -2736,7 +2736,7 @@
PRT("\nelf checksum: %#lx\n", gelf_checksum(ed->elf));
}
-static const char *usagemsg = "\
+static const char usagemsg[] = "\
Usage: %s [options] file...\n\
Display information about ELF objects and ar(1) archives.\n\n\
Options:\n\