The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f585d13dd60bfa0f1dc1f41ba261b9058b105489

commit f585d13dd60bfa0f1dc1f41ba261b9058b105489
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2022-10-22 02:15:06 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2022-10-22 02:15:06 +0000

    rtld: remove unused macro FPTR_TARGET
    
    It is a remnant from the ia64 removal
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 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 d40cd9f90f0b..2e99ba4d69cf 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2531,10 +2531,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)
 {

Reply via email to