CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2012/08/05 16:13:34

Modified files:
        gnu/gcc/gcc/config/i386: openbsd64.h 

Log message:
We typedef intmax_t/uintmax_t to be long long/unsigned long long,
so override gcc's default of long/unsigned long on amd64 like we
do the other LP64 platforms.  This lets format checking of %jd/%ju
work correctly there.

ok matthew@ millert@

Reply via email to