projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ccd227
)
obj-elf.h BYTES_IN_WORD
author
Alan Modra
<amodra@gmail.com>
Wed, 1 Feb 2023 13:04:16 +0000
(23:34 +1030)
committer
Alan 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
patch
|
blob
|
history
diff --git
a/gas/config/obj-elf.h
b/gas/config/obj-elf.h
index 727924ce2348c24dc31938af6468324c641d4533..e8fc3126bed5e380ef40f3c143973018439002f4 100644
(file)
--- 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"