aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-06-11 14:26:41 +0000
committerNick Clifton <nickc@redhat.com>2012-06-11 14:26:41 +0000
commite4efb6653157f9b6af49c574378a0b180ebcb539 (patch)
treeb0a23869313d7b96c1cd24a2928b3b92e8507ee6 /gas/config
parent17d6eea5d50485078affbb12b895e3e508366ba9 (diff)
downloadgdb-e4efb6653157f9b6af49c574378a0b180ebcb539.zip
gdb-e4efb6653157f9b6af49c574378a0b180ebcb539.tar.gz
gdb-e4efb6653157f9b6af49c574378a0b180ebcb539.tar.bz2
PR 13503
* config/tc-avr.c (exp_mod): Fix typo introduced in 1.82 from 2012-05-16.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-avr.c2
1 files changed, 1 insertions, 1 deletions
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