Implicitly set dirty bit
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Jun 2010 21:18:23 +0000 (14:18 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Jun 2010 21:18:23 +0000 (14:18 -0700)
commitd763578420c9570a882f542d9ec8eb0b5974dffe
treea3a0bd59ac545498ccda9e837fde727353419527
parentb9e851815475d70d86ff0eda21d07239dd042107
Implicitly set dirty bit

The gelf_update_[eps]hdr functions didn't implicitly mark the
data structures as modified.  This has always been the case and
programs should set the bit but it is somewhat inconsistent since
other update functions implicitly set the bit.  Do it in these
three cases, too.
libelf/ChangeLog
libelf/gelf_update_ehdr.c
libelf/gelf_update_phdr.c
libelf/gelf_update_shdr.c