diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 18:38:13 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 18:38:13 +0000 |
commit | f15632584b5f2c0355fcc0f354da079b240aedf2 (patch) | |
tree | fb68f5bfafca1216514941397635a6238aebd08b /binutils/ChangeLog | |
parent | f2c4d933e69aa357518329d9dd3641fb5d05e28c (diff) | |
download | gdb-f15632584b5f2c0355fcc0f354da079b240aedf2.zip gdb-f15632584b5f2c0355fcc0f354da079b240aedf2.tar.gz gdb-f15632584b5f2c0355fcc0f354da079b240aedf2.tar.bz2 |
Fix bug in interlisting option, added --file-start-context option.
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 7256abd..e15ee8b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2000-02-08 Timothy Wall <twall@redhat.com> + + * objdump.c (show_line): Fix bug preventing printing of the very + first line (line zero) of a file when interlisting source and + assembly. Added option to print entire context from start of file + when the first line from that file is encountered. + 2000-02-03 Timothy Wall <twall@redhat.com> * binutils/objdump.c (dump_section_header, find_symbol_for_address, |