diff options
author | Alan Modra <amodra@gmail.com> | 2022-01-01 13:50:37 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-01-01 14:22:09 +1030 |
commit | bb67763979c2084af185a8bf6ead4a05a50e7b9d (patch) | |
tree | fe600f7afbc8c77775ef6bcd9488a19ebb5e1f43 /bfd/elfnn-aarch64.c | |
parent | f01e6568a892beb841da00fcb18556fe75e74e39 (diff) | |
download | gdb-bb67763979c2084af185a8bf6ead4a05a50e7b9d.zip gdb-bb67763979c2084af185a8bf6ead4a05a50e7b9d.tar.gz gdb-bb67763979c2084af185a8bf6ead4a05a50e7b9d.tar.bz2 |
Remove unnecessary ELF_MINPAGESIZE defines
The idea of this patch is to make it easy to see which targets (just
sparc) have ELF_MINPAGESIZE != ELF_COMMONPAGESIZE.
* elf32-arm.c (ELF_MINPAGESIZE): Don't define.
* elf32-metag.c: Likewise.
* elfnn-aarch64.c: Likewise.
* elf64-x86-64.c: Likewise. Also don't redefine a bunch of other
macros for l1om elf64-target.h use that are unchanged from default.
Diffstat (limited to 'bfd/elfnn-aarch64.c')
-rw-r--r-- | bfd/elfnn-aarch64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c index 051aff5..31f4ce5 100644 --- a/bfd/elfnn-aarch64.c +++ b/bfd/elfnn-aarch64.c @@ -9965,7 +9965,6 @@ const struct elf_size_info elfNN_aarch64_size_info = #define ELF_ARCH bfd_arch_aarch64 #define ELF_MACHINE_CODE EM_AARCH64 #define ELF_MAXPAGESIZE 0x10000 -#define ELF_MINPAGESIZE 0x1000 #define ELF_COMMONPAGESIZE 0x1000 #define bfd_elfNN_close_and_cleanup \ |