Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148809848
D13838.id42090.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
641 B
Referenced Files
None
Subscribers
None
D13838.id42090.diff
View Options
Index: head/sys/amd64/amd64/elf_machdep.c
===================================================================
--- head/sys/amd64/amd64/elf_machdep.c
+++ head/sys/amd64/amd64/elf_machdep.c
@@ -219,7 +219,6 @@
}
switch (rtype) {
-
case R_X86_64_NONE: /* none */
break;
@@ -260,7 +259,7 @@
* objects.
*/
printf("kldload: unexpected R_COPY relocation\n");
- return -1;
+ return (-1);
break;
case R_X86_64_GLOB_DAT: /* S */
@@ -282,9 +281,9 @@
default:
printf("kldload: unexpected relocation type %ld\n",
rtype);
- return -1;
+ return (-1);
}
- return(0);
+ return (0);
}
int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 21, 7:59 AM (12 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30071483
Default Alt Text
D13838.id42090.diff (641 B)
Attached To
Mode
D13838: Implement ifunc support for x86, use it to enable SMAP on amd64.
Attached
Detach File
Event Timeline
Log In to Comment