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.27.9000-226-gfbce6f7


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  fbce6f7260c3847f14dfa38f60c9111978fb33a5 (commit)
      from  0f652f053e7a501f5413b2b45997d299b5570cb1 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fbce6f7260c3847f14dfa38f60c9111978fb33a5

commit fbce6f7260c3847f14dfa38f60c9111978fb33a5
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Mon Mar 19 10:53:14 2018 +0000

    Undefine attribute_hidden to fix benchtests
    
    Add an undefine of attribute_hidden since it may be defined in some cases
    (it must be defined since it is used by some hp-timing configurations).
    
    	* benchtests/bench-timing.h (attribute_hidden): Undefine.

diff --git a/ChangeLog b/ChangeLog
index ddf8c9c..4eb0632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-19  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* benchtests/bench-timing.h (attribute_hidden): Undefine.
+
 2018-03-18  Richard Braun  <rbraun@sceen.net>
 
 	* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary
diff --git a/benchtests/bench-timing.h b/benchtests/bench-timing.h
index b9ea04b..96cde1e 100644
--- a/benchtests/bench-timing.h
+++ b/benchtests/bench-timing.h
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#undef attribute_hidden
 #define attribute_hidden
 #include <hp-timing.h>
 #include <stdint.h>

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

Summary of changes:
 ChangeLog                 |    4 ++++
 benchtests/bench-timing.h |    1 +
 2 files changed, 5 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]