or1k: Define PI_STATIC_AND_HIDDEN
commit3f35e7d193b7ff098467996ebf85b19c41d6d86e
authorStafford Horne <shorne@gmail.com>
Fri, 28 Jan 2022 23:20:40 +0000 (29 08:20 +0900)
committerStafford Horne <shorne@gmail.com>
Wed, 2 Feb 2022 11:05:12 +0000 (2 20:05 +0900)
tree160f3760afadfc13b6d53ce9d9622df07a31a0a0
parent355bc7f736fb4cbc81979a7fce674858173f34cf
or1k: Define PI_STATIC_AND_HIDDEN

PI_STATIC_AND_HIDDEN means that references to static functions, data
and symbols with hidden visibility do not need any run-time relocations
after the final link, with the build flags used by glibc.

OpenRISC follows this so enabled PI_STATIC_AND_HIDDEN by adding
configure.ac and generating configure.

Suggested-by: Florian Weimer <fweimer@redhat.com>
sysdeps/or1k/configure [new file with mode: 0644]
sysdeps/or1k/configure.ac [new file with mode: 0644]