From: Tristan Gingold Date: Wed, 20 Apr 2011 13:43:24 +0000 (+0000) Subject: 2011-04-20 Tristan Gingold X-Git-Tag: sid-snapshot-20110501~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ced323bd49a2e0fec0876af4695893bb96b90049;p=external%2Fbinutils.git 2011-04-20 Tristan Gingold * emultempl/aix.em (_add_options): Ignore -bbigtoc switch. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ce511ac..9e8bd5e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Tristan Gingold + + * emultempl/aix.em (_add_options): Ignore -bbigtoc switch. + 2011-04-20 Alan Modra * ld.h (ld_config_type ): Make it an unsigned long. diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 60c4fc6..d374c0c 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},