PR 13503
* config/tc-avr.c (exp_mod): Fix typo introduced in 1.82 from 2012-05-16.
This commit is contained in:
parent
17d6eea5d5
commit
e4efb66531
2 changed files with 7 additions and 1 deletions
|
@ -327,7 +327,7 @@ static struct exp_mod_s exp_mod[] =
|
|||
{"lo8", BFD_RELOC_AVR_LO8_LDI, BFD_RELOC_AVR_LO8_LDI_NEG, 1},
|
||||
{"pm_lo8", BFD_RELOC_AVR_LO8_LDI_PM, BFD_RELOC_AVR_LO8_LDI_PM_NEG, 0},
|
||||
{"hlo8", BFD_RELOC_AVR_HH8_LDI, BFD_RELOC_AVR_HH8_LDI_NEG, 0},
|
||||
{"hlo8", BFD_RELOC_AVR_MS8_LDI, BFD_RELOC_AVR_MS8_LDI_NEG, 0},
|
||||
{"hhi8", BFD_RELOC_AVR_MS8_LDI, BFD_RELOC_AVR_MS8_LDI_NEG, 0},
|
||||
};
|
||||
|
||||
/* A union used to store indicies into the exp_mod[] array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue