mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2002-09-19 Jakub Jelinek <jakub@redhat.com> * sysdeps/wordsize-32/Makefile: New file. * sysdeps/arm/Makefile: Removed. * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines): Don't add divdi3 here. * sysdeps/m68k/Makefile: Likewise. * sysdeps/powerpc/powerpc32/Makefile: Likewise. * sysdeps/sh/Makefile: Likewise. * sysdeps/s390/s390-32/Makefile: Likewise.
This commit is contained in:
parent
dfc89273f7
commit
a3c12833f8
11
ChangeLog
11
ChangeLog
@ -15,6 +15,17 @@
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
|
||||
|
||||
2002-09-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/wordsize-32/Makefile: New file.
|
||||
* sysdeps/arm/Makefile: Removed.
|
||||
* sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
|
||||
Don't add divdi3 here.
|
||||
* sysdeps/m68k/Makefile: Likewise.
|
||||
* sysdeps/powerpc/powerpc32/Makefile: Likewise.
|
||||
* sysdeps/sh/Makefile: Likewise.
|
||||
* sysdeps/s390/s390-32/Makefile: Likewise.
|
||||
|
||||
2002-09-18 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
|
||||
|
@ -9,12 +9,6 @@ ifeq ($(subdir),csu)
|
||||
# On i686 we must avoid generating the trampoline functions generated
|
||||
# to get the GOT pointer.
|
||||
CFLAGS-initfini.s += -march=i386 -mcpu=i386
|
||||
|
||||
ifeq (yes,$(build-shared))
|
||||
# Compatibility
|
||||
sysdep_routines += divdi3
|
||||
shared-only-routines += divdi3
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),gmon)
|
||||
|
@ -33,14 +33,6 @@ CFLAGS-setjmp.c := -fno-omit-frame-pointer
|
||||
# The 68k `long double' is a distinct type we support.
|
||||
long-double-fcts = yes
|
||||
|
||||
ifeq ($(subdir),csu)
|
||||
ifeq (yes,$(build-shared))
|
||||
# Compatibility
|
||||
sysdep_routines += divdi3
|
||||
shared-only-routines += divdi3
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
||||
endif
|
||||
|
@ -1,13 +1,5 @@
|
||||
pic-ccflag = -fpic
|
||||
|
||||
ifeq ($(subdir),csu)
|
||||
ifeq (yes,$(build-shared))
|
||||
# Compatibility
|
||||
sysdep_routines += divdi3
|
||||
shared-only-routines += divdi3
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),gmon)
|
||||
sysdep_routines += s390-mcount
|
||||
endif
|
||||
|
@ -1,11 +1,3 @@
|
||||
ifeq ($(subdir),gmon)
|
||||
sysdep_routines += _mcount
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),csu)
|
||||
ifeq (yes,$(build-shared))
|
||||
# Compatibility
|
||||
sysdep_routines += divdi3
|
||||
shared-only-routines += divdi3
|
||||
endif
|
||||
endif
|
||||
|
@ -1,6 +1,5 @@
|
||||
ifeq ($(subdir),csu)
|
||||
ifeq (yes,$(build-shared))
|
||||
# Compatibility
|
||||
sysdep_routines += divdi3
|
||||
shared-only-routines += divdi3
|
||||
endif
|
Loading…
Reference in New Issue
Block a user