bug-binutils
[Top][All Lists]
Advanced

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

Re: [Bug binutils/13591] New: gas/struc-symbol.h:98:21: error: duplicate


From: Tristan Gingold
Subject: Re: [Bug binutils/13591] New: gas/struc-symbol.h:98:21: error: duplicate member 'sy_flags'
Date: Thu, 12 Jan 2012 09:23:04 +0100

On Jan 12, 2012, at 3:32 AM, i.nixman at gmail dot com wrote:

> http://sourceware.org/bugzilla/show_bug.cgi?id=13591
> 
>             Bug #: 13591
>           Summary: gas/struc-symbol.h:98:21: error: duplicate member
>                    'sy_flags'
>           Product: binutils
>           Version: unspecified
>            Status: NEW
>          Severity: normal
>          Priority: P2
>         Component: binutils
>        AssignedTo: address@hidden
>        ReportedBy: address@hidden
>    Classification: Unclassified
> 
> 
> I try to build the CVS version of sources using MinGW and get the following
> error:
> 
> gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils-2.22/gas  -I.
> -I../../../src/binutils-2.22/gas -I../bfd
> -I../../../src/binutils-2.22/gas/config
> -I../../../src/binutils-2.22/gas/../include 
> -I../../../src/binutils-2.22/gas/..
> -I../../../src/binutils-2.22/gas/../bfd
> -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes
> -Wmissing-prototypes -Wshadow -Wno-format -Werror -pipe -O3 -mtune=core2
> -fomit-frame-pointer -momit-leaf-frame-pointer -I/usr/local/include
> -D__USE_MINGW_ACCESS -MT flonum-copy.o -MD -MP -MF .deps/flonum-copy.Tpo -c -o
> flonum-copy.o ../../../src/binutils-2.22/gas/flonum-copy.c
> In file included from ../../../src/binutils-2.22/gas/ehopt.c:25:0:
> ../../../src/binutils-2.22/gas/struc-symbol.h:98:21: error: duplicate member
> 'sy_flags'

Hi,

the conflict is due to this line in obj-coff.h:

#define OBJ_SYMFIELD_TYPE       unsigned long
#define sy_obj                  sy_flags

Tristan.




reply via email to

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