mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* config/tc-cris.c (cris_relax_frag): Add missing case for
ENCODE_RELAX (STATE_COND_BRANCH_PIC, STATE_DWORD).
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
2008-11-12 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/tc-cris.c (cris_relax_frag): Add missing case for
|
||||
ENCODE_RELAX (STATE_COND_BRANCH_PIC, STATE_DWORD).
|
||||
|
||||
PR gas/7020
|
||||
* read.c (read_a_source_file): Rearrange evaluation order when
|
||||
looking for '=' to avoid conditional on undefined contents of
|
||||
|
@ -534,6 +534,7 @@ cris_relax_frag (segT seg ATTRIBUTE_UNUSED, fragS *fragP,
|
||||
because of the different reasons that they aren't relaxable. */
|
||||
switch (fragP->fr_subtype)
|
||||
{
|
||||
case ENCODE_RELAX (STATE_COND_BRANCH_PIC, STATE_DWORD):
|
||||
case ENCODE_RELAX (STATE_COND_BRANCH, STATE_DWORD):
|
||||
case ENCODE_RELAX (STATE_COND_BRANCH_V32, STATE_DWORD):
|
||||
case ENCODE_RELAX (STATE_COND_BRANCH_COMMON, STATE_DWORD):
|
||||
|
Reference in New Issue
Block a user