Changeset be0f5e4 in mainline
- Timestamp:
- 2018-07-08T17:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6abff2a8
- Parents:
- e89a06a
- Location:
- uspace/lib/c
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/_link.ld.in
re89a06a rbe0f5e4 55 55 } :data 56 56 57 57 __dso_handle = .; 58 58 59 59 .init_array : { -
uspace/lib/c/arch/amd64/_link.ld.in
re89a06a rbe0f5e4 55 55 } :data 56 56 57 57 __dso_handle = .; 58 58 59 59 .init_array : { -
uspace/lib/c/arch/arm32/_link.ld.in
re89a06a rbe0f5e4 53 53 } :data 54 54 55 55 __dso_handle = .; 56 56 57 57 .init_array : { -
uspace/lib/c/arch/ia32/_link.ld.in
re89a06a rbe0f5e4 114 114 } :data 115 115 116 116 __dso_handle = .; 117 117 118 118 .init_array : { -
uspace/lib/c/arch/ia64/_link.ld.in
re89a06a rbe0f5e4 63 63 } :data 64 64 65 65 __dso_handle = .; 66 66 67 67 .init_array : { -
uspace/lib/c/arch/ia64/include/libarch/tls.h
re89a06a rbe0f5e4 38 38 #define CONFIG_TLS_VARIANT_1 39 39 40 41 40 /* This structure must be exactly 16 bytes long */ 42 41 typedef struct { -
uspace/lib/c/arch/mips32/_link.ld.in
re89a06a rbe0f5e4 60 60 } :data 61 61 62 62 __dso_handle = .; 63 63 64 64 .init_array : { -
uspace/lib/c/arch/ppc32/_link.ld.in
re89a06a rbe0f5e4 53 53 } :data 54 54 55 55 __dso_handle = .; 56 56 57 57 .init_array : { -
uspace/lib/c/arch/riscv64/_link.ld.in
re89a06a rbe0f5e4 52 52 } :data 53 53 54 54 __dso_handle = .; 55 55 56 56 .init_array : { -
uspace/lib/c/arch/sparc64/_link.ld.in
re89a06a rbe0f5e4 56 56 } :data 57 57 58 58 __dso_handle = .; 59 59 60 60 .init_array : { -
uspace/lib/c/generic/str.c
re89a06a rbe0f5e4 1744 1744 return EINVAL; 1745 1745 1746 *result = -(int64_t) unsigned_result;1746 *result = -(int64_t) unsigned_result; 1747 1747 } else 1748 1748 *result = unsigned_result; -
uspace/lib/c/include/stdio.h
re89a06a rbe0f5e4 217 217 #endif 218 218 219 220 219 #ifdef __cplusplus 221 220 }
Note:
See TracChangeset
for help on using the changeset viewer.