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:
3fcb902
)
* xm-mips.h (offsetof): Don't define this if __STDC__.
author
Stu Grossman
<grossman@cygnus>
Wed, 21 Oct 1992 07:15:39 +0000
(07:15 +0000)
committer
Stu Grossman
<grossman@cygnus>
Wed, 21 Oct 1992 07:15:39 +0000
(07:15 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/xm-mips.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index be1ea1ee418f68fc76b9349cc7f6e1ff9d258754..75824b592f8b4e8dbf2f4bc192e936764db9d3b7 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Wed Oct 21 00:14:34 1992 Stu Grossman (grossman at cygnus.com)
+
+ * xm-mips.h (offsetof): Don't define this if __STDC__.
+
Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
umax native support (untested).
diff --git
a/gdb/xm-mips.h
b/gdb/xm-mips.h
index 030d472804b808b49338c931b27ff6e6e5d56b07..2c2e5cd707e8157f882e5489dd19c69ae40b594c 100644
(file)
--- a/
gdb/xm-mips.h
+++ b/
gdb/xm-mips.h
@@
-43,7
+43,7
@@
extern void *memcpy();
extern void *memset();
#define MEM_FNS_DECLARED
-#if !defined (offsetof)
+#if !
defined (__STDC__) && !
defined (offsetof)
# define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER)
#endif