diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-29 18:02:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-29 18:02:21 +0000 |
commit | 795985e4e751b105398a0ed5e77e754694b7bb10 (patch) | |
tree | a91d2bd91b27afab0f3871e8cd4052adab0d7cb5 /stdio-common | |
parent | 447777715a7d19266686b09f4eb1e71238d9568a (diff) | |
download | glibc-795985e4e751b105398a0ed5e77e754694b7bb10.tar.gz glibc-795985e4e751b105398a0ed5e77e754694b7bb10.tar.xz glibc-795985e4e751b105398a0ed5e77e754694b7bb10.zip |
Update.
2003-12-29 Andreas Schwab <schwab@suse.de> * 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.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |