OSDN Git Service

bfd/
authorrsandifo <rsandifo>
Sat, 14 Mar 2009 09:17:56 +0000 (09:17 +0000)
committerrsandifo <rsandifo>
Sat, 14 Mar 2009 09:17:56 +0000 (09:17 +0000)
commit69d8ad0605d65fa23f3f8a439050817e260a7807
tree0f4c231e09b6c266877beb2b5bfcc43ab05710e6
parentc790c31cb39d68e1030bda40a62309de73a701fb
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.
bfd/ChangeLog
bfd/libcoff-in.h
bfd/libcoff.h
bfd/xcofflink.c