diff options
author | Randolph Chung <tausq@debian.org> | 2004-07-11 06:51:41 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-07-11 06:51:41 +0000 |
commit | c268433a1abf1a57285b863dcc7e251293001747 (patch) | |
tree | 0235b53f084d7954496e9533cbe57306fad2f15e /gdb/ChangeLog | |
parent | bbb268c36c132cff58c0c4f3ad1a9c6b48579025 (diff) | |
download | gdb-c268433a1abf1a57285b863dcc7e251293001747.zip gdb-c268433a1abf1a57285b863dcc7e251293001747.tar.gz gdb-c268433a1abf1a57285b863dcc7e251293001747.tar.bz2 |
2004-07-10 Randolph Chung <tausq@debian.org>
* hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
function.
(hppa_hpux_push_dummy_code): New function.
(hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
Set find_global_pointer method.
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 3c34ec5..73ac5a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-07-10 Randolph Chung <tausq@debian.org> + + * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New + function. + (hppa_hpux_push_dummy_code): New function. + (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location. + Set find_global_pointer method. + 2004-07-10 Mark Kettenis <kettenis@gnu.org> * NEWS: Mention BSD libkvm interface. |