* mips.c (machine_dependent_reorg): Fix braces for nested if.
From-SVN: r34559
This commit is contained in:
parent
e4a0656ff8
commit
ddc2229625
@ -1,3 +1,7 @@
|
||||
Wed Jun 14 23:46:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* mips.c (machine_dependent_reorg): Fix braces for nested if.
|
||||
|
||||
2000-06-14 Geoff Keating <geoffk@cygnus.com>
|
||||
|
||||
* rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
|
||||
|
@ -9126,8 +9126,10 @@ machine_dependent_reorg (first)
|
||||
+ pool_size
|
||||
+ mips_string_length)
|
||||
>= 0x8000)
|
||||
val = src;
|
||||
mode = Pmode;
|
||||
{
|
||||
val = src;
|
||||
mode = Pmode;
|
||||
}
|
||||
max_internal_pool_size -= Pmode;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user