mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 14:49:46 +08:00
rs6000.c (rs6000_assemble_integer): Change in_text_unlikely_section to in_unlikely_text_section.
* config/rs6000/rs6000.c (rs6000_assemble_integer): Change in_text_unlikely_section to in_unlikely_text_section. From-SVN: r80611
This commit is contained in:
parent
b3e65ebba9
commit
642af3be68
@ -1,3 +1,8 @@
|
||||
2004-04-11 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_assemble_integer): Change
|
||||
in_text_unlikely_section to in_unlikely_text_section.
|
||||
|
||||
2004-04-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* fold-const.c (fold_binary_op_with_conditional_arg): Tweak
|
||||
|
@ -9702,7 +9702,7 @@ rs6000_assemble_integer (rtx x, unsigned int size, int aligned_p)
|
||||
if (TARGET_RELOCATABLE
|
||||
&& !in_toc_section ()
|
||||
&& !in_text_section ()
|
||||
&& !in_text_unlikely_section ()
|
||||
&& !in_unlikely_text_section ()
|
||||
&& !recurse
|
||||
&& GET_CODE (x) != CONST_INT
|
||||
&& GET_CODE (x) != CONST_DOUBLE
|
||||
|
Loading…
Reference in New Issue
Block a user