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 | f36224f133929898789e45b234c9c5406bfc463f (patch) | |
tree | 22746ba7242c327917a0a36fc95754a7d50dcce3 /gdb/ChangeLog | |
parent | b2719d3fd68299269bda4bf6a19172772844c438 (diff) | |
download | gdb-f36224f133929898789e45b234c9c5406bfc463f.tar.gz |
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 3c34ec5d521..73ac5a7d561 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. |