2006-09-26 H.J. Lu <hongjiu.lu@intel.com>

PR binutils/3257
	* strings.c (main): Handle "-T format".
This commit is contained in:
H.J. Lu 2006-09-26 16:45:25 +00:00
parent 19c6af1edd
commit 030cbcedf2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-09-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3257
* strings.c (main): Handle "-T format".
2006-09-26 Nick Clifton <nickc@redhat.com>
* MAINTAINERS: Add Mei Ligang as maintainer of the Score port.

View File

@ -196,7 +196,7 @@ main (int argc, char **argv)
target = NULL;
encoding = 's';
while ((optc = getopt_long (argc, argv, "afhHn:ot:e:Vv0123456789",
while ((optc = getopt_long (argc, argv, "afhHn:ot:e:T:Vv0123456789",
long_options, (int *) 0)) != EOF)
{
switch (optc)