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/microblaze/bits/reg.h | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 arch/microblaze/bits/reg.h (limited to 'arch/microblaze/bits') diff --git a/arch/microblaze/bits/reg.h b/arch/microblaze/bits/reg.h deleted file mode 100644 index 0c7bffca..00000000 --- a/arch/microblaze/bits/reg.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __WORDSIZE -#define __WORDSIZE 32 -/* FIXME */ -- cgit v1.2.1