This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: MIPS Assembly.
>>>>> "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