aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-02-01 23:34:16 +1030
committerAlan Modra <amodra@gmail.com>2023-02-02 08:48:58 +1030
commit02ed5b2723b2592266c387902bc2661d4b731efc (patch)
tree0427fdaacd7be0513a58a8e4316a3e3ecde694c5 /gas
parent2ccd2276a42ee8b8cc4b9084735dcf6a2521c2a1 (diff)
downloadgdb-02ed5b2723b2592266c387902bc2661d4b731efc.zip
gdb-02ed5b2723b2592266c387902bc2661d4b731efc.tar.gz
gdb-02ed5b2723b2592266c387902bc2661d4b731efc.tar.bz2
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.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/obj-elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h
index 727924c..e8fc3126 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"