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

Side by Side Diff: sysdeps/i386/fpu/s_fabsf.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_fabs.S ('k') | sysdeps/i386/fpu/s_fabsl.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(__fabsf) 4 ENTRY(__fabsf)
5 flds 4(%esp) 5 flds 4(%esp)
6 fabs 6 fabs
7 » ret 7 » NACLRET
8 END(__fabsf) 8 END(__fabsf)
9 weak_alias (__fabsf, fabsf) 9 weak_alias (__fabsf, fabsf)
OLDNEW
« no previous file with comments | « sysdeps/i386/fpu/s_fabs.S ('k') | sysdeps/i386/fpu/s_fabsl.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698