about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-06-0814-17/+125
| | | | | | | | | | | | | | | | * include/elf.h: Include also <dl-dtprocnum.h>. * elf/dl-deps.c: Likewise. * elf/dl-lookup.c: Likewise. * elf/dl-runtime.c: Likewise. * elf/dl-version.c: Likewise. * elf/do-rel.h: Likewise. * elf/dynamic-link.h: Likewise. * elf/link.h: Likewise. * elf/rtld.c: Likewise. * sysdeps/generic/dl-dtprocnum.h: New file. * sysdeps/ia64/dl-dtprocnum.h: New file. * sysdeps/mips/dl-dtprocnum.h: New file. * sysdeps/sparc/dl-dtprocnum.h: New file.
* Update.Ulrich Drepper2000-06-082-1/+3
| | | | * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
* Update.Ulrich Drepper2000-06-082-2/+4
| | | | * elf/do-lookup.h: Add some __builtin_expect.
* Update.Ulrich Drepper2000-06-086-18/+48
| | | | | | | | | | | | * dlfcn/dlfcn.h: Pretty print dladdr declaraction. * elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK. (_dl_dynamic_weak): New variable. * elf/dl-support.c: Likewise. * sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak. * elf/do-lookup.h: If we find a weak definition treat it like a normal symbol unless _dl_dynamic_weak is nonzero. In the latter case treat it like before.
* Update.Ulrich Drepper2000-06-083-1/+12
| | | | | | * elf/dl-addr.c (_dl_addr): Fill in correct information if symbol is in main program. * elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
* Update.Ulrich Drepper2000-06-082-5/+9
| | | | | * elf/dl-addr.c (_dl_addr): Do exact testing of address range using l_map_start and l_map_end.
* Update.Ulrich Drepper2000-06-082-8/+12
| | | | * elf/dl-version.c: Add __builtin_expect in many places.
* Update.Ulrich Drepper2000-06-077-59/+194
| | | | | | | 2000-06-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Update.
* Update.Ulrich Drepper2000-06-074-0/+78
| | | | | | | | | | | | | | | | | 2000-06-04 Kaz Kylheku <kaz@ashi.footprints.net> Lock for stdio stream list becomes global, for use in LinuxThreads. * libio/genops.c (_IO_iter_begin, _IO_iter_end, _IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock, _IO_list_resetlock): New interface for iterating global list of streams without accessing the _IO_list_all global variable, and for manipulating the lock which protects this list. * libio/libioP.h: Likewise. * libio/Version: Add entries for the new functions. * libio/libioP.h (_IO_ITER): New typedef, just an alias for pointer to _IO_FILE.
* Update.Ulrich Drepper2000-06-072-14/+23
| | | | | * locale/programs/ld-ctype.c (set_class_defaults): Several uses of BIT() must actually be BITw().
* Update.Ulrich Drepper2000-06-072-0/+12
| | | | * locale/programs/ld-ctype.c: Handle SP and space consistently.
* Update.Ulrich Drepper2000-06-072-1/+8
| | | | | | | 2000-06-07 Ulrich Drepper <drepper@redhat.com> * locale/programs/charmap.c: Allow string arguments for code_set_name and repertoiremap.
* Update.Ulrich Drepper2000-06-073-0/+16
| | | | | | | | | | | | 2000-06-07 Andreas Jaeger <aj@suse.de> * elf/Makefile: Build ldconfig only when building shared libraries. 2000-06-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if __USE_ISOC99. (fdimf, __fdim, fdim): Likewise.
* Update.Ulrich Drepper2000-06-071-0/+5
| | | | | | | 2000-06-07 Ulrich Drepper <drepper@redhat.com> * locale/findlocale.c: Add __builtin_expect in many places. * locale/loadlocale.c: Likewise.
* Add __builtin_expect in many places.Ulrich Drepper2000-06-072-23/+26
|
* * sysdeps/mips/elf/start.S: Trim redundant code.Greg McGary2000-06-072-11/+4
| | | | * sysdeps/mips/elf/start.S: Trim redundant code.
* Update.Ulrich Drepper2000-06-061-1/+11
| | | | | | | | | | | | | | * iconvdata/utf-16.c: Add __builtin_expect in many places. * iconvdata/unicode.c: Likewise. * iconvdata/uhc.c: Likewise. * iconvdata/t.61.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/johab.c: Likewise. * iconvdata/iso_6937.c: Likewise. * iconvdata/iso_6937-2.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/iso646.c: Likewise. * iconvdata/iso-2022-kr.c: Likewise.
* Add __builtin_expect in many places.Ulrich Drepper2000-06-065-55/+69
|
* * sysdeps/powerpc/memset.S: Define & use symbolic register names. Greg McGary2000-06-066-378/+408
| | | | | | | | | | | | | | Use C comments throughout. Line up operands column with tabs. * sysdeps/powerpc/strchr.S: Likewise. * sysdeps/powerpc/strcmp.S: Likewise. * sysdeps/powerpc/strcpy.S: Likewise. * sysdeps/powerpc/strlen.S: Likewise. * sysdeps/powerpc/memset.S: Define & use symbolic register names. Use C comments throughout. Line up operands column with tabs. * sysdeps/powerpc/strchr.S: Likewise. * sysdeps/powerpc/strcmp.S: Likewise. * sysdeps/powerpc/strcpy.S: Likewise. * sysdeps/powerpc/strlen.S: Likewise.
* Add __builtin_expect in many places.Ulrich Drepper2000-06-065-55/+53
|
* * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Greg McGary2000-06-062-1/+6
| | | | | | | | Get low part of &__curbrk with @l. 2000-06-06 Greg McGary <greg@mcgary.org> * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Get low part of &__curbrk with @l.
* Fix typo.Ulrich Drepper2000-06-062-3/+3
|
* Update.Ulrich Drepper2000-06-069-109/+148
| | | | | | | | | | | | | 2000-06-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/iso-2022-kr.c: Add __builtin_expect in many places. * iconvdata/iso-2022-jp.c: Likewise. * iconvdata/iso-2022-cn.c: Likewise. * iconvdata/gbgbk.c: Likewise. * iconvdata/gbk.c: Likewise. * iconvdata/euc-kr.c: Likewise. * iconvdata/euc-jp.c: Likewise. * iconvdata/euc-cn.c: Likewise.
* Update.Ulrich Drepper2000-06-068-35/+53
| | | | | | | | | | | | | * iconvdata/big5hkscs.c: Add __builtin_expect in many places. * iconvdata/big5.c: Likewise. * iconvdata/ansi_x3.110.c: Likewise. * iconvdata/8bit-generic.c: Likewise. * iconvdata/8bit-gap.c: Likewise. * iconv/loop.c: Likewise. * iconv/gconv_db.c: Likewise. * iconv/gconv_dl.c: Likewise. * iconv/gconv_simple.c: Likewise. * iconv/skeleton.c: Likewise.
* Update.Ulrich Drepper2000-06-064-35/+43
| | | | | | * iconv/gconv_dl.c: Add __builtin_expect in many places. * iconv/skeleton.c: Add more __builtin_expect. * iconv/gconv_simple.c: Add __builtin_expect in many places.
* Update.Ulrich Drepper2000-06-0641-376/+1284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define. (struct __gconv_step_data): Rename __is_last to __flags. * iconv/gconv_close.c: Change all uses of __is_last. * iconv/skeleton.c: Likewise. * iconvdata/iso-2022-cn.c: Likewise. * iconvdata/iso-2022-jp.c: Likewise. * iconvdata/iso-2022-kr.c: Likewise. * iconv/gconv_open.c: Likewise. Avoid unneeded initializations. Recognize IGNORE error handling, set flag, and remove from name. * iconv/loop.c (ignore_errors_p): Define. Add flags parameter to both functions. * iconv/skeleton.c: Pass flags to all conversion functions. * iconv/gconv_simple.c: Add flags parameter to all functions. Don't return error for invald error if ignore flag is set. (ucs4_internal_loop_single): Add missing pointer increment. (internal_ucs4le_loop_single): Likewise. * iconv/iconv_prog.c: Implement handling of -c parameter. * iconvdata/8bit-gap.c: Don't return error for invald error if ignore flag is set. * iconvdata/8bit-generic.c: Likewise. * iconvdata/ansi_x3.110.c: Likewise. * iconvdata/big5.c: Likewise. * iconvdata/big5hkscs.c: Likewise. * iconvdata/euc-cn.c: Likewise. * iconvdata/euc-jp.c: Likewise. * iconvdata/euc-kr.c: Likewise. * iconvdata/gbgbk.c: Likewise. * iconvdata/gbk.c: Likewise. * iconvdata/iso-2022-cn.c: Likewise. * iconvdata/iso-2022-jp.c: Likewise. * iconvdata/iso-2022-kr.c: Likewise. * iconvdata/iso646.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/iso_6937-2.c: Likewise. * iconvdata/iso_6937.c: Likewise. * iconvdata/johab.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/t.61.c: Likewise. * iconvdata/uhc.c: Likewise. * iconvdata/unicode.c: Likewise. * iconvdata/utf-16.c: Likewise. * libio/fileops.c: Likewise. * libio/iofwide.c: Likewise. * wcsmbs/btowc.c: Likewise. * wcsmbs/mbrtowc.c: Likewise. * wcsmbs/mbsnrtowcs.c: Likewise. * wcsmbs/mbsrtowcs.c: Likewise. * wcsmbs/wcrtomb.c: Likewise. * wcsmbs/wcsnrtombs.c: Likewise. * wcsmbs/wcsrtombs.c: Likewise. * wcsmbs/wctob.c: Likewise. * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s change in all cases of
* Update.Ulrich Drepper2000-06-052-3/+9
| | | | | | | 2000-06-05 Ulrich Drepper <drepper@redhat.com> * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s in all cases of an error.
* Update.Ulrich Drepper2000-06-042-4/+14
| | | | | | | | 2000-06-04 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_dl.c (do_release_shlib): Don't reset reference counter for the object we are releasing, just decrement it. Patch by Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>.
* Update.Ulrich Drepper2000-06-045-3/+15
| | | | | | | 2000-06-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh if -ffast-math.
* Update.Ulrich Drepper2000-06-042-2/+4
| | | | | * iconvdata/Makefile (modules): Add BIG5HKSCS. (distribute): Add big5hkscs.c.
* Update.Ulrich Drepper2000-06-043-0/+12759
| | | | | | | | | 2000-06-04 Ulrich Drepper <drepper@redhat.com> * iconvdata/big5hkscs.c: New file. Modified from big5.c by Roger So <rogerso@sis.dhs.org>. * iconvdata/gconv-modules: Add entry for new module.
* Update.Ulrich Drepper2000-06-046-70/+80
| | | | | | | | | | | | | 2000-06-01 Jakub Jelinek <jakub@redhat.com> * libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all inlines to match prototypes in mathcalls.h. * libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise. * libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise. * libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise. * libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise. * sysdeps/powerpc/dl-start.S: Close open comment.
* Update.Ulrich Drepper2000-06-042-4/+7
| | | | * elf/elf.h (SHT_SUNW_move): Define.
* Update.Ulrich Drepper2000-06-031-0/+4
| | | | | | 2000-06-03 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add more Solaris compatiblity definitions.
* Add more Solaris compatiblity definitions.Ulrich Drepper2000-06-031-1/+37
|
* Update.Andreas Jaeger2000-06-032-1/+9
| | | | | | | | | | 2000-06-03 Andreas Jaeger <aj@suse.de> * sysdeps/powerpc/dl-start.S: Close open comment. 2000-06-03 Jakub Jelinek <jakub@redhat.com> * inet/Versions: Fix typo in rresvport_af export.
* * sysdeps/sparc/sparc32/pspinlock.c: Implement spinlocks. Andreas Jaeger2000-06-034-8/+156
| | | | | | | | | | * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: New. * sysdeps/sparc/sparc64/pspinlock.c: Implement spinlocks. 2000-06-02 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/pspinlock.c: Implement spinlocks. * sysdeps/sparc/sparc32/sparcv9/pspinlock.c: New. * sysdeps/sparc/sparc64/pspinlock.c: Implement spinlocks.
* * inet/Versions: Fix typo in rresvport_af export.Andreas Jaeger2000-06-031-1/+1
|
* Update.Ulrich Drepper2000-06-031-0/+4
| | | | | | 2000-06-02 Ulrich Drepper <drepper@redhat.com> * math/tgmath.h: Pretty print.
* Pretty print.Ulrich Drepper2000-06-031-2/+2
|
* Update.Andreas Jaeger2000-06-021-0/+5
| | | | | | | 2000-06-02 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo. Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
* * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo. Andreas Jaeger2000-06-021-4/+4
| | | | Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
* Update.Ulrich Drepper2000-06-022-2/+12
| | | | | | 2000-06-02 Ulrich Drepper <drepper@redhat.com> * elf/rtld.c (process_envvars): Test for = after variable name.
* Update.Ulrich Drepper2000-06-022-4/+8
| | | | | * sysdeps/generic/initfini.c (_init): One less relocation. Don't have extra call to __gmon_start__, use the pointer we already have.
* Update.Ulrich Drepper2000-06-025-43/+69
| | | | | * elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before shifting.
* Update.Ulrich Drepper2000-06-013-3/+13
| | | | | | | | 2000-06-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/elf/setjmp.S: Work around change is recent binutils. gas now emits a jump through the PLT instead of a relative jump if the jump target is an exported symbol.
* Update.Ulrich Drepper2000-05-311-1/+5
| | | | | | 2000-05-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.
* Define AIX_CBAUD.Ulrich Drepper2000-05-311-0/+1
|
* * sysdeps/mips/pspinlock.c: Implement spinlocks.Andreas Jaeger2000-05-312-4/+34
| | | | | | 2000-05-31 Andreas Jaeger <aj@suse.de> * sysdeps/mips/pspinlock.c: Implement spinlocks.
* Update.Andreas Jaeger2000-05-313-1/+19
| | | | | | | | | | | | | | 2000-05-31 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for gregset_t. * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache. Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>. * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of syscall. * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.