From: Tristan Gingold Date: Wed, 23 Nov 2011 11:32:42 +0000 (+0000) Subject: 2011-11-23 Tristan Gingold X-Git-Tag: gdb_7_4-2011-12-13-branchpoint~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b80deddf2929f55251e96edfc4ef1e39003bbac;p=external%2Fbinutils.git 2011-11-23 Tristan Gingold * config/tc-alpha.c (s_alpha_prologue): Requires empty line. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index c199ddd..003d4f0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2011-11-23 Tristan Gingold + * config/tc-alpha.c (s_alpha_prologue): Requires empty line. + +2011-11-23 Tristan Gingold + * 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 6f39d1c..43bd18b 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);