Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135583752
D6770.id17417.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
694 B
Referenced Files
None
Subscribers
None
D6770.id17417.diff
View Options
Index: sys/arm/linux/linux_sysvec.c
===================================================================
--- sys/arm/linux/linux_sysvec.c
+++ sys/arm/linux/linux_sysvec.c
@@ -1034,9 +1034,22 @@
.flags = BI_CAN_EXEC_DYN | BI_BRAND_NOTE
};
+static Elf32_Brandinfo linux_uclibcbrand = {
+ .brand = ELFOSABI_LINUX,
+ .machine = EM_ARM,
+ .compat_3_brand = "Linux",
+ .emul_path = "/compat/linux",
+ .interp_path = "/lib/ld-uClibc.so.0",
+ .sysvec = &elf_linux_sysvec,
+ .interp_newpath = NULL,
+ .brand_note = &linux_brandnote,
+ .flags = BI_CAN_EXEC_DYN | BI_BRAND_NOTE
+};
+
Elf32_Brandinfo *linux_brandlist[] = {
&linux_brand,
&linux_glibc2brand,
+ &linux_uclibcbrand,
NULL
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 12, 1:24 AM (8 h, 35 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25146861
Default Alt Text
D6770.id17417.diff (694 B)
Attached To
Mode
D6770: Linux ARM 13/16
Attached
Detach File
Event Timeline
Log In to Comment