Browse Source

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.
zack/wip-pthread-no-dupe-defns
Wilco Dijkstra 8 years ago
parent
commit
fbce6f7260
  1. 4
      ChangeLog
  2. 1
      benchtests/bench-timing.h

4
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

1
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>

Loading…
Cancel
Save