aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-05-29 21:25:06 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-05-29 21:34:12 +0530
commitd0501bfbe228897c17875fcead8809d017135d6f (patch)
treebce24bb8f6cb1c191492297fb6a65b1915604a26 /ports
parent8a9f20c83c678e1fad624e73dea5cdb455eeb45c (diff)
downloadglibc-d0501bfbe228897c17875fcead8809d017135d6f.zip
glibc-d0501bfbe228897c17875fcead8809d017135d6f.tar.gz
glibc-d0501bfbe228897c17875fcead8809d017135d6f.tar.bz2
Fix ChangeLog formatting
Diffstat (limited to 'ports')
-rw-r--r--ports/ChangeLog.aarch6412
-rw-r--r--ports/ChangeLog.mips52
2 files changed, 32 insertions, 32 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64
index 69797bd..aed68ef 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 c44068c..aff0572 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>