* addr2line.c (main): Likewise.

* ar.c (main): Likewise.
	* coffdump.c (main): Likewise.
	* cxxfilt.c (main): Likewise.
	* dlltool.c (main): Likewise.
	* dllwrap.c (main): Likewise.
	* nlmconv.c (main): Likewise.
	* nm.c (main): Likewise.
	* objcopy.c (main): Likewise.
	* objdump.c (main): Likewise.
	* readelf.c (main): Likewise.
	* size.c (main): Likeiwse.
	* srcconv.c (main): Likewise.
	* strings.c (main): Likewise.
	* sysdump.c (main): Likewise.
	* sysinfo.c (main): Likewise.
	* windres.c (main): Likewise.

	* ldmain.c (main): Use expandargv.

	* gprof.c (main): Use expandargv.

	* as.c (main): Use expandargv.
This commit is contained in:
Mark Mitchell
2005-09-30 16:37:32 +00:00
parent 58654fd868
commit 869b9d07bb
24 changed files with 73 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-09-30 Mark Mitchell <mark@codesourcery.com>
* gprof.c (main): Use expandargv.
2005-09-30 Matthias Kurz <mk@baerlap.north.de>
* gprof.c (main):Only invoke bindtextdomain() and textdomain() if

View File

@@ -197,6 +197,8 @@ main (int argc, char **argv)
whoami = argv[0];
xmalloc_set_program_name (whoami);
expandargv (&argc, &argv);
while ((ch = getopt_long (argc, argv,
"aA::bBcCd::De:E:f:F:hiI:J::k:lLm:n::N::O:p::P::q::Q::st:Tvw:xyzZ::",
long_options, 0))