cuintp.c
5.73 KB
-
re PR target/10768 (ICEs on compilation of ada support library for avr) · f9a4f2ef
2008-04-08 Tristan Gingold <gingold@adacore.com> PR ada/10768 * cuintp.c: Fix 16 bits issue for AVR. On AVR, integer is 16 bits, so it can't be used to do math with Base (=32768). So use long_integer instead. From-SVN: r134013
Tristan Gingold committed