diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-10-10 19:43:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-10-10 19:43:43 +0000 |
commit | 6523721c1fd1407b26c338dea6c3b302b334d86e (patch) | |
tree | 71e9464a111058516101e513ae330872c371c699 /binutils/ChangeLog | |
parent | 46738c9aeb6140719e265425db002a2f887107cc (diff) | |
download | gdb-6523721c1fd1407b26c338dea6c3b302b334d86e.zip gdb-6523721c1fd1407b26c338dea6c3b302b334d86e.tar.gz gdb-6523721c1fd1407b26c338dea6c3b302b334d86e.tar.bz2 |
* dwarf.c (display_debug_lines): Print the offset of each line
number program header.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0c5f723..810e9d2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Jim Blandy <jimb@codesourcery.com> + + * dwarf.c (display_debug_lines): Print the offset of each line + number program header. + 2007-10-09 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4476 |