diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-16 15:36:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-16 15:36:21 +0000 |
commit | e2a0d921a7260f99b9e9f90a0bf5127563569996 (patch) | |
tree | ae8730272aa5ca9c650e74d0ff82c5f837cde2cc /binutils/ChangeLog | |
parent | 62d7f7907a0bf920c00bad1b8de46818e38ef243 (diff) | |
download | gdb-e2a0d921a7260f99b9e9f90a0bf5127563569996.zip gdb-e2a0d921a7260f99b9e9f90a0bf5127563569996.tar.gz gdb-e2a0d921a7260f99b9e9f90a0bf5127563569996.tar.bz2 |
* dwarf2.h: Mention the location of the DWARF3 spec on the web.
(DW_AT_stride_size): Rename to DW_AT_bit_stride.
(DW_AT_stride): Rename to DW_AT_byte_stride.
* dwarf.c (process_extended_line_op): Add cases for HP extensions to the line ops.
Mention if an unknown op code is in the user defined range.
(decode_location_expression): Add cases for HP extensions, the DW_OP_GNU_uninit extension and the DW_OP_call_frame_cfa and DW_OP_bit_piece DWARF3 operators.
(read_and_display_attr): Correct list of attributes which can reference a location list.
(read_and_display_attr_value): Add cases for DWARF3 values and HP extensions.
Correct list of attributes which can reference a location list.
(get_AT_name): Add cases for DWARF3 values and HP and PGI extensions.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ce84762..a339f03 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +2007-11-16 Nick Clifton <nickc@redhat.com> + + * dwarf.c (process_extended_line_op): Add cases for HP extensions + to the line ops. Mention if an unknown op code is in the user + defined range. + (decode_location_expression): Add cases for HP extensions, the + DW_OP_GNU_uninit extension and the DW_OP_call_frame_cfa and + DW_OP_bit_piece DWARF3 operators. + (read_and_display_attr): Correct list of attributes which can + reference a location list. + (read_and_display_attr_value): Add cases for DWARF3 values and HP + extensions. + Correct list of attributes which can reference a location list. + (get_AT_name): Add cases for DWARF3 values and HP and PGI + extensions. + 2007-11-07 Karl Berry <karl@gnu.org> * doc/binutils.texi: Update to FDL 1.2. |