(SELECT_SECTION): Simplify sdata_section test.
From-SVN: r5225
This commit is contained in:
parent
02881b1b79
commit
4418d41b54
@ -3450,8 +3450,7 @@ rdata_section () \
|
||||
{ \
|
||||
int size = int_size_in_bytes (TREE_TYPE (DECL)); \
|
||||
\
|
||||
if (size <= mips_section_threshold && size > 0 \
|
||||
&& mips_section_threshold > 0) \
|
||||
if (size > 0 && size <= mips_section_threshold) \
|
||||
sdata_section (); \
|
||||
\
|
||||
else if (RELOC) \
|
||||
|
Loading…
Reference in New Issue
Block a user