* config/mips/iris5.h (current_section_flags): Add
in_unlikely_executed_text and default case.
From-SVN: r80604
+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
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