OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millert_at_cvs.openbsd.org)
Date: Fri Dec 13 2002 - 17:04:17 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2002/12/13 16:04:16

    Modified files:
            gnu/usr.bin/binutils/gas: read.c

    Log message:
    Reverse the order of a test in the loop invariant. It makes more
    sense this way and works around an apparent gcc optimizer bug on
    macppc related to inline functions. OK drahn