diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-06-07 16:42:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-06-07 16:42:31 +0000 |
commit | 91a106e65e4ecec7cd92024af03b319a630c8e84 (patch) | |
tree | 735b89ac3c7bf30edddb33028a63644d71494477 /binutils/ChangeLog | |
parent | 8dda97708fa5c4537d670a063d4a1b9a2690f3b5 (diff) | |
download | gdb-91a106e65e4ecec7cd92024af03b319a630c8e84.zip gdb-91a106e65e4ecec7cd92024af03b319a630c8e84.tar.gz gdb-91a106e65e4ecec7cd92024af03b319a630c8e84.tar.bz2 |
2002-06-07 H.J. Lu <hjl@gnu.org>
* readelf.c (DW_CFA_GNU_args_size): Don't define.
(DW_CFA_GNU_negative_offset_extended): Likewise.
(DW_CFA_GNU_window_save): Likewise.
(display_debug_frames): Handle DW_CFA_offset_extended_sf,
DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index db06f91..a4607a3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2002-06-07 H.J. Lu <hjl@gnu.org> + + * readelf.c (DW_CFA_GNU_args_size): Don't define. + (DW_CFA_GNU_negative_offset_extended): Likewise. + (DW_CFA_GNU_window_save): Likewise. + (display_debug_frames): Handle DW_CFA_offset_extended_sf, + DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf. + 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr> * nm.c: When computing size of symbols for an ELF target use the |