diff options
Diffstat (limited to 'lib/libc/powerpc/gen/fabs.S')
-rw-r--r-- | lib/libc/powerpc/gen/fabs.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/fabs.S b/lib/libc/powerpc/gen/fabs.S index 7891012..ac083ae 100644 --- a/lib/libc/powerpc/gen/fabs.S +++ b/lib/libc/powerpc/gen/fabs.S @@ -33,5 +33,6 @@ __FBSDID("$FreeBSD$"); ENTRY(fabs) fabs %f1,%f1 blr +END(fabs) .section .note.GNU-stack,"",%progbits |