From c324fcfe75c3976ae0b16943df00710e1d0d74f7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 16 Dec 2014 14:31:24 -0800 Subject: Use pragmas rather than makefiles for necessary options for unwind code. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 76a9849..aac7f32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2014-12-16 Roland McGrath + + * nptl/unwind.c: Use pragma to turn on -fexceptions. + * sysdeps/nptl/unwind-forcedunwind.c: Use pragma to turn on + -fexceptions and -fasynchronous-unwind-tables. + * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: Likewise. + * sysdeps/gnu/unwind-resume.c: Likewise. + * nptl/Makefile (CFLAGS-unwind.c, CFLAGS-unwind-forcedunwind.c): + Variables removed. + * sysdeps/gnu/Makefile + [$(subdir) = csu] (CFLAGS-unwind-resume.c): Likewise. + [$(subdir) = rt] (CFLAGS-rt-unwind-resume.c): Likewise. + 2014-12-16 Joseph Myers [BZ #17719] -- cgit v1.1