OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Stefan Kempf (stefancvs.openbsd.org)
Date: Thu Nov 22 2007 - 15:20:43 CST


CVSROOT: /cvs
Module name: src
Changes by: stefancvs.openbsd.org 2007/11/22 14:20:43

Modified files:
        usr.bin/pcc/powerpc: table.c

Log message:
Pull from master repo:
Fix the other rule that did not load small negative 64-bit constants
correctly. The error shows up if you compile
main(){long long = -1;} with -xtemps.