On Thu, Jun 30, 2011 at 11:09 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > "H.J. Lu" <hjl.to...@gmail.com> writes: > >>> Why all those contortions with i386/value-unwind.h? It seems far >>> simpler to me to put this into libgcc/config/i386/linux-unwind.h and be >>> done with it. >> >> I did it this way so that other non-Linux x32 targets can use it. > > Such as? Currently, only Linux, Windows and Solaris have i386/*-unwind.h > implementations. I'm pretty sure the latter two are highly unlikely to > develop an x32 port, so let's cross that bridge when we get there. >
It doesn't work since md-unwind-support.h was included much too late. -- H.J.