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:
Aldy Hernandez 2004-04-12 00:05:05 +00:00 committed by Aldy Hernandez
parent b3e65ebba9
commit 642af3be68
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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