summaryrefslogtreecommitdiff
path: root/gas/config/tc-sh.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-07-21 09:46:15 +0000
committerNick Clifton <nickc@redhat.com>2006-07-21 09:46:15 +0000
commiteca23fd4d6eea6b501fe625d87ea4838246e11d1 (patch)
treedbdfc3160783fe5903726df4dc54edfc11679bb2 /gas/config/tc-sh.c
parent1dff6e30c164347c58d5163611e87c2d163acb9c (diff)
downloadbinutils-redhat-eca23fd4d6eea6b501fe625d87ea4838246e11d1.tar.gz
* config/tc-sh.c (md_longopts): Add -EL and -EB for use by the linker testsuite.
Diffstat (limited to 'gas/config/tc-sh.c')
-rw-r--r--gas/config/tc-sh.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c
index 9d651deb89..554b4ccd96 100644
--- a/gas/config/tc-sh.c
+++ b/gas/config/tc-sh.c
@@ -3063,6 +3063,10 @@ struct option md_longopts[] =
{"relax", no_argument, NULL, OPTION_RELAX},
{"big", no_argument, NULL, OPTION_BIG},
{"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},
{"dsp", no_argument, NULL, OPTION_DSP},
{"isa", required_argument, NULL, OPTION_ISA},