diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/alpha/Versions | 7 | ||||
-rw-r--r-- | sysdeps/alpha/fpu/Versions | 6 | ||||
-rw-r--r-- | sysdeps/generic/elf/backtracesyms.c | 4 | ||||
-rw-r--r-- | sysdeps/i386/Versions | 6 | ||||
-rw-r--r-- | sysdeps/sparc/Versions | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/Versions | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 76 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Versions | 49 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/getsysstats.c | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Versions | 7 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/Versions | 9 |
11 files changed, 174 insertions, 4 deletions
diff --git a/sysdeps/alpha/Versions b/sysdeps/alpha/Versions new file mode 100644 index 0000000000..c7c1f047f6 --- /dev/null +++ b/sysdeps/alpha/Versions @@ -0,0 +1,7 @@ +libc { + GLIBC_2.0 { + # functions with special/multiple interfaces + __divqu; __remqu; __divqs; __remqs; __divlu; __remlu; __divls; + __remls; __divl; __reml; __divq; __remq; __divqu; __remqu; + } +} diff --git a/sysdeps/alpha/fpu/Versions b/sysdeps/alpha/fpu/Versions new file mode 100644 index 0000000000..fa3d810c74 --- /dev/null +++ b/sysdeps/alpha/fpu/Versions @@ -0,0 +1,6 @@ +libc { + GLIBC_2.0 { + # functions used in other libraries + __ieee_get_fp_control; __ieee_set_fp_control; + } +} diff --git a/sysdeps/generic/elf/backtracesyms.c b/sysdeps/generic/elf/backtracesyms.c index 9941644f66..4147d956eb 100644 --- a/sysdeps/generic/elf/backtracesyms.c +++ b/sysdeps/generic/elf/backtracesyms.c @@ -53,8 +53,8 @@ __backtrace_symbols (array, size) "<fct-name>(<sym-name>)[+offset]. */ total += (strlen (info[cnt].dli_fname ?: "") + (info[cnt].dli_sname - ? strlen (info[cnt].dli_sname) + 2 - : 0) + ? strlen (info[cnt].dli_sname) + 3 + : 1) + WORD_WIDTH + 6); else total += 6 + WORD_WIDTH; diff --git a/sysdeps/i386/Versions b/sysdeps/i386/Versions new file mode 100644 index 0000000000..e5caa559b4 --- /dev/null +++ b/sysdeps/i386/Versions @@ -0,0 +1,6 @@ +libc { + GLIBC_2.1 { + # global variable + _fp_hw; + } +} diff --git a/sysdeps/sparc/Versions b/sysdeps/sparc/Versions new file mode 100644 index 0000000000..aa36082e9e --- /dev/null +++ b/sysdeps/sparc/Versions @@ -0,0 +1,5 @@ +libc { + GLIBC_2.0 { + .div; .mul; .rem; .udiv; .umul; .urem; + } +} diff --git a/sysdeps/unix/sysv/Versions b/sysdeps/unix/sysv/Versions new file mode 100644 index 0000000000..bdb8ba836c --- /dev/null +++ b/sysdeps/unix/sysv/Versions @@ -0,0 +1,5 @@ +libc { + GLIBC_2.0 { + sysinfo; + } +} diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions new file mode 100644 index 0000000000..52de4aa251 --- /dev/null +++ b/sysdeps/unix/sysv/linux/Versions @@ -0,0 +1,76 @@ +libc { + GLIBC_2.0 { + # functions used in inline functions or macros + __cmsg_nxthdr; + + # functions used in other libraries + __clone; + + # b* + bdflush; + + # c* + clone; create_module; + + # d* + delete_module; + + # g* + get_kernel_syms; getresgid; getresuid; + + # i* + init_module; + + # k* + klogctl; + + # l* + llseek; + + # m* + mremap; + + # n* + nfsservctl; + + # p* + personality; prctl; + + # q* + query_module; quotactl; + + # r* + reboot; + + # s* + setfsgid; setfsuid; + + # s* + setresgid; setresuid; shutdown; swapoff; swapon; sysctl; + + # u* + umount; uselib; + } + GLIBC_2.1 { + # functions used in inline functions or macros + __libc_sa_len; + + # functions used in other libraries + __syscall_rt_sigqueueinfo; + + # Since we have new signals this structure changed. + _sys_siglist; sys_siglist; sys_sigabbrev; + + # New errlist. + _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; + + # chown interface change. + chown; + + # Change in pthread_attr_t. + pthread_attr_init; + + # c* + capget; capset; + } +} diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions new file mode 100644 index 0000000000..ad490400fb --- /dev/null +++ b/sysdeps/unix/sysv/linux/alpha/Versions @@ -0,0 +1,49 @@ +libc { + GLIBC_2.0 { + # Unfortunately in wider use. + _inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse; + _hae_shift; + + # b* + bus_base; bus_base_sparse; + + # h* + hae_shift; + + # i* + inb; inl; inw; ioperm; iopl; + + # o* + outb; outl; outw; + + # p* + pciconfig_read; pciconfig_write; sethae; + } + GLIBC_2.1 { + # Linux/Alpha 64-bit timeval functions. + __select; select; + adjtime; adjtimex; __adjtimex; + __gettimeofday; + + # glob interface change + glob; globfree; + + # limit type change + getrusage; + + # time type change + gettimeofday; + + # i* + ieee_get_fp_control; ieee_set_fp_control; + + # s* + setitimer; settimeofday; + + # u* + utimes; + + # w* + wait4; + } +} diff --git a/sysdeps/unix/sysv/linux/getsysstats.c b/sysdeps/unix/sysv/linux/getsysstats.c index dd1c77a99e..26f8179afe 100644 --- a/sysdeps/unix/sysv/linux/getsysstats.c +++ b/sysdeps/unix/sysv/linux/getsysstats.c @@ -1,5 +1,5 @@ /* Determine various system internal values, Linux version. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -62,7 +62,7 @@ get_proc_path (char *buffer, size_t bufsize) series to add this, though. One possibility to implement it for systems using Linux 2.0 is to - examine the pseudo file /proc/meminfo. Here we have one entry for + examine the pseudo file /proc/cpuinfo. Here we have one entry for each processor. But not all systems have support for the /proc filesystem. If it diff --git a/sysdeps/unix/sysv/linux/i386/Versions b/sysdeps/unix/sysv/linux/i386/Versions new file mode 100644 index 0000000000..1ec868a57c --- /dev/null +++ b/sysdeps/unix/sysv/linux/i386/Versions @@ -0,0 +1,7 @@ +libc { + GLIBC_2.0 { + ioperm; iopl; + + vm86; + } +} diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions new file mode 100644 index 0000000000..11614a4cd5 --- /dev/null +++ b/sysdeps/unix/sysv/linux/mips/Versions @@ -0,0 +1,9 @@ +libc { + GLIBC_2.0 { + # c* + cachectl; cacheflush; + + # s* + sysmips; + } +} |