mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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:
@ -33,7 +33,6 @@
|
|||||||
#define OUTPUT_FLAVOR bfd_target_elf_flavour
|
#define OUTPUT_FLAVOR bfd_target_elf_flavour
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BYTES_IN_WORD 4 /* for now */
|
|
||||||
#include "bfd/elf-bfd.h"
|
#include "bfd/elf-bfd.h"
|
||||||
|
|
||||||
#include "targ-cpu.h"
|
#include "targ-cpu.h"
|
||||||
|
Reference in New Issue
Block a user