diff options
author | Doug Kwan <dougkwan@google.com> | 2009-10-16 23:07:23 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2009-10-16 23:07:23 +0000 |
commit | f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf (patch) | |
tree | b537c491e7bd14bbae45551c5b65e462f7fbd725 /elfcpp/elfcpp.h | |
parent | 06e66df219d432adea53189c5304c13d2f5936e0 (diff) | |
download | gdb-f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf.zip gdb-f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf.tar.gz gdb-f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf.tar.bz2 |
2009-10-16 Doug Kwan <dougkwan@google.com>
* elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
Diffstat (limited to 'elfcpp/elfcpp.h')
-rw-r--r-- | elfcpp/elfcpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 683cd9d..c5c93c3 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -657,7 +657,7 @@ enum DT DT_RUNPATH = 29, DT_FLAGS = 30, DT_ENCODING = 32, - DT_PREINIT_ARRAY = 33, + DT_PREINIT_ARRAY = 32, DT_PREINIT_ARRAYSZ = 33, DT_LOOS = 0x6000000d, DT_HIOS = 0x6ffff000, |