]> git.ipfire.org Git - thirdparty/glibc.git/commit
* Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed
authorRoland McGrath <roland@gnu.org>
Thu, 25 Mar 2004 03:54:03 +0000 (03:54 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 25 Mar 2004 03:54:03 +0000 (03:54 +0000)
commitdb2f05ba83cd9eaae24b30166816e5169bbae2c0
tree0e742754c54aafc31d38af146808d06300a65286
parent61044c288ab5c7c4687205b0bf136e5358bfe1d1
* Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed

substitutions; the semicolon terminators are enough for ld anyway.

* elf/dl-deps.c (_dl_map_object_deps): Use alloca instead of
dynamically sized auto array in function already using alloca.
* locale/programs/ld-ctype.c (ctype_output): Likewise.
* locale/programs/ld-time.c (time_output): Likewise.
* elf/dl-misc.c (_dl_debug_vdprintf): Use macro instead of const for
IOV array size.
* locale/programs/charmap.c (charmap_read): Avoid alloca (or strdupa)
when also using dynamically-sized auto array.
* locale/programs/locfile.c (locfile_read): Likewise.
* locale/programs/repertoire.c (repertoire_read): Likewise.
* nis/nis_print_group_entry.c (nis_print_group_entry): Likewise.
* locale/programs/locarchive.c (enlarge_archive): Likewise.
* posix/annexc.c (check_header): Likewise.

* iconv/gconv_int.h (norm_add_slashes): Don't handle null SUFFIX.
strlen ("") gets optimized away just as well.
* intl/loadmsgcat.c (_nl_init_domain_conv): Update caller.
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20 files changed:
ChangeLog
Makerules
elf/dl-deps.c
elf/dl-misc.c
iconv/gconv_int.h
intl/loadmsgcat.c
locale/programs/charmap.c
locale/programs/ld-ctype.c
locale/programs/ld-time.c
locale/programs/locarchive.c
locale/programs/locfile.c
locale/programs/repertoire.c
nis/nis_print_group_entry.c
nptl/ChangeLog
nptl/sysdeps/i386/pthread_spin_lock.c
nptl_db/ChangeLog
nptl_db/fetch-value.c
nptl_db/thread_dbP.h
posix/annexc.c
wcsmbs/wcsmbsload.c