summaryrefslogtreecommitdiff
path: root/ld/emultempl/aix.em
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-04-20 13:43:24 +0000
committerTristan Gingold <gingold@adacore.com>2011-04-20 13:43:24 +0000
commit0a0a2c08c42013ba023b400ab92bb997dad9c8f1 (patch)
tree935a0e1761c5801f4bd885f0e3c19d16adbec5e4 /ld/emultempl/aix.em
parentd587f9cb3478cc48950592b952ae8a7da497ca60 (diff)
downloadbinutils-redhat-0a0a2c08c42013ba023b400ab92bb997dad9c8f1.tar.gz
2011-04-20 Tristan Gingold <gingold@adacore.com>
* emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r--ld/emultempl/aix.em1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index 60c4fc651d..d374c0c300 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -216,6 +216,7 @@ gld${EMULATION_NAME}_add_options
{"bexpall", no_argument, NULL, OPTION_EXPALL},
{"bexpfull", no_argument, NULL, OPTION_EXPFULL},
{"bexport", required_argument, NULL, OPTION_EXPORT},
+ {"bbigtoc", no_argument, NULL, OPTION_IGNORE},
{"bf", no_argument, NULL, OPTION_ERNOTOK},
{"bgc", no_argument, &gc, 1},
{"bh", required_argument, NULL, OPTION_IGNORE},