diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-27 19:16:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-27 19:16:47 +0000 |
commit | 74fb91be98e302d465b5770e0f5b661fa96d5d46 (patch) | |
tree | 0e353a80c4b024f7528dfe74799638c73cac90ed /gdb/sparc-pinsn.c | |
parent | 5b88adf7a241897a0752ed4c44686d6ba95796bc (diff) | |
download | gdb-74fb91be98e302d465b5770e0f5b661fa96d5d46.zip gdb-74fb91be98e302d465b5770e0f5b661fa96d5d46.tar.gz gdb-74fb91be98e302d465b5770e0f5b661fa96d5d46.tar.bz2 |
* sparc-pinsn.c: Use <string.h> rather than "string.h", for
consistency with all other gdb files.
* cadillac.c: Use <string.h> rather than <strings.h>.
* cadillac.c (kernel_dispatch): Convert rindex usage to strrchr.
* Makefile.in (MAKE): Remove definition for consistency with
other Makefile.in files and to fix problem with recursive makes.
Diffstat (limited to 'gdb/sparc-pinsn.c')
-rw-r--r-- | gdb/sparc-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-pinsn.c b/gdb/sparc-pinsn.c index 231a43e..2b232f0 100644 --- a/gdb/sparc-pinsn.c +++ b/gdb/sparc-pinsn.c @@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "symtab.h" #include "opcode/sparc.h" #include "gdbcore.h" -#include "string.h" +#include <string.h> #include "target.h" #define freg_names (®_names[4 * 8]) |