1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
2010-02-14 DavidAnderson <davea42@earthlink.net>
* print_die.cc: Add newer DW_OP operators, remove
bogus test of DW_OP_nop as the highest valid operator.
Add table of DW_OPs to simplify testing for zero-operand
operators.
Revise so that the FORM of all attributes print with -M.
* tag_attr.list: Updated copyright.
* tag_tree_ext.list, tag_attr_ext.list: Added GNU template
parameter tags, attributes. Updated copyright.
* tag_tree.list: Added template parameter tags. Added
entry for nested classes. Updated copyright.
* tag_common.h: Increased STD_TAG_TABLE_COLUMNS and
EXT_ATTR_TABLE_COLS.
2010-01-30 DavidAnderson <davea42@earthlink.net>
* print_die.c: Changed the spelling of one
'DW_AT_type offset does not point to type info' error message so
one can distinguish which check lead to the message.
2010-01-26 DavidAnderson <davea42@earthlink.net>
* dwconf.cc, fderegs.h, dwconf.h, dwarfdump.1,
dwarfdump.conf: The default frame values in frame
output are now generic registers like r0 to r99
instead of MIPS register names.
For the MIPS register names use '-x abi=mips'.
2010-01-17 DavidAnderson <davea42@earthlink.net>
* print_die.cc: The special case DW_AT_SUN_func_offsets
now prints identically in dwarfdump and dwarfdump2.
2010-01-03 DavidAnderson <davea42@earthlink.net>
* tag_common.cc, common.cc, common.h: Remove <cr>
line terminator characters and update copyright year.
* All other files: Update copyright year.
|