projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4db3f3
)
* coredep.c: Include "nm.h" to get REGISTER_U_ADDR.
author
John Gilmore
<gnu@cygnus>
Wed, 21 Oct 1992 21:11:39 +0000
(21:11 +0000)
committer
John Gilmore
<gnu@cygnus>
Wed, 21 Oct 1992 21:11:39 +0000
(21:11 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/coredep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 0d15bb3c09b777e02c38223d76c8371583d24654..30215ad68befa8e2dca02d5c1520eaa560cb388d 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,8
@@
Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
+ * coredep.c: Include "nm.h" to get REGISTER_U_ADDR.
+ * doc/gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
+
* Makefile.in (VERSION): Tick to 4.6.9.
Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
diff --git
a/gdb/coredep.c
b/gdb/coredep.c
index 059d23e73ab19caa249c94cdc247b4f6a878fae1..04ff28293e4bffe617f1c0c2a61c3ae64c19464a 100644
(file)
--- a/
gdb/coredep.c
+++ b/
gdb/coredep.c
@@
-24,6
+24,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <sys/param.h>
#include "gdbcore.h"
+#include "nm.h"
/* These are needed on various systems to expand REGISTER_U_ADDR. */
#ifndef USG