Re: [PATCH] m68k: Replaced all gcc specific macros with macros from compiler.h

2017-01-18 Thread Geert Uytterhoeven
Hi Gideon, On Tue, Jan 17, 2017 at 10:39 AM, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files

Re: [PATCH] m68k: Replaced all gcc specific macros with macros from compiler.h

2017-01-18 Thread Geert Uytterhoeven
Hi Gideon, On Tue, Jan 17, 2017 at 10:39 AM, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under /arch/m68k >

Re: [PATCH] m68k: Replaced all gcc specific macros with macros from compiler.h

2017-01-17 Thread Greg Ungerer
Hi Gideon, On 17/01/17 19:39, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under /arch/m68k There is a lot

Re: [PATCH] m68k: Replaced all gcc specific macros with macros from compiler.h

2017-01-17 Thread Greg Ungerer
Hi Gideon, On 17/01/17 19:39, Gideon Israel Dsouza wrote: > There is which provides macros for various gcc specific > constructs. Eg: __weak for __attribute__((weak)). I've cleaned all > instances of gcc specific attributes with the right macros for all files > under /arch/m68k There is a lot

[PATCH] m68k: Replaced all gcc specific macros with macros from compiler.h

2017-01-17 Thread Gideon Israel Dsouza
There is which provides macros for various gcc specific constructs. Eg: __weak for __attribute__((weak)). I've cleaned all instances of gcc specific attributes with the right macros for all files under /arch/m68k Note: I sent in a patch for a similar cleanup for /crypto this is in the commit

[PATCH] m68k: Replaced all gcc specific macros with macros from compiler.h

2017-01-17 Thread Gideon Israel Dsouza
There is which provides macros for various gcc specific constructs. Eg: __weak for __attribute__((weak)). I've cleaned all instances of gcc specific attributes with the right macros for all files under /arch/m68k Note: I sent in a patch for a similar cleanup for /crypto this is in the commit