mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
* ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
|
||||||
|
|
||||||
2005-01-14 Andrew Cagney <cagney@gnu.org>
|
2005-01-14 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
* exceptions.h (catch_exceptions): Delete errstring parameter.
|
* exceptions.h (catch_exceptions): Delete errstring parameter.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Functions specific to running gdb native on IA-64 running
|
/* Functions specific to running gdb native on IA-64 running
|
||||||
GNU/Linux.
|
GNU/Linux.
|
||||||
|
|
||||||
Copyright 1999, 2000, 2001, 2002, 2003, 2004
|
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -27,6 +27,7 @@
|
|||||||
#include "target.h"
|
#include "target.h"
|
||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
|
#include "ia64-tdep.h"
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
|
Reference in New Issue
Block a user