Re: [HACKERS] s_lock.h cleanup

2001-01-18 Thread Bruce Momjian
Done and applied. > As long as we're cleaning things up, I would suggest that all the ports > that use gcc assembler be made to declare it uniformly, as > > __asm__ __volatile__ ( ... ); > > As I read the GCC manual, there's some risk of the asm sections getting > moved around in the prog

Re: [HACKERS] s_lock.h cleanup

2001-01-18 Thread Tom Lane
As long as we're cleaning things up, I would suggest that all the ports that use gcc assembler be made to declare it uniformly, as __asm__ __volatile__ ( ... ); As I read the GCC manual, there's some risk of the asm sections getting moved around in the program flow if they are not marked