Marcus Shawcroft
4499bb3e1b
AArch64: Adding optimized strnlen implementation.
2013-01-24 14:33:11 +00:00
Marcus Shawcroft
d542f8ed21
AArch64: Implement optimized strlen.
2013-01-17 10:56:50 +00:00
Marcus Shawcroft
38fecb39a0
AArch64: Implement optimized strcmp
2013-01-17 10:56:49 +00:00
Marcus Shawcroft
7ac4d96239
AArch64: Implement optimized bzero.
2013-01-17 10:56:49 +00:00
Marcus Shawcroft
c2b6221ed3
AArch64: Implement optimized memmove.
2013-01-17 10:56:49 +00:00
Marcus Shawcroft
857c8d2228
AArch64: Implement optimized memcpy.
2013-01-17 10:56:49 +00:00
Marcus Shawcroft
58faa0874b
AArch64: Implement optimized memset.
2013-01-17 10:56:48 +00:00
Marcus Shawcroft
14d941e4dc
AArch64: Implement optimized memcmp.
2013-01-17 10:56:48 +00:00
Marcus Shawcroft
62216a0a1e
AArch64: Tidyup whitespace.
2013-01-17 10:56:48 +00:00
Joseph Myers
828beb132d
Use __extension__ with long long in installed headers.
2013-01-10 20:19:45 +00:00
Joseph Myers
568035b787
Update copyright notices with scripts/update-copyrights.
2013-01-02 19:05:09 +00:00
Marcus Shawcroft
99aad51087
aarch64: Fix compiler warning for unused declaration _x0
2012-12-10 10:33:30 +00:00
Marcus Shawcroft
ad2d839f37
aarch64: Regenerate libm-test-ulps.
2012-12-07 12:46:04 +00:00
Marcus Shawcroft
82bf34183f
aarch64: Resolve sc_err and _x0 defined but not used warnings.
2012-12-07 12:33:53 +00:00
Marcus Shawcroft
bb3c2a5391
aarch64: Resolve implict cast warning.
2012-12-07 12:31:29 +00:00
Marcus Shawcroft
443d9489b1
aarch64: Resolve strtab defined but not used warning.
2012-12-07 12:28:52 +00:00
Adam Conrad
270a72ed73
Fix ChangeLog formatting for arm and aarch64
2012-12-06 16:48:21 -07:00
Marcus Shawcroft
a915e17fe7
aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6
...
* sysdeps/unix/sysv/linux/aarch64/ldconfig.h: Add entries
for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3.
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
2012-12-04 13:07:25 +00:00
Marcus Shawcroft
ba835e1074
aarch64: Tag ARM and AArch64 binaries in the ldconfig cache
...
Add the correct tags for ARM and AArch64 libraries in the ldconfig
cache for AArch64.
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
2012-12-04 13:07:25 +00:00
Marcus Shawcroft
8d953369ef
aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag.
...
Use the new FLAG_AARCH64_LIB64 ldconfig cache tag for AArch64,
similarly to the way tags are handled for other architectures.
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@linaro.org>
2012-11-29 10:38:49 +00:00
Marcus Shawcroft
e061318880
aarch64: Re-generate libm-test-ulps.
2012-11-22 06:38:42 +00:00
Marcus Shawcroft
86fe56bbde
aarch64: Fix lll_futex_timed_wait_bitset return value sign.
...
The implementation of lll_futex_timed_wait_bitset should not be negating
the futex syscall return value on error.
2012-11-21 12:24:11 +00:00
Marcus Shawcroft
3bae7c5d98
aarch64: Remove weak_aliasx macro.
2012-11-21 08:16:06 +00:00
Marcus Shawcroft
ea8867b7fe
aarch64: Remove support for NO_LONG_DOUBLE.
2012-11-21 08:16:04 +00:00
Marcus Shawcroft
5c5bd24ec1
aarch64: Indent preprocessor directives.
2012-11-21 08:16:02 +00:00
Marcus Shawcroft
0f28d32059
aarch64: Use range in copyright years.
2012-11-21 08:16:00 +00:00
Marcus Shawcroft
887a4ca5b0
aarch64: Rename .x files to .c
2012-11-21 08:16:00 +00:00
Marcus Shawcroft
5e543752f1
aarch64: Don't use K&R C
2012-11-21 08:16:00 +00:00
Marcus Shawcroft
a6d9783fe7
AArch64: Adding optimized maths functions.
2012-11-19 15:15:18 +00:00
Marcus Shawcroft
554066b83b
AArch64 Port
2012-11-09 17:54:04 +00:00