Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from gcc | DJ Delorie | 2003-03-12 | 2 | -2/+10 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-03-12 | 2 | -3/+22 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-03-11 | 2 | -23/+32 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-03-04 | 2 | -0/+13 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-27 | 2 | -39/+44 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-27 | 2 | -0/+82 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-24 | 2 | -2/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-22 | 6 | -66/+142 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-21 | 5 | -88/+215 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-21 | 5 | -54/+122 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-21 | 6 | -7/+112 |
| | |||||
* | * Makefile.in (CFILES): Add lrealpath.c. | Daniel Jacobowitz | 2003-02-20 | 9 | -121/+426 |
| | | | | | | | | | | | | | | | (REQUIRED_OFILES): Add lrealpath.o. (lrealpath.o): Add rule. * aclocal.m4 (libiberty_NEED_DECLARATION): Add. * configure.in: Add realpath and canonicalize_file_name to checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION for canonicalize_file_name. * lrealpath.c: New file. * make-relative-prefix.c: Update documentation. (make_relative_prefix): Simplify. Use lbasename and lrealpath. * config.in: Regenerated. * configure: Regenerated. * functions.texi: Regenerated. | ||||
* | merge from gcc | DJ Delorie | 2003-02-20 | 2 | -1/+5 |
| | |||||
* | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to | Alexandre Oliva | 2003-02-20 | 3 | -0/+8 |
| | | | | | config.status. * configure: Rebuilt. | ||||
* | merge from gcc | DJ Delorie | 2003-02-13 | 2 | -15/+32 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-13 | 3 | -1/+15 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-02-04 | 2 | -2/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-30 | 4 | -128/+139 |
| | |||||
* | * Makefile.in (all-subdir, check-subdir, installcheck-subdir) | Alexandre Oliva | 2003-01-28 | 2 | -1/+9 |
| | | | | | | | (info-subdir, install-info-subdir, clean-info-subdir) (dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir) (clean-subdir, distclean-subdir, maintainer-clean-subdir): Pass $(FLAGS_TO_PASS). | ||||
* | * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use | Alexandre Oliva | 2003-01-28 | 2 | -5/+10 |
| | | | | /`$$CC -print-multi-os-directory`. | ||||
* | include/ | Daniel Jacobowitz | 2003-01-26 | 2 | -2/+76 |
| | | | | | | | | | | | * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. (htab_create_alloc_ex): New prototype. (htab_set_functions_ex): New prototype. libiberty/ * hashtab.c (htab_create_alloc_ex): New function. (hatab_set_functions_ex): New function. (htab_delete, htab_expand): Support alternate allocation functions. | ||||
* | merge from gcc | DJ Delorie | 2003-01-25 | 5 | -153/+38 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-24 | 15 | -843/+1225 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-20 | 2 | -2/+8 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-09 | 2 | -0/+10 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-12-04 | 2 | -0/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-11-24 | 2 | -0/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-11-22 | 4 | -4/+417 |
| | |||||
* | merge whitespace tweaks from gcc | DJ Delorie | 2002-11-16 | 1 | -5/+5 |
| | |||||
* | * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be | Jakub Jelinek | 2002-11-16 | 2 | -50/+63 |
| | | | | used with arguments in traditional C' warnings. | ||||
* | * config.bfd (s390-*-linux*): Add targ64_selvecs. | Jakub Jelinek | 2002-10-16 | 2 | -0/+5 |
| | | | | | | | | | | | | | (s390x-*-linux*): Add targ_selvecs. * config.table: Use mh-s390pic for s390x too. * configure.tgt (s390x-*-linux*): Add elf_s390 emulation. (s390-*-linux*): Add elf64_s390 emulation if want64. * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22 genscript.sh changes. * emulparams/elf_x86_64.sh (LIB_PATH): Likewise. * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs. | ||||
* | merge from gcc | DJ Delorie | 2002-10-06 | 2 | -10/+14 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-09-23 | 2 | -1/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-09-20 | 9 | -28/+46 |
| | |||||
* | Update email addresses for bugs and patches. | Nick Clifton | 2002-09-19 | 2 | -1/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-09-12 | 7 | -396/+214 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-09-06 | 2 | -1/+5 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-08-07 | 2 | -81/+33 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-07-29 | 2 | -2/+4 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-07-10 | 3 | -1/+48 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-07-09 | 2 | -1/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-07-02 | 2 | -7/+36 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-07-01 | 4 | -141/+224 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-06-22 | 2 | -8/+13 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-06-18 | 2 | -12/+9 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-06-06 | 4 | -45/+64 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-05-13 | 2 | -1/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-05-08 | 3 | -142/+160 |
| | |||||
* | merge from gcc | DJ Delorie | 2002-05-07 | 5 | -110/+143 |
| | |||||
* | * hashtab.c (higher_prime_number): Use 7 as minimum. | Richard Henderson | 2002-04-10 | 2 | -32/+52 |
| | | | | | (find_empty_slot_for_expand): Don't compute hash2 unless needed. (htab_find_slot_with_hash): Likewise. |