mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
gdb-2.8.1
This commit is contained in:
@ -106,6 +106,10 @@ what you give them. Help stamp out software-hoarding! */
|
||||
#include "command.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef sparc
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
extern char *xmalloc ();
|
||||
|
||||
static char *savestring ();
|
||||
|
Reference in New Issue
Block a user