bug-binutils
[Top][All Lists]
Advanced

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

Need help with usage .set reorder/noreorder for PowerPC.


From: Anmol Paralkar
Subject: Need help with usage .set reorder/noreorder for PowerPC.
Date: Wed, 30 Jun 2004 00:27:04 +0530 (IST)

Hello,

 Unlike the MIPS assembler directives .set reorder/noreorder;
 the non-MIPS syntax for the .set assembler directive is:

 .set symbol, expression

 For PPC, how does one use .set reorder/noreorder?

 gas expects the above (non-MIPS) format for PPC, and where
 one would write:

 .set noreorder
 # MIPS assembly instructions
 .set reorder

 for MIPS; one needs to be writing:

 .set noreorder, <?expr?>
 # Equivalent PPC instructions for above MIPS assembly instructions
 .set reorder, <?expr?>

 instead; for PPC.

 The question is: What values does one fill for <?expr?> in both the cases?

 I did check: 
http://sources.redhat.com/binutils/docs-2.15/as/PowerPC-Pseudo.html#PowerPC-Pseudo

 Please help. Thanks very much.

Regards,
Anmol P. Paralkar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]