This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Re: MIPS Assembly.


Chris Jones wrote:

Right. Of course! :)

so I changed the
j  2b

to

beq $0, $0, 2b

The trouble is I STILL get the

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

message from gcc.


If you are using binutils 2.15 you could try this patch:

http://sources.redhat.com/ml/binutils/2004-04/msg00476.html

You would probably have to supply -Wa,--allow_branch_to_undefined to gcc.

David Daney.


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