This is the mail archive of the gcc-bugs@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]

Re: MIPS branching too far


On Sep 20, 2001, "Colin Burgess" <cburgess@qnx.com> wrote:

> Now the problem I'm seeing is that since I'm compiling this PIC,
> then the jmp to label1 is being transformed by the assembler into
> a branch, and the jump distance is just too long for a branch.

I believe on MIPS it is the assembler's job to relax branches into
jumps if their targets are too far away.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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