diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2018-03-19 10:53:14 +0000 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2018-03-19 10:53:14 +0000 |
commit | fbce6f7260c3847f14dfa38f60c9111978fb33a5 (patch) | |
tree | 9943b0a878d67b4e2423c84b7e5d2d740bcb4e73 /ChangeLog | |
parent | 0f652f053e7a501f5413b2b45997d299b5570cb1 (diff) | |
download | glibc-fbce6f7260c3847f14dfa38f60c9111978fb33a5.tar.gz glibc-fbce6f7260c3847f14dfa38f60c9111978fb33a5.tar.xz glibc-fbce6f7260c3847f14dfa38f60c9111978fb33a5.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ddf8c9c9d1..4eb063289f 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 |