aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-02-15 22:57:53 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-02-15 22:57:53 +0000
commitfed9a8d46e94d6f563d8847c86d8ce5462f226fe (patch)
tree48c3beb1a2c2d2f5ef71723a99bc96be53b16aaf /gdb/ChangeLog
parent9c79b8b5eb90bfb10123e8eb9de9548af24cf33e (diff)
downloadgdb-fed9a8d46e94d6f563d8847c86d8ce5462f226fe.zip
gdb-fed9a8d46e94d6f563d8847c86d8ce5462f226fe.tar.gz
gdb-fed9a8d46e94d6f563d8847c86d8ce5462f226fe.tar.bz2
Only protect insque/remque on Linux.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f29c487..fd277f2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,10 +2,9 @@ Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
- * dcache.c (insque, remque): If compiling in standard C, protect
- insque and remque with macros to cast the pointer arguments to the
- proper type. This is for systems like Linux, that define insque
- and remque with prototypes in system header files.
+ * dcache.c (insque, remque): If compiling in standard C on Linux,
+ protect insque and remque with macros to cast the pointer
+ arguments to the proper type.
Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)