mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
9bbd7837b6
1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/i386/i486/Versions: New file with inline functions from sysdeps/i386/i486/bits/string.h for now. * sysdeps/i386/Versions: Add inline functions from sysdeps/i386/bits/string.h. * string/Versions: Add inline functions from <bits/string2.h>. * string/Makefile (routines): Add string-inlines. * string/string-inlines.c: New file, used for implementation of extern inline functions. * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate non inlined versions of functions. * string/bits/string2.h: Likewise. * sysdeps/i386/bits/string.h: Likewise. 1999-05-17 Ulrich Drepper <drepper@cygnus.com> * inet/arpa/tftp.h: Add second packed attribute.
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Functions from libgcc.
|
|
__divdi3; __moddi3; __udivdi3; __umoddi3;
|
|
}
|
|
GLIBC_2.1 {
|
|
# global variable
|
|
_fp_hw;
|
|
}
|
|
GLIBC_2.1.1 {
|
|
# extern inline functions used by <bits/string.h>
|
|
__memcpy_c; __memset_cc; __memset_cg; __memset_gg; __strchr_c; __strchr_g;
|
|
__strchrnul_c; __strchrnul_g;
|
|
}
|
|
}
|