mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-19 01:11:05 +00:00
Added ".set noat"/".set at".
This commit is contained in:
parent
f635bc2865
commit
265bcb263d
@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David Mosberger <davidm@azstarnet.com>
|
Contributed by David Mosberger <davidm@azstarnet.com>
|
||||||
|
|
||||||
@ -21,9 +21,11 @@
|
|||||||
|
|
||||||
ENTRY(__fabs)
|
ENTRY(__fabs)
|
||||||
#ifdef PROF
|
#ifdef PROF
|
||||||
|
.set noat
|
||||||
ldgp gp, 0(pv)
|
ldgp gp, 0(pv)
|
||||||
lda AT, _mcount
|
lda AT, _mcount
|
||||||
jsr AT, (AT), _mcount
|
jsr AT, (AT), _mcount
|
||||||
|
.set at
|
||||||
.prologue 1
|
.prologue 1
|
||||||
#else
|
#else
|
||||||
.prologue 0
|
.prologue 0
|
||||||
|
Loading…
Reference in New Issue
Block a user