From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10281 invoked by alias); 12 Jan 2012 08:38:15 -0000 Received: (qmail 10272 invoked by uid 22791); 12 Jan 2012 08:38:14 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Jan 2012 08:38:02 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 42C35CB3234 for ; Thu, 12 Jan 2012 09:38:02 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xSt32+pevM1T for ; Thu, 12 Jan 2012 09:38:02 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 2FD4DCB3214 for ; Thu, 12 Jan 2012 09:38:02 +0100 (CET) From: Tristan Gingold Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [Patch] Fix PR 13591 Date: Thu, 12 Jan 2012 08:38:00 -0000 Message-Id: <13B114E1-F46D-418C-840D-F6C1A963858E@adacore.com> To: binutils Development Mime-Version: 1.0 (Apple Message framework v1251.1) X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00160.txt.bz2 Hi, this patch fixes a fallout of my previous patch (about struct symbol_flags)= . Ok to commit ? No regression in gas test suite for i386-mingw32. Tristan. 2012-01-12 Tristan Gingold PR gas/13591 * config/obj-coff.h (sy_obj): Rename macro to avoid a name conflict. diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index fb9c6be..ff5548e 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -181,7 +181,7 @@ #endif =20 #define OBJ_SYMFIELD_TYPE unsigned long -#define sy_obj sy_flags +#define sy_obj sy_obj_flags =20 /* We can't use the predefined section symbols in bfd/section.c, as COFF symbols have extra fields. See bfd/libcoff.h:coff_symbol_type. */