Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140102874
D13176.id35525.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1010 B
Referenced Files
None
Subscribers
None
D13176.id35525.diff
View Options
Index: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c
===================================================================
--- head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c
+++ head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c
@@ -808,7 +808,7 @@
{
printf("%s:%s(%d): aarch64 not implemented\n", __FUNCTION__, __FILE__,
__LINE__);
- return (0);
+ return (-1);
}
#elif defined(__arm__)
/* XXX */
@@ -818,7 +818,7 @@
{
printf("%s:%s(%d): arm not implemented\n", __FUNCTION__, __FILE__,
__LINE__);
- return (0);
+ return (-1);
}
#elif defined(__mips__)
/* XXX */
@@ -828,7 +828,7 @@
{
printf("%s:%s(%d): MIPS not implemented\n", __FUNCTION__, __FILE__,
__LINE__);
- return (0);
+ return (-1);
}
#elif defined(__powerpc__)
/* The sentinel is 'xor r3,r3,r3'. */
@@ -919,7 +919,7 @@
{
printf("%s:%s(%d): RISC-V implementation required\n", __FUNCTION__,
__FILE__, __LINE__);
- return (0);
+ return (-1);
}
#elif defined(__sparc)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 6:34 AM (2 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27108861
Default Alt Text
D13176.id35525.diff (1010 B)
Attached To
Mode
D13176: dt_modtext: return error on archs lacking an implementation
Attached
Detach File
Event Timeline
Log In to Comment