aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 19:30:03 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 19:30:03 +0000
commit1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483 (patch)
treee13465b3ccb86341ee3ce38c5d08d97271cacc4d /gdb/ChangeLog
parentf8adc62df477edf69a97e91aa53ebefdb9a76dae (diff)
downloadgdb-1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483.zip
gdb-1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483.tar.gz
gdb-1a5a8f2a3edb3b67862fe74ca807aab8bcc5a483.tar.bz2
CLeanups to compile, mostly on BSD (okeeffe) and sco (kithrup).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8fd9162..095b26f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,14 @@
Fri Nov 22 08:27:40 1991 John Gilmore (gnu at cygnus.com)
- * infptrace.c: Lint.
+ * infptrace.c, language.h: Lint.
+ * m2-exp.y: #undef MAX and MIN in case system includes set them.
+ * xm-tahoe.h: Set HOST_BYTE_ORDER. Include system versions of
+ {BIG,LITTLE}_ENDIAN and the INT_MAX family first, to avoid
+ redefinition warnings.
+ * defs.h: Reorder things so that the xm-file gets first crack
+ at #define's, followed by defs.h and then the tm-file.
+ * Makefile.in: Remove spaces after 'ignore exit code' - flags.
+ Late-model BSD 'make's don't cope with them.
Thu Nov 21 23:48:56 1991 John Gilmore (gnu at cygnus.com)