diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-06 00:30:01 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-06 00:30:01 -0800 |
commit | ac194d052517be32d1e3dab62782d5f734994dca (patch) | |
tree | db782c697b61fc7d6e5f6b8b10b899b59a5d4025 /libdw/ChangeLog | |
parent | 92287fdf5b21438a3aa3d7094527b5cf870d1af6 (diff) | |
download | elfutils-ac194d052517be32d1e3dab62782d5f734994dca.tar.gz |
Implement call frame information dumping.
Diffstat (limited to 'libdw/ChangeLog')
-rw-r--r-- | libdw/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 235fac01..eaaab2dd 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,10 @@ +2009-01-06 Ulrich Drepper <drepper@redhat.com> + + * libdw.h: Add definition for unwind and call frame information. + + * memory-access.h: Define read_ubyte_unaligned, read_sbyte_unaligned, + read_ubyte_unaligned_inc, and read_sbyte_unaligned_inc. + 2008-08-15 Roland McGrath <roland@redhat.com> * libdw.map (ELFUTILS_0.136): New version set, inherits from |