diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/alphaelf.em | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7d0e63c..94380cc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2014-04-21 Richard Henderson <rth@redhat.com> + + * emultempl/alphaelf.em (alpha_after_parse): Enable 2 relax passes. + 2014-04-16 Steve Ellcey <sellcey@mips.com> * emultempl/elf32.em: Include safe-ctype.h. diff --git a/ld/emultempl/alphaelf.em b/ld/emultempl/alphaelf.em index 091ef66..a36fc7d 100644 --- a/ld/emultempl/alphaelf.em +++ b/ld/emultempl/alphaelf.em @@ -72,6 +72,7 @@ alpha_after_open (void) static void alpha_after_parse (void) { + link_info.relax_pass = 2; if (limit_32bit && !link_info.shared && !link_info.relocatable) lang_section_start (".interp", exp_binop ('+', |