diff --git a/ld/ChangeLog b/ld/ChangeLog index d1abc9884a..11d9cffba1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-03-02 H.J. Lu + + * emulparams/elf32mcore.sh: Include "getopt.h". + 2000-03-01 Ian Lance Taylor * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware. diff --git a/ld/emulparams/elf32mcore.sh b/ld/emulparams/elf32mcore.sh index 7769e1232a..b1f7b8c0f9 100644 --- a/ld/emulparams/elf32mcore.sh +++ b/ld/emulparams/elf32mcore.sh @@ -37,6 +37,8 @@ PARSE_AND_LIST_ARGS=' #define OPTION_BASE_FILE 300 +#include "getopt.h" + static struct option longopts[] = { {"base-file", required_argument, NULL, OPTION_BASE_FILE},