diff options
author | Cary Coutant <ccoutant@google.com> | 2010-08-12 22:18:14 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-08-12 22:18:14 +0000 |
commit | 84a3e6771f1337706dbf91cd1f8f27c7e671a2fb (patch) | |
tree | 18a17bd12139ac583ea2bc120bcf0a3280efccc3 /elfcpp/ChangeLog | |
parent | 0e70b9111a696f5b70cade541df55de14c31f9f1 (diff) | |
download | gdb-84a3e6771f1337706dbf91cd1f8f27c7e671a2fb.zip gdb-84a3e6771f1337706dbf91cd1f8f27c7e671a2fb.tar.gz gdb-84a3e6771f1337706dbf91cd1f8f27c7e671a2fb.tar.bz2 |
* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.
Diffstat (limited to 'elfcpp/ChangeLog')
-rw-r--r-- | elfcpp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 7488984..e2de091 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,5 +1,9 @@ 2010-08-12 Cary Coutant <ccoutant@google.com> + * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT. + +2010-08-12 Cary Coutant <ccoutant@google.com> + * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_SYMTAB, SHT_GNU_INCREMENTAL_RELOCS. |