diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-05-04 13:31:43 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-05-04 13:31:43 +0000 |
commit | eb979bfb11b4ff229a8085487f16ccfc94bf080a (patch) | |
tree | fdf2e9300118535548a2ca1c467d9bfacb3a288c /gas/config/tc-alpha.c | |
parent | 09e2aba4327cd450908bed05c6e1d4d2dcb09b32 (diff) | |
download | gdb-eb979bfb11b4ff229a8085487f16ccfc94bf080a.zip gdb-eb979bfb11b4ff229a8085487f16ccfc94bf080a.tar.gz gdb-eb979bfb11b4ff229a8085487f16ccfc94bf080a.tar.bz2 |
2009-05-04 Tristan Gingold <gingold@adacore.com>
* config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
Diffstat (limited to 'gas/config/tc-alpha.c')
-rw-r--r-- | gas/config/tc-alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index 9ae49fa..1621c86 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -355,7 +355,7 @@ static int alpha_addr32_on = 0; 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 |