obj-elf.h BYTES_IN_WORD

Alan Modra amodra@gmail.com
Wed Feb 1 22:45:54 GMT 2023


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"

-- 
Alan Modra
Australia Development Lab, IBM


More information about the Binutils mailing list