RE: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC)

2014-10-29 Thread Moore, Catherine
diford; Rich Fuhler; Rozycki, Maciej; Myers, Joseph > Subject: RE: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC) > > Moore, Catherine writes: > > Review comments are attached. I will tackle the R6 patch next. > > Thanks, > > Catherine > > Thanks Catherin

RE: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC)

2014-10-28 Thread Matthew Fortune
Moore, Catherine writes: > Review comments are attached. I will tackle the R6 patch next. > Thanks, > Catherine Thanks Catherine. Depending on whether the fix to the following hunk needs discussion I'll make the changes and commit. >> static bool >> mips_function_value_regno_p (const unsigned i

RE: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC)

2014-10-27 Thread Moore, Catherine
hes@gcc.gnu.org); Eric Christopher > (echri...@gmail.com) > Cc: Moore, Catherine; Richard Sandiford; Rich Fuhler; Rozycki, Maciej; Myers, > Joseph > Subject: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC) > > Updated patch covering all comments from the previous thread: > https://

RE: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC)

2014-09-04 Thread Matthew Fortune
.com) > Cc: Moore, Catherine (catherine_mo...@mentor.com); Richard Sandiford; Rich > Fuhler; ma...@codesourcery.com; Joseph Myers (jos...@codesourcery.com) > Subject: [PATCHv2][MIPS] Implement O32 ABI extensions (GCC) > > Updated patch covering all comments from the previous thread: &

[PATCHv2][MIPS] Implement O32 ABI extensions (GCC)

2014-08-22 Thread Matthew Fortune
Updated patch covering all comments from the previous thread: https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00401.html This patch has merged together the odd-spreg work with the other ABI work as these two features are now inseparable due to the inclusion of a 4th FP ABI variant called FP64A. The