This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-4-g32a6153


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  32a6153180751322aa1c0518fabb6c697dc4ed79 (commit)
      from  a80fb816722dcc790c761af7aa9d0c0e1b9be9a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=32a6153180751322aa1c0518fabb6c697dc4ed79

commit 32a6153180751322aa1c0518fabb6c697dc4ed79
Author: Tom de Vries <tom@codesourcery.com>
Date:   Wed Jan 4 12:03:20 2012 +0000

    Use -fno-unwind-tables for *initfini* on MIPS.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 4bb1a4d..36cae0d 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,8 @@
+2012-01-04  Tom de Vries  <tom@codesourcery.com>
+
+	* sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
+	-fno-unwind-tables.
+
 2012-01-03  Tom de Vries  <tom@codesourcery.com>
 
 	* sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile
index b7e5e61..7937d25 100644
--- a/sysdeps/mips/Makefile
+++ b/sysdeps/mips/Makefile
@@ -15,4 +15,12 @@ ifeq ($(subdir),debug)
 CFLAGS-backtrace.c += -funwind-tables
 endif
 
+ifeq ($(subdir),csu)
+CFLAGS-initfini.s += -fno-unwind-tables
+endif
+
+ifeq ($(subdir),nptl)
+CFLAGS-pt-initfini.s += -fno-unwind-tables
+endif
+
 ASFLAGS-.os += $(pic-ccflag)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.mips        |    5 +++++
 sysdeps/mips/Makefile |    8 ++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]