diff options
author | Nick Clifton <nickc@redhat.com> | 1999-10-25 16:48:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-10-25 16:48:26 +0000 |
commit | 4c1102fd195c4ec6aaff893d5d4df4fc5faa0fc1 (patch) | |
tree | bc060b812ef302e09c6d4441b9d7bfec578c4bbf /gas | |
parent | 452a37f009ce9b392e97ab7b2b84b4bf78381b33 (diff) | |
download | gdb-4c1102fd195c4ec6aaff893d5d4df4fc5faa0fc1.zip gdb-4c1102fd195c4ec6aaff893d5d4df4fc5faa0fc1.tar.gz gdb-4c1102fd195c4ec6aaff893d5d4df4fc5faa0fc1.tar.bz2 |
revert part of previous delta which had accidentally snarfed some experimental
code.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-mcore.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/config/tc-mcore.c b/gas/config/tc-mcore.c index a83b46e..5f16f8e 100644 --- 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); |