mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
2011-11-23 Tristan Gingold <gingold@adacore.com>
* config/tc-alpha.c (s_alpha_prologue): Requires empty line.
This commit is contained in:
parent
467b607ec0
commit
9b80deddf2
@ -1,3 +1,7 @@
|
||||
2011-11-23 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/tc-alpha.c (s_alpha_prologue): Requires empty line.
|
||||
|
||||
2011-11-23 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/tc-alpha.c (s_alpha_frame): Emit a warning if bad value
|
||||
|
@ -4471,7 +4471,6 @@ s_alpha_frame (int ignore ATTRIBUTE_UNUSED)
|
||||
static void
|
||||
s_alpha_prologue (int ignore ATTRIBUTE_UNUSED)
|
||||
{
|
||||
get_absolute_expression ();
|
||||
demand_empty_rest_of_line ();
|
||||
alpha_prologue_label = symbol_new
|
||||
(FAKE_LABEL_NAME, now_seg, (valueT) frag_now_fix (), frag_now);
|
||||
|
Loading…
Reference in New Issue
Block a user