]> sourceware.org Git - glibc.git/commitdiff
Undefine attribute_hidden to fix benchtests
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 19 Mar 2018 10:53:14 +0000 (10:53 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Mon, 19 Mar 2018 10:53:14 +0000 (10:53 +0000)
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.

ChangeLog
benchtests/bench-timing.h

index ddf8c9c9d11272ee81ce8bb8b1ac23e8702a23a8..4eb063289f863896570f5ff30cb7968a2d88d937 100644 (file)
--- 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
index b9ea04bb02c531f2025ee502c2874bc34dddade6..96cde1e8be2e0c2f40eb80159375dc89ca6a3376 100644 (file)
@@ -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>
This page took 0.500826 seconds and 5 git commands to generate.