diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-07-27 01:54:15 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-07-27 01:54:15 +0000 |
commit | 9647fa4995eeedb1bb8f77048110871213170747 (patch) | |
tree | 2ece9c3b1d8193fee16dc64158324a1d0d4e58da /gdb/ChangeLog | |
parent | 313fb2f63c670b231031540f81804ce6535313a6 (diff) | |
download | gdb-9647fa4995eeedb1bb8f77048110871213170747.zip gdb-9647fa4995eeedb1bb8f77048110871213170747.tar.gz gdb-9647fa4995eeedb1bb8f77048110871213170747.tar.bz2 |
* ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
calls to local_hex_string_custom().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91b1c64..88b6573 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2002-07-26 Kevin Buettner <kevinb@redhat.com> + * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in + calls to local_hex_string_custom(). + +2002-07-26 Kevin Buettner <kevinb@redhat.com> + * irix5-nat.c: Move IRIX shared library support from here... * solib-irix.c: ...to here. Revised substantially to work with generic solib framework. |