diff options
author | Pierre Muller <muller@sourceware.org> | 2011-03-28 11:58:18 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2011-03-28 11:58:18 +0000 |
commit | 1a9911c3b8889e1931da3f18f804f91f1880ce19 (patch) | |
tree | c33868c272ede89a153160c8308ce91e572825b0 /binutils/ChangeLog | |
parent | 5b806d279379d653094d290ae57498ad4ddd6cbf (diff) | |
download | gdb-1a9911c3b8889e1931da3f18f804f91f1880ce19.zip gdb-1a9911c3b8889e1931da3f18f804f91f1880ce19.tar.gz gdb-1a9911c3b8889e1931da3f18f804f91f1880ce19.tar.bz2 |
* coffdump.c (dump_coff_scope): Use double typecast for pointer P
to allow compilation for all targets.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5af068b..f806edd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr> + * coffdump.c (dump_coff_scope): Use double typecast for pointer P + to allow compilation for all targets. + +2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr> + * dwarf.c (process_debug_info): Use offset_size to determine the bit-size of the computation unit's offset. (decode_location_expression): Use dwarf_vmatoa function to display |