OSDN Git Service

bfd/
authorH.J. Lu <hjl@lucon.org>
Thu, 6 Apr 2006 18:52:46 +0000 (18:52 +0000)
committerH.J. Lu <hjl@lucon.org>
Thu, 6 Apr 2006 18:52:46 +0000 (18:52 +0000)
commitb1430f29c1c1238e240387fb7ddec6e850d88a57
tree2c486e7cf070eb38e07690354aa06d2225337a0b
parent04391be1e898fe006d15acedabd34a2d4468eed9
bfd/

2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_relax_section): Skip unneeded passes
with the skip_relax_pass_0 and skip_relax_pass_1 bits in the
section structure.

include/

2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* bfdlink.h (bfd_link_info): Replace need_relax_finalize with
relax_pass.

ld/

2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
link_info.need_relax_finalize.

* ldlang.c (relax_sections): New.
(lang_process): Use. Call relax_sections link_info.relax_pass
times.

* ldmain.c (main): Set link_info.relax_pass to 1. Remove
link_info.need_relax_finalize.
bfd/ChangeLog
bfd/elfxx-ia64.c
include/ChangeLog
include/bfdlink.h
ld/ChangeLog
ld/emultempl/ia64elf.em
ld/ldlang.c
ld/ldmain.c