Changeset 3558ba93 in mainline for uspace/lib/softint
- Timestamp:
- 2013-12-09T15:55:40Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b89d43b
- Parents:
- 12735849 (diff), 9521eca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib/softint
- Files:
-
- 2 added
- 3 edited
-
Makefile (modified) (1 diff)
-
generic/bits.c (added)
-
generic/shift.c (modified) (1 diff)
-
include/bits.h (added)
-
include/shift.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/Makefile
r12735849 r3558ba93 35 35 36 36 SOURCES = \ 37 generic/bits.c \ 37 38 generic/comparison.c \ 38 39 generic/division.c \ -
uspace/lib/softint/generic/shift.c
r12735849 r3558ba93 123 123 } 124 124 125 long long __aeabi_llsl(long long val, int shift) 126 { 127 return __ashldi3(val, shift); 128 } 129 125 130 /** @} 126 131 */ -
uspace/lib/softint/include/shift.h
r12735849 r3558ba93 46 46 extern long long __lshrdi3(long long, int); 47 47 48 49 /* ARM EABI */ 50 extern long long __aeabi_llsl(long long, int); 51 48 52 #endif 49 53
Note:
See TracChangeset
for help on using the changeset viewer.
