Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/xlint/lint1 aarch64 has unsigned char



details:   https://anonhg.NetBSD.org/src/rev/7cb745e57a23
branches:  trunk
changeset: 1024108:7cb745e57a23
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 10 08:45:51 2021 +0000

description:
aarch64 has unsigned char

diffstat:

 tests/usr.bin/xlint/lint1/t_integration.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5db57bf281b6 -r 7cb745e57a23 tests/usr.bin/xlint/lint1/t_integration.sh
--- a/tests/usr.bin/xlint/lint1/t_integration.sh        Sun Oct 10 08:42:43 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/t_integration.sh        Sun Oct 10 08:45:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.71 2021/09/26 03:17:59 rillig Exp $
+# $NetBSD: t_integration.sh,v 1.72 2021/10/10 08:45:51 skrll Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,7 @@
        awk='
                BEGIN {
                        # see usr.bin/xlint/arch/*/targparam.h
-                       platform["aarch64"]     = "schar lp64  long ldbl-128"
+                       platform["aarch64"]     = "uchar lp64  long ldbl-128"
                        platform["alpha"]       = "schar lp64  long ldbl-64"
                        platform["arm"]         = "uchar ilp32 long ldbl-64"
                        platform["coldfire"]    = "schar ilp32 int  ldbl-64"



Home | Main Index | Thread Index | Old Index