Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/92fa538a6e5b
branches:  trunk
changeset: 1022333:92fa538a6e5b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jul 13 06:56:09 2021 +0000

description:
Fix a comment

diffstat:

 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h |  2 +-
 external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h           |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 9ff7a429ec15 -r 92fa538a6e5b external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h        Tue Jul 13 05:53:12 2021 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h        Tue Jul 13 06:56:09 2021 +0000
@@ -20,7 +20,7 @@
 #ifndef GCC_AARCH64_NETBSD_H
 #define GCC_AARCH64_NETBSD_H
 
-/* NetBSD malloc(3) does 64, not 128 bytes. */
+/* NetBSD malloc(3) does 64, not 128 bits. */
 #undef MALLOC_ABI_ALIGNMENT
 #define MALLOC_ABI_ALIGNMENT  64
 
diff -r 9ff7a429ec15 -r 92fa538a6e5b external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h  Tue Jul 13 05:53:12 2021 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h  Tue Jul 13 06:56:09 2021 +0000
@@ -131,7 +131,7 @@
 #undef PTRDIFF_TYPE
 #define PTRDIFF_TYPE "long int"
 
-/* NetBSD always uses 128 byte alignment.  */
+/* NetBSD always uses 128 bits / 16 byte alignment.  */
 #undef MALLOC_ABI_ALIGNMENT
 #define MALLOC_ABI_ALIGNMENT 128
 



Home | Main Index | Thread Index | Old Index