This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix ld -taso


When ld -taso is used, should gldelf64alpha_finish () be called?


H.J.
---
2003-02-28  H.J. Lu <hjl at gnu dot org>

	emulparams/elf64alpha.sh (gld_elf64alpha_finish) Call
	gldelf64alpha_finish ();

--- emulparams/elf64alpha.sh.finish	Sat Feb 23 00:01:27 2002
+++ emulparams/elf64alpha.sh	Fri Feb 28 22:04:10 2003
@@ -66,5 +66,6 @@ static void
 gld_elf64alpha_finish()
 {
   elf_elfheader (output_bfd)->e_flags |= EF_ALPHA_32BIT;
+  gldelf64alpha_finish ();
 }
 '


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]