Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160616250
D34052.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
832 B
Referenced Files
None
Subscribers
None
D34052.diff
View Options
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2356,10 +2356,7 @@
objtmp.dynamic = rtld_dynamic(&objtmp);
digest_dynamic1(&objtmp, 1, &dyn_rpath, &dyn_soname, &dyn_runpath);
assert(objtmp.needed == NULL);
-#if !defined(__mips__)
- /* MIPS has a bogus DT_TEXTREL. */
- assert(!objtmp.textrel);
-#endif
+ assert(objtmp.textrel == NULL);
/*
* Temporarily put the dynamic linker entry into the object list, so
* that symbols can be found.
@@ -4736,11 +4733,9 @@
case STT_TLS:
if (symp->st_shndx != SHN_UNDEF)
break;
-#ifndef __mips__
else if (((req->flags & SYMLOOK_IN_PLT) == 0) &&
(ELF_ST_TYPE(symp->st_info) == STT_FUNC))
break;
-#endif
/* fallthrough */
default:
return (false);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 27, 6:06 AM (11 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34383888
Default Alt Text
D34052.diff (832 B)
Attached To
Mode
D34052: rtld: Trim a few more MIPS #ifdefs.
Attached
Detach File
Event Timeline
Log In to Comment