Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Side by Side Diff: sysdeps/i386/fpu/s_fabs.S

Issue 3539003: Fix up RET instructions in sysdeps/i386/fpu (Closed) Base URL: ssh://gitrw.chromium.org/nacl-glibc
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sysdeps/i386/fpu/s_expm1l.S ('k') | sysdeps/i386/fpu/s_fabsf.S » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include <sysdep.h> 1 #include <sysdep.h>
2 2
3 .text 3 .text
4 ENTRY(__fabs) 4 ENTRY(__fabs)
5 fldl 4(%esp) 5 fldl 4(%esp)
6 fabs 6 fabs
7 » ret 7 » NACLRET
8 END(__fabs) 8 END(__fabs)
9 weak_alias (__fabs, fabs) 9 weak_alias (__fabs, fabs)
OLDNEW
« no previous file with comments | « sysdeps/i386/fpu/s_expm1l.S ('k') | sysdeps/i386/fpu/s_fabsf.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698