From e709a6f07ade208ba513f9225222336f30c304b0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 7 May 2024 09:07:41 -0400 Subject: sys/reg.h: derive __WORDSIZE from __LONG_MAX this removes an otherwise-unnecessary bits header from most archs, replacing it with an empty generic version. --- arch/mips/bits/reg.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/mips/bits') diff --git a/arch/mips/bits/reg.h b/arch/mips/bits/reg.h index 0c370987..2611b632 100644 --- a/arch/mips/bits/reg.h +++ b/arch/mips/bits/reg.h @@ -1,6 +1,3 @@ -#undef __WORDSIZE -#define __WORDSIZE 32 - #define EF_R0 6 #define EF_R1 7 #define EF_R2 8 -- cgit 1.4.1