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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-578-g903252a


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 "GNU C Library master sources".

The branch, master has been updated
       via  903252aadbc70177af4ab891a8854e9e252e293d (commit)
      from  62c4a69dc2aea24776cbf0e951d41709a7408cc6 (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.git;a=commitdiff;h=903252aadbc70177af4ab891a8854e9e252e293d

commit 903252aadbc70177af4ab891a8854e9e252e293d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 1 00:22:53 2012 +0000

    Build SH backtrace with -funwind-tables.

diff --git a/ChangeLog b/ChangeLog
index 1296ee6..c1fbbe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
+	New variable.
+
 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* rt/tst-shm.c (worker): Correct checking for mmap failure.
diff --git a/sysdeps/sh/Makefile b/sysdeps/sh/Makefile
index cf18ded..bb7c553 100644
--- a/sysdeps/sh/Makefile
+++ b/sysdeps/sh/Makefile
@@ -1,3 +1,7 @@
 ifeq ($(subdir),gmon)
 sysdep_routines += _mcount
 endif
+
+ifeq ($(subdir),debug)
+CFLAGS-backtrace.c += -funwind-tables
+endif

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

Summary of changes:
 ChangeLog           |    5 +++++
 sysdeps/sh/Makefile |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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