This is the mail archive of the gcc@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]

Exception handling and VxWorks



	It seems EH will be MT safe in the release 1.1
of egcs. What about multi-task safety in a VxWorks environnement ?

	I had problems building egcs 1.0.2 for the PowerPC-VxWorks target:
I tried to use to use binutils 2.8.0.15 for targets powerPC-wrs-elf32 and
powerPC-wrs-eabi with egcs targets powerPC-wrs-vxworks5.3.
1- eabi.S does not compile complaining about relocations. I guess
   RELOCATABLE should be defined when using -mrelocatable-lib flag,
   it is not.
2- Lots of problems with stdargs.

Using elf32 targets for both binutils and egcs targets seems to work fine,
but EH is not safe.

F. Michel sxthree@penfeld.tls.mms.fr


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