From: John Gilmore Date: Tue, 28 Jan 1992 03:20:39 +0000 (+0000) Subject: * findvar.c (read_register, write_register): Handle machines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eae1a261230cad617a84fc21ec1d2d00615b80d4;p=binutils-gdb.git * findvar.c (read_register, write_register): Handle machines where REGISTER_TYPE is not the same size as "int". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa9c9232e2e..0169cc480dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Jan 27 18:51:03 1992 John Gilmore (gnu at cygnus.com) + * findvar.c (read_register, write_register): Handle machines + where REGISTER_TYPE is not the same size as "int". + Handle debug symbols in dynamically loaded (relocated) code: * dbxread.c (read_ofile_symtab): Fix up N_CATCH better. Pass