projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add _dl_function_address.
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
alpha
/
s_fabs.S
diff --git
a/sysdeps/alpha/s_fabs.S
b/sysdeps/alpha/s_fabs.S
index
e5992ad
..
00698d6
100644
(file)
--- 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 <davidm@azstarnet.com>
This file is part of the GNU C Library.
Contributed by David Mosberger <davidm@azstarnet.com>
@@
-21,9
+21,11
@@
ENTRY(__fabs)
#ifdef PROF
ENTRY(__fabs)
#ifdef PROF
+ .set noat
ldgp gp, 0(pv)
lda AT, _mcount
jsr AT, (AT), _mcount
ldgp gp, 0(pv)
lda AT, _mcount
jsr AT, (AT), _mcount
+ .set at
.prologue 1
#else
.prologue 0
.prologue 1
#else
.prologue 0