aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1998-01-13 21:56:55 +0000
committerDavid Taylor <taylor@redhat.com>1998-01-13 21:56:55 +0000
commit4d132e40f621756f5718db99280fe8e93094b7e6 (patch)
treebfc1ae8a5f8d7bb801cace10955008bbdbb82834 /gdb/ChangeLog
parentb898fc0a3c056ec467cd66865c68edb1ea620721 (diff)
downloadgdb-4d132e40f621756f5718db99280fe8e93094b7e6.zip
gdb-4d132e40f621756f5718db99280fe8e93094b7e6.tar.gz
gdb-4d132e40f621756f5718db99280fe8e93094b7e6.tar.bz2
ChangeLog entry for changes committed Monday, 5 Jan. Wrote this on Monday,
but forgot to commit it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f5cc1c3..ce14c38 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -31,6 +31,15 @@ Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
* dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
add MO_PRINT_PROGRAM_OUTPUT flag.
+Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
+
+ * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
+ SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
+ defined.
+ * top.c (return_to_top_level, catch_errors): use the new macros
+ * main.c (SET_TOP_LEVEL): ditto.
+ * config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
+
Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
* configure.in: Double up brackets in shell case pattern.