diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-03-20 00:05:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-03-20 00:05:37 +0000 |
commit | 665ce1f6753bfd03a140e334626f7c7c89612634 (patch) | |
tree | afb9eda4577eb6ef0ed4bfa4adb3cb7332d126fa /binutils/ChangeLog | |
parent | e00e5ec5a11036251cfac51cbf51e28ba842ad86 (diff) | |
download | gdb-665ce1f6753bfd03a140e334626f7c7c89612634.zip gdb-665ce1f6753bfd03a140e334626f7c7c89612634.tar.gz gdb-665ce1f6753bfd03a140e334626f7c7c89612634.tar.bz2 |
2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
* dwarf.c (dwarf_regnames): Moved before frame_need_space.
(dwarf_regnames_count): Likewise.
(frame_need_space): Return int.
(display_debug_frames): Check invalid registers.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c9423f7..e601e61 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ 2009-03-19 H.J. Lu <hongjiu.lu@intel.com> + * dwarf.c (dwarf_regnames): Moved before frame_need_space. + (dwarf_regnames_count): Likewise. + (frame_need_space): Return int. + (display_debug_frames): Check invalid registers. + +2009-03-19 H.J. Lu <hongjiu.lu@intel.com> + * readelf.c (debug_apply_relocations): Check relocations against STT_SECTION symbol. |