From e4efb6653157f9b6af49c574378a0b180ebcb539 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 11 Jun 2012 14:26:41 +0000 Subject: [PATCH] PR 13503 * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82 from 2012-05-16. --- gas/ChangeLog | 6 ++++++ gas/config/tc-avr.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 62705c2..1182c13 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-06-11 Georg-Johann Lay + + PR 13503 + * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82 + from 2012-05-16. + 2012-06-09 H.J. Lu * input-scrub.c (input_scrub_include_sb): Use sb_build to diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 2a558cb..55cc06e 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -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 -- 2.7.4