Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145948203
D10934.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10934.diff
View Options
Index: head/libexec/rtld-elf/arm/rtld_machdep.h
===================================================================
--- head/libexec/rtld-elf/arm/rtld_machdep.h
+++ head/libexec/rtld-elf/arm/rtld_machdep.h
@@ -67,11 +67,6 @@
round(prev_offset + prev_size, align)
#define calculate_tls_end(off, size) ((off) + (size))
-/*
- * Lazy binding entry point, called via PLT.
- */
-void _rtld_bind_start(void);
-
extern void *__tls_get_addr(tls_index *ti);
#define RTLD_DEFAULT_STACK_PF_EXEC PF_X
Index: head/libexec/rtld-elf/mips/rtld_machdep.h
===================================================================
--- head/libexec/rtld-elf/mips/rtld_machdep.h
+++ head/libexec/rtld-elf/mips/rtld_machdep.h
@@ -67,11 +67,6 @@
round(prev_offset + prev_size, align)
#define calculate_tls_end(off, size) ((off) + (size))
-/*
- * Lazy binding entry point, called via PLT.
- */
-void _rtld_bind_start(void);
-
extern void *__tls_get_addr(tls_index *ti);
#define RTLD_DEFAULT_STACK_PF_EXEC PF_X
Index: head/libexec/rtld-elf/powerpc/rtld_machdep.h
===================================================================
--- head/libexec/rtld-elf/powerpc/rtld_machdep.h
+++ head/libexec/rtld-elf/powerpc/rtld_machdep.h
@@ -54,11 +54,6 @@
(((Elf_Addr (*)(void))ptr)())
/*
- * Lazy binding entry point, called via PLT.
- */
-void _rtld_bind_start(void);
-
-/*
* PLT functions. Not really correct prototypes, but the
* symbol values are needed.
*/
Index: head/libexec/rtld-elf/powerpc64/rtld_machdep.h
===================================================================
--- head/libexec/rtld-elf/powerpc64/rtld_machdep.h
+++ head/libexec/rtld-elf/powerpc64/rtld_machdep.h
@@ -54,11 +54,6 @@
(((Elf_Addr (*)(void))ptr)())
/*
- * Lazy binding entry point, called via PLT.
- */
-void _rtld_bind_start(void);
-
-/*
* TLS
*/
Index: head/libexec/rtld-elf/riscv/rtld_machdep.h
===================================================================
--- head/libexec/rtld-elf/riscv/rtld_machdep.h
+++ head/libexec/rtld-elf/riscv/rtld_machdep.h
@@ -80,11 +80,6 @@
(((Elf_Addr (*)(void))ptr)())
/*
- * Lazy binding entry point, called via PLT.
- */
-void _rtld_bind_start(void);
-
-/*
* TLS
*/
#define TLS_TP_OFFSET 0x0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 10:51 AM (27 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29026919
Default Alt Text
D10934.diff (2 KB)
Attached To
Mode
D10934: rtld: fix warnings about redundant declarations
Attached
Detach File
Event Timeline
Log In to Comment