mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Include getopt.h
This commit is contained in:
parent
a3027dd748
commit
f9bc20e78d
@ -1,3 +1,7 @@
|
||||
2000-03-02 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* emulparams/elf32mcore.sh: Include "getopt.h".
|
||||
|
||||
2000-03-01 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user