2011-04-20 Tristan Gingold <gingold@adacore.com>
* emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
This commit is contained in:
parent
05c8c3f5b0
commit
ced323bd49
@ -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.
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user