This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: GCC assmbler for powerpc-eabi


On 04/06/2009 10:35 AM, John (Eljay) Love-Jensen wrote:
Hi Jeff,

Hi Eljay,

Thanks for the updates!

Please note that I was responding to Marian Szczepkowski
o The compiler barfed until I swapped the #define and the #include

As it should, since that #define is really weird and will break most header files and most code.

(Iïm not sure why you want to replace ïunsignedï with ïint size_tï.)
Dunno - that's how I found the code sample...
o The -finline-functions switch has no effect until one specifies the -O3
switch.

The -finline-functions switch is enabled by default with -O3.

You can enable it manually at -O1 or -O2.

Agreed. Please note that the command line as posted by Marian contained no -O* switch...


Cheers,
jec


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