aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Collapse)AuthorFilesLines
2008-01-19merge from gccDJ Delorie2-2/+8
2007-11-13merge from gccDJ Delorie2-7/+11
2007-11-13merge from gccDJ Delorie2-11/+7
2007-11-13 * floatformat.c (floatformat_ibm_long_double_is_valid): FixJoseph Myers2-7/+11
compiler warnings. (floatformat_ibm_long_double): Use floatformat_ibm_long_double_is_valid.
2007-11-08include:Joseph Myers2-39/+191
2007-11-07 Joseph Myers <joseph@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> * floatformat.h (struct floatformat): Add split_half field. (floatformat_ibm_long_double): New. libiberty: 2007-11-07 Joseph Myers <joseph@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> * floatformat.c (mant_bits_set): New. (floatformat_to_double): Use it. Note no special handling of split formats. (floatformat_from_double): Note no special handing of split formats. (floatformat_ibm_long_double_is_valid, floatformat_ibm_long_double): New. (floatformat_ieee_single_big, floatformat_ieee_single_little, floatformat_ieee_double_big, floatformat_ieee_double_little, floatformat_ieee_double_littlebyte_bigword, floatformat_vax_f, floatformat_vax_d, floatformat_vax_g, floatformat_i387_ext, floatformat_m68881_ext, floatformat_i960_ext, floatformat_m88110_ext, floatformat_m88110_harris_ext, floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword, floatformat_ia64_spill_big, floatformat_ia64_spill_little, floatformat_ia64_quad_big, floatformat_ia64_quad_little): Update for addition of split_half field. gdb: 2007-11-07 Joseph Myers <joseph@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> * gdbtypes.c (floatformats_ibm_long_double): New. * gdbtypes.h (floatformats_ibm_long_double): Declare. * ia64-tdep.c (floatformat_ia64_ext): Update for addition of split_half field. * mips-tdep.c (n32n64_floatformat_always_valid, floatformat_n32n64_long_double_big, floatformats_n32n64_long): Remove. (mips_gdbarch_init): Use floatformats_ibm_long_double instead of floatformats_n32n64_long. * ppc-linux-tdep.c (ppc_linux_init_abi): Use 128-bit IBM long double. * doublest.c (convert_floatformat_to_doublest, convert_doublest_to_floatformat): Handle split floating-point formats. * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle IBM long double arguments. (ppc64_sysv_abi_push_dummy_call): Likewise. (do_ppc_sysv_return_value): Handle IBM long double return.
2007-09-06merge from gccDJ Delorie2-1/+7
2007-08-31merge from gccDJ Delorie2-1/+27
2007-08-24merge from gccDJ Delorie6-55/+69
2007-08-17merge from gccDJ Delorie2-27/+18
2007-08-03merge from gccDJ Delorie2-2/+13
2007-08-012007-07-31 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+10
* cp-demangle.c (d_print_comp): Guard against null.
2007-07-25 * Makefile.in (CFILES): Remove ternary.c.Ben Elliston3-178/+15
(REQUIRED_OFILES): Remove ./ternary.o. (INSTALLED_HEADERS): Remove ternary.h. (ternary.o): Remove. * ternary.c: Remove.
2007-07-23merge from gccDJ Delorie3-8/+23
2007-07-17merge from gccDJ Delorie3-2/+8
2007-07-12merge from gccDJ Delorie2-1/+4
2007-07-12* maint-tool (deps): Output stamp-h instead of config.h.Alexandre Oliva3-80/+82
* Makefile.in: Rebuild deps. (maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2007-06-142007-06-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini3-2/+73
* configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too. * configure: Regenerate.
2007-06-142007-06-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini4-39/+36
* aclocal.m4: Include config/warnings.m4. * configure.ac: Use ACX_PROG_CC_WARNING_OPTS. * configure: Regenerate.
2007-06-07 * configure.ac: Non-default multilibs can be cross compilations.Geoffrey Keating3-0/+48
* configure: Regenerate
2007-05-08merge from gccDJ Delorie2-0/+60
2007-05-06 * cp-demangle.c (d_name): Detect local-source-name.Geoffrey Keating3-1/+43
(d_prefix): Likewise. (d_unqualified_name): Implement local-source-name.
2007-05-03 * filename_cmp.c: Replace include of ctype.h by include ofJoel Brobecker3-4/+13
safe-ctype.h. (filename_cmp): Use TOLOWER instead of tolower for conversions that are locale-independent. * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.
2007-04-11merge from gccDJ Delorie3-11/+11
2007-04-06 * filename_cmp.c (filename_cmp): Improve documentation.Joel Brobecker2-5/+10
2007-04-02 * filename_cmp.c: Include "config.h".Andreas Schwab2-0/+8
2007-03-29merge from gccDJ Delorie4-5/+108
2007-03-16 * cp-demangle.c (d_encoding): Exit early on error.Geoffrey Keating3-2/+16
(d_pointer_to_member_type): Exit early if cplus_demangle_type returns NULL. (cplus_demangle_type): Likewise. * testsuite/demangle-expected: New testcase.
2007-03-05merge from gccDJ Delorie3-2/+26
2007-03-01 PR other/16513Eric Botcazou2-10/+17
* Makefile.in: Install library under $(MULTIOSDIR), not $(MULTISUBDIR). Install headers in multilib independent location.
2007-02-26merge from gccDJ Delorie3-0/+43
2007-01-31merge from gccDJ Delorie4-4/+10
2007-01-31 include/Vladimir Prus5-19/+126
* libiberty.h (PEX_STDERR_TO_PIPE): New define. (PEX_BINARY_ERROR): New define. (pex_read_err): New function. libiberty/ * pex-common.h (struct pex_obj): New fields stderr_pipe and read_err. * pex-common.c (pex_init_common): Initialize stderr_pipe. (pex_run_in_environment): Add error checking for PEX_STDERR_TO_PIPE. Create a pipe for stderr if necessary. (pex_read_err): New. (pex_free): Close read_err. * pexecute.txh: Document changes. * functions.texi: Regenerated.
2007-01-30merge from gccDJ Delorie3-315/+486
2007-01-30 * strsignal.c (psignal): Change type of signo to int.Ben Elliston3-4/+9
* functions.texi: Regenerate.
2007-01-12 * pex-unix.c (writeerr): Cast write result to void.Ben Elliston2-1/+3
2007-01-12merge from gccDJ Delorie1-1/+1
2007-01-12 * choose-temp.c (choose_temp_base): Check the result of the callBen Elliston2-2/+6
to mktemp rather than testing the length of the modified string.
2006-12-21 * cp-demangle.h: Add comment explaining what to do to avoidGeoffrey Keating5-34/+136
overrunning string. (d_check_char): New. (d_next_char): Don't advance past trailing '\0'. * cp-demangle.c (cplus_demangle_mangled_name): Use d_check_char. (d_nested_name): Likewise. (d_special_name): Likewise. (d_call_offset): Likewise. (d_function_type): Likewise. (d_array_type): Likewise. (d_pointer_to_member_type): Likewise. (d_template_param): Likewise. (d_template_args): Likewise. (d_template_arg): Likewise. (d_expr_primary): Likewise. (d_local_name): Likewise. (d_substitution): Likewise. (d_ctor_dtor_name): Use d_advance rather than d_next_char. * testsuite/test-demangle.c: Include sys/mman.h. (MAP_ANONYMOUS): Define. (protect_end): New. (main): Use protect_end. * testsuite/demangle-expected: Add testcases for overrunning the end of the string.
2006-11-30include:Joern Rennecke2-7/+52
2006-05-03 Andrew Stubbs <andrew.stubbs@st.com> J"orn Rennecke <joern.rennecke@st.com> PR driver/29931 * libiberty.h (make_relative_prefix_ignore_links): Declare. libiberty: 2006-05-03 Andrew Stubbs <andrew.stubbs@st.com> J"orn Rennecke <joern.rennecke@st.com> PR driver/29931 * make-relative-prefix.c (make_relative_prefix_1): New function, broken out of make_relative_prefix. Make link resolution dependent on new parameter. (make_relative_prefix): Use make_relative_prefix_1. (make_relative_prefix_ignore_links): New function.
2006-11-08merge from gccDJ Delorie1-1/+1
2006-11-082006-11-08 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-7/+15
* pex-win32.c (no_suffixes): Remove. (std_suffixes): Add "" as first element. (find_executable): Remove detection of already-present extension. Try all suffixes in std_suffixes.
2006-11-07 * floatformat.c (get_field): Fix segfault with little-endian wordJulian Brown2-60/+56
order on 64-bit hosts. (put_field): Likewise. (min): Move definition.
2006-10-26merge from gccDJ Delorie3-7/+15
2006-10-25merge from gccDJ Delorie2-1/+5
2006-10-11merge from gccDJ Delorie3-3/+12
2006-09-22merge from gccDJ Delorie3-0/+13
2006-09-13merge from gccDJ Delorie1-11/+11
2006-08-30 * configure.ac: Add case for Mingw as host.Corinna Vinschen3-0/+256
* configure: Regenerate.
2006-08-28merge from gccDJ Delorie9-14/+69
2006-07-27merge from gccDJ Delorie2-1/+28