From: Maxim Grigoriev Date: Sat, 19 Sep 2009 16:36:10 +0000 (+0000) Subject: 2009-09-19 Maxim Grigoriev X-Git-Tag: gdb_7_0-2009-10-06-release~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1154d11057d3dcb0faa3d90f2325ac0f16efc729;p=thirdparty%2Fbinutils-gdb.git 2009-09-19 Maxim Grigoriev * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 620f36268ab..dc5bef708ad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-09-19 Maxim Grigoriev + + * xtensa-tdep.c (call0_analyze_prologue): Replace INT_MAX by UNIT_MAX. + 2009-09-19 Matt Rice (tiny change) Checked in by Joel Brobecker diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index 07454978fe8..ed8536181fd 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. */