mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
* config/tc-sh.c (md_longopts): Add -EL and -EB for use by the linker testsuite.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-07-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-sh.c (md_longopts): Add -EL and -EB for use by the
|
||||||
|
linker testsuite.
|
||||||
|
|
||||||
2006-07-20 Thiemo Seufer <ths@mips.com>
|
2006-07-20 Thiemo Seufer <ths@mips.com>
|
||||||
Nigel Stephens <nigel@mips.com>
|
Nigel Stephens <nigel@mips.com>
|
||||||
|
|
||||||
|
@ -3063,6 +3063,10 @@ struct option md_longopts[] =
|
|||||||
{"relax", no_argument, NULL, OPTION_RELAX},
|
{"relax", no_argument, NULL, OPTION_RELAX},
|
||||||
{"big", no_argument, NULL, OPTION_BIG},
|
{"big", no_argument, NULL, OPTION_BIG},
|
||||||
{"little", no_argument, NULL, OPTION_LITTLE},
|
{"little", no_argument, NULL, OPTION_LITTLE},
|
||||||
|
/* The next two switches are here because the
|
||||||
|
generic parts of the linker testsuite uses them. */
|
||||||
|
{"EB", no_argument, NULL, OPTION_BIG},
|
||||||
|
{"EL", no_argument, NULL, OPTION_LITTLE},
|
||||||
{"small", no_argument, NULL, OPTION_SMALL},
|
{"small", no_argument, NULL, OPTION_SMALL},
|
||||||
{"dsp", no_argument, NULL, OPTION_DSP},
|
{"dsp", no_argument, NULL, OPTION_DSP},
|
||||||
{"isa", required_argument, NULL, OPTION_ISA},
|
{"isa", required_argument, NULL, OPTION_ISA},
|
||||||
|
Reference in New Issue
Block a user