]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
backport of:
authorTristan Gingold <gingold@adacore.com>
Wed, 20 Apr 2011 13:48:32 +0000 (13:48 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 20 Apr 2011 13:48:32 +0000 (13:48 +0000)
Modified files:
ld             : ChangeLog
ld/emultempl   : aix.em

Log message:
2011-04-20  Tristan Gingold  <gingold@adacore.com>

* emultempl/aix.em (_add_options): Ignore -bbigtoc switch.

ld/ChangeLog
ld/emultempl/aix.em

index 6bcac06b0feb4b0441031ed5aeecb0d6cc6f9613..2a1ede179d6a68d15c4c9e559436bca88922a1b0 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-20  Tristan Gingold  <gingold@adacore.com>
+
+       * emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
+
 2011-03-26  John Marino  <binutils@marino.st>
 
        * configure.host: Update *-*-dragonfly* host entry.
index 60c4fc651d3c0a2faee98845eebcf2c4aa50faf6..d374c0c300348d48413d11cb7faf604c1fe04a0b 100644 (file)
@@ -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},