diff options
Diffstat (limited to 'sysdeps/alpha/htons.S')
-rw-r--r-- | sysdeps/alpha/htons.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S index 7717636782..743d3e2474 100644 --- a/sysdeps/alpha/htons.S +++ b/sysdeps/alpha/htons.S @@ -19,7 +19,15 @@ Cambridge, MA 02139, USA. */ #include <sysdep.h> ENTRY(__htons) +#ifdef PROF + ldgp gp, 0(pv) + lda AT, _mcount + jsr AT, (AT), _mcount + .prologue 1 +#else .prologue 0 +#endif + extwh a0, 7, t1 # t1 = bb00 extbl a0, 1, v0 # v0 = 00aa bis v0, t1, v0 # v0 = bbaa |