Fix ChangeLog formatting
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 29 May 2013 15:55:06 +0000 (21:25 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 29 May 2013 16:04:12 +0000 (21:34 +0530)
ports/ChangeLog.aarch64
ports/ChangeLog.mips

index 69797bd..aed68ef 100644 (file)
@@ -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>
 
 
 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>
 
index c44068c..aff0572 100644 (file)
@@ -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.
 
 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>
 
 
 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>
 
        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>