diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2009-06-01 23:53:15 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2009-06-01 23:53:15 +0000 |
| commit | 08ae8d0595d119046d610cad610ea5941a0aae45 (patch) | |
| tree | 85baa6d4195c85bd7b48722a07038068c1b4f55a /lib | |
| parent | f6b5e9bf8e18e3740480cedafeee46410324fe15 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/i386/stdlib/ldiv.S | 1 | ||||
| -rw-r--r-- | lib/libc/i386/string/wcscmp.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/i386/stdlib/ldiv.S b/lib/libc/i386/stdlib/ldiv.S index d27eecfe0f37..a787714d3ee1 100644 --- a/lib/libc/i386/stdlib/ldiv.S +++ b/lib/libc/i386/stdlib/ldiv.S @@ -40,4 +40,3 @@ ENTRY(ldiv) movl %edx,8(%esp) ret END(ldiv) -END(ldiv) diff --git a/lib/libc/i386/string/wcscmp.S b/lib/libc/i386/string/wcscmp.S index b13e4cc8f023..8d0700a84a77 100644 --- a/lib/libc/i386/string/wcscmp.S +++ b/lib/libc/i386/string/wcscmp.S @@ -78,4 +78,3 @@ no0: subl (%esi),%eax popl %edi ret END(wcscmp) -END(wcscmp) |
