--- Comment #1 from fabio dot giovagnini at aurion-tech dot com 2007-08-23
17:20 ---
const unsigned char Nib_to_Hex[16] =
{0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x41,0x42,0x43,0x44,0x45,0x46};
void ul_to_8_cifre(unsigned char vett[8],unsigned long a1)
{
/* LOCAL VARIABLES
giovagnini at aurion-tech dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: h8300-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33163
--- Additional Comments From fabio dot giovagnini at aurion-tech dot com
2005-09-27 17:38 ---
it is only a problem with sh-hms; with sh-elf everything works fine
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24085
ReportedBy: fabio dot giovagnini at aurion-tech dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh-hitachi-hms
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24085