From c7c8b500b95493a83123895210e0a56074d34c14 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 27 Oct 1995 01:59:30 +0000 Subject: [PATCH] * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat -static as a synonym for -bnso. --- ld/ChangeLog | 3 +++ ld/emultempl/aix.em | 1 + 2 files changed, 4 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 69dac3be97d..6827fbadf26 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ Thu Oct 26 14:11:26 1995 Ian Lance Taylor + * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat + -static as a synonym for -bnso. + * scripttempl/aix.sc: Move special symbols inside sections. Always start .data at 0. diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index ae0d7ddf7f0..08c79b20f6a 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -152,6 +152,7 @@ gld${EMULATION_NAME}_parse_args (argc, argv) {"bso", no_argument, NULL, OPTION_AUTOIMP}, {"bstrcmpct", no_argument, NULL, OPTION_STRCMPCT}, {"btextro", no_argument, &textro, 1}, + {"static", no_argument, NULL, OPTION_NOAUTOIMP}, {NULL, no_argument, NULL, 0} }; -- 2.30.2