• Alessandro Rubini's avatar
    tools: avoid bit fields on our types · 3a16a930
    Alessandro Rubini authored
    The __BYTE_ORDER == __LITTLE_ENDIAN was failing on lm32, I don't know
    why. So dumping on the spec was wrong: "VERSION: unsupported (0)"
    
    The above symbols are defined by glibc, and I didn't even get
    undefined macro errors. So the commit kill bit fields, and I mask at
    run time instead.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    3a16a930
dump-funcs.c 7.85 KB