* xm-mips.h: declare strdup for ultrix.
This commit is contained in:
parent
daf45683dc
commit
9d53db1ac7
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
Tue Mar 24 14:17:48 1992 Stu Grossman (grossman@cygnus.com)
|
Tue Mar 24 14:17:48 1992 Stu Grossman (grossman@cygnus.com)
|
||||||
|
|
||||||
|
* xm-mips.h: declare strdup for ultrix.
|
||||||
|
|
||||||
* mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup
|
* mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup
|
||||||
when calling new_symbol.
|
when calling new_symbol.
|
||||||
* mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of
|
* mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of
|
||||||
|
|
|
@ -29,6 +29,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#define KERNEL_U_ADDR 0 /* Not needed. */
|
#define KERNEL_U_ADDR 0 /* Not needed. */
|
||||||
|
|
||||||
|
#ifdef ultrix
|
||||||
|
extern char *strdup();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Only used for core files on DECstations. */
|
/* Only used for core files on DECstations. */
|
||||||
|
|
||||||
#define REGISTER_U_ADDR(addr, blockend, regno) \
|
#define REGISTER_U_ADDR(addr, blockend, regno) \
|
||||||
|
|
Loading…
Reference in a new issue