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:
452a37f
)
revert part of previous delta which had accidentally snarfed some experimental
author
Nick Clifton
<nickc@redhat.com>
Mon, 25 Oct 1999 16:48:26 +0000
(16:48 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 25 Oct 1999 16:48:26 +0000
(16:48 +0000)
code.
gas/config/tc-mcore.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-mcore.c
b/gas/config/tc-mcore.c
index a83b46e2c7b6ba2ea0b757b4d62b8d2649653d9a..5f16f8e3436ad4e78b6e448c1f67e57a0b8947a4 100644
(file)
--- a/
gas/config/tc-mcore.c
+++ b/
gas/config/tc-mcore.c
@@
-335,13
+335,11
@@
mcore_fill (unused)
}
poolspan += size * repeat;
-
- check_literals (1, 0);
}
s_fill (unused);
- check_literals (
1
, 0);
+ check_literals (
2
, 0);
}
/* Handle the section changing pseudo-ops. These call through to the
@@
-713,7
+711,7
@@
check_literals (kind, offset)
if (poolspan > SPANCLOSE && kind > 0)
dump_literals (0);
- else if (
/* poolspan > SPANEXIT &&*/
kind > 1)
+ else if (
poolspan > SPANEXIT &&
kind > 1)
dump_literals (0);
else if (poolspan >= (SPANPANIC - poolsize * 2))
dump_literals (1);