From 123ac5dd2004610061cbc8de2b4c086339cabaa4 Mon Sep 17 00:00:00 2001 From: gdr Date: Fri, 5 Sep 1997 06:27:50 +0000 Subject: [PATCH] change segment name to "libc_stdio" --- lib/libc/stdio/clrerr.c | 2 +- lib/libc/stdio/fclose.c | 2 +- lib/libc/stdio/fdopen.c | 2 +- lib/libc/stdio/feof.c | 2 +- lib/libc/stdio/ferror.c | 2 +- lib/libc/stdio/fflush.c | 2 +- lib/libc/stdio/fgetc.c | 2 +- lib/libc/stdio/fgetln.c | 2 +- lib/libc/stdio/fgetpos.c | 2 +- lib/libc/stdio/fgets.c | 2 +- lib/libc/stdio/fileno.c | 2 +- lib/libc/stdio/findfp.c | 2 +- lib/libc/stdio/flags.c | 2 +- lib/libc/stdio/fopen.c | 2 +- lib/libc/stdio/fpurge.c | 2 +- lib/libc/stdio/fputc.c | 2 +- lib/libc/stdio/fputs.c | 2 +- lib/libc/stdio/fread.c | 2 +- lib/libc/stdio/freopen.c | 2 +- lib/libc/stdio/fseek.c | 2 +- lib/libc/stdio/fsetpos.c | 2 +- lib/libc/stdio/ftell.c | 2 +- lib/libc/stdio/funopen.c | 2 +- lib/libc/stdio/fvwrite.c | 2 +- lib/libc/stdio/fwalk.c | 2 +- lib/libc/stdio/fwrite.c | 2 +- lib/libc/stdio/getc.c | 2 +- lib/libc/stdio/getchar.c | 2 +- lib/libc/stdio/gets.c | 2 +- lib/libc/stdio/getw.c | 2 +- lib/libc/stdio/makebuf.c | 2 +- lib/libc/stdio/mktemp.c | 2 +- lib/libc/stdio/perror.c | 2 +- lib/libc/stdio/putc.c | 2 +- lib/libc/stdio/putchar.c | 2 +- lib/libc/stdio/puts.c | 2 +- lib/libc/stdio/putw.c | 2 +- lib/libc/stdio/refill.c | 2 +- lib/libc/stdio/remove.c | 2 +- lib/libc/stdio/rewind.c | 2 +- lib/libc/stdio/rget.c | 2 +- lib/libc/stdio/setbuf.c | 2 +- lib/libc/stdio/setbuffer.c | 2 +- lib/libc/stdio/setvbuf.c | 2 +- lib/libc/stdio/stdio.c | 2 +- lib/libc/stdio/tempnam.c | 2 +- lib/libc/stdio/tmpfile.c | 2 +- lib/libc/stdio/tmpnam.c | 2 +- lib/libc/stdio/ungetc.c | 2 +- lib/libc/stdio/vfscanf.c | 2 +- lib/libc/stdio/vprintf.c | 2 +- lib/libc/stdio/vscanf.c | 2 +- lib/libc/stdio/vsnprintf.c | 2 +- lib/libc/stdio/vsprintf.c | 2 +- lib/libc/stdio/vsscanf.c | 2 +- lib/libc/stdio/wbuf.c | 2 +- lib/libc/stdio/wsetup.c | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index c373ac2..771297f 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index e6558fe..964dc3f 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fdopen.c b/lib/libc/stdio/fdopen.c index e28727b..1e80d94 100644 --- a/lib/libc/stdio/fdopen.c +++ b/lib/libc/stdio/fdopen.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index bc2c9fb..3ff67dd 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index dd54c1e..fe80daa 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index e3e24fe..b03534d 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index adb5c52..d0c5060 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index 867ff25..df8ef74 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index 39aadd4..49fefc9 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index e3722a7..90459e3 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index da3a409..d08ef04 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 4d47d8a..b7f3e4e 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 89ad2a7..9a40fa8 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c index 95a62c3..59ca411 100644 --- a/lib/libc/stdio/fopen.c +++ b/lib/libc/stdio/fopen.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index 360075b..9ca0cf1 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index 7828e61..f4428ca 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index 39d587d..d018671 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index 22011dc..0337011 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index 0a8e959..eb2c770 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 4e11e83..1f59739 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index 77755da..0f82b8d 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index fe5d069..d14ff0b 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/funopen.c b/lib/libc/stdio/funopen.c index 139647d..e61050a 100644 --- a/lib/libc/stdio/funopen.c +++ b/lib/libc/stdio/funopen.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 3de1f8a..73f8215 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index 026bfcb..3b45c73 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index d3af239..7f4c343 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 7077edc..5f92784 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index ce8a7b0..89c0f1b 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index 637aa46..836178a 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index e5e3470..91b2079 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index 8655cf0..dd95101 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index 78e525a..2688683 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -33,7 +33,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index dad8008..630ef29 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -32,7 +32,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index 9323c5e..1abff5c 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index b0ee85c..b23326a 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 5c16151..3d7fdbd 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index 85c9bff..4ff8413 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index 52b30b3..d86ebdc 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index 5f61347..9b076d9 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c index a548c4b..96075de 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index 2c0badc..965700b 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index 4ea86e5..1e17f6c 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index 1374282..d06b8e7 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index c4afd3c..11281da 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index d356129..c187bd0 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index 9901565..0460294 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -32,7 +32,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index 5f9f8eb..0b1d58a 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index 3a5e471..a543f1e 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index 96ffa6f..1a44e15 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index fdd5eff..f1ef660 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index 3388453..71babdf 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index 68d5270..b61e891 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index 5ef2c0d..e72db03 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index 261dc42..cd1751a 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index f810605..f11234c 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index b342640..80a1a42 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -36,7 +36,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint) diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index b477848..f1fe7e0 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -35,7 +35,7 @@ */ #ifdef __ORCAC__ -segment "gno_stdio_"; +segment "libc_stdio"; #endif #if defined(LIBC_SCCS) && !defined(lint)