aboutsummaryrefslogtreecommitdiff
path: root/pk/fp_asm.S
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-02-28 05:40:19 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-02-28 05:40:19 -0800
commit1cc5f32ea1bee3d7bce14d064651ea417a68e148 (patch)
treeabc7c70c7cca44a08def23bebfeda77800b725bd /pk/fp_asm.S
parente0e1662fc1a89c2189217e43a9364e63110c685a (diff)
downloadpk-1cc5f32ea1bee3d7bce14d064651ea417a68e148.zip
pk-1cc5f32ea1bee3d7bce14d064651ea417a68e148.tar.gz
pk-1cc5f32ea1bee3d7bce14d064651ea417a68e148.tar.bz2
remove unneeded .ent, .end asm directives
Diffstat (limited to 'pk/fp_asm.S')
-rw-r--r--pk/fp_asm.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/pk/fp_asm.S b/pk/fp_asm.S
index 0c2df13..1701db1 100644
--- a/pk/fp_asm.S
+++ b/pk/fp_asm.S
@@ -2,7 +2,6 @@
.text
.globl get_fp_state
- .ent get_fp_state
get_fp_state:
mffsr v0
@@ -42,10 +41,7 @@ get_fp_state:
ret
- .end get_fp_state
-
.globl put_fp_state
- .ent put_fp_state
put_fp_state:
fld f0 , 0(a0)
@@ -84,5 +80,3 @@ put_fp_state:
mtfsr a1
ret
-
- .end put_fp_state