]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Merge branch 'jankratochvil/basecleanup-basealign' into pending
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 12 Nov 2012 14:40:43 +0000 (15:40 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 12 Nov 2012 14:40:43 +0000 (15:40 +0100)
1  2 
libdwfl/ChangeLog
tests/ChangeLog

index d6e45974b7d5ee11d319613bbcd29a556f1729b5,cdf539e392bf16b3cfc3a458d683fc284b100c35..2a83077c48aa5202e4f961811ce582c272b9ccea
@@@ -1,14 -1,12 +1,23 @@@
+ 2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * dwfl_report_elf.c (__libdwfl_report_elf): Remove BASE aligning.
+ 2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * dwfl_report_elf.c (__libdwfl_report_elf): Simplify START and BIAS
+       calculation.
 +2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
 +
 +      * argp-std.c (offline_find_elf): New function.
 +      (offline_callbacks): Use it for FIND_ELF.
 +      (struct parse_opt): New.
 +      (parse_opt): New KEY ARGP_KEY_INIT.  In other make HOOK struct
 +      parse_opt pointer from former Dwfl pointer.  Delay 'e and OPT_COREFILE
 +      processing till ARGP_KEY_SUCCESS.  Initialize state->INPUT already from
 +      ARGP_KEY_SUCCESS.  Modify the cleanup in ARGP_KEY_ERROR.  Make the final state->INPUT initialization optional.
 +      * libdwfl.h (dwfl_standard_argp): Extend the comment for USERDATA.
 +
  2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
  
        * dwfl_module_getdwarf.c (mod_verify_build_id): New function with code
diff --cc tests/ChangeLog
index 53ebacb2f9f46c421fd973bd1a8ef5ec5d1d2367,896105da1192eca78411b8a63e8c48f7439e3c78..9b6a4c993e73ad164cc16edeea56faff6ecc1529
@@@ -1,9 -1,19 +1,25 @@@
+ 2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
+       (TESTS): Add run-dwfl-report-elf-align.sh.
+       (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
+       testfile-dwfl-report-elf-align-shlib.so.bz2 .
+       (dwfl_report_elf_align_LDADD): New.
+       * dwfl-report-elf-align.c: New file.
+       * run-dwfl-report-elf-align.sh: New file.
+       * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
+ 2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+       * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
+       testfile69.core.bz2 and testfile69.so.bz2 .
 +2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
 +
 +      * run-addrname-test.sh: New test for PIE relocation.
 +      * testfile70.core.bz2: New file.
 +      * testfile70.exec.bz2: New file.
 +
  2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
  
        * run-addrname-test.sh: New test for DSO with build-id bias.