Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152945029
D2419.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
841 B
Referenced Files
None
Subscribers
None
D2419.diff
View Options
Index: head/sys/arm/arm/elf_machdep.c
===================================================================
--- head/sys/arm/arm/elf_machdep.c
+++ head/sys/arm/arm/elf_machdep.c
@@ -105,7 +105,6 @@
{
const Elf_Ehdr *hdr = (const Elf_Ehdr *)imgp->image_header;
-#ifdef __ARM_EABI__
/*
* When configured for EABI, FreeBSD supports EABI vesions 4 and 5.
*/
@@ -115,17 +114,6 @@
EF_ARM_EABI_VERSION(hdr->e_flags), imgp->args->fname);
return (FALSE);
}
-#else
- /*
- * When configured for OABI, that's all we do, so reject EABI binaries.
- */
- if (EF_ARM_EABI_VERSION(hdr->e_flags) != EF_ARM_EABI_VERSION_UNKNOWN) {
- if (bootverbose)
- uprintf("Attempting to execute EABI binary (rev %d) image %s",
- EF_ARM_EABI_VERSION(hdr->e_flags), imgp->args->fname);
- return (FALSE);
- }
-#endif
return (TRUE);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 6:03 AM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31749943
Default Alt Text
D2419.diff (841 B)
Attached To
Mode
D2419: Remove support for being compiled under OABI. We don't support that any more, so this is just dead code.
Attached
Detach File
Event Timeline
Log In to Comment