From 10878c33f13e20b77fe8b49f9185e2d9a03be45a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Sep 2000 00:05:57 +0000 Subject: Update. 2000-09-06 Andreas Jaeger * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify sysdep-dl-routines and sysdep_routines instead of rtld-routines and dl-routines. * soft-fp/ChangeLog: Merged with this file. 2000-06-13 Ulrich Drepper * soft-fp/Makefile (distribute): Add op-8.h and testit.c. * soft-fp/Makefile (distribute): Add the math functions, too. * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure. 2000-03-03 Geoff Keating * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it as a statement. * soft-fp/sysdeps/powerpc/Makefile (routines): New file. * soft-fp/sysdeps/powerpc/q_*: New files. --- sysdeps/powerpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/powerpc') diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index 3bad48811e..67ea942c94 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -41,6 +41,6 @@ CFLAGS-memcmp.c += -Wno-uninitialized endif ifeq ($(subdir),elf) -dl-routines += dl-machine -rtld-routines += dl-machine dl-start +sysdep-dl-routines += dl-machine +sysdep_routines += dl-machine dl-start endif -- cgit v1.2.3