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 Sep 06 2004 - 01:21:00 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2004/09/06 00:20:59

Modified files:
        gnu/egcs/gcc/config/m68k: m68k.c

Log message:
Correctly account for the %a5 register in function prologues; fixes
inter-library function calls where the callee would change the GOT register
but not restore it when returning to its caller.

Helps immensely libpthread, as well as dynamically-linked X11 clients.

Fromm gcc 3; tested by matthieu, nick and todd; ok deraadt