From: Nick Clifton Date: Thu, 4 Dec 1997 17:30:37 +0000 (+0000) Subject: Added missing sanitization markers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f252edab69dc460d87d39c254dd43990191c5b7;p=binutils-gdb.git Added missing sanitization markers. --- diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index 563fc547a04..f6ed3baf6d4 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -1647,6 +1647,7 @@ md_assemble (str) } else { +/* start-sanitize-v850e */ if (reloc == BFD_RELOC_32) { if ((operand->flags & V850E_IMMEDIATE32) == 0) @@ -1660,6 +1661,7 @@ md_assemble (str) extra_data = ex.X_add_number; ex.X_add_number = 0; } +/* end-sanitize-v850e */ if (fc > MAX_INSN_FIXUPS) as_fatal ("too many fixups");