This is the mail archive of the binutils@sourceware.org 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]

[committed] fix gas build failure on alpha/vms


Hi,

committed as obvious a tiny patch to fix a build failure.

Tristan.

2009-05-04 Tristan Gingold <gingold@adacore.com>

* config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.


--- src/gas/config/tc-alpha.c 2009/03/04 16:15:43 1.80
+++ src/gas/config/tc-alpha.c 2009/05/04 13:31:43 1.81
@@ -355,7 +355,7 @@
and the section happens to not be on an eight byte boundary, it
will align both the symbol and the .quad to an eight byte boundary. */
static symbolS *alpha_insn_label;
-#ifdef OBJ_ELF
+#if defined(OBJ_ELF) || defined (OBJ_EVAX)
static symbolS *alpha_prologue_label;
#endif




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