diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-04-20 13:43:24 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-04-20 13:43:24 +0000 |
commit | ced323bd49a2e0fec0876af4695893bb96b90049 (patch) | |
tree | 6ede3921a1c0448b2ac17d2a7e4afd39a91a6fb5 /ld | |
parent | 05c8c3f5b0b42109cc4fcf9385e6bf0f0feaae6a (diff) | |
download | binutils-gdb-ced323bd49a2e0fec0876af4695893bb96b90049.tar.gz |
2011-04-20 Tristan Gingold <gingold@adacore.com>
* emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/aix.em | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ce511ac2c2e..9e8bd5e80bc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Tristan Gingold <gingold@adacore.com> + + * emultempl/aix.em (_add_options): Ignore -bbigtoc switch. + 2011-04-20 Alan Modra <amodra@gmail.com> * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long. diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 60c4fc651d3..d374c0c3003 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}, |