summaryrefslogtreecommitdiffstats
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
...
* merge from gccDJ Delorie2003-07-052-6/+14
|
* merge from gccDJ Delorie2003-07-032-1/+13
|
* 2003-06-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-262-1/+265
| | | | * testsuite/demangle-expected: Add more GNU V3 testcases.
* merge from gccDJ Delorie2003-06-225-18/+209
|
* merge from gccDJ Delorie2003-06-222-10/+21
|
* merge from gccDJ Delorie2003-06-195-10/+39
|
* merge from gccDJ Delorie2003-06-135-62/+105
|
* merge from gccDJ Delorie2003-06-052-1/+6
|
* asprintf.c: Change comment to note that -1 is returned upon error.Nick Clifton2003-06-034-7/+15
| | | | | vasprintf.c: Likewise. (vasprintf): Return -1 upon error. functions.texi: Document changes to asprintf and vasprintf.
* * config.table: Accept i[345867]86 variant.DJ Delorie2003-05-202-2/+6
|
* libiberty/ChangeLog:Jim Blandy2003-05-153-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.
* s/burtle/iterativeJason Merrill2003-05-072-2/+2
|
* merge from gccDJ Delorie2003-05-072-2/+7
|
* libiberty/Jason Merrill2003-05-076-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.
* merge from gccDJ Delorie2003-05-043-504/+77
|
* merge from gccDJ Delorie2003-05-032-1/+5
|
* merge from gccDJ Delorie2003-04-222-11/+20
|
* merge from gccDJ Delorie2003-04-168-86/+349
|
* merge from gccDJ Delorie2003-04-161-1/+1
|
* merge from gccDJ Delorie2003-04-169-91/+297
|
* merge from gccDJ Delorie2003-04-151-8/+50
|
* merge from gccDJ Delorie2003-04-1512-30/+41
|
* merge from gccDJ Delorie2003-04-152-0/+12
|
* merge from gccDJ Delorie2003-04-153-4/+13
|
* merge from gccDJ Delorie2003-04-1513-20/+35
|
* merge from gccDJ Delorie2003-04-152-5/+20
|
* merge from gccDJ Delorie2003-04-143-90/+93
|
* * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)Alexandre Oliva2003-03-232-4/+15
| | | | | instead of $$CC alone. (install_to_tooldir): Use it.
* merge from gccDJ Delorie2003-03-172-4/+24
|
* merge from gccDJ Delorie2003-03-122-2/+10
|
* merge from gccDJ Delorie2003-03-122-3/+22
|
* merge from gccDJ Delorie2003-03-112-23/+32
|
* merge from gccDJ Delorie2003-03-042-0/+13
|
* merge from gccDJ Delorie2003-02-272-39/+44
|
* merge from gccDJ Delorie2003-02-272-0/+82
|
* merge from gccDJ Delorie2003-02-242-2/+8
|
* merge from gccDJ Delorie2003-02-226-66/+142
|
* merge from gccDJ Delorie2003-02-215-88/+215
|
* merge from gccDJ Delorie2003-02-215-54/+122
|
* merge from gccDJ Delorie2003-02-216-7/+112
|
* * Makefile.in (CFILES): Add lrealpath.c.Daniel Jacobowitz2003-02-209-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 gccDJ Delorie2003-02-202-1/+5
|
* * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS toAlexandre Oliva2003-02-203-0/+8
| | | | | config.status. * configure: Rebuilt.
* merge from gccDJ Delorie2003-02-132-15/+32
|
* merge from gccDJ Delorie2003-02-133-1/+15
|
* merge from gccDJ Delorie2003-02-042-2/+6
|
* merge from gccDJ Delorie2003-01-304-128/+139
|
* * Makefile.in (all-subdir, check-subdir, installcheck-subdir)Alexandre Oliva2003-01-282-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), useAlexandre Oliva2003-01-282-5/+10
| | | | /`$$CC -print-multi-os-directory`.
* include/Daniel Jacobowitz2003-01-262-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.
OpenPOWER on IntegriCloud