commit | 83b44a9e733a20695c7171c6272c0a0f4958e969 | [log] [tgz] |
---|---|---|
author | Lazar Trsic <Lazar.Trsic@imgtec.com> | Wed Apr 06 13:39:17 2016 +0200 |
committer | Nikola Veljkovic <Nikola.Veljkovic@imgtec.com> | Wed Apr 06 17:52:16 2016 +0000 |
tree | 972b1f9622652255bebf6da89c1a76adf5c59c54 | |
parent | 733c92fa3632c5ac566cdf6f879e4b9e77c11ecb [diff] [blame] |
Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL Change-Id: I2c0972f5ce3586c3f4f130034f7063f97557ab4e
diff --git a/tools/relocation_packer/src/elf_traits.h b/tools/relocation_packer/src/elf_traits.h index 1c938fa..3e282b2 100644 --- a/tools/relocation_packer/src/elf_traits.h +++ b/tools/relocation_packer/src/elf_traits.h
@@ -10,8 +10,8 @@ #include "elf.h" #include "libelf.h" -#if !defined(DT_MIPS_RLD_MAP2) -#define DT_MIPS_RLD_MAP2 0x70000035 +#if !defined(DT_MIPS_RLD_MAP_REL) +#define DT_MIPS_RLD_MAP_REL 0x70000035 #endif // ELF is a traits structure used to provide convenient aliases for