mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
import gdb-1999-10-04 snapshot
This commit is contained in:
@ -62,6 +62,10 @@ GDB_FILE *gdb_stderr;
|
||||
GDB_FILE *gdb_stdlog;
|
||||
GDB_FILE *gdb_stdtarg;
|
||||
|
||||
/* Used to initialize error() - defined in utils.c */
|
||||
|
||||
extern void error_init (void);
|
||||
|
||||
/* Whether to enable writing into executable and core files */
|
||||
extern int write_files;
|
||||
|
||||
@ -169,6 +173,9 @@ main (argc, argv)
|
||||
gdb_stdtarg = gdb_stderr; /* for moment */
|
||||
#endif
|
||||
|
||||
/* initialize error() */
|
||||
error_init ();
|
||||
|
||||
/* Parse arguments and options. */
|
||||
{
|
||||
int c;
|
||||
|
Reference in New Issue
Block a user