Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102711995
D46517.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
356 B
Referenced Files
None
Subscribers
None
D46517.diff
View Options
diff --git a/usr.sbin/kldxref/ef.c b/usr.sbin/kldxref/ef.c
--- a/usr.sbin/kldxref/ef.c
+++ b/usr.sbin/kldxref/ef.c
@@ -364,11 +364,6 @@
error = EFTYPE;
goto out;
}
- if (rel_off == 0 && rela_off == 0) {
- warnx("%s: no ELF relocation table found\n", ef->ef_name);
- error = EFTYPE;
- goto out;
- }
nsym = 0;
for (i = 0; i < nshdr; i++) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 5:24 AM (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11335707
Default Alt Text
D46517.diff (356 B)
Attached To
Mode
D46517: kldxref: Don't warn and skip file if no relocations are found
Attached
Detach File
Event Timeline
Log In to Comment