commit | 0e179328f9776553bd5f1891094d6cbcd019b574 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 03 15:50:23 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Apr 03 15:50:23 2024 +0000 |
tree | eb8d1a5fe80b0d7325fe8d9de1a4ad228780cfa6 | |
parent | 74d67442a33e6f0509a205441647cd663fbe2903 [diff] |
Remove duplicate PT_ARM_EXIDX definition. Change-Id: I62aefc53c3f24254ca193d29c80050ed20a671bf
diff --git a/linker/linker_phdr.cpp b/linker/linker_phdr.cpp index 49c3b57..ef7671c 100644 --- a/linker/linker_phdr.cpp +++ b/linker/linker_phdr.cpp
@@ -1280,11 +1280,6 @@ #if defined(__arm__) - -# ifndef PT_ARM_EXIDX -# define PT_ARM_EXIDX 0x70000001 /* .ARM.exidx segment */ -# endif - /* Return the address and size of the .ARM.exidx section in memory, * if present. *