------- Comment #2 from amylaar at gcc dot gnu dot org 2008-12-08 20:36 ------- (In reply to comment #1) > What is target dependent about this, that you need a target hook for it?
Some jumps are OK to be made section crossing, while others are not. And which ones are OK also depends on target options - the ARCompact architecture has branches with 21 and 25 bit offset range. These may cross section boundaries if the binary is not too large. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38449