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.
|
* 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>
|
2002-09-18 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
|
* 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
|
# On i686 we must avoid generating the trampoline functions generated
|
||||||
# to get the GOT pointer.
|
# to get the GOT pointer.
|
||||||
CFLAGS-initfini.s += -march=i386 -mcpu=i386
|
CFLAGS-initfini.s += -march=i386 -mcpu=i386
|
||||||
|
|
||||||
ifeq (yes,$(build-shared))
|
|
||||||
# Compatibility
|
|
||||||
sysdep_routines += divdi3
|
|
||||||
shared-only-routines += divdi3
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),gmon)
|
ifeq ($(subdir),gmon)
|
||||||
|
@ -33,14 +33,6 @@ CFLAGS-setjmp.c := -fno-omit-frame-pointer
|
|||||||
# The 68k `long double' is a distinct type we support.
|
# The 68k `long double' is a distinct type we support.
|
||||||
long-double-fcts = yes
|
long-double-fcts = yes
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
|
||||||
ifeq (yes,$(build-shared))
|
|
||||||
# Compatibility
|
|
||||||
sysdep_routines += divdi3
|
|
||||||
shared-only-routines += divdi3
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),elf)
|
ifeq ($(subdir),elf)
|
||||||
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
|
||||||
endif
|
endif
|
||||||
|
@ -1,13 +1,5 @@
|
|||||||
pic-ccflag = -fpic
|
pic-ccflag = -fpic
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
|
||||||
ifeq (yes,$(build-shared))
|
|
||||||
# Compatibility
|
|
||||||
sysdep_routines += divdi3
|
|
||||||
shared-only-routines += divdi3
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),gmon)
|
ifeq ($(subdir),gmon)
|
||||||
sysdep_routines += s390-mcount
|
sysdep_routines += s390-mcount
|
||||||
endif
|
endif
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
ifeq ($(subdir),gmon)
|
ifeq ($(subdir),gmon)
|
||||||
sysdep_routines += _mcount
|
sysdep_routines += _mcount
|
||||||
endif
|
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 ($(subdir),csu)
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
# Compatibility
|
|
||||||
sysdep_routines += divdi3
|
sysdep_routines += divdi3
|
||||||
shared-only-routines += divdi3
|
shared-only-routines += divdi3
|
||||||
endif
|
endif
|
Loading…
x
Reference in New Issue
Block a user