public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* branch insn question
@ 2010-01-09 16:46 Dmitry Eremin-Solenikov
  2010-01-11  7:53 ` Doug Evans
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Eremin-Solenikov @ 2010-01-09 16:46 UTC (permalink / raw)
  To: cgen

Hello,

I've a small problem with branch instructions on my platorm (m68hc08).
All branch instructions are only short-ranged (signed 8bit offset).
The recommended way to handle this is to emit jump-over code: instead of
  beq _long_label
emit:
  bne .Lshort
  jmp _long_label
  .Lshort:

My question is: should this be handled somehow by cgen? Or this should
be completely done via gas relaxation? And what attributes should I use
on branch instructions in .cpu file?

Thank you.

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-11  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-09 16:46 branch insn question Dmitry Eremin-Solenikov
2010-01-11  7:53 ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).