diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-20 19:32:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-20 19:32:40 +0000 |
commit | f1e3ec292fa26e99995c66f09814d6a24661680b (patch) | |
tree | ed709045208be2001e8105a8d40962a7d713d84f /gdb/ChangeLog | |
parent | 1f613cde70d34ffa70bbdcaf1830f022f04c8c84 (diff) | |
download | gdb-f1e3ec292fa26e99995c66f09814d6a24661680b.zip gdb-f1e3ec292fa26e99995c66f09814d6a24661680b.tar.gz gdb-f1e3ec292fa26e99995c66f09814d6a24661680b.tar.bz2 |
* alpha-nat.c: Include <alpha/coreregs.h> instead of
<machine/reg.h>.
(fetch_osf_core_registers): Define core_reg_mapping in a way that
works on OSF5 as well as previous OSF versions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 745438f..7715a54 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-10-20 Andrew Cagney <ac131313@redhat.com> + + * alpha-nat.c: Include <alpha/coreregs.h> instead of + <machine/reg.h>. + (fetch_osf_core_registers): Define core_reg_mapping in a way that + works on OSF5 as well as previous OSF versions. + 2001-10-20 Christopher Faylor <cgf@redhat.com> * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin |