diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-alpha.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c199dddbace..003d4f0dd27 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 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 of RA. (s_alpha_pdesc): Adjust comment. diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index 6f39d1c4f01..43bd18b8bdf 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -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); |