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.
This commit is contained in:
Alan Modra
2023-02-01 23:34:16 +10:30
parent 2ccd2276a4
commit 02ed5b2723

View 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"