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-789-g111db5b


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  111db5b197b27d87c6db903a132d288949984d51 (commit)
      from  ebdcf039792918514e8b8ae193d6ff16e9820650 (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=111db5b197b27d87c6db903a132d288949984d51

commit 111db5b197b27d87c6db903a132d288949984d51
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Nov 29 08:18:13 2012 -0800

    Mention that __chk_fail is a public ABI in test-strcpy_chk.c
    
    	* debug/test-strcpy_chk.c: Mention __chk_fail ABI test.

diff --git a/ChangeLog b/ChangeLog
index 1826f32..997a411 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-04  Florian Weimer  <fweimer@redhat.com>
+
+	* debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
+
 2012-11-28  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/fpu/libm-test-ulps: Update.
diff --git a/debug/test-strcpy_chk.c b/debug/test-strcpy_chk.c
index fb9bc78..41eb354 100644
--- a/debug/test-strcpy_chk.c
+++ b/debug/test-strcpy_chk.c
@@ -23,6 +23,9 @@
 # define TEST_NAME "strcpy_chk"
 # include "../string/test-string.h"
 
+/* This test case implicitly tests the availability of the __chk_fail
+   symbol, which is part of the public ABI and may be used
+   externally. */
 extern void __attribute__ ((noreturn)) __chk_fail (void);
 char *simple_strcpy_chk (char *, const char *, size_t);
 extern char *normal_strcpy (char *, const char *, size_t)

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

Summary of changes:
 ChangeLog               |    4 ++++
 debug/test-strcpy_chk.c |    3 +++
 2 files changed, 7 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]