From 795985e4e751b105398a0ed5e77e754694b7bb10 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Dec 2003 18:02:21 +0000 Subject: 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. --- stdio-common/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdio-common') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 7b12089e35..9c50b954d5 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 -- cgit 1.4.1