summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* Merge mainline to intercu branch - 2004-09-15Daniel Jacobowitz2004-09-1614-148/+570
|
* Merge GDB mainline of 20040402 to intercu branch.Daniel Jacobowitz2004-04-022-49/+83
|
* Merge mainline to intercu branch.Daniel Jacobowitz2004-03-2713-566/+1391
|
* merge from gccDJ Delorie2004-02-172-2/+10
|
* merge from gcccarlton_dictionary-20040126-mergeDJ Delorie2004-01-263-5/+21
|
* merge from gccDJ Delorie2004-01-225-154/+715
|
* merge from gccDJ Delorie2004-01-152-1/+5
|
* merge from gccDJ Delorie2004-01-142-1/+5
|
* * cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLEDaniel Jacobowitz2004-01-133-2/+8
| | | | | takes two parameters. * cp-demint.c (cplus_demangle_fill_component): Likewise.
* merge from gccDJ Delorie2004-01-125-852/+1281
|
* merge from gccDJ Delorie2004-01-105-179/+224
|
* merge from gccDJ Delorie2004-01-025-761/+1700
|
* merge from gccDJ Delorie2003-12-262-2/+5
|
* * Makefile.in (lbasename.o): Depend on filenames.h.Daniel Jacobowitz2003-12-223-20/+9
| | | | | * lbasename.c: Include "filenames.h" instead of defining its macros locally.
* merge from gccDJ Delorie2003-12-222-291/+522
|
* merge from gccDJ Delorie2003-12-203-0/+17
|
* merge from gccDJ Delorie2003-12-193-10/+120
|
* merge from gccDJ Delorie2003-12-163-32/+57
|
* merge from gcccarlton_dictionary-20031215-mergeDJ Delorie2003-12-152-1/+7
|
* merge from gccDJ Delorie2003-12-153-44/+136
|
* merge from gccDJ Delorie2003-12-043-125/+298
|
* merge from gccDJ Delorie2003-12-032-38/+157
|
* merge from gccDJ Delorie2003-12-013-4/+30
|
* merge from gccDJ Delorie2003-11-273-71/+176
|
* merge from gccDJ Delorie2003-11-252-1/+6
|
* merge from gccDJ Delorie2003-11-242-14/+35
|
* merge from gccDJ Delorie2003-11-213-0/+32
|
* merge from gccDJ Delorie2003-11-212-5/+13
|
* merge from gccDJ Delorie2003-11-212-3474/+2969
|
* merge from gccDJ Delorie2003-11-202-3/+10
|
* merge from gccDJ Delorie2003-11-192-20/+141
|
* merge from gccDJ Delorie2003-11-183-2/+9
|
* merge from gccDJ Delorie2003-10-312-2/+6
|
* merge from gccDJ Delorie2003-10-301-5/+12
|
* merge from gccDJ Delorie2003-10-302-2/+7
|
* merge from gccDJ Delorie2003-10-211-1/+1
|
* * cplus-dem.c (demangle_template): Register a new Btype onlyJoel Brobecker2003-10-203-4/+16
| | | | | when needed. * testsuite/demangle-expected: Add a new test.
* 2003-10-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-162-1/+6
| | | | | * testsuite/demangle-expected: Update the expected output of _GLOBAL__I__Z2fnv.
* * strerror.c: Revert last change. Declare static sys_nerrDaniel Jacobowitz2003-10-022-8/+7
| | | | and sys_errlist using different names.
* * strerror.c: Don't provide or reference sys_errlist ifDaniel Jacobowitz2003-10-012-1/+13
| | | | strerror is available.
* 2003-10-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-10-013-17/+43
| | | | | * configure.in: Check if $MAKEINFO is missing. * configure: Regenerated.
* * configure.in: Use AC_PROG_CPP_WERROR.Daniel Jacobowitz2003-09-253-679/+424
| | | | * configure: Regenerated.
* 2003-09-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-222-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".
* Index: include/ChangeLogAndrew Cagney2003-09-162-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.
* * floatformat.c (floatformat_is_valid): New function.Daniel Jacobowitz2003-09-152-3/+41
| | | | (get_field, put_field): Correct comments.
* merge from gccDJ Delorie2003-09-062-1/+6
|
* merge from gccDJ Delorie2003-09-033-27/+99
|
* * aclocal.m4: Include acx.m4 and no-executables.m4.Daniel Jacobowitz2003-08-274-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.
* merge from gccDJ Delorie2003-08-122-2/+6
|
* merge from gccDJ Delorie2003-07-052-6/+14
|