This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCHv2 2/2] Implementing ARC NPS-400 Ultra Ip and Miscellaneous instructions


Hi,

> 5. about the branches that should be on separate line: it is on separate line
> on patch file .
> and I don't know why on it look like it not on new line on mail . any idea what
> can I do ?
> do you want me to send the patch file ?
> 

Please apologize, it is not branches but braces  :) E.g.:
284:+                       const char **errmsg ATTRIBUTE_UNUSED) {

Should be

284:+                       const char **errmsg ATTRIBUTE_UNUSED) 
{

Cheers,
Claudiu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]