From: Maxim Grigoriev Date: Sat, 19 Sep 2009 03:56:31 +0000 (+0000) Subject: 2009-09-18 Maxim Grigoriev X-Git-Tag: sid-snapshot-20091001~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8179e7399121c25d5e046368d223c3b44c32716a;p=external%2Fbinutils.git 2009-09-18 Maxim Grigoriev * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 427f61f..70b9aaa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-09-18 Maxim Grigoriev + + * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX. + 2009-09-18 Jan Kratochvil * objfiles.c (free_objfile): Clear SYMFILE_OBJFILE if it is OBJFILE. diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index 0745497..ed85361 100644 --- a/gdb/xtensa-tdep.c +++ b/gdb/xtensa-tdep.c @@ -2125,7 +2125,7 @@ call0_analyze_prologue (struct gdbarch *gdbarch, Assume we may be in the prologue until we hit a flow control instr. */ rtmp = NULL; - body_pc = INT_MAX; + body_pc = UINT_MAX; end_pc = 0; /* Find out, if we have an information about the prologue from DWARF. */