This is the mail archive of the gcc-help@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]
Other format: [Raw text]

RE: AS -force-long-branchs for all processors


Yes, Actually this is processor related issue. If ur processor
supports relative jumps then only this option makes sense as 
in case 68CH11, 68HC12 processors.

Thanks
Bansidhar


-----Original Message-----
From: Kristis Makris [mailto:kristis.makris@asu.edu]
Sent: Thursday, October 02, 2003 10:26 PM
To: gcc-help@gcc.gnu.org
Subject: AS -force-long-branchs for all processors


Hello,

Is there a way to tell GCC to generate code that includes relative
references for jumps inside a function(e.g. in che case of loops), but
absolute references for calls to other functions ? 

I've see the -force-long-branchs argument on AS, but that seems to be
available only for the 68CH11, 68HC12 processors.

Thanks,
Kristis


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