ayan(at)ayan(dot)net writes:
> in essence, if configure detects that the
> environment is sunos4, s_lock.c should use the
> .seg opcode. otherwise, s_lock.c should use
> .section.
> i've tested this and i've gotten the latest CVS
> source to compile under Solaris 9 using sun's
> compiler.
Applied, except I made the #define symbol be SUNOS4_CC. The original
SUNOS4 seems a tad too likely to be floating around in the standard
compilation environment, which would risk breaking gcc builds.
regards, tom lane