https://sourceware.org/bugzilla/show_bug.cgi?id=22532
Bug ID: 22532 Summary: objdump doesn't disassemble dwarf opcodes for DW_AT_byte_size Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I have a file that uses a location expression in DW_AT_byte_size. objdump printed this: <7c5> DW_AT_byte_size : 13 byte block: 97 94 1 99 95 0 0 0 23 7 9 fc 1a However, for other location expressions, it disassembles: <818> DW_AT_location : 33 byte block: 12 31 2e 28 4 0 34 2f 15 0 12 34 2e 28 4 0 30 2f b 0 12 33 29 28 4 0 30 2f 1 0 34 16 13 (DW_OP_dup; DW_OP_lit1; DW_OP_ne; DW_OP_bra: 4; DW_OP_lit4; DW_OP_skip: 21; DW_OP_dup; DW_OP_lit4; DW_OP_ne; DW_OP_bra: 4; DW_OP_lit0; DW_OP_skip: 11; DW_OP_dup; DW_OP_lit3; DW_OP_eq; DW_OP_bra: 4; DW_OP_lit0; DW_OP_skip: 1; DW_OP_lit4; DW_OP_swap; DW_OP_drop) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils