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]

Re: Bootstrapping hppa64 (phase 2): HP Linker problem


On Mon, Jul 15, 2002 at 01:34:45PM +0930, Alan Modra wrote:
> 	      if (bfd_get_arch_info (abfd)->bits_per_address != 32
> 		  bfd_get_mach (abfd) < 25)

Oops, I mean
	      if (bfd_get_arch_info (abfd)->bits_per_address == 32
		  || bfd_get_mach (abfd) < 25)

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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