diff options
author | Martin Hunt <hunt@redhat.com> | 2001-02-20 18:07:17 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2001-02-20 18:07:17 +0000 |
commit | a43ad351c8feab741f0f8228ce9699ac50387200 (patch) | |
tree | 8fbd2317faa6ef458c765194050eb4cf74ef3116 /gdb/ChangeLog | |
parent | 58bc91c9c3941cbd51b66f24243ee55b26ee7d41 (diff) | |
download | gdb-a43ad351c8feab741f0f8228ce9699ac50387200.zip gdb-a43ad351c8feab741f0f8228ce9699ac50387200.tar.gz gdb-a43ad351c8feab741f0f8228ce9699ac50387200.tar.bz2 |
2001-02-20 Martin M. Hunt <hunt@redhat.com>
* solib.c (info_sharedlibrary_command): Don't assume pointers
are the same size of long, call longest_local_hex_string_custom().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57f8449..2f00791 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2001-02-20 Martin M. Hunt <hunt@redhat.com> + * solib.c (info_sharedlibrary_command): Don't assume pointers + are the same size of long, call longest_local_hex_string_custom(). + * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so extract_signed_integer() should be called instead of extract_address(). |