summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2005-12-09 11:13:34 +0000
committerRandolph Chung <tausq@debian.org>2005-12-09 11:13:34 +0000
commitd94bc6515a22dcf62797367c538dc5cf5dfa40bf (patch)
tree6e344ca9c2d9e2ab4b12df25fa051c88b87a049d /gdb/ChangeLog
parenta51b86033f3aa4b586f58c4e4b741e898d694b4a (diff)
downloadgdb-d94bc6515a22dcf62797367c538dc5cf5dfa40bf.tar.gz
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 point.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 44f8f48fbdc..5971c56157b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
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
+ point.
+
+2005-12-09 Randolph Chung <tausq@debian.org>
+
* hppa-tdep.c (hppa64_dwarf_reg_to_regnum): New funtion.
(hppa_gdbarch_init): Set dwarf_reg_to_regnum and
dwarf2_reg_to_regnum methods.