[Ping] [PATCH, CR16] Adding memory model attributes

2012-05-30 Thread Ajinkya Dhobale
Hi, This is a ping for the patch that add memory model attributes 'data16', 'data20', 'data24' and 'data32' for CR16 target. For details kindly refer: http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00983.html Can someone please review the patch? Thanks

[Ping 2] [PATCH H8300] Add function_vector attribute

2012-05-21 Thread Ajinkya Dhobale
84.html Please review the patch. Thanks & Regards, Ajinkya Dhobale KPIT Cummins, Pune.

[PATCH, CR16] Adding memory model attributes

2012-05-15 Thread Ajinkya Dhobale
individually. Can someone please review the patch and let me know if there should be any modifications in it? No new regressions found with this patch. ========== ChangeLog: 2012-05-15 Ajinkya Dhobale * config/cr16/cr16.

[Ping] [PATCH H8300] Add function_vector attribute

2012-04-30 Thread Ajinkya Dhobale
84.html Please review the patch. Thanks & Regards, Ajinkya Dhobale KPIT Cummins, Pune.

RE: [PATCH H8300] Add function_vector attribute

2012-04-04 Thread Ajinkya Dhobale
Hello Jeff, >> So the fundamental difference is your version of function_vector is >> programmer directed. Yes, programmer will need to assign function vector number manually during declaration of the attribute. >> I think you need to investigate further since functions marked with >> the att

RE: [PATCH H8300] Add function_vector attribute

2012-03-28 Thread Ajinkya Dhobale
on 'jsr' in absolute addressing mode which is incorrect. Instead of that, it should be generating 'jsr' in indirect memory addressing mode (@@aa:8). This patch fixes this problem as well. Thanks & Regards, Ajinkya Dhobale KPIT Cummins Infosystems Ltd, Pune (INDIA)

[PATCH H8300] Add function_vector attribute

2012-03-26 Thread Ajinkya Dhobale
============ ChangeLog: 2012-26-03 Ajinkya Dhobale * config/h8300/h8300.c (h8300_handle_function_vector_attribute): New function. (print_operand): 'B', new print_operand switch case for jsr instruction. (h8300_att