Mixing v4 and v5 loclists and rangelists sections (#429)
[pyelftools.git] / test / run_readelf_tests.py
index ad56f4e31dd1b81a47eaeaa1d0bb371046074b4d..c1fc48c2c8cd5d40417dfa4e5000a44d3d4b1293 100755 (executable)
@@ -88,7 +88,10 @@ def run_test_on_file(filename, verbose=False, opt=None):
         # patched from 0x07 0x10 to 00 00.
         # Those represented the second instruction in the first FDE in .eh_frame. This changed the instruction
         # from "DW_CFA_undefined 16" to two NOPs.
-        # GNU readelf had a bug here, had to work around. See PR #411.
+        # GNU readelf 2.38 had a bug here, had to work around:
+        # https://sourceware.org/bugzilla/show_bug.cgi?id=29250
+        # It's been fixed in the binutils' master since, but the latest master will break a lot.
+        # Same patch in  dwarf_test_versions_mix.elf at 0x2061: 07 10 -> 00 00
 
         # stdouts will be a 2-element list: output of readelf and output
         # of scripts/readelf.py