Re: Error message unrecognized opcode 'addl' in gcc-4.1.0 powerpc-eabi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 18 Nov 2009 22:14:23 -0800 (PST), you wrote:

>These instructions are inline asm from freebsd source with GNU C
>extension (__GNUC__) conditional compilation flag. I could 
>proceed by undefining the flag for that file.

The right way would be to conditionalize the code on an architecture
specific definition like __i386__. IMO you should try to inform the
authors/maintainers of that code to fix it.

Philipp


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux