Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-192007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* COPYING.LIBGLOSS: Update default copyright.
2007-12-192007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* COPYING.NEWLIB: Update default copyright.
2007-12-18/tmp/foo.diffRichard Sandiford
2007-12-18/tmp/foo.diffRichard Sandiford
2007-12-14Merge from gcc:DJ Delorie
2007-12-10 Andreas Tobler <a.tobler@schweiz.org> * configure.ac: Enable libjava for x86_64-*-darwin9. * configure: Regenerate.
2007-12-05 * config.sub, config.guess: Update from upstream sources.Ben Elliston
2007-11-292007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Paolo Bonzini
* config-ml.in: Robustify against white space in absolute file names.
2007-11-15Move changelog entries to the right ChangeLogVladimir Prus
2007-11-15 Apply const qualifier to some users of bp_location.Vladimir Prus
* breakpoint.h (struct bpstats): Make the breakpoint_at field point at const bp_location. * breakpoint.c (bpstat_alloc): Accept const bp_location. (breakpoint_here_p, breakpoint_inserted_here_p) (software_breakpoint_inserted_here_p) (breakpoint_thread_match, bpstat_stop_status) (read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use const bp_location for iteration. (print_it_typical, print_bp_stop_message): Use const bp_location variable.
2007-11-15 Make mark_breakpoints_out static.Vladimir Prus
* breakpoint.h (mark_breakpoints_out): Remove declaration. * breakpoint.c (mark_breakpoints_out): Make static.
2007-11-15 Prevent clear_command from directly modifying breakpoint list.Vladimir Prus
* Makefile.in (breakpoint_h): Update dependency. * breakpoint.c (clear_command): Do not remove breakpoints from breakpoint_chain. Collect breakpoints to delete in a vector. * breakpoint.h (breakpoint_p): New typedef for pointer to breakpoint. Register vector of breakpoint_p.
2007-11-15 Remove 'run_cleanup'.Vladimir Prus
* defs.h (do_run_cleanups, make_run_cleanup): Remove declarations. * infcmd.c (run_command_1): Call clear_solib instead of do_run_cleanups. * jv-lang.c (java_rerun_cleanup): Remove, for lack of any use. * solib.c (solib_cleanup_queued, do_clear_solib): Remove. (update_solib_lib): Don't setup run cleanup. (no_shared_libraries): Call clear_solib, not do_clear_solib. * utils.c (run_cleanup_chain, make_run_cleanup) (do_run_cleanups): Remove.
2007-11-15 Remove CLEAR_SOLIB use.Vladimir Prus
* corelow.c (core_close): Don't check for CLEAR_SOLIB. * infcmd.c (attach_command): Likewise.
2007-10-23 PR gdb/2336Daniel Jacobowitz
* Makefile.def (dependencies): Make configure-gdb depend on all-intl. * Makefile.in: Regenerated. * configure.ac: Modify $LIBINTL before the BFD check. * configure: Regenerated.
2007-10-162007-10-15 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston
* Makefile.def: To avoid problems running with parallel makes, build newlib before libgloss so that target specific header files are availble. * Makefile.in: Regenerate.
2007-10-12 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.Daniel Jacobowitz
* Makefile.in: Regenerate.
2007-10-11 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.Daniel Jacobowitz
* libdecnumber: New directory, imported from GCC.
2007-10-08* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): ↵Nick Clifton
Default them to host flags only for $host = $build. Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. * configure: Regenerate.
2007-10-012007-10-01 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD, DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD, LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD, WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions. * configure.ac: Default them to host tools for $host = $build. Subst them. * configure: Regenerate. * Makefile.in: Regenerate.
2007-09-21Merge from gcc:DJ Delorie
2007-09-19 Benjamin Kosnik <bkoz@redhat.com> * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before libstdc++. * Makefile.def: Add libgomp config as a maybe dependency for libstdc++. * configure: Regenerate. * Makefile.in: Regenerate.
2007-09-21 * configure.ac (mipsisa*-*-elfoabi*): New stanza.Richard Sandiford
* configure: Regenerate. config/ * mt-mips-elfoabi: New file.
2007-09-18 * configure.ac: Raise minimum makeinfo version to 4.6.Andreas Schwab
* configure: Regenerate.
2007-09-14 * configure.ac: Correct makeinfo version check.Alan Modra
* configure: Regenerate.
2007-09-14 * configure.ac (mips*-sde-elf*): New stanza. Add target-libibertyRichard Sandiford
to $skipdirs and only disable gprof for newlib. Use the normal mips*-elf* handling in other respects. * configure: Regnerate.
2007-09-122007-09-12 David Daney <ddaney@avtrex.com>David Daney
* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus enabling libgcj. * configure: Regenerate. 2007-09-12 Richard Guenther <rguenther@suse.de> * configure.ac (--enable-stage1-checking): If neither --enable-checking nor --disable-checking is provided also turn on yes and types checking for stage1. * configure: Re-generate.
2007-09-12Move the last entry to proper ChangeLog.H.J. Lu
2007-09-112007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>Andrew Haley
PR target/33281 * configure.ac: Use config/mh-mingw on mingw. * configure: Regenerate. * config/mh-mingw: New host makefile fragment.
2007-09-112007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>DJ Delorie
PR other/32154 * configure.ac: For libgloss targets, point the linker to the linker script, startup code and simulator library. * configure: Regenerate.
2007-09-092007-09-09 Andrew Haley <aph@redhat.com>Andrew Haley
* configure.ac (noconfigdirs): Remove target-libffi and target-libjava.
2007-08-31Move changelogRichard Sandiford
2007-08-29* config.sub, config.guess: Update from upstream sources.Nick Clifton
2007-08-29* config.sub: Add support for cr16 target.Nick Clifton
2007-08-21Bring over from the GCC tree:Ben Elliston
2007-08-21 Richard Guenther <rguenther@suse.de> * configure.ac: Add types checking to stage1 checking flags. * configure: Regenerate.
2007-08-182007-08-18 Paul Brook <paul@codesourcery.com>Joseph Myers
Joseph Myers <joseph@codesourcery.com> * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. * Makefile.in: Regenerate. * configure.ac (--with-debug-prefix-map): New. * configure: Regenerate. config: 2007-08-18 Paul Brook <paul@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * mt-gnu (CXXFLAGS_FOR_TARGET): Add $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2007-08-172007-08-17 Richard Sandiford <richard@codesourcery.com>Richard Sandiford
Nigel Stephens <nigel@mips.com> * config/mt-sde: New file. * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde as target_makefile_frag. * configure: Regenerate.
2007-08-17* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):Alexandre Oliva
Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. (bootstrap2-debug, bootstrap-debug): New bootstrap stages. * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. (do-compare, do-compare3, do-compare-debug): New. ([+compare-target+]): Use them.
2007-08-13 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): PassBen Elliston
--silent if $silent. * configure: Regenerate.
2007-08-12 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.Daniel Jacobowitz
2007-07-17* COPYING3: New file. Contains version 3 of the GNU General Public License.Nick Clifton
* COPYING3.LIB: New file. Contains version 3 of the GNU Lesser General Public License.
2007-07-12 * configure.ac: Fix my previous change to really match GCC.Bernd Schmidt
* configure: Regenerate.
2007-07-11Merge from gcc:DJ Delorie
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Rewrite 'configure --help' strings to look nicer. * configure: Regenerate. 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Add some missing m4 quotation. * configure: Regenerate.
2007-07-09Import patch from FSF gcc sources to add support for building windmc tool.Nick Clifton
2007-07-052007-07-05 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
* lt~obsolete.m4: New. Import from 20070318 libtool.
2007-06-29 * configure.ac: Don't add target-libmudflap to noconfigdirs forBernd Schmidt
uclinux and linux-uclibc targets. * configure: Regenerate.
2007-06-28* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we'reDJ Delorie
not building newlib. * configure: Regenerated.
2007-06-22 * src-release (DEVO_SUPPORT): Correct typos.Daniel Jacobowitz
2007-06-18 * coffread.c (coff_sym_fns): Add default_symfile_segments.Daniel Jacobowitz
* dbxread.c (start_psymtab): Check HAVE_ELF. (aout_sym_fns): Likewise. * elfread.c (elf_symfile_segments): New. (elf_sym_fns): Add elf_symfile_segments. * mipsread.c (ecoff_sym_fns): Add default_symfile_segments. * remote.c (get_offsets): Use symfile_map_offsets_to_segments. Skip if there is no symfile_objfile. Handle TextSeg and DataSeg. * somread.c (som_sym_fns): Use default_symfile_segments. * symfile.c (find_sym_fns): Take a BFD and return the sym_fns. (init_objfile_sect_indices): Call symfile_find_segment_sections. (default_symfile_segments): New function. (syms_from_objfile): Update call to find_sym_fns. (symfile_get_segment_data, free_symfile_segment_data): New. (symfile_map_offsets_to_segments): New. (symfile_find_segment_sections): New. * symfile.h (struct symfile_segment_data): New. (struct sym_fns): Add sym_segments. (default_symfile_segments, symfile_get_segment_data) (free_symfile_segment_data): New prototypes. (symfile_map_offsets_to_segments): Likewise. * xcoffread.c (xcoff_sym_fns): Add default_symfile_segments. * Makefile.in (COMMON_OBS): Remove elfread.o. (elf_internal_h): New. (elfread.o): Update. * configure.ac: Add elfread.o to COMMON_OBS if bfd/elf.o was compiled. * config.in, configure: Regenerated. * NEWS: Mention qOffsets changes. * gdb.texinfo (General Query Packets): Document qOffsets changes. * Makefile.def: Add dependency from configure-gdb to all-bfd. * Makefile.in: Regenerated.
2007-06-142007-06-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile. (distclean-stage[+id+]): Possibly delete stage_last. * Makefile.in: Regenerate.
2007-06-07 * config.sub, config.guess: Update from upstream sources.Ben Elliston
2007-06-07 * Makefile.tpl: Fix spelling error.Ben Elliston
* Makefile.in: Regenerate.