Module Name: src Committed By: rillig Date: Sun Jun 27 08:43:50 UTC 2021
Modified Files: src/usr.bin/xlint/arch/aarch64: targparam.h src/usr.bin/xlint/arch/alpha: targparam.h src/usr.bin/xlint/arch/arm: targparam.h src/usr.bin/xlint/arch/coldfire: targparam.h src/usr.bin/xlint/arch/hppa: targparam.h src/usr.bin/xlint/arch/i386: targparam.h src/usr.bin/xlint/arch/ia64: targparam.h src/usr.bin/xlint/arch/m68000: targparam.h src/usr.bin/xlint/arch/m68k: targparam.h src/usr.bin/xlint/arch/mips: targparam.h src/usr.bin/xlint/arch/mips64: targparam.h src/usr.bin/xlint/arch/mipsn64: targparam.h src/usr.bin/xlint/arch/or1k: targparam.h src/usr.bin/xlint/arch/powerpc: targparam.h src/usr.bin/xlint/arch/powerpc64: targparam.h src/usr.bin/xlint/arch/riscv32: targparam.h src/usr.bin/xlint/arch/riscv64: targparam.h src/usr.bin/xlint/arch/sh3: targparam.h src/usr.bin/xlint/arch/sparc: targparam.h src/usr.bin/xlint/arch/sparc64: targparam.h src/usr.bin/xlint/arch/vax: targparam.h src/usr.bin/xlint/arch/x86_64: targparam.h Log Message: lint: fix typo in comment for target platform definitions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/aarch64/targparam.h cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/arch/alpha/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/arm/targparam.h cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/coldfire/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/hppa/targparam.h cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/arch/i386/targparam.h cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/ia64/targparam.h cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/arch/m68000/targparam.h cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/arch/m68k/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/mips/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/mips64/targparam.h cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/mipsn64/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/or1k/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/powerpc/targparam.h cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/powerpc64/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/riscv32/targparam.h cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/riscv64/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/sh3/targparam.h cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/arch/sparc/targparam.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/xlint/arch/sparc64/targparam.h cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/arch/vax/targparam.h cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/arch/x86_64/targparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/xlint/arch/aarch64/targparam.h diff -u src/usr.bin/xlint/arch/aarch64/targparam.h:1.4 src/usr.bin/xlint/arch/aarch64/targparam.h:1.5 --- src/usr.bin/xlint/arch/aarch64/targparam.h:1.4 Sun Jan 24 14:47:40 2021 +++ src/usr.bin/xlint/arch/aarch64/targparam.h Sun Jun 27 08:43:46 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.4 2021/01/24 14:47:40 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.5 2021/06/27 08:43:46 rillig Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -36,11 +36,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/alpha/targparam.h diff -u src/usr.bin/xlint/arch/alpha/targparam.h:1.7 src/usr.bin/xlint/arch/alpha/targparam.h:1.8 --- src/usr.bin/xlint/arch/alpha/targparam.h:1.7 Sun Jan 24 14:47:40 2021 +++ src/usr.bin/xlint/arch/alpha/targparam.h Sun Jun 27 08:43:46 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.7 2021/01/24 14:47:40 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.8 2021/06/27 08:43:46 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/arm/targparam.h diff -u src/usr.bin/xlint/arch/arm/targparam.h:1.8 src/usr.bin/xlint/arch/arm/targparam.h:1.9 --- src/usr.bin/xlint/arch/arm/targparam.h:1.8 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/arm/targparam.h Sun Jun 27 08:43:46 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:46 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/coldfire/targparam.h diff -u src/usr.bin/xlint/arch/coldfire/targparam.h:1.5 src/usr.bin/xlint/arch/coldfire/targparam.h:1.6 --- src/usr.bin/xlint/arch/coldfire/targparam.h:1.5 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/coldfire/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.5 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.6 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/hppa/targparam.h diff -u src/usr.bin/xlint/arch/hppa/targparam.h:1.8 src/usr.bin/xlint/arch/hppa/targparam.h:1.9 --- src/usr.bin/xlint/arch/hppa/targparam.h:1.8 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/hppa/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/i386/targparam.h diff -u src/usr.bin/xlint/arch/i386/targparam.h:1.7 src/usr.bin/xlint/arch/i386/targparam.h:1.8 --- src/usr.bin/xlint/arch/i386/targparam.h:1.7 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/i386/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.7 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.8 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/ia64/targparam.h diff -u src/usr.bin/xlint/arch/ia64/targparam.h:1.5 src/usr.bin/xlint/arch/ia64/targparam.h:1.6 --- src/usr.bin/xlint/arch/ia64/targparam.h:1.5 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/ia64/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.5 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.6 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/m68000/targparam.h diff -u src/usr.bin/xlint/arch/m68000/targparam.h:1.6 src/usr.bin/xlint/arch/m68000/targparam.h:1.7 --- src/usr.bin/xlint/arch/m68000/targparam.h:1.6 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/m68000/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.6 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.7 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/m68k/targparam.h diff -u src/usr.bin/xlint/arch/m68k/targparam.h:1.7 src/usr.bin/xlint/arch/m68k/targparam.h:1.8 --- src/usr.bin/xlint/arch/m68k/targparam.h:1.7 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/m68k/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.7 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.8 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/mips/targparam.h diff -u src/usr.bin/xlint/arch/mips/targparam.h:1.8 src/usr.bin/xlint/arch/mips/targparam.h:1.9 --- src/usr.bin/xlint/arch/mips/targparam.h:1.8 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/mips/targparam.h Sun Jun 27 08:43:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:47 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #ifdef _LP64_X #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG Index: src/usr.bin/xlint/arch/mips64/targparam.h diff -u src/usr.bin/xlint/arch/mips64/targparam.h:1.8 src/usr.bin/xlint/arch/mips64/targparam.h:1.9 --- src/usr.bin/xlint/arch/mips64/targparam.h:1.8 Sun Jan 24 14:47:41 2021 +++ src/usr.bin/xlint/arch/mips64/targparam.h Sun Jun 27 08:43:48 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:41 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:48 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -39,11 +39,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/mipsn64/targparam.h diff -u src/usr.bin/xlint/arch/mipsn64/targparam.h:1.1 src/usr.bin/xlint/arch/mipsn64/targparam.h:1.2 --- src/usr.bin/xlint/arch/mipsn64/targparam.h:1.1 Fri Apr 30 21:51:48 2021 +++ src/usr.bin/xlint/arch/mipsn64/targparam.h Sun Jun 27 08:43:48 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.1 2021/04/30 21:51:48 christos Exp $ */ +/* $NetBSD: targparam.h,v 1.2 2021/06/27 08:43:48 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -39,11 +39,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/or1k/targparam.h diff -u src/usr.bin/xlint/arch/or1k/targparam.h:1.4 src/usr.bin/xlint/arch/or1k/targparam.h:1.5 --- src/usr.bin/xlint/arch/or1k/targparam.h:1.4 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/or1k/targparam.h Sun Jun 27 08:43:48 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.4 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.5 2021/06/27 08:43:48 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/powerpc/targparam.h diff -u src/usr.bin/xlint/arch/powerpc/targparam.h:1.8 src/usr.bin/xlint/arch/powerpc/targparam.h:1.9 --- src/usr.bin/xlint/arch/powerpc/targparam.h:1.8 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/powerpc/targparam.h Sun Jun 27 08:43:48 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:48 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/powerpc64/targparam.h diff -u src/usr.bin/xlint/arch/powerpc64/targparam.h:1.5 src/usr.bin/xlint/arch/powerpc64/targparam.h:1.6 --- src/usr.bin/xlint/arch/powerpc64/targparam.h:1.5 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/powerpc64/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.5 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.6 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/riscv32/targparam.h diff -u src/usr.bin/xlint/arch/riscv32/targparam.h:1.4 src/usr.bin/xlint/arch/riscv32/targparam.h:1.5 --- src/usr.bin/xlint/arch/riscv32/targparam.h:1.4 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/riscv32/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.4 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.5 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/riscv64/targparam.h diff -u src/usr.bin/xlint/arch/riscv64/targparam.h:1.4 src/usr.bin/xlint/arch/riscv64/targparam.h:1.5 --- src/usr.bin/xlint/arch/riscv64/targparam.h:1.4 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/riscv64/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.4 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.5 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/sh3/targparam.h diff -u src/usr.bin/xlint/arch/sh3/targparam.h:1.8 src/usr.bin/xlint/arch/sh3/targparam.h:1.9 --- src/usr.bin/xlint/arch/sh3/targparam.h:1.8 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/sh3/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC INT #define SIZEOF_TSPEC UINT #define INTPTR_TSPEC INT Index: src/usr.bin/xlint/arch/sparc/targparam.h diff -u src/usr.bin/xlint/arch/sparc/targparam.h:1.7 src/usr.bin/xlint/arch/sparc/targparam.h:1.8 --- src/usr.bin/xlint/arch/sparc/targparam.h:1.7 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/sparc/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.7 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.8 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/sparc64/targparam.h diff -u src/usr.bin/xlint/arch/sparc64/targparam.h:1.8 src/usr.bin/xlint/arch/sparc64/targparam.h:1.9 --- src/usr.bin/xlint/arch/sparc64/targparam.h:1.8 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/sparc64/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.8 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.9 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG Index: src/usr.bin/xlint/arch/vax/targparam.h diff -u src/usr.bin/xlint/arch/vax/targparam.h:1.9 src/usr.bin/xlint/arch/vax/targparam.h:1.10 --- src/usr.bin/xlint/arch/vax/targparam.h:1.9 Sun Jan 24 14:47:42 2021 +++ src/usr.bin/xlint/arch/vax/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.9 2021/01/24 14:47:42 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.10 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,7 +38,7 @@ #include "ilp32.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ Index: src/usr.bin/xlint/arch/x86_64/targparam.h diff -u src/usr.bin/xlint/arch/x86_64/targparam.h:1.7 src/usr.bin/xlint/arch/x86_64/targparam.h:1.8 --- src/usr.bin/xlint/arch/x86_64/targparam.h:1.7 Sun Jan 24 14:47:43 2021 +++ src/usr.bin/xlint/arch/x86_64/targparam.h Sun Jun 27 08:43:49 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.7 2021/01/24 14:47:43 rillig Exp $ */ +/* $NetBSD: targparam.h,v 1.8 2021/06/27 08:43:49 rillig Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -38,11 +38,10 @@ #include "lp64.h" /* - * Should be set to 1 if the difference of two pointers is of type long + * Should be set to LONG if the difference of two pointers is of type long * or the value of sizeof is of type unsigned long. Note this MUST be * kept in sync with the compiler! */ - #define PTRDIFF_TSPEC LONG #define SIZEOF_TSPEC ULONG #define INTPTR_TSPEC LONG