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:
ce5489d
)
* mips-nat.c (zerobuf): Get rid of const to avoid gcc warnings.
author
Stu Grossman
<grossman@cygnus>
Wed, 21 Oct 1992 07:50:26 +0000
(07:50 +0000)
committer
Stu Grossman
<grossman@cygnus>
Wed, 21 Oct 1992 07:50:26 +0000
(07:50 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/mips-nat.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 75824b592f8b4e8dbf2f4bc192e936764db9d3b7..2ce0b5d121491383d87b8aeec06e59f4544d586f 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
Wed Oct 21 00:14:34 1992 Stu Grossman (grossman at cygnus.com)
+ * mips-nat.c (zerobuf): Get rid of const to avoid gcc warnings.
+
* xm-mips.h (offsetof): Don't define this if __STDC__.
Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
diff --git
a/gdb/mips-nat.c
b/gdb/mips-nat.c
index a4c46694995dae1e1105be0f4ba11e4de0f31b64..ee37c7d5b366f64722aa494ac73de237caac9a27 100644
(file)
--- a/
gdb/mips-nat.c
+++ b/
gdb/mips-nat.c
@@
-59,7
+59,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
: regno >= FP0_REGNUM ? FPR_BASE + (regno - FP0_REGNUM) \
: 0)
-static c
onst c
har zerobuf[MAX_REGISTER_RAW_SIZE];
+static char zerobuf[MAX_REGISTER_RAW_SIZE];
/* Get all registers from the inferior */