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

* mips-tdep.c (heuristic_proc_desc):  Fill in proc start addr in
PDR.  Cleanup a few things, fix compilation warnings.
This commit is contained in:
Stu Grossman 1992-07-14 07:35:48 +00:00
parent b0e15d3364
commit efcc6e0653
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Jul 14 00:12:30 1992 Stu Grossman (grossman at cygnus.com)
* xm-hp300bsd.h: Add decl for strdup().
* mips-tdep.c (heuristic_proc_desc): Fill in proc start addr in
PDR. Cleanup a few things, fix compilation warnings.
Mon Jul 13 19:06:54 1992 Fred Fish (fnf@cygnus.com)
* Makefile.in (DEMANGLING_STYLE): New define to set default

View File

@ -115,3 +115,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
{ asm ("subil #8,sp@(28)"); \
asm ("movem sp@,#0xffff"); \
asm ("rte"); }
extern char *strdup PARAMS ((const char *));