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: Miod Vallat (miodcvs.openbsd.org)
Date: Mon Aug 01 2005 - 10:57:44 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2005/08/01 09:57:44

Modified files:
        gnu/usr.bin/gcc/gcc/config/pa: openbsd.h pa-openbsd64.h
        sys/arch/hppa/conf: Makefile.hppa

Log message:
Change the compilers default scheduling settings from PA-8000 (4 instructions
in parallel) to PA-700 (no parallel instructions) on 32-bit hppa.

This causes gcc to produce slightly faster code on most supported hppa,
no change in code size.

Tested by marcop, mickey, I and a few others; ok mickey