obj-elf.h BYTES_IN_WORD
authorAlan Modra <amodra@gmail.com>
Wed, 1 Feb 2023 13:04:16 +0000 (23:34 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 1 Feb 2023 22:18:58 +0000 (08:48 +1030)
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.

gas/config/obj-elf.h

index 727924ce2348c24dc31938af6468324c641d4533..e8fc3126bed5e380ef40f3c143973018439002f4 100644 (file)
@@ -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"