diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-02-03 03:09:27 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-02-03 03:09:27 +0000 |
commit | c09eab0044449d7936c0980351e51ea0ee8d7e74 (patch) | |
tree | 4a14c1d501e29025bd2b4043e9d34372810ac7d4 /gdb | |
parent | 240dd45fde6f302e25c092b1420ffa53a0f6debf (diff) | |
download | gdb-c09eab0044449d7936c0980351e51ea0ee8d7e74.zip gdb-c09eab0044449d7936c0980351e51ea0ee8d7e74.tar.gz gdb-c09eab0044449d7936c0980351e51ea0ee8d7e74.tar.bz2 |
* Makefile.in (VERSION): Bump to 4.16.2.
as per HOW_TO_RELEASE
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 28 | ||||
-rw-r--r-- | gdb/Makefile.in | 9 |
2 files changed, 35 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30039d3..e1b4391 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,31 @@ +Mon Feb 2 19:06:13 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * Makefile.in (VERSION): Bump to 4.16.2. + +Mon Feb 2 17:18:25 1998 Richard Henderson <rth@cygnus.com> + + * alpha-nat.c (fetch_aout_core_registers): Rename from + fetch_core_registers. + (fetch_elf_core_registers): New function. + (supply_gregset): Use ALPHA_REGSET_BASE. + (supply_fpregset): Likewise. + (fill_fpregset): Likewise. + (alpha_aout_core_fns): Rename from alpha_core_fns. + (alpha_elf_core_fns): New. + * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o. + Disable MMALLOC. + * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF. + (TARGET_ELF64): Likewise. + (ALPHA_REGSET_BASE): New. + * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New. + * config/alpha/tm-alphalinux.h: Include tm-sysv4.h. + + * solib.c (elf_locate_base): Add TARGET_ELF64 support. + (info_sharedlibary_command): Likewise. + + * configure.host: Match alpha*. + * configure.tgt: Likewise. + Fri Jan 30 15:11:38 1998 David Taylor <taylor@texas.cygnus.com> Changes by <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1eb6644..f5ee411 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -243,7 +243,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \ ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) -VERSION=4.16.1 +VERSION=4.16.2 DIST=gdb LINT=/usr/5bin/lint @@ -524,7 +524,12 @@ NTSOBS = standalone.o NTSSTART = kdb-start.o -SUBDIRS = doc testsuite nlm mswin +SUBDIRS = doc \ + testsuite \ + $(start-sanitize-mswin) \ + mswin \ + $(end-sanitize-mswin) \ + nlm # For now, shortcut the "configure GDB for fewer languages" stuff. YYFILES = c-exp.tab.c jv-exp.tab.c f-exp.tab.c m2-exp.tab.c |