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:
65c3604
)
* xm-rs6000.h: Add decl for strdup().
author
Stu Grossman
<grossman@cygnus>
Wed, 17 Jun 1992 23:56:30 +0000
(23:56 +0000)
committer
Stu Grossman
<grossman@cygnus>
Wed, 17 Jun 1992 23:56:30 +0000
(23:56 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/xm-rs6000.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 54078160a48aca9728243294ecf80e1d2b2f4fdf..cb77e4b74bf014416abce338da75eb426a763778 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,6
+1,8
@@
Wed Jun 17 13:08:33 1992 Stu Grossman (grossman at cygnus.com)
- * xm-rs6000.h: Remove #include of inferior.h. Fixes many
+ * xm-rs6000.h: Add decl for strdup().
+
+ * tm-rs6000.h: Remove #include of inferior.h. Fixes many
compilation errors.
* breakpoint.c (enable_command, disable_command): Without args,
diff --git
a/gdb/xm-rs6000.h
b/gdb/xm-rs6000.h
index 7929ddf75dfb23659e988ad2868130c796f9d7f6..b3731e6b6420c86727b3a34bc7d6154fd380d369 100644
(file)
--- a/
gdb/xm-rs6000.h
+++ b/
gdb/xm-rs6000.h
@@
-70,3
+70,4
@@
extern void* malloc PARAMS (());
extern void* realloc PARAMS (());
extern void free PARAMS (());
+extern char *strdup();