diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-19 18:33:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-19 18:33:19 +0000 |
commit | fa29711731d154fdd638f0d1e02539db5211b4f5 (patch) | |
tree | de942fe760e9c71e6debc1f9d059e1155a1c0374 /elfcpp/ChangeLog | |
parent | d491d34e930046f820def9d3d67a2491df8a2198 (diff) | |
download | gdb-fa29711731d154fdd638f0d1e02539db5211b4f5.zip gdb-fa29711731d154fdd638f0d1e02539db5211b4f5.tar.gz gdb-fa29711731d154fdd638f0d1e02539db5211b4f5.tar.bz2 |
* elfcpp_file.h (class Elf_file): Add large_shndx_offset_ field.
(Elf_file::large_shndx_offset): New function.
(Elf_file::construct): Initialize large_shndx_offset_.
(Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and
set large_shndx_offset_.
Diffstat (limited to 'elfcpp/ChangeLog')
-rw-r--r-- | elfcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index c543d83..63e0ac0 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,11 @@ +2008-04-19 Ian Lance Taylor <iant@google.com> + + * elfcpp_file.h (class Elf_file): Add large_shndx_offset_ field. + (Elf_file::large_shndx_offset): New function. + (Elf_file::construct): Initialize large_shndx_offset_. + (Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and + set large_shndx_offset_. + 2008-04-16 David S. Miller <davem@davemloft.net> * elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP, |