]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
2009-10-16 Doug Kwan <dougkwan@google.com>
authorDoug Kwan <dougkwan@google.com>
Fri, 16 Oct 2009 23:07:23 +0000 (23:07 +0000)
committerDoug Kwan <dougkwan@google.com>
Fri, 16 Oct 2009 23:07:23 +0000 (23:07 +0000)
* elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.

elfcpp/ChangeLog
elfcpp/elfcpp.h

index ec8143614c720ef22c96357721775f98c0411f46..0a9906cc1807152fa6fc74f5ef9a474e7a6f034f 100644 (file)
@@ -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>
 
        * elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size
index 683cd9dceb03cd5ba6bbfe6262aac19e41355a1e..c5c93c31d926d95933ff9f5376f705a4bccb79de 100644 (file)
@@ -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,