From: Alan Modra Date: Wed, 1 Feb 2023 13:04:16 +0000 (+1030) Subject: obj-elf.h BYTES_IN_WORD X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02ed5b2723b2592266c387902bc2661d4b731efc;p=binutils-gdb.git obj-elf.h BYTES_IN_WORD Don't define this. It is defined just before elf-bfd.h is included, but doesn't have any relevance there. Instead is for aout64.h where the default is 4 anyway. --- diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index 727924ce234..e8fc3126bed 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -33,7 +33,6 @@ #define OUTPUT_FLAVOR bfd_target_elf_flavour #endif -#define BYTES_IN_WORD 4 /* for now */ #include "bfd/elf-bfd.h" #include "targ-cpu.h"