diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-11-23 11:32:42 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-11-23 11:32:42 +0000 |
commit | 9b80deddf2929f55251e96edfc4ef1e39003bbac (patch) | |
tree | 0cb5b36731d99990d96ad7a2bb643932f1ed912a /gas | |
parent | 467b607ec025c1478d0ede103c62498d6a469606 (diff) | |
download | gdb-9b80deddf2929f55251e96edfc4ef1e39003bbac.zip gdb-9b80deddf2929f55251e96edfc4ef1e39003bbac.tar.gz gdb-9b80deddf2929f55251e96edfc4ef1e39003bbac.tar.bz2 |
2011-11-23 Tristan Gingold <gingold@adacore.com>
* config/tc-alpha.c (s_alpha_prologue): Requires empty line.
Diffstat (limited to 'gas')
-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 c199ddd..003d4f0 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 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); |