]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Rename read_ubyte_unaligned_inc to read_addr_unaligned_inc
authorPetr Machata <pmachata@redhat.com>
Fri, 12 Sep 2014 17:03:33 +0000 (19:03 +0200)
committerPetr Machata <pmachata@redhat.com>
Fri, 12 Sep 2014 17:55:53 +0000 (19:55 +0200)
commit1498f541290f072ade0b783c298c358e9da74937
treed371353f7896147e127b859409be03d8f53a6bcc
parent476feb1c7db2c6dfa217f8a18d2eb1af2789cbb0
Rename read_ubyte_unaligned_inc to read_addr_unaligned_inc

- The behavior of this function has been changed to read only
  address-sized quantities, i.e. the size of 2 is no longer allowed.
  (Size of 1 never was.)  The two outstanding uses, both in readelf.c,
  which actually do use this call to read address-sized units, were
  updated, rejecting fields that indicate weird address sizes.

- The three related calls, read_sbyte_unaligned_inc,
  read_ubyte_unaligned and read_sbyte_unaligned were dropped.  There
  are currently no uses for these calls.

Signed-off-by: Petr Machata <pmachata@redhat.com>
libdw/ChangeLog
libdw/memory-access.h
src/ChangeLog
src/readelf.c