From: Andreas Schwab Date: Tue, 12 Mar 2002 09:30:42 +0000 (+0000) Subject: * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a X-Git-Tag: binutils-2_13-branchpoint~1767 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e16b528ebb43965ad8cd0771e3080efe713f7d2;p=external%2Fbinutils.git * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a body record so that an error is given for misplaced .save pseudo-ops. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 3b83366..3c8622c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-03-12 Andreas Schwab + + * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a + body record so that an error is given for misplaced .save + pseudo-ops. + 2002-03-09 Alan Modra * config/tc-i386.h (REX_OPCODE): Define. diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 88905b8..fbb166f 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -2709,7 +2709,11 @@ fixup_unw_records (list) size = (slot_index (last_addr, last_frag, first_addr, first_frag) + dir_len); rlen = ptr->r.record.r.rlen = size; - region = ptr; + if (ptr->r.type == body) + /* End of region. */ + region = 0; + else + region = ptr; break; } case epilogue: