From: Tristan Gingold Date: Wed, 20 Apr 2011 13:48:32 +0000 (+0000) Subject: backport of: X-Git-Tag: binutils-2_21_1~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af4db864ba22cad4276b3b0d468f5e1c64991c39;p=thirdparty%2Fbinutils-gdb.git backport of: Modified files: ld : ChangeLog ld/emultempl : aix.em Log message: 2011-04-20 Tristan Gingold * emultempl/aix.em (_add_options): Ignore -bbigtoc switch. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 6bcac06b0fe..2a1ede179d6 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-03-26 John Marino * configure.host: Update *-*-dragonfly* host entry. 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},