aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2003-07-05merge from gccDJ Delorie2-6/+14
2003-07-03merge from gccDJ Delorie2-1/+13
2003-06-262003-06-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+265
* testsuite/demangle-expected: Add more GNU V3 testcases.
2003-06-22merge from gccDJ Delorie5-18/+209
2003-06-22merge from gccDJ Delorie2-10/+21
2003-06-19merge from gccDJ Delorie5-10/+39
2003-06-13merge from gccDJ Delorie5-62/+105
2003-06-05merge from gccDJ Delorie2-1/+6
2003-06-03asprintf.c: Change comment to note that -1 is returned upon error.Nick Clifton4-7/+15
vasprintf.c: Likewise. (vasprintf): Return -1 upon error. functions.texi: Document changes to asprintf and vasprintf.
2003-05-20* config.table: Accept i[345867]86 variant.DJ Delorie2-2/+6
2003-05-15libiberty/ChangeLog:Jim Blandy3-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-07s/burtle/iterativeJason Merrill2-2/+2
2003-05-07merge from gccDJ Delorie2-2/+7
2003-05-07libiberty/Jason Merrill6-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-04merge from gccDJ Delorie3-504/+77
2003-05-03merge from gccDJ Delorie2-1/+5
2003-04-22merge from gccDJ Delorie2-11/+20
2003-04-16merge from gccDJ Delorie8-86/+349
2003-04-16merge from gccDJ Delorie1-1/+1
2003-04-16merge from gccDJ Delorie9-91/+297
2003-04-15merge from gccDJ Delorie1-8/+50
2003-04-15merge from gccDJ Delorie12-30/+41
2003-04-15merge from gccDJ Delorie2-0/+12
2003-04-15merge from gccDJ Delorie3-4/+13
2003-04-15merge from gccDJ Delorie13-20/+35
2003-04-15merge from gccDJ Delorie2-5/+20
2003-04-14merge from gccDJ Delorie3-90/+93
2003-03-23* Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)Alexandre Oliva2-4/+15
instead of $$CC alone. (install_to_tooldir): Use it.
2003-03-17merge from gccDJ Delorie2-4/+24
2003-03-12merge from gccDJ Delorie2-2/+10
2003-03-12merge from gccDJ Delorie2-3/+22
2003-03-11merge from gccDJ Delorie2-23/+32
2003-03-04merge from gccDJ Delorie2-0/+13
2003-02-27merge from gccDJ Delorie2-39/+44
2003-02-27merge from gccDJ Delorie2-0/+82
2003-02-24merge from gccDJ Delorie2-2/+8
2003-02-22merge from gccDJ Delorie6-66/+142
2003-02-21merge from gccDJ Delorie5-88/+215
2003-02-21merge from gccDJ Delorie5-54/+122
2003-02-21merge from gccDJ Delorie6-7/+112
2003-02-20 * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz9-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-20merge from gccDJ Delorie2-1/+5
2003-02-20* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS toAlexandre Oliva3-0/+8
config.status. * configure: Rebuilt.
2003-02-13merge from gccDJ Delorie2-15/+32
2003-02-13merge from gccDJ Delorie3-1/+15
2003-02-04merge from gccDJ Delorie2-2/+6
2003-01-30merge from gccDJ Delorie4-128/+139
2003-01-28* Makefile.in (all-subdir, check-subdir, installcheck-subdir)Alexandre Oliva2-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), useAlexandre Oliva2-5/+10
/`$$CC -print-multi-os-directory`.
2003-01-26include/Daniel Jacobowitz2-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.