MIPS Assembly.

Paul Koning pkoning@equallogic.com
Tue Jun 22 14:10:00 GMT 2004


>>>>> "Chris" == Chris Jones <cjones@sutus.com> writes:

 Chris> Right. Of course! :)

 Chris> so I changed the j 2b

 Chris> to

 Chris> beq $0, $0, 2b

 Chris> The trouble is I STILL get the

 Chris> "Error: Cannot branch to symbol in another section."

 Chris> message from gcc.

Sure, since you just did manually what the assembler was doing behind
your back before.  My point was that there should be a way to tell the
assembler that "j" means "j" and NOT "b".

	  paul



More information about the Binutils mailing list