git: bc53b440fbd2 - stable/13 - rtld: remove unused macro FPTR_TARGET
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 00:38:21 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=bc53b440fbd232ee4fb6ef3bab15bed71085de43 commit bc53b440fbd232ee4fb6ef3bab15bed71085de43 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-10-22 02:15:06 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-10-25 00:37:43 +0000 rtld: remove unused macro FPTR_TARGET (cherry picked from commit f585d13dd60bfa0f1dc1f41ba261b9058b105489) --- libexec/rtld-elf/rtld.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index ae7dc0ea0417..b103ffe69d9d 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -2575,10 +2575,6 @@ initlist_add_objects(Obj_Entry *obj, Obj_Entry *tail, Objlist *list) } } -#ifndef FPTR_TARGET -#define FPTR_TARGET(f) ((Elf_Addr) (f)) -#endif - static void free_needed_filtees(Needed_Entry *n, RtldLockState *lockstate) {