diff options
author | 2014-08-05 09:00:40 -0700 | |
---|---|---|
committer | 2014-08-05 09:00:40 -0700 | |
commit | aaffae57f3b2b2f3d353924934accffea527dc6e (patch) | |
tree | c437650704afea858954514f305fcc177b6a613f /bfd/libcoff.h | |
parent | MIPS: Fix a .pdr section linker buffer overrun (diff) | |
download | binutils-gdb-aaffae57f3b2b2f3d353924934accffea527dc6e.tar.gz binutils-gdb-aaffae57f3b2b2f3d353924934accffea527dc6e.tar.bz2 binutils-gdb-aaffae57f3b2b2f3d353924934accffea527dc6e.zip |
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/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index d2c794deb9c..540ddf94058 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -625,6 +625,7 @@ extern bfd_boolean ppc_allocate_toc_section extern bfd_boolean ppc_process_before_allocation (bfd *, struct bfd_link_info *); /* Extracted from coffcode.h. */ + typedef struct coff_ptr_struct { /* Remembers the offset from the first symbol in the file for |