Re: define NO_DOT_IN_LABEL only in vxworks6

2020-02-26 Thread Jeff Law
On Tue, 2020-02-25 at 17:47 -0300, Alexandre Oliva wrote: > There was a mistake in forward-porting and contributing some > vxworks7r2 changes, that caused a conditional to be dropped around a > couple of preprocessor directives, needed only up to vxworks6, that > change the compiler's behavior WRT

define NO_DOT_IN_LABEL only in vxworks6

2020-02-25 Thread Alexandre Oliva
There was a mistake in forward-porting and contributing some vxworks7r2 changes, that caused a conditional to be dropped around a couple of preprocessor directives, needed only up to vxworks6, that change the compiler's behavior WRT introducing dollars and dots in symbol names. This deviates GCC's