K 10 svn:author V 5 gonzo K 8 svn:date V 27 2010-11-02T01:24:49.977424Z K 7 svn:log V 383 Fix reading of .debug_line on MIPS64, big-endian: read_initial_length detects pointer size by checking first 4 bytes of .debug_line and stores it in struct comp_unit_head * passed to it as second argument. By passing NULL to a read_initial_length we ignore actual pointer size (8 bytes) and use default (4 bytes) which results in wrong offsets of header fields. END