This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: R_SPARC_RELATIVE vs R_SPARC_UA32 & unaligned unwind tables - again
On Wed, Dec 19, 2001 at 12:46:03PM -0500, DJ Delorie wrote:
> > There are 2 ways of doing this:
>
> Can't we just add something like this to sparc.h?
>
> #define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) \
> DW_EH_PE_aligned
>
> It seems to work...
To sparc.h when it works perfectly everywhere but on old Solaris?
This sound more like it should be in Solaris specific headers...
(but it will change anyway once I finish %r_disp32 patch).
Jakub