collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.

* collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,
	gensupport.c, protoize.c, toplev.c: Replace calls to
	`unlock_stream' with `unlock_std_streams'.

java:
	* gjavah.c, jcf-dump.c, jv-scan.c, jvgenmain.c: Replace calls
	to `unlock_stream' with `unlock_std_streams'.

From-SVN: r98753
This commit is contained in:
Kaveh R. Ghazi 2005-04-26 00:24:02 +00:00 committed by Kaveh Ghazi
parent 3e591bd21b
commit 2653bb0c12
14 changed files with 23 additions and 36 deletions

View File

@ -1,3 +1,9 @@
2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,
gensupport.c, protoize.c, toplev.c: Replace calls to
`unlock_stream' with `unlock_std_streams'.
2005-04-25 Devang Patel <dpatel@apple.com>
* dbxout.c (dbxout_type): Emit attribute vector.

View File

@ -832,9 +832,7 @@ main (int argc, char **argv)
#endif
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -5996,9 +5996,7 @@ main (int argc, const char **argv)
#endif
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -78,9 +78,7 @@ main (int argc ATTRIBUTE_UNUSED, char **argv)
int opt;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
while ((opt = getopt_long (argc, argv, "hlpv", options, NULL)) != -1)
{

View File

@ -348,9 +348,7 @@ main (int argc, char **argv)
int argno;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -140,9 +140,7 @@ main (int argc ATTRIBUTE_UNUSED, char **argv)
progname = &argv[0][i];
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
INIT_SSTRING (&linebuf);

View File

@ -907,9 +907,7 @@ init_md_reader_args_cb (int argc, char **argv, bool (*parse_opt)(const char *))
rtx desc;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
for (i = 1; i < argc; i++)
{

View File

@ -1,3 +1,8 @@
2005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gjavah.c, jcf-dump.c, jv-scan.c, jvgenmain.c: Replace calls
to `unlock_stream' with `unlock_std_streams'.
2005-04-25 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (java/decl.o, java/resource.o): Depend on $(EXPR_H)

View File

@ -2389,9 +2389,7 @@ main (int argc, char** argv)
int opt;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -941,9 +941,7 @@ main (int argc, char** argv)
int argi, opt;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -148,9 +148,7 @@ main (int argc, char **argv)
out = stdout;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -59,9 +59,7 @@ main (int argc, char **argv)
int i, last_arg;
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -4392,9 +4392,7 @@ main (int argc, char **const argv)
#endif
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();

View File

@ -1619,9 +1619,7 @@ general_init (const char *argv0)
hex_init ();
/* Unlock the stdio streams. */
unlock_stream (stdin);
unlock_stream (stdout);
unlock_stream (stderr);
unlock_std_streams ();
gcc_init_libintl ();