mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* login/Makefile (utmpd): Remove rule to build utmpd. * csu/Versions: Move libgcc frame handling functions from here... * sysdeps/unix/sysv/linux/alpha/Versions: ...to here... * sysdeps/unix/sysv/linux/arm/Versions: ...to here... * sysdeps/unix/sysv/linux/i386/Versions: ...to here... * sysdeps/unix/sysv/linux/m68k/Versions: ...to here... * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here... * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here. New file.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@ -1,5 +1,16 @@
|
|||||||
2000-06-14 Ulrich Drepper <drepper@redhat.com>
|
2000-06-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* login/Makefile (utmpd): Remove rule to build utmpd.
|
||||||
|
|
||||||
|
* csu/Versions: Move libgcc frame handling functions from here...
|
||||||
|
* sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
|
||||||
|
* sysdeps/unix/sysv/linux/arm/Versions: ...to here...
|
||||||
|
* sysdeps/unix/sysv/linux/i386/Versions: ...to here...
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
|
||||||
|
New file.
|
||||||
|
|
||||||
* locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
|
* locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
|
||||||
|
|
||||||
* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
|
* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
|
||||||
|
@ -6,11 +6,6 @@ libc {
|
|||||||
# helper functions
|
# helper functions
|
||||||
__libc_init_first; __libc_start_main;
|
__libc_init_first; __libc_start_main;
|
||||||
|
|
||||||
# Exception handling support functions from libgcc
|
|
||||||
__register_frame; __register_frame_table; __deregister_frame;
|
|
||||||
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
|
||||||
__register_frame_info_table;
|
|
||||||
|
|
||||||
# variables in normal name space
|
# variables in normal name space
|
||||||
errno;
|
errno;
|
||||||
}
|
}
|
||||||
|
@ -57,8 +57,6 @@ $(inst_libexecdir)/pt_chown: $(objpfx)pt_chown $(+force)
|
|||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
-$(INSTALL_PROGRAM) -m 4755 -o root $< $@
|
-$(INSTALL_PROGRAM) -m 4755 -o root $< $@
|
||||||
|
|
||||||
$(objpfx)utmpd: $(utmpd-routines:%=$(objpfx)%.o)
|
|
||||||
|
|
||||||
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
|
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
|
||||||
# This ensures they will load libc.so for needed symbols if loaded by
|
# This ensures they will load libc.so for needed symbols if loaded by
|
||||||
# a statically-linked program that hasn't already loaded it.
|
# a statically-linked program that hasn't already loaded it.
|
||||||
|
@ -4,6 +4,11 @@ libc {
|
|||||||
_inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
|
_inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
|
||||||
_hae_shift;
|
_hae_shift;
|
||||||
|
|
||||||
|
# Exception handling support functions from libgcc
|
||||||
|
__register_frame; __register_frame_table; __deregister_frame;
|
||||||
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
||||||
|
__register_frame_info_table;
|
||||||
|
|
||||||
# b*
|
# b*
|
||||||
bus_base; bus_base_sparse;
|
bus_base; bus_base_sparse;
|
||||||
|
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
libc {
|
libc {
|
||||||
|
GLIBC_2.0 {
|
||||||
|
# Exception handling support functions from libgcc
|
||||||
|
__register_frame; __register_frame_table; __deregister_frame;
|
||||||
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
||||||
|
__register_frame_info_table;
|
||||||
|
}
|
||||||
GLIBC_2.1 {
|
GLIBC_2.1 {
|
||||||
ioperm; iopl;
|
ioperm; iopl;
|
||||||
inb; inw; inl;
|
inb; inw; inl;
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
libc {
|
libc {
|
||||||
GLIBC_2.0 {
|
GLIBC_2.0 {
|
||||||
|
# Exception handling support functions from libgcc
|
||||||
|
__register_frame; __register_frame_table; __deregister_frame;
|
||||||
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
||||||
|
__register_frame_info_table;
|
||||||
|
|
||||||
ioperm; iopl;
|
ioperm; iopl;
|
||||||
|
|
||||||
vm86;
|
vm86;
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
libc {
|
libc {
|
||||||
GLIBC_2.0 {
|
GLIBC_2.0 {
|
||||||
|
# Exception handling support functions from libgcc
|
||||||
|
__register_frame; __register_frame_table; __deregister_frame;
|
||||||
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
||||||
|
__register_frame_info_table;
|
||||||
|
|
||||||
# c*
|
# c*
|
||||||
cacheflush;
|
cacheflush;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
libc {
|
libc {
|
||||||
|
GLIBC_2.0 {
|
||||||
|
# Exception handling support functions from libgcc
|
||||||
|
__register_frame; __register_frame_table; __deregister_frame;
|
||||||
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
||||||
|
__register_frame_info_table;
|
||||||
|
}
|
||||||
GLIBC_2.2 {
|
GLIBC_2.2 {
|
||||||
# New rlimit interface
|
# New rlimit interface
|
||||||
getrlimit; setrlimit; getrlimit64; setrlimit64;
|
getrlimit; setrlimit; getrlimit64; setrlimit64;
|
||||||
|
8
sysdeps/unix/sysv/linux/sparc/sparc32/Versions
Normal file
8
sysdeps/unix/sysv/linux/sparc/sparc32/Versions
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
libc {
|
||||||
|
GLIBC_2.0 {
|
||||||
|
# Exception handling support functions from libgcc
|
||||||
|
__register_frame; __register_frame_table; __deregister_frame;
|
||||||
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
||||||
|
__register_frame_info_table;
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user