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]

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



Hi,

I'm using gcc-4.1.0 powerpc-eabi cross compiler.

While compiling an application, the following error messages were issued
from the assembler.

/tmp/ccQ2aTtY.s:100:Error: Unrecognized opcode 'addl'
/tmp/ccQ2aTtY.s:110:Error: Unrecognized opcode 'adcl'
....

I checked the PowerPC instruction set manual and I couldn't find out 'addl',
'adcl' instructions.

Does gcc generate wrong assembly code? Is this a bug in 4.1.0? What can be
the cause?

br,
Jeff

-- 
View this message in context: http://old.nabble.com/Error-message-unrecognized-opcode-%27addl%27-in-gcc-4.1.0-powerpc-eabi-tp26321412p26321412.html
Sent from the gcc - Help mailing list archive at Nabble.com.


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