diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-09-26 16:45:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-09-26 16:45:25 +0000 |
commit | 030cbcedf282f87e90e2248b61a0941b86df3b66 (patch) | |
tree | 6f349d2d4f3178683d4499f07c6af4723f700e7e /binutils/strings.c | |
parent | 19c6af1edd16458bfb58dfeb0f51909b123629ed (diff) | |
download | gdb-030cbcedf282f87e90e2248b61a0941b86df3b66.zip gdb-030cbcedf282f87e90e2248b61a0941b86df3b66.tar.gz gdb-030cbcedf282f87e90e2248b61a0941b86df3b66.tar.bz2 |
2006-09-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3257
* strings.c (main): Handle "-T format".
Diffstat (limited to 'binutils/strings.c')
-rw-r--r-- | binutils/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/strings.c b/binutils/strings.c index 3002ff9..4c68ea8 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -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) |