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: [parisc-linux] Re: binutils ICE while building todays gcc HEAD on hppa-linux


> @@ -3807,6 +3807,9 @@ elf32_hppa_relocate_section (output_bfd,
>  			  do_plt = 1;
>  			}
>  		    }
> +
> +	          if (off >= (bfd_vma) -2)
> +		    break;

Oops, we should abort here.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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