diff options
author | Doug Evans <dje@google.com> | 2014-08-05 09:00:40 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-08-05 09:00:40 -0700 |
commit | aaffae57f3b2b2f3d353924934accffea527dc6e (patch) | |
tree | c437650704afea858954514f305fcc177b6a613f /bfd/doc/ChangeLog | |
parent | e034b2cc9d2125f80dabb698271a346cbcff8d76 (diff) | |
download | gdb-aaffae57f3b2b2f3d353924934accffea527dc6e.zip gdb-aaffae57f3b2b2f3d353924934accffea527dc6e.tar.gz gdb-aaffae57f3b2b2f3d353924934accffea527dc6e.tar.bz2 |
Fix outputdots so that it doesn't errantly discard the first line of, e.g.,
CODE_FRAGMENT. Also fix skip_past_newline to not skip past NUL.
* bfd-in2.h: Regenerate.
* libcoff.h: Regenerate.
doc/
* chew.c (skip_past_newline_1): New function.
(outputdots): Call it.
(skip_past_newline): Ditto.
Diffstat (limited to 'bfd/doc/ChangeLog')
-rw-r--r-- | bfd/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 3387732..e2987ed 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,9 @@ +2014-08-05 Doug Evans <dje@google.com> + + * chew.c (skip_past_newline_1): New function. + (outputdots): Call it. + (skip_past_newline): Ditto. + 2014-08-05 Alan Modra <amodra@gmail.com> * chew.c (print_stack_level, main): Cast result of pointer |