mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
* lib/gdb.exp: Recognize relative path names as well as absolute ones.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-14 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
|
||||||
|
|
||||||
2004-08-14 Eli Zaretskii <eliz@gnu.org>
|
2004-08-14 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* ChangeLog: Prefix Local Variables with semi-colons and indent
|
* ChangeLog: Prefix Local Variables with semi-colons and indent
|
||||||
@ -69,6 +73,9 @@
|
|||||||
|
|
||||||
2004-08-09 Mark Kettenis <kettenis@gnu.org>
|
2004-08-09 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* lib/gdb.exp: Recognize relative path names as well as absolute
|
||||||
|
ones.
|
||||||
|
|
||||||
* gdb.base/sigaltstack.exp: Provide proper anchoring.
|
* gdb.base/sigaltstack.exp: Provide proper anchoring.
|
||||||
|
|
||||||
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
|
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
@ -19,10 +19,13 @@
|
|||||||
Please email any bugs, comments, and/or additions to this file to:
|
Please email any bugs, comments, and/or additions to this file to:
|
||||||
bug-gdb@prep.ai.mit.edu */
|
bug-gdb@prep.ai.mit.edu */
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <sys/types.h>
|
||||||
#include <stdlib.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/* Print routines:
|
/* Print routines:
|
||||||
|
|
||||||
The following are so that printf et.al. can be avoided. Those
|
The following are so that printf et.al. can be avoided. Those
|
||||||
|
Reference in New Issue
Block a user