Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-15 | libiberty/ChangeLog: | Jim Blandy | 3 | -4/+25 | |
2003-05-14 Jim Blandy <jimb@redhat.com> * hex.c (_hex_value): Make this unsigned. (hex_value): Update documentation for new return type. hex_value now expands to an unsigned int expression, to avoid unexpected sign extension when we store it in a bfd_vma, which is larger than int on some platforms. * functions.texi: Regenerated. include/ChangeLog: 2003-05-14 Jim Blandy <jimb@redhat.com> * libiberty.h (hex_value): Make the value an unsigned int, to avoid unexpected sign-extension when cast to unsigned types larger than int --- like bfd_vma, on some platforms. (_hex_value): Update declaration. | |||||
2003-05-07 | s/burtle/iterative | Jason Merrill | 2 | -2/+2 | |
2003-05-07 | merge from gcc | DJ Delorie | 2 | -2/+7 | |
2003-05-07 | libiberty/ | Jason Merrill | 6 | -85/+379 | |
* hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro. | |||||
2003-05-04 | merge from gcc | DJ Delorie | 3 | -504/+77 | |
2003-05-03 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2003-04-22 | merge from gcc | DJ Delorie | 2 | -11/+20 | |
2003-04-16 | merge from gcc | DJ Delorie | 8 | -86/+349 | |
2003-04-16 | merge from gcc | DJ Delorie | 1 | -1/+1 | |
2003-04-16 | merge from gcc | DJ Delorie | 9 | -91/+297 | |
2003-04-15 | merge from gcc | DJ Delorie | 1 | -8/+50 | |
2003-04-15 | merge from gcc | DJ Delorie | 12 | -30/+41 | |
2003-04-15 | merge from gcc | DJ Delorie | 2 | -0/+12 | |
2003-04-15 | merge from gcc | DJ Delorie | 3 | -4/+13 | |
2003-04-15 | merge from gcc | DJ Delorie | 13 | -20/+35 | |
2003-04-15 | merge from gcc | DJ Delorie | 2 | -5/+20 | |
2003-04-14 | merge from gcc | DJ Delorie | 3 | -90/+93 | |
2003-03-23 | * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS) | Alexandre Oliva | 2 | -4/+15 | |
instead of $$CC alone. (install_to_tooldir): Use it. | |||||
2003-03-17 | merge from gcc | DJ Delorie | 2 | -4/+24 | |
2003-03-12 | merge from gcc | DJ Delorie | 2 | -2/+10 | |
2003-03-12 | merge from gcc | DJ Delorie | 2 | -3/+22 | |
2003-03-11 | merge from gcc | DJ Delorie | 2 | -23/+32 | |
2003-03-04 | merge from gcc | DJ Delorie | 2 | -0/+13 | |
2003-02-27 | merge from gcc | DJ Delorie | 2 | -39/+44 | |
2003-02-27 | merge from gcc | DJ Delorie | 2 | -0/+82 | |
2003-02-24 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2003-02-22 | merge from gcc | DJ Delorie | 6 | -66/+142 | |
2003-02-21 | merge from gcc | DJ Delorie | 5 | -88/+215 | |
2003-02-21 | merge from gcc | DJ Delorie | 5 | -54/+122 | |
2003-02-21 | merge from gcc | DJ Delorie | 6 | -7/+112 | |
2003-02-20 | * Makefile.in (CFILES): Add lrealpath.c. | Daniel Jacobowitz | 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. | |||||
2003-02-20 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2003-02-20 | * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to | Alexandre Oliva | 3 | -0/+8 | |
config.status. * configure: Rebuilt. | |||||
2003-02-13 | merge from gcc | DJ Delorie | 2 | -15/+32 | |
2003-02-13 | merge from gcc | DJ Delorie | 3 | -1/+15 | |
2003-02-04 | merge from gcc | DJ Delorie | 2 | -2/+6 | |
2003-01-30 | merge from gcc | DJ Delorie | 4 | -128/+139 | |
2003-01-28 | * Makefile.in (all-subdir, check-subdir, installcheck-subdir) | Alexandre Oliva | 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). | |||||
2003-01-28 | * Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use | Alexandre Oliva | 2 | -5/+10 | |
/`$$CC -print-multi-os-directory`. | |||||
2003-01-26 | include/ | Daniel Jacobowitz | 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. | |||||
2003-01-25 | merge from gcc | DJ Delorie | 5 | -153/+38 | |
2003-01-24 | merge from gcc | DJ Delorie | 15 | -843/+1225 | |
2003-01-20 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2003-01-09 | merge from gcc | DJ Delorie | 2 | -0/+10 | |
2002-12-04 | merge from gcc | DJ Delorie | 2 | -0/+6 | |
2002-11-24 | merge from gcc | DJ Delorie | 2 | -0/+6 | |
2002-11-22 | merge from gcc | DJ Delorie | 4 | -4/+417 | |
2002-11-16 | merge whitespace tweaks from gcc | DJ Delorie | 1 | -5/+5 | |
2002-11-16 | * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be | Jakub Jelinek | 2 | -50/+63 | |
used with arguments in traditional C' warnings. | |||||
2002-10-16 | * config.bfd (s390-*-linux*): Add targ64_selvecs. | Jakub Jelinek | 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. |