iris5.h (current_section_flags): Add in_unlikely_executed_text and default case.

* config/mips/iris5.h (current_section_flags):  Add
	in_unlikely_executed_text and default case.

From-SVN: r80604
This commit is contained in:
Kaveh R. Ghazi 2004-04-11 15:33:15 +00:00 committed by Kaveh Ghazi
parent cf22ce3c7f
commit 19d33948f2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config/mips/iris5.h (current_section_flags): Add
in_unlikely_executed_text and default case.
2004-04-11 Andreas Tobler <a.tobler@schweiz.ch>
* bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap

View File

@ -234,13 +234,14 @@ current_section_flags (void) \
switch (in_section) \
{ \
case no_section: return 0; \
case in_unlikely_executed_text: \
case in_text: return SECTION_CODE; \
case in_data: return SECTION_WRITE; \
case in_bss: return SECTION_WRITE | SECTION_BSS; \
case in_readonly_data: return 0; \
case in_named: return get_named_section_flags (in_named_name); \
default: abort (); \
} \
abort (); \
}
/* Some assemblers have a bug that causes backslash escaped chars in .ascii