diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5971c56157..29a3c0870b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2005-12-09 Randolph Chung <tausq@debian.org> + PR corefiles/2026 + * hppa-hpux-tdep.c (hppa_hpux_core_osabi_sniffer): Check for HPUX ELF + core files. + (_initialize_hppa_hpux_tdep): Install sniffer for ELF core files. + * config/pa/hpux.mh: Compile corelow.o. + +2005-12-09 Randolph Chung <tausq@debian.org> + * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): New function. (hppa64_push_dummy_call): If passing a function pointer, ensure it is a function descriptor address instead of the function entry |