public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch] Fix PR 13591
@ 2012-01-12  8:38 Tristan Gingold
  2012-01-12  8:43 ` nick clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Tristan Gingold @ 2012-01-12  8:38 UTC (permalink / raw)
  To: binutils Development

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  <gingold@adacore.com>

	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
 
 #define OBJ_SYMFIELD_TYPE      unsigned long
-#define sy_obj                 sy_flags
+#define sy_obj                 sy_obj_flags
 
 /* 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.  */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-12  8:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-12  8:38 [Patch] Fix PR 13591 Tristan Gingold
2012-01-12  8:43 ` nick clifton
2012-01-12  8:54   ` Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).