From 265bcb263dfbb9258ed09ed3f4541822e170270b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Feb 1998 17:13:29 +0000 Subject: [PATCH] Added ".set noat"/".set at". --- sysdeps/alpha/s_fabs.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/alpha/s_fabs.S b/sysdeps/alpha/s_fabs.S index e5992ad..00698d6 100644 --- a/sysdeps/alpha/s_fabs.S +++ b/sysdeps/alpha/s_fabs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger @@ -21,9 +21,11 @@ ENTRY(__fabs) #ifdef PROF + .set noat ldgp gp, 0(pv) lda AT, _mcount jsr AT, (AT), _mcount + .set at .prologue 1 #else .prologue 0 -- 2.7.4