From 08ec958fe088c7a226bb35bd2993254ff21228a3 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Wed, 28 Sep 2016 12:27:41 +0200 Subject: [ARC] Fix parsing leave_s and enter_s mnemonics. gas/ 2016-10-06 Claudiu Zissulescu * testsuite/gas/arc/leave_enter.d: New file. * testsuite/gas/arc/leave_enter.s: Likewise. * testsuite/gas/arc/regnames.d: Likewise. * testsuite/gas/arc/regnames.s: Likewise. * config/tc-arc.c (arc_parse_name): Don't match reg names against confirmed symbol names. --- gas/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index c88f70f..29b9cf6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2016-10-06 Claudiu Zissulescu + + * testsuite/gas/arc/leave_enter.d: New file. + * testsuite/gas/arc/leave_enter.s: Likewise. + * testsuite/gas/arc/regnames.d: Likewise. + * testsuite/gas/arc/regnames.s: Likewise. + * config/tc-arc.c (arc_parse_name): Don't match reg names against + confirmed symbol names. + 2016-10-06 Alan Modra * app.c (do_scrub_chars): Move fall through comment. -- cgit v1.1