X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fm2-valprint.c;h=f8ac141f063ae181b3d0211d7fd11a277c424187;hb=6144afba18bc86c04804bfc7df535e778e3c4e31;hp=f8a8f7584b388e406ccc25a386837a5fd009f4b8;hpb=2a998fc0370ac0b32051eb31238699d92e1dd81a;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/m2-valprint.c b/gdb/m2-valprint.c index f8a8f75..f8ac141 100644 --- a/gdb/m2-valprint.c +++ b/gdb/m2-valprint.c @@ -1,6 +1,6 @@ /* Support for printing Modula 2 values for GDB, the GNU debugger. - Copyright (C) 1986-2013 Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -475,7 +475,7 @@ m2_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, address, stream, recurse, original_value, options); break; } - /* FIXME: create_range_type does not set the unsigned bit in a + /* FIXME: create_static_range_type does not set the unsigned bit in a range type (I think it probably should copy it from the target type), so we won't print values which are too large to fit in a signed integer correctly. */