aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2003-11-18merge from gccDJ Delorie3-2/+9
2003-10-31merge from gccDJ Delorie2-2/+6
2003-10-30merge from gccDJ Delorie1-5/+12
2003-10-30merge from gccDJ Delorie2-2/+7
2003-10-21merge from gccDJ Delorie1-1/+1
2003-10-20 * cplus-dem.c (demangle_template): Register a new Btype onlyJoel Brobecker3-4/+16
when needed. * testsuite/demangle-expected: Add a new test.
2003-10-162003-10-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* testsuite/demangle-expected: Update the expected output of _GLOBAL__I__Z2fnv.
2003-10-02 * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz2-8/+7
and sys_errlist using different names.
2003-10-01 * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz2-1/+13
strerror is available.
2003-10-012003-10-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-17/+43
* configure.in: Check if $MAKEINFO is missing. * configure: Regenerated.
2003-09-25 * configure.in: Use AC_PROG_CPP_WERROR.Daniel Jacobowitz3-679/+424
* configure: Regenerated.
2003-09-222003-09-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-46/+98
* floatformat.h (struct floatformat): Add field "is_valid". 2003-09-22 Andrew Cagney <cagney@redhat.com> * floatformat.c (floatformat_i387_ext_is_valid): New function. (floatformat_always_valid): New function. (floatformat_i387_ext): Initialize new "is_valid" field to "floatformat_i387_ext_is_valid". (floatformat_ieee_single_little): Initialize "is_valid" field to floatformat_always_valid. (floatformat_ieee_double_big): Ditto. (floatformat_ieee_double_little): Ditto. (floatformat_ieee_double_little): Ditto. (floatformat_ieee_double_littlebyte_bigword): Ditto. (floatformat_i960_ext): Ditto. (floatformat_m88110_ext): Ditto. (floatformat_m88110_harris_ext): Ditto. (floatformat_arm_ext_big): Ditto. (floatformat_arm_ext_littlebyte_bigword): Ditto. (floatformat_ia64_spill_big): Ditto. (floatformat_ia64_spill_little): Ditto. (floatformat_ia64_quad_big): Ditto. (floatformat_ia64_quad_little): Ditto. (floatformat_ia64_quad_little): Ditto. (floatformat_is_valid): Call "is_valid".
2003-09-16Index: include/ChangeLogAndrew Cagney2-7/+14
2003-09-15 Andrew Cagney <cagney@redhat.com> * floatformat.h (floatformat_to_double): Make input buffer constant. (floatformat_from_double, floatformat_is_valid): Ditto. Index: libiberty/ChangeLog 2003-09-15 Andrew Cagney <cagney@redhat.com> * floatformat.c (get_field): Make "data" constant. (floatformat_is_valid, floatformat_to_double): Make "from" constant, fix casts. (floatformat_from_double): Make "from" constant.
2003-09-15 * floatformat.c (floatformat_is_valid): New function.Daniel Jacobowitz2-3/+41
(get_field, put_field): Correct comments.
2003-09-06merge from gccDJ Delorie2-1/+6
2003-09-03merge from gccDJ Delorie3-27/+99
2003-08-27 * aclocal.m4: Include acx.m4 and no-executables.m4.Daniel Jacobowitz4-2069/+5939
(libiberty_AC_FUNC_STRNCMP): Use AC_LIBOBJ. (LIB_AC_PROG_CC): Remove. * configure.in: Update AC_PREREQ to 2.57. Use GCC_NO_EXECUTABLES. Use AC_PROG_CC and set ac_libiberty_warn_cflags instead of using LIB_AC_PROG_CC. Use AC_LIBOBJ. Call AC_ISC_POSIX later, only if performing link tests. * configure: Regenerated.
2003-08-12merge from gccDJ Delorie2-2/+6
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