Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144690520
D10086.id26522.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
D10086.id26522.diff
View Options
Index: lib/libc/mips/Symbol.map
===================================================================
--- lib/libc/mips/Symbol.map
+++ lib/libc/mips/Symbol.map
@@ -47,6 +47,7 @@
__modsi3;
__udivsi3;
__divsi3;
+ __ffssi2;
__makecontext;
__longjmp;
signalcontext;
Index: lib/libc/mips/string/ffs.S
===================================================================
--- lib/libc/mips/string/ffs.S
+++ lib/libc/mips/string/ffs.S
@@ -44,6 +44,8 @@
.abicalls
#endif
+WEAK_ALIAS(__ffssi2,ffs)
+
/* bit = ffs(value) */
LEAF(ffs)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 12, 4:50 AM (2 m, 21 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28663982
Default Alt Text
D10086.id26522.diff (541 B)
Attached To
Mode
D10086: Add a weak alias from ffs() to __ffssi2() to pacify modern GCC.
Attached
Detach File
Event Timeline
Log In to Comment