Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100696 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.3.2-200310271512/sysdeps/unix/sysv/linux/sh/sysdep.S.orig (+10 lines)
Lines 30-32 Link Here
30
30
31
#define __syscall_error __syscall_error_1
31
#define __syscall_error __syscall_error_1
32
#include <sysdeps/unix/sh/sysdep.S>
32
#include <sysdeps/unix/sh/sysdep.S>
33
34
	.data
35
	.align 3
36
	.globl ___fpscr_values
37
	.type ___fpscr_values, @object
38
	.size ___fpscr_values, 8
39
___fpscr_values:
40
	.long	0
41
	.long	0x80000
42
weak_alias (___fpscr_values, __fpscr_values)
(-)glibc-2.3.2-200310271512/sysdeps/unix/sysv/linux/sh/Versions~ (+1 lines)
Lines 2-7 Link Here
2
  GLIBC_2.2 {
2
  GLIBC_2.2 {
3
    # functions used in other libraries
3
    # functions used in other libraries
4
    __xstat64; __fxstat64; __lxstat64;
4
    __xstat64; __fxstat64; __lxstat64;
5
    __fpscr_values;
5
6
6
    # a*
7
    # a*
7
    alphasort64;
8
    alphasort64;

Return to bug 100696