From 795985e4e751b105398a0ed5e77e754694b7bb10 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Dec 2003 18:02:21 +0000 Subject: [PATCH] Update. 2003-12-29 Andreas Schwab * stdio-common/Makefile (CFLAGS-errlist.c, CFLAGS-siglist.c): Add $(fno_unit_at_a_time) to avoid reordering assembler output. (push_fail_stack): Change fs->alloc only after successful realloc. (set_regs): If proceed_next_node returns -2, free eps_via_nodes and fs. --- ChangeLog | 11 +++++++---- nptl/ChangeLog | 4 ++++ stdio-common/Makefile | 2 ++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa3b4cb..b00c920 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,17 @@ +2003-12-29 Andreas Schwab + + * stdio-common/Makefile (CFLAGS-errlist.c, CFLAGS-siglist.c): Add + $(fno_unit_at_a_time) to avoid reordering assembler output. + 2003-12-29 Jakub Jelinek * posix/regexec.c (re_copy_regs): Revert comment change. Avoid memory leak if realloc fails. (proceed_next_node): Return -2 if re_node_set_insert fails. Return -2 if push_fail_stack fails. - (push_fail_stack): Change fs->alloc only after successful - realloc. + (push_fail_stack): Change fs->alloc only after successful realloc. (pop_fail_stack): Formatting. - (set_regs): If proceed_next_node returns -2, free eps_via_nodes - and fs. + (set_regs): If proceed_next_node returns -2, free eps_via_nodes and fs. (check_arrival_add_next_nodes): Merge identical statements from if branches. diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1fda8e4..3fb9e1d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-12-29 Jakub Jelinek + + * tst-raise1.c: Include stdio.h. + 2003-12-23 Jakub Jelinek * sysdeps/unix/sysv/linux/raise.c (raise): Protect pid = selftid diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 7b12089..9c50b95 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -87,6 +87,8 @@ CFLAGS-tempname.c = -fexceptions CFLAGS-psignal.c = -fexceptions CFLAGS-vprintf.c = -fexceptions CFLAGS-cuserid.c = -fexceptions +CFLAGS-errlist.c = $(fno-unit-at-a-time) +CFLAGS-siglist.c = $(fno-unit-at-a-time) tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata -- 2.7.4