From: Nick Clifton Date: Thu, 2 Mar 2000 18:37:14 +0000 (+0000) Subject: Include getopt.h X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~370 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9bc20e78dc3b6f0ea8371695b9af3b1528e2b21;p=external%2Fbinutils.git Include getopt.h --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d1abc98..11d9cff 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 7769e12..b1f7b8c 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},