diff options
author | Fangrui Song <maskray@google.com> | 2022-05-02 08:55:36 -0700 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2022-05-02 08:55:36 -0700 |
commit | 4e7e4f3b4ba723bef4b1bcff8902ea38162737d9 (patch) | |
tree | b8a44464d84a0b498a9ed09d05b25c5e9a1ced50 /config.h.in | |
parent | d056c212130280c0a54d9a4f72170ec621b70ce5 (diff) | |
download | glibc-4e7e4f3b4ba723bef4b1bcff8902ea38162737d9.tar glibc-4e7e4f3b4ba723bef4b1bcff8902ea38162737d9.tar.gz glibc-4e7e4f3b4ba723bef4b1bcff8902ea38162737d9.tar.bz2 glibc-4e7e4f3b4ba723bef4b1bcff8902ea38162737d9.zip |
powerpc32: Remove unused HAVE_PPC_SECURE_PLT
82a79e7d1843f9d90075a0bf2f04557040829bb0 removed the only user of
HAVE_PPC_SECURE_PLT.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 916465fce8..dd650ddd09 100644 --- a/config.h.in +++ b/config.h.in @@ -153,9 +153,6 @@ /* Define if inlined system calls are available. */ #undef HAVE_INLINED_SYSCALLS -/* Define if your compiler defaults to -msecure-plt mode on ppc. */ -#undef HAVE_PPC_SECURE_PLT - /* Define if memory tagging support should be enabled. */ #undef USE_MTAG |