mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +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:
parent
7532965fe1
commit
4e83846489
@ -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>
|
||||
|
||||
* ChangeLog: Prefix Local Variables with semi-colons and indent
|
||||
@ -69,6 +73,9 @@
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
bug-gdb@prep.ai.mit.edu */
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* Print routines:
|
||||
|
||||
The following are so that printf et.al. can be avoided. Those
|
||||
|
Loading…
Reference in New Issue
Block a user