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://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b80deddf2929f55251e96edfc4ef1e39003bbac;p=thirdparty%2Fbinutils-gdb.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 c199dddbace..003d4f0dd27 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +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 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);