diff options
author | Roland McGrath <roland@redhat.com> | 2010-05-20 00:04:59 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-05-20 00:04:59 -0700 |
commit | a0635db0fbe13ad7b531ee99eeb063a8eded923c (patch) | |
tree | 9daf2f20c1577bc03ba783acf72a41ec9390a74d /libdwfl/ChangeLog | |
parent | be9c4d7683a759ac13162c11af3e04907dccd922 (diff) | |
download | elfutils-a0635db0fbe13ad7b531ee99eeb063a8eded923c.tar.gz |
Fix some libdwfl bias calculations.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r-- | libdwfl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 019dd1c0..347ebcf4 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,12 @@ +2010-05-20 Roland McGrath <roland@redhat.com> + + * linux-proc-maps.c (find_sysinfo_ehdr): Renamed to ... + (grovel_auxv): ... this. Take DWFL argument. + (dwfl_linux_proc_report): Update caller. + + * dwfl_module_getdwarf.c (open_elf): Calculate alignment for bias + based on dwfl->segment_align or manifest alignment of MOD->low_addr. + 2010-05-19 Roland McGrath <roland@redhat.com> * linux-kernel-modules.c (intuit_kernel_bounds): Rewritten. |