Re: [PATCH] libgcc: quote ARM macro parameters

2015-10-03 Thread Andreas Schwab
Saleem Abdulrasool writes: > On Saturday, October 3, 2015, Andreas Schwab wrote: > >> Saleem Abdulrasool > writes: >> >> > For ARM EHABI _Unwind_{G,S}setIP are macros rather than proper functions >> as they >> > are extensions to the EHABI specification (though they are part of the >> Level 1 >>

Re: [PATCH] libgcc: quote ARM macro parameters

2015-10-03 Thread Andreas Schwab
Saleem Abdulrasool writes: > For ARM EHABI _Unwind_{G,S}setIP are macros rather than proper functions as > they > are extensions to the EHABI specification (though they are part of the Level 1 > interface). Quote the macro parameters, as otherwise, a complex parameter may > be ambiguously mis-e

[PATCH] libgcc: quote ARM macro parameters

2015-10-03 Thread Saleem Abdulrasool
For ARM EHABI _Unwind_{G,S}setIP are macros rather than proper functions as they are extensions to the EHABI specification (though they are part of the Level 1 interface). Quote the macro parameters, as otherwise, a complex parameter may be ambiguously mis-expanded. --- libgcc/config/arm/unwind-a