Browse Source

* xm-rs6000.h: Add decl for strdup().

gdb-4_18-branch
Stu Grossman 35 years ago
parent
commit
826f73d0cf
  1. 4
      gdb/ChangeLog
  2. 1
      gdb/xm-rs6000.h

4
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,

1
gdb/xm-rs6000.h

@ -70,3 +70,4 @@ extern void* malloc PARAMS (());
extern void* realloc PARAMS (());
extern void free PARAMS (());
extern char *strdup();

Loading…
Cancel
Save