Re: [PATCH 2/2] AARCH64: Turn off unwind tables for crtbeginT.o

2023-07-25 Thread Richard Biener via Gcc-patches
On Mon, Jul 24, 2023 at 5:56 PM Richard Sandiford via Gcc-patches wrote: > > Andrew Pinski via Gcc-patches writes: > > The problem -fasynchronous-unwind-tables is on by default for aarch64 > > We need turn it off for crt*.o because it would make __EH_FRAME_BEGIN__ > > point > > to .eh_frame

Re: [PATCH 2/2] AARCH64: Turn off unwind tables for crtbeginT.o

2023-07-24 Thread Richard Sandiford via Gcc-patches
Andrew Pinski via Gcc-patches writes: > The problem -fasynchronous-unwind-tables is on by default for aarch64 > We need turn it off for crt*.o because it would make __EH_FRAME_BEGIN__ point > to .eh_frame data from crtbeginT.o instead of the user-defined object > during static linking. Could you

[PATCH 2/2] AARCH64: Turn off unwind tables for crtbeginT.o

2023-07-22 Thread Andrew Pinski via Gcc-patches
The problem -fasynchronous-unwind-tables is on by default for aarch64 We need turn it off for crt*.o because it would make __EH_FRAME_BEGIN__ point to .eh_frame data from crtbeginT.o instead of the user-defined object during static linking. This turns it off. OK? Bootstrapped and tested on