summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2009-03-14 09:17:56 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2009-03-14 09:17:56 +0000
commite2bb90bb2904ba2daecd92bfabefc43329627c2f (patch)
treee40f522a99357c435f2481cae53b6d30e90516ae /bfd/libcoff.h
parent821762d54ca0fb6fbae1054d86ee7468553b212f (diff)
downloadbinutils-redhat-e2bb90bb2904ba2daecd92bfabefc43329627c2f.tar.gz
bfd/
* libcoff-in.h (xcoff_section_tdata): Update commentary. * libcoff.h: Regenerate. * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than the previous symbol's csect. Treat last_symndx as an inclusive value and simplify its handling. (xcoff_mark): Treat last_symndx as an inclusive value. Only mark symbols with the right csect. Don't mark rsec when processing relocations against undefined or absolute sections. (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag of bfd_und_section_ptr. (xcoff_link_input_bfd): Likewise.
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index c594d4b1ed..7b37d57444 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -219,8 +219,7 @@ struct xcoff_section_tdata
/* The lineno_count field for the enclosing section, because we are
going to clobber it there. */
unsigned int lineno_count;
- /* The first and one past the last symbol indices for symbols used
- by this csect. */
+ /* The first and last symbol indices for symbols used by this csect. */
unsigned long first_symndx;
unsigned long last_symndx;
};