diff options
author | Stephen Kitt <steve@sk2.org> | 2015-05-12 11:16:03 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-05-12 11:16:03 +0100 |
commit | 5b155b955ab0f4b6db3a5edb049f8e4d5a712f4a (patch) | |
tree | 359d7a2725e71e12029e732f62586cb6790269dd /binutils/dlltool.c | |
parent | fb4048adf7e4c6cbf8f45b4436ab7982a6d685e6 (diff) | |
download | gdb-5b155b955ab0f4b6db3a5edb049f8e4d5a712f4a.zip gdb-5b155b955ab0f4b6db3a5edb049f8e4d5a712f4a.tar.gz gdb-5b155b955ab0f4b6db3a5edb049f8e4d5a712f4a.tar.bz2 |
Enables the -t abbreviated form of the --temp-prefix command line option for dlltool.
* dlltool.c (main): Accept -t as an abbreviation for
--temp-prefix.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r-- | binutils/dlltool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index be08227..e83052a 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -4091,9 +4091,9 @@ main (int ac, char **av) while ((c = getopt_long (ac, av, #ifdef DLLTOOL_MCORE_ELF - "m:e:l:aD:d:z:b:xp:cCuUkAS:f:nI:vVHhM:L:F:", + "m:e:l:aD:d:z:b:xp:cCuUkAS:t:f:nI:vVHhM:L:F:", #else - "m:e:l:y:aD:d:z:b:xp:cCuUkAS:f:nI:vVHh", + "m:e:l:y:aD:d:z:b:xp:cCuUkAS:t:f:nI:vVHh", #endif long_options, 0)) != EOF) |