This is the mail archive of the gcc-patches@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: [patch] stmt.c: Resort to the binary tree method if neither casesi or tablejump is available.


On Sun, Jan 18, 2004 at 05:43:54PM -0500, Kazu Hirata wrote:
> While implementing PIC support for H8, I just found that h8300-elf-gas
> does not handle the difference of two labels.  Since h8300-elf
> supports linker relaxations, I can't compute the difference of two
> labels at assembly time.

Then use a gp-relative relocation instead.


r~


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