diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-05-29 21:25:06 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-05-29 21:34:12 +0530 |
commit | d0501bfbe228897c17875fcead8809d017135d6f (patch) | |
tree | bce24bb8f6cb1c191492297fb6a65b1915604a26 /ports | |
parent | 8a9f20c83c678e1fad624e73dea5cdb455eeb45c (diff) | |
download | glibc-d0501bfbe228897c17875fcead8809d017135d6f.tar.gz glibc-d0501bfbe228897c17875fcead8809d017135d6f.tar.xz glibc-d0501bfbe228897c17875fcead8809d017135d6f.zip |
Fix ChangeLog formatting
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.aarch64 | 12 | ||||
-rw-r--r-- | ports/ChangeLog.mips | 52 |
2 files changed, 32 insertions, 32 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64 index 69797bd97e..aed68ef594 100644 --- a/ports/ChangeLog.aarch64 +++ b/ports/ChangeLog.aarch64 @@ -82,7 +82,7 @@ 2013-01-23 Marcus Shawcroft <marcus.shawcroft@linaro.org> - * sysdeps/aarch64/strncmp.S: New file. + * sysdeps/aarch64/strncmp.S: New file. 2013-01-23 Marcus Shawcroft <marcus.shawcroft@linaro.org> @@ -91,23 +91,23 @@ 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> - * sysdeps/aarch64/strlen.S: New file. + * sysdeps/aarch64/strlen.S: New file. 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> - * sysdeps/aarch64/strcmp.S: New file. + * sysdeps/aarch64/strcmp.S: New file. 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> - * sysdeps/aarch64/bzero.S: New file. + * sysdeps/aarch64/bzero.S: New file. 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> - * sysdeps/aarch64/memmove.S: New file. + * sysdeps/aarch64/memmove.S: New file. 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> - * sysdeps/aarch64/memcpy.S: New file. + * sysdeps/aarch64/memcpy.S: New file. 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index c44068cc20..aff0572e22 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -79,8 +79,8 @@ * sysdeps/unix/sysv/linux/mips/bits/msq.h (MSG_COPY): Define. 2013-02-27 Chung-Lin Tang <cltang@codesourcery.com> - Maciej W. Rozycki <macro@codesourcery.com> - Maxim Kuvyrkov <maxim@codesourcery.com> + Maciej W. Rozycki <macro@codesourcery.com> + Maxim Kuvyrkov <maxim@codesourcery.com> * sysdeps/mips/abort-instr.h (ABORT_INSTRUCTION) [__mips16]: New macro. @@ -541,7 +541,7 @@ 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com> - * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove. + * sysdeps/mips/memmove.c: New file. Use memcpy for forward memmove. 2012-11-05 Joseph Myers <joseph@codesourcery.com> @@ -693,14 +693,14 @@ 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com> - [__GNUC_PREREQ (4, 8)] - (atomic_exchange_and_add): Split into ... - (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. - New atomic macros. - [!__GNUC_PREREQ (4, 8)] - (atomic_exchange_and_add): Split into ... - (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. - New atomic macros. + [__GNUC_PREREQ (4, 8)] + (atomic_exchange_and_add): Split into ... + (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. + New atomic macros. + [!__GNUC_PREREQ (4, 8)] + (atomic_exchange_and_add): Split into ... + (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these. + New atomic macros. 2012-08-09 Joseph Myers <joseph@codesourcery.com> @@ -762,21 +762,21 @@ Likewise. 2012-07-11 Tom de Vries <vries@codesourcery.com> - Maxim Kuvyrkov <maxim@codesourcery.com> - - * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)] - (__arch_compare_and_exchange_bool_32_int) - (__arch_compare_and_exchange_val_32_int) - (__arch_compare_and_exchange_bool_64_int) - (__arch_compare_and_exchange_val_64_int) - Define in terms of __atomic_compare_exchange_n. - [__GNUC_PREREQ (4, 8)] - (__arch_exchange_32_int, __arch_exchange_64_int): - Define in terms of __atomic_exchange_n. - [__GNUC_PREREQ (4, 8)] - (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int): - Define in terms of __atomic_fetch_add. - [!__GNUC_PREREQ (4, 8)]: Update formatting. + Maxim Kuvyrkov <maxim@codesourcery.com> + + * sysdeps/mips/bits/atomic.h [__GNUC_PREREQ (4, 8)] + (__arch_compare_and_exchange_bool_32_int) + (__arch_compare_and_exchange_val_32_int) + (__arch_compare_and_exchange_bool_64_int) + (__arch_compare_and_exchange_val_64_int) + Define in terms of __atomic_compare_exchange_n. + [__GNUC_PREREQ (4, 8)] + (__arch_exchange_32_int, __arch_exchange_64_int): + Define in terms of __atomic_exchange_n. + [__GNUC_PREREQ (4, 8)] + (__arch_exchange_and_add_32_int, __arch_exchange_and_add_64_int): + Define in terms of __atomic_fetch_add. + [!__GNUC_PREREQ (4, 8)]: Update formatting. 2012-07-06 Petar Jovanovic <petar.jovanovic@rt-rk.com> |