From f9bc20e78dc3b6f0ea8371695b9af3b1528e2b21 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 2 Mar 2000 18:37:14 +0000 Subject: [PATCH] Include getopt.h --- ld/ChangeLog | 4 ++++ ld/emulparams/elf32mcore.sh | 2 ++ 2 files changed, 6 insertions(+) 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},