]> git.pld-linux.org Git - packages/crossavr-binutils.git/blob - crossavr-binutils-gcc44.patch
- add gcc 4.4.0 patch
[packages/crossavr-binutils.git] / crossavr-binutils-gcc44.patch
1 --- binutils-2.19.1/gas/config/tc-avr.c.orig    2010-10-06 22:13:33.000000000 +0200
2 +++ binutils-2.19.1/gas/config/tc-avr.c 2010-10-07 00:23:10.353333402 +0200
3 @@ -1261,7 +1261,7 @@
4      }
5    else
6      {
7 -      switch (fixP->fx_r_type)
8 +      switch ((int) fixP->fx_r_type)
9         {
10         case -BFD_RELOC_AVR_HI8_LDI_NEG:
11         case -BFD_RELOC_AVR_HI8_LDI:
This page took 0.026855 seconds and 3 git commands to generate.