From 8606d85bec1b662bc8a1f57a4d905cdafbf15923 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 8 Jan 2002 06:27:47 +0000 Subject: [PATCH] (routines, shared-only-routines): Add unwind-dw2-fde-glibc instead of unwind-dw2-fde. --- elf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index b39034c7bf1..c0b08ce427c 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -67,8 +67,8 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ include ../Makeconfig ifeq ($(unwind-find-fde),yes) -routines += unwind-dw2-fde -shared-only-routines = unwind-dw2-fde +routines += unwind-dw2-fde-glibc +shared-only-routines = unwind-dw2-fde-glibc endif before-compile = $(objpfx)trusted-dirs.h -- 2.47.2