This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
RE: [PATCHv2 4/4] arc/nps400: Add new instructions
- From: Claudiu Zissulescu <Claudiu dot Zissulescu at synopsys dot com>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>, "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: "Cupertino dot Miranda at synopsys dot com" <Cupertino dot Miranda at synopsys dot com>, "noamca at mellanox dot com" <noamca at mellanox dot com>
- Date: Thu, 7 Apr 2016 13:18:38 +0000
- Subject: RE: [PATCHv2 4/4] arc/nps400: Add new instructions
- Authentication-results: sourceware.org; auth=none
- References: <1459637470-30538-1-git-send-email-andrew dot burgess at embecosm dot com> <1460033811-17805-5-git-send-email-andrew dot burgess at embecosm dot com>
> * config/tc-arc.h (MAX_FLAG_NAME_LENGTH): Increase to 7.
This is a good question: what should be the maximum size of a flag name, considering we can add new ones via .extCondCode. Probably 7 is alright.
Anyhow, the patch looks alright to me,
Claudiu