summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
...
* * argv.c (expandargv): Limit the number of times that responseNick Clifton2010-08-132-1/+15
| | | | files are opened in order to prevent infinite recursion.
* merge from gccDJ Delorie2010-07-212-1/+10
|
* include/ChangeLog:Ulrich Weigand2010-07-062-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-07-06 Ken Werner <ken.werner@de.ibm.com> * floatformat.h (floatformat_ieee_half_big): Add declaration. (floatformat_ieee_half_little): Likewise. libiberty/ChangeLog: 2010-07-06 Ken Werner <ken.werner@de.ibm.com> * floatformat.c (floatformat_ieee_half_big): New variable. (floatformat_ieee_half_little): Likewise. gdb/ChangeLog: 2010-07-06 Ken Werner <ken.werner@de.ibm.com> * gdbtypes.h (floatformats_ieee_half): Add declaration. * gdbtypes.c (floatformats_ieee_half): New variable. * doublest.c (floatformat_from_length): Set format to gdbarch_half_format if length matches. * gdbarch.sh (half_bit): New architecture method. (half_format): Likewise. * gdbarch.h: Regenerate. * gdbarch.c: Likewise.
* merge from gccDJ Delorie2010-06-142-12/+12
|
* merge from gccDJ Delorie2010-06-104-26/+147
|
* PR other/43838Jakub Jelinek2010-06-103-1/+25
| | | | | | | | | | * cp-demangle.c (struct d_print_info): Add flush_count field. (d_print_init): Initialize it to 0. (d_print_flush): Increment it. (d_print_comp): If needed flush before appending ", ". Only decrement dpi->len if no flushes happened during the recursive call. * testsuite/demangle-expected: Add a test for this.
* merge from gccDJ Delorie2010-06-033-11/+24
|
* merge from gccDJ Delorie2010-05-262-0/+15
|
* merge from gccDJ Delorie2010-05-064-1/+19
|
* merge from gccDJ Delorie2010-04-243-5/+33
|
* merge from gccDJ Delorie2010-04-072-3/+8
|
* merge from gccDJ Delorie2010-03-223-4/+8
|
* merge from gccDJ Delorie2010-03-152-1/+5
|
* merge from gccDJ Delorie2010-02-042-0/+5
|
* merge from gccDJ Delorie2010-02-033-13/+114
|
* merge from gccDJ Delorie2010-01-212-3/+17
|
* merge from gccDJ Delorie2010-01-113-108/+272
|
* Return dgs.alc on successH.J. Lu2010-01-102-1/+6
| | | | | | | 2010-01-09 Ian Lance Taylor <iant@google.com> PR other/42230 * cp-demangle.c (d_demangle): Return dgs.alc on success.
* merge from gccDJ Delorie2010-01-053-0/+8
|
* * pex-unix.c (pex_unix_exec_child): Save/restore environ.Doug Evans2009-12-082-1/+24
|
* merge from gccDJ Delorie2009-11-251-1/+1
|
* * configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.Ben Elliston2009-11-253-18/+37
| | | | * configure: Regenerate.
* * functions.texi: Rebuild.Ben Elliston2009-11-252-6/+23
|
* * README: Mention changes to Makefile.in and functions.texi.Ben Elliston2009-11-253-3/+15
| | | | * gather-docs: Mention 'make stamp-functions' in the header.
* * pex-unix.c (pex_child_error): Improve warning avoidance byBen Elliston2009-11-232-2/+11
| | | | | checking the results of write(3) and exiting with -2 if any write returns a negative value.
* merge from gccDJ Delorie2009-11-222-1/+5
|
* * pex-unix.c (pex_child_error): Define writeerr macro to avoidBen Elliston2009-11-192-1/+8
| | | | | unused result warnings from write(3) calls. Undefine writeerr after all uses.
* merge from gccDJ Delorie2009-10-093-12/+80
|
* manually sync from the CVS repositoryJim Meyering2009-10-087-71/+300
|
* merge from gccgdb_7_0-2009-09-16-branchpointDJ Delorie2009-09-162-0/+7
|
* merge from gccDJ Delorie2009-09-152-0/+7
|
* merge from gccDJ Delorie2009-09-111-14/+12
|
* * po/bfd.pot: Updated by the Translation project.Nick Clifton2009-09-111-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/binutils.pot: Updated by the Translation project. * po/gold.pot: Updated by the Translation project. * po/gold.pot: Updated by the Translation project. * po/gprof.pot: Updated by the Translation project. * po/sv.po: Updated Swedish translation. * po/ld.pot: Updated by the Translation project. * po/fi.po: Updated Finnish translation. * po/ld.pot: Updated by the Translation project. * po/fi.po: Updated Finnish translation. Updated sources to compile cleanly with -Wc++-compat: * basic_blocks.c: Add casts. * cg_dfn.c: Add cast. * corefile.c: Add casts. * gmon_io.c: Add casts. * hist.c: Add cast. * source.c: Add cast. * sym_ids.c (struct match): Moved to top level. Updated soruces in ld/* to compile cleanly with -Wc++-compat: * ld.h (enum endian_enum,enum symbolic_enum,enum dynamic_list_enum): Move to top level. * ldcref.c: Add casts. * ldctor.c: Add casts. * ldexp.c * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level. * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer. * ldlang.h (enum statement_enum): Move to top level. * ldmain.c: Add casts. * ldwrite.c: Add casts. * lexsup.c: Add casts. (enum control_enum): Move to top level. * mri.c: Add casts. (mri_draw_tree): Use enum name instead of integer. Updated sources to compile cleanly with -Wc++-compat: * basic_blocks.c: Add casts. * cg_dfn.c: Add cast. * corefile.c: Add casts. * gmon_io.c: Add casts. * hist.c: Add cast. * source.c: Add cast. * sym_ids.c (struct match): Moved to top level. * as.c (main): Call dwarf2_init. * config/obj-elf.c (struct group_list): New field. (build_group_lists): Use hash lookup. (free_section_idx): New function. (elf_frob_file): Adjust. * dwarf2dbg.c (all_segs_hash, last_seg_ptr): New variables. (get_line_subseg): Adjust. (dwarf2_init): New function. * dwarf2dbg.h (dwarf2_init): New declaration.
* 2009-09-04 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu2009-09-044-28/+90
| | | | | | | | PR target/39065 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. * config.in: Regenerated. * configure: Regenerated.
* 2009-09-03 Ozkan Sezer <sezeroz@gmail.com>H.J. Lu2009-09-035-1/+25
| | | | | | | | | PR target/39065 * configure.ac: Also check for intptr_t. * config.h.in: Regenerated. * configure: Regenerated. * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t instead of of long.
* (Also add missing entry for configure.com)Tristan Gingold2009-09-023-172/+11
| | | | | | | | | | 2009-09-02 Tristan Gingold <gingold@adacore.com> * vmsbuild.com: Removed as unused and superceeded by makefile.vms. * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
* merge from gccDJ Delorie2009-09-012-8/+2
|
* 2009-09-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-09-013-2/+46
| | | | | | | * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS.
* Sync from GCC: Update AC_PREREQ entries to 2.64.Ralf Wildenhues2009-08-242-1/+5
| | | | | | | | | | | | | | /: * configure.ac (AC_PREREQ): Bump to 2.64. intl/: * configure.ac (AC_PREREQ): Bump to 2.64. libdecnumber/: * configure.ac (AC_PREREQ): Bump to 2.64. libiberty/: * configure.ac (AC_PREREQ): Bump to 2.64.
* 2009-08-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-08-232-27/+7
| | | | | PR ld/10536 * Makefile.in (install-html-recursive): Removed.
* merge from gccDJ Delorie2009-08-223-6898/+4329
|
* merge from gccDJ Delorie2009-08-132-0/+15
|
* merge from gccDJ Delorie2009-07-292-1/+10
|
* merge from gccDJ Delorie2009-07-272-7/+43
|
* merge from gccDJ Delorie2009-07-252-1/+19
|
* merge from gccDJ Delorie2009-07-254-17/+217
|
* merge from gccDJ Delorie2009-07-172-18/+52
|
* merge from gccDJ Delorie2009-06-212-2/+8
|
* PR 10197Nick Clifton2009-06-162-5/+11
| | | | | * testsuite/test-demangle.c: Rename getline to get_line to avoid conflicts with system function of the same name.
* merge from gccDJ Delorie2009-05-303-14/+24
|