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:
parent
cf22ce3c7f
commit
19d33948f2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user