projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e51f99
)
Added missing sanitization markers.
author
Nick Clifton
<nickc@redhat.com>
Thu, 4 Dec 1997 17:30:37 +0000
(17:30 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 4 Dec 1997 17:30:37 +0000
(17:30 +0000)
gas/config/tc-v850.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-v850.c
b/gas/config/tc-v850.c
index 563fc547a0418faec1e9c08764ba14b9df5fb264..f6ed3baf6d481d4af5cbfc5252e56ec409a0e4a5 100644
(file)
--- 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");