mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
2009-10-16 Doug Kwan <dougkwan@google.com>
* elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-10-16 Doug Kwan <dougkwan@google.com>
|
||||||
|
|
||||||
|
* elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
|
||||||
|
|
||||||
2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||||
|
|
||||||
* elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size
|
* elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size
|
||||||
|
@ -657,7 +657,7 @@ enum DT
|
|||||||
DT_RUNPATH = 29,
|
DT_RUNPATH = 29,
|
||||||
DT_FLAGS = 30,
|
DT_FLAGS = 30,
|
||||||
DT_ENCODING = 32,
|
DT_ENCODING = 32,
|
||||||
DT_PREINIT_ARRAY = 33,
|
DT_PREINIT_ARRAY = 32,
|
||||||
DT_PREINIT_ARRAYSZ = 33,
|
DT_PREINIT_ARRAYSZ = 33,
|
||||||
DT_LOOS = 0x6000000d,
|
DT_LOOS = 0x6000000d,
|
||||||
DT_HIOS = 0x6ffff000,
|
DT_HIOS = 0x6ffff000,
|
||||||
|
Reference in New Issue
Block a user