bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segfault: gas-alpha


From: Alan Modra
Subject: Re: Segfault: gas-alpha
Date: Mon, 26 Nov 2007 12:15:01 +1030
User-agent: Mutt/1.5.9i

On Sat, May 26, 2007 at 06:33:29PM +0200, Thomas Ogrisegg wrote:
> --- src-old/gas/config/tc-alpha.c     2007-03-21 17:08:14.000000000 +0100
> +++ src/gas/config/tc-alpha.c 2007-05-26 18:24:38.000000000 +0200
> @@ -1968,7 +1968,8 @@
>       {
>         reloc_howto_type *reloc_howto
>           = bfd_reloc_type_lookup (stdoutput, reloc);
> -       if (reloc_howto->bitsize != reloc_operand->bits)
> +       if (NULL == reloc_operand || 
> +             reloc_howto->bitsize != reloc_operand->bits)
>           {
>             as_bad (_("invalid relocation for field"));
>             return;

Applied.

-- 
Alan Modra
Australia Development Lab, IBM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]