Re: Relocations to odd addresses in .eh_frame section

2023-09-04 Thread Andreas Schwab via Gcc
On Sep 04 2023, Vincent Rivière wrote: > By looking at the sections generated by m68k-elf-g++, I noticed there was > relocations to odd addresses in the .eh_frame section. Is this expected? > Is there a way to avoid that, maybe by adding some padding? I think you need to change ASM_PREFERRED_EH_D

Relocations to odd addresses in .eh_frame section

2023-09-04 Thread Vincent Rivière
Hi, By looking at the sections generated by m68k-elf-g++, I noticed there was relocations to odd addresses in the .eh_frame section. Is this expected? Is there a way to avoid that, maybe by adding some padding? Actually, I would like to upgrade the experimental m68k-atari-mintelf toolchain f