]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
PR 13503
authorNick Clifton <nickc@redhat.com>
Mon, 11 Jun 2012 14:26:40 +0000 (14:26 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 11 Jun 2012 14:26:40 +0000 (14:26 +0000)
* config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
from 2012-05-16.

gas/ChangeLog
gas/config/tc-avr.c

index 62705c2630612bb5abe878df7fe99101c7c6fb90..1182c13cf7f8ce5f48ccb0507822faaf8a1cba73 100644 (file)
@@ -1,3 +1,9 @@
+2012-06-11  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR 13503
+       * config/tc-avr.c (exp_mod): Fix typo introduced in 1.82
+       from 2012-05-16.
+
 2012-06-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        * input-scrub.c (input_scrub_include_sb): Use sb_build to
index 2a558cb3425b602579bf3ceb18119b64844f55b2..55cc06ec7b2e838910dd75ab1af2c4bcc5a93858 100644 (file)
@@ -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