aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-12-04 17:30:37 +0000
committerNick Clifton <nickc@redhat.com>1997-12-04 17:30:37 +0000
commit2f252edab69dc460d87d39c254dd43990191c5b7 (patch)
tree7a2615b6fc7f96fb16751bf39df72e6aa28dc231 /gas
parent6e51f990a2aa3a5f66fbb7a6b463918669be3b47 (diff)
downloadgdb-2f252edab69dc460d87d39c254dd43990191c5b7.zip
gdb-2f252edab69dc460d87d39c254dd43990191c5b7.tar.gz
gdb-2f252edab69dc460d87d39c254dd43990191c5b7.tar.bz2
Added missing sanitization markers.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-v850.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c
index 563fc54..f6ed3ba 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");