Subject: Re: CVS commit: src/lib/libc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 02/18/2006 04:01:39
In article <20060218004522.3E45A2DA27@cvs.netbsd.org>,
Matt Thomas  <matt@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	matt
>Date:		Sat Feb 18 00:45:22 UTC 2006
>
>Modified Files:
>	src/lib/libc/arch/powerpc/gen: Makefile.inc
>	src/lib/libc/compat/arch/powerpc/gen: Makefile.inc
>Added Files:
>	src/lib/libc/arch/powerpc/gen: __setjmp14.S __sigsetjmp14.S
>	src/lib/libc/compat/arch/powerpc/gen: compat_setjmp.S
>	    compat_sigsetjmp.S
>Removed Files:
>	src/lib/libc/arch/powerpc/gen: setjmp.S sigsetjmp.S
>	src/lib/libc/compat/arch/powerpc/gen: compat___setjmp14.S
>	    compat___sigsetjmp14.S
>
>Log Message:
>*setjmp14 are not compat, plain setjmp/sigsetjmp are the compat versions.
>Exchange the files.

In src/lib/libc/arch we just name the files setjmp.S etc, even if they
really contain __setjmp14.S like we do for the c files. In the future
the rename will happen in a similar way to the .c files.

christos