Vladimir Prus
89f9893c7d
Apply const qualifier to some users of bp_location.
...
* 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 06:52:53 +00:00
Vladimir Prus
55a3f01f6f
Make mark_breakpoints_out static.
...
* breakpoint.h (mark_breakpoints_out): Remove
declaration.
* breakpoint.c (mark_breakpoints_out): Make static.
2007-11-15 06:46:21 +00:00
Vladimir Prus
d6e956e5c2
Prevent clear_command from directly modifying breakpoint list.
...
* 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 06:28:19 +00:00
Vladimir Prus
615b9dba45
Remove 'run_cleanup'.
...
* 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 06:24:17 +00:00
Vladimir Prus
7a72d44c5c
Remove CLEAR_SOLIB use.
...
* corelow.c (core_close): Don't check for CLEAR_SOLIB.
* infcmd.c (attach_command): Likewise.
2007-11-15 06:14:26 +00:00
Daniel Jacobowitz
7b3200f9ae
PR gdb/2336
...
* 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-23 12:34:18 +00:00
Jeff Johnston
2c133ff99d
2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
...
* 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-15 20:47:15 +00:00
Daniel Jacobowitz
5074315ad0
* Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
...
* Makefile.in: Regenerate.
2007-10-11 20:32:36 +00:00
Daniel Jacobowitz
f5bc1778c3
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
...
* libdecnumber: New directory, imported from GCC.
2007-10-11 18:15:02 +00:00
Nick Clifton
c66487f8a5
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): 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-08 09:30:35 +00:00
Paolo Bonzini
b571497022
2007-10-01 Paolo Bonzini <bonzini@gnu.org>
...
* 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-10-01 07:55:48 +00:00
DJ Delorie
cff87f51a5
Merge from gcc:
...
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-20 21:56:16 +00:00
Richard Sandiford
f3b1e08efe
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
...
* configure: Regenerate.
config/
* mt-mips-elfoabi: New file.
2007-09-20 20:03:31 +00:00
Andreas Schwab
625a61cdc4
* configure.ac: Raise minimum makeinfo version to 4.6.
...
* configure: Regenerate.
2007-09-17 20:59:06 +00:00
Alan Modra
83a3a68b2b
* configure.ac: Correct makeinfo version check.
...
* configure: Regenerate.
2007-09-14 15:47:01 +00:00
Richard Sandiford
5bd8be1309
* configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
...
to $skipdirs and only disable gprof for newlib. Use the normal
mips*-elf* handling in other respects.
* configure: Regnerate.
2007-09-14 14:51:36 +00:00
David Daney
5566c1fab9
2007-09-12 David Daney <ddaney@avtrex.com>
...
* 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-12 17:51:22 +00:00
H.J. Lu
a18e2996a2
Move the last entry to proper ChangeLog.
2007-09-12 04:42:14 +00:00
Andrew Haley
84e7906ea0
2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
...
PR target/33281
* configure.ac: Use config/mh-mingw on mingw.
* configure: Regenerate.
* config/mh-mingw: New host makefile fragment.
2007-09-11 13:10:20 +00:00
DJ Delorie
691bb5a1f3
2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
...
PR other/32154
* configure.ac: For libgloss targets, point the linker to the linker
script, startup code and simulator library.
* configure: Regenerate.
2007-09-11 00:22:05 +00:00
Andrew Haley
6d18b86b5d
2007-09-09 Andrew Haley <aph@redhat.com>
...
* configure.ac (noconfigdirs): Remove target-libffi and
target-libjava.
2007-09-09 08:19:50 +00:00
Richard Sandiford
e5d1d2fe86
Move changelog
2007-08-30 20:22:12 +00:00
Nick Clifton
f00a31658d
* config.sub, config.guess: Update from upstream sources.
2007-08-29 15:23:21 +00:00
Nick Clifton
971aaaa5b7
* config.sub: Add support for cr16 target.
2007-08-29 08:57:40 +00:00
Ben Elliston
2abc4e65ff
Bring over from the GCC tree:
...
2007-08-21 Richard Guenther <rguenther@suse.de>
* configure.ac: Add types checking to stage1 checking flags.
* configure: Regenerate.
2007-08-21 04:15:07 +00:00
Joseph Myers
8a6ee3abcc
2007-08-18 Paul Brook <paul@codesourcery.com>
...
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-18 15:19:10 +00:00
Richard Sandiford
429acdec2b
2007-08-17 Richard Sandiford <richard@codesourcery.com>
...
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 13:15:24 +00:00
Alexandre Oliva
8520c40866
* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
...
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-17 00:03:44 +00:00
Ben Elliston
2444379b19
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
...
--silent if $silent.
* configure: Regenerate.
2007-08-13 01:32:36 +00:00
Daniel Jacobowitz
d6f9944718
* src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2007-08-12 19:05:42 +00:00
Nick Clifton
bd0aa31525
* COPYING3: New file. Contains version 3 of the GNU General Public License.
...
* COPYING3.LIB: New file. Contains version 3 of the GNU Lesser General Public License.
2007-07-17 13:50:23 +00:00
Bernd Schmidt
0ebe98fbe2
* configure.ac: Fix my previous change to really match GCC.
...
* configure: Regenerate.
2007-07-12 11:51:39 +00:00
DJ Delorie
521ec47731
Merge from gcc:
...
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-11 19:12:27 +00:00
Nick Clifton
0c24b341d2
Import patch from FSF gcc sources to add support for building windmc tool.
2007-07-09 09:16:05 +00:00
H.J. Lu
a09314d0fb
2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
...
* lt~obsolete.m4: New. Import from 20070318 libtool.
2007-07-05 17:57:04 +00:00
Bernd Schmidt
7c3e1d1299
* configure.ac: Don't add target-libmudflap to noconfigdirs for
...
uclinux and linux-uclibc targets.
* configure: Regenerate.
2007-06-29 11:33:56 +00:00
DJ Delorie
a5b3b4ddf1
* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
...
not building newlib.
* configure: Regenerated.
2007-06-28 19:31:44 +00:00
Daniel Jacobowitz
184d813c13
* src-release (DEVO_SUPPORT): Correct typos.
2007-06-22 15:48:08 +00:00
Daniel Jacobowitz
31d99776c7
* coffread.c (coff_sym_fns): Add default_symfile_segments.
...
* 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-18 15:46:38 +00:00
Paolo Bonzini
e00a73e323
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
...
* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
(distclean-stage[+id+]): Possibly delete stage_last.
* Makefile.in: Regenerate.
2007-06-14 08:52:42 +00:00
Ben Elliston
98a1bbc59e
* config.sub, config.guess: Update from upstream sources.
2007-06-06 23:23:36 +00:00
Ben Elliston
973601e14c
* Makefile.tpl: Fix spelling error.
...
* Makefile.in: Regenerate.
2007-06-06 23:12:21 +00:00
Paolo Bonzini
2038f52525
2007-06-04 Paolo Bonzini <bonzini@gnu.org>
...
Sync with gcc:
2007-05-30 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/29382
* configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
* configure: Rebuilt.
2007-06-04 08:32:52 +00:00
H.J. Lu
12a64d4f82
Correct ChangeLog entry.
2007-06-01 13:44:18 +00:00
Paolo Bonzini
f7c5c4b53e
2007-06-01 Steve Ellcey <sje@cup.hp.com>
...
* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Try using getconf
to set lt_cv_sys_max_cmd_len.
2007-06-01 11:33:01 +00:00
Paolo Bonzini
7ad9660b3c
2007-05-31 Paolo Bonzini <bonzini@gnu.org>
...
* ltgcc.m4: Update from GCC.
2007-05-31 06:40:36 +00:00
Eric Christopher
0e7ef45cfb
2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
...
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
2007-05-25 19:56:24 +00:00
Steve Ellcey
37ad95141b
* ltmain.sh: Update from GCC.
...
* libtool.m4: Update from GCC.
* ltsugar.m4: New. Update from GCC.
* ltversion.m4: New. Update from GCC.
* ltoptions.m4: New. Update from GCC.
* ltconfig: Remove.
* ltcf-c.sh: Remove.
* ltcf-cxx.sh: Remove.
* ltcf-gcj.sh: Remove.
* src-release: Update with new libtool file list.
* newlib/*/configure.in: invoke _LD_DECL_SED.
* newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS.
* Regenerate subdirectories
2007-05-24 17:33:42 +00:00
Paolo Bonzini
8ee82aff44
2007-05-16 Paolo Bonzini <bonzini@gnu.org>
...
* Makefile.def (bootstrap_stage): Replace stage_make_flags with
stage_cflags.
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
Remove CFLAGS/LIBCFLAGS.
(configure-stage[+id+]-[+prefix+][+module+],
all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
* Makefile.in: Regenerate.
2007-05-16 09:03:22 +00:00
Mark Shinwell
bf1242a5f8
Correct erroneous ChangeLog commit.
2007-04-20 12:15:41 +00:00
Mark Shinwell
0ebdb72899
* Makefile.in: Adjust dependencies of m68klinux-tdep.c.
...
* m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
(m68k_linux_sigcontext_reg_offset): Fix typo.
(target_is_uclinux): New.
(m68k_linux_inferior_created): New.
(m68k_linux_get_sigtramp_info): Check for uClinux or
normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
uClinux.
(_initialize_m68k_linux_tdep): Register
m68k_linux_inferior_created.
2007-04-20 12:13:52 +00:00
Steve Ellcey
149cb58d7e
* config-ml.in: Update from GCC.
2007-04-14 20:35:07 +00:00
Daniel Jacobowitz
9150673628
* src-release (do-proto-toplev): Process the support directories before
...
the tool directory.
* Makefile.am (bfdver.h): Do not generate doc/bfdver.texi.
* doc/Makefile.am (DOCFILES): Add bfdver.texi.
(bfdver.texi): New rule.
* Makefile.in, doc/Makefile.in: Regenerated.
2007-04-09 15:36:44 +00:00
H.J. Lu
5200c3f3c1
Move gdb ChangeLog entry to gdb/ChangeLog.
2007-03-22 16:02:56 +00:00
Maciej W. Rozycki
7d12900b6e
* remote-mips.c (mips_xfer_memory): Update prototype.
2007-03-22 14:21:02 +00:00
Richard Sandiford
ffa8bd48e3
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
...
of glob. Quote arguments with single quotes too.
* configure: Regenerate.
2007-03-21 20:11:06 +00:00
DJ Delorie
a4fd337476
2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
...
* Makefile.def (fixincludes): Remove unneeded "missing" lines.
* Makefile.in: Regenerate
2007-03-12 20:19:44 +00:00
Andreas Schwab
b8025f3436
* configure: Regenerate.
...
config/:
* acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside
AC_MSG_RESULT.
2007-03-07 14:02:20 +00:00
DJ Delorie
a3ca38d268
Merge from gcc:
...
+2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
+
+ * configure.ac: Add "--with-pdfdir" configure option,
+ which defines pdfdir variable.
+ * Makefile.def (target=fixincludes): Add install-pdf to
+ missing targets.
+ (recursive_targets): Add install-pdf target.
+ (flags_to_pass): Add pdfdir.
+ * Makefile.tpl: Add pdfdir handling, add do-install-pdf
+ target.
+ * configure: Regenerate
+ * Makefile.in: Regenerate
+
+2007-02-28 Eric Christopher <echristo@apple.com>
+
+ Revert:
+ 2006-12-07 Mike Stump <mrs@apple.com>
+
+ * Makefile.def (dependencies): Add dependency for
+ install-target-libssp and install-target-libgomp on
+ install-gcc.
+ * Makefile.in: Regenerate.
+
+2007-02-27 Matt Kraai <kraai@ftbfs.org>
+
+ * configure: Regenerate.
+ * configure.ac: Move statements after variable declarations.
+
2007-03-05 23:19:10 +00:00
Alan Modra
32b116f812
* mt-spu (all-ld): Depend on all-binutils.
...
also fix previous ChangeLog entry
2007-02-27 09:02:43 +00:00
Joseph Myers
a4708fba59
* configure.ac: Adjust for loop syntax.
...
* configure: Regenerate.
2007-02-19 17:24:25 +00:00
Alexandre Oliva
9a8198046b
ChangeLog:
...
* configure: Rebuilt.
config/ChangeLog:
* acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
precious. Prefer it over a cached value. Use cached value
verbosely.
(NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override
environment variable with build-time tools.
2007-02-18 22:51:35 +00:00
Alexandre Oliva
81ec575aa0
* configure.ac: Drop multiple occurrences of --enable-languages,
...
and fix its quoting.
* configure: Rebuilt.
2007-02-18 22:46:28 +00:00
Joseph Myers
92f01d6100
top level:
...
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
* configure: Regenerate.
bfd:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.in (--with-pkgversion): New option.
* configure: Regenerate.
* Makefile.am (bfdver.h): Substitute for @bfd_version_package@.
* Makefile.in: Regenerate.
* version.h (BFD_VERSION_STRING): Define using
@bfd_version_package@.
bfd/doc:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* Makefile.in: Regenerate.
binutils:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.in (--with-bugurl): New option.
* configure: Regenerate.
* Makefile.am (REPORT_BUGS_TO): Define.
(INCLUDES): Define REPORT_BUGS_TO.
Regenerate dependencies.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* bucomm.h: Remove include of bin-bugs.h.
* addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
* ar.c (usage): Pass s to list_supported_targets. Don't print
empty REPORT_BUGS_TO.
* coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
* cxxfilt.c (usage): Print bug url when giving help.
* dlltool.c (usage): Likewise.
* dllwrap.c (usage): Likewise.
* nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
* nm.c (usage): Likewise.
* objcopy.c (copy_usage, strip_usage): Likewise.
* objdump.c (usage): Likewise.
* readelf.c ((usage): Likewise. Add STREAM argument. Adjust
callers.
* size.c (usage): Don't print empty REPORT_BUGS_TO.
* srconv.c (show_usage): Likewise.
* strings.c (usage): Likewise.
* sysdymp.c (show_usage): Likewise.
* windres.c (usage): Likewise.
gas:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.in (--with-bugurl): New option.
* configure: Regenerate.
* dep-in.sed: Remove bin-bugs.h.
* Makefile.am (REPORT_BUGS_TO): Define.
(INCLUDES): Define REPORT_BUGS_TO.
(DEP_INCLUDES): Likewise.
($(OBJS)): No longer depend on bin-bugs.h.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* as.c (show_usage): Don't print empty REPORT_BUGS_TO.
* as.h: Remove include of bin-bugs.h.
gprof:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.in (--with-pkgversion, --with-bugurl): New options.
* configure: Regenerate.
* Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
(INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
Regenerate dependencies.
* Makefile.in: Regenerate.
* gprof.c (usage): Don't print empty REPORT_BUGS_TO.
(main): Include PKGVERSION in version output.
* gprof.h: Remove include of bin-bugs.h.
include:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* bin-bugs.h: Remove.
ld:
2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com
Joseph Myers <joseph@codesourcery.com>
* configure.in (--with-bugurl): New option.
* configure: Regenerate.
* Makefile.am (REPORT_BUGS_TO): Define.
(INCLUDES): Define REPORT_BUGS_TO.
Regenerate dependencies.
* Makefile.in: Regenerate.
* ld.h: Remove include of bin-bugs.h.
* lexsup.c (help): Don't print empty REPORT_BUGS_TO.
2007-02-17 13:33:57 +00:00
Daniel Jacobowitz
b1299c4e4b
* configure.ac (target_libraries): Move libgcc before libiberty.
...
* configure: Regenerated.
2007-02-13 21:33:14 +00:00
Paolo Bonzini
18f6b6ee11
2007-02-13 Paolo Bonzini <bonzini@gnu.org>
...
* configure: Regenerate again?
2007-02-13 16:23:20 +00:00
Paolo Bonzini
9c4e9f27af
2007-02-13 Paolo Bonzini <bonzini@gnu.org>
...
* configure: Reapply PR30748 fix which was lost in the previous commit.
2007-02-13 14:46:13 +00:00
Daniel Jacobowitz
24ff9987e9
PR bootstrap/30753
...
* configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
* configure: Regenerated.
2007-02-13 14:40:31 +00:00
Paolo Bonzini
7df2cd5d93
2007-02-10 Paolo Bonzini <bonzini@gnu.org>
...
* configure: Regenerate.
2007-02-10 12:50:23 +00:00
Daniel Jacobowitz
b0aaa663a6
PR bootstrap/30748
...
* configure.ac: Correct syntax for Solaris ksh.
* configure: Regenerated.
2007-02-09 22:35:45 +00:00
Paolo Bonzini
a032314481
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
...
* Makefile.def: Sync with GCC.
* Makefile.tpl: Sync with GCC.
* Makefile.in: Regenerate.
* configure: Regenerate.
* config/acx.m4: Sync with GCC.
* config/depstand.m4: Sync with GCC.
* config/tls.m4: Sync with GCC.
2007-02-09 19:24:42 +00:00
Daniel Jacobowitz
c6b750e16c
* Makefile.tpl (build_alias, host_alias, target_alias): Use
...
noncanonical equivalents.
* configure.in: Rename to...
* configure.ac: ...this. Update AC_PREREQ. Prevent error for
AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
target_noncanonical. Use them. Rewrite removal of configure
arguments for autoconf 2.59. Discard variable settings. Force
program_transform_name for native tools.
* Makefile.in: Regenerated.
* configure: Regenerated with autoconf 2.59.
* src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
with an empty path.
2007-02-09 15:15:38 +00:00
Jeff Johnston
f3cd89f49b
2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
...
* COPYING.LIBGLOSS: Reformat default Red Hat
license to fit within 80 columns.
* COPYING.NEWLIB: Ditto.
2007-02-08 21:32:33 +00:00
Dave Brolley
4e206d7ef7
2007-02-05 Dave Brolley <brolley@redhat.com>
...
* Contribute the following changes:
2006-11-28 DJ Delorie <dj@redhat.com>
* configure.in: Fix typo for mep's target_makefile_frag.
* configure: Regenerated.
2005-04-22 Richard Sandiford <rsandifo@redhat.com>
* configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
* configure: Regenerate.
2001-09-19 DJ Delorie <dj@redhat.com>
* configure.in (target_makefile_frag): use mt-mep
2001-06-12 Don Howard <dhoward@redhat.com>
* configure.in: Remove gdb from MeP skip list.
2001-04-05 DJ Delorie <dj@redhat.com>
* configure.in (noconfigdirs): Remove gcc from MeP skip list.
2001-03-20 Ben Elliston <bje@redhat.com>
* configure.in (noconfigdirs): Add gcc and gdb for MeP.
2001-03-19 Ben Elliston <bje@redhat.com>
* config.sub (mep, mep-*): Add.
2007-02-05 19:10:45 +00:00
Andreas Schwab
b2edfdd264
* Makefile.tpl (LDFLAGS): Substitute it.
...
* Makefile.in: Regenerate.
2007-01-31 22:23:37 +00:00
Paolo Bonzini
ceb92e786a
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
...
* configure.in: Change == to = in test command.
* configure: Regenerate.
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
(ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument.
2007-01-11 15:23:41 +00:00
Paolo Bonzini
4b90047378
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
...
Nick Clifton <nickc@redhat.com>
Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
* configure.in (build_configargs, host_configargs, target_configargs):
Remove build/host/target parameters.
(host_libs): Add gmp and mpfr.
(GMP tests): Reorganize to allow in-tree GMP/MPFR.
* Makefile.def (gmp, mpfr): New.
(gcc): Remove target.
* Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
target_os, target_vendor): New.
(configure): Add host_alias/target_alias arguments. Adjust invocations.
* configure: Regenerate.
* Makefile.in: Regenerate.
2007-01-11 Matt Fago <fago@earthlink.net>
* configure.in: Try to link to functions only in mpfr 2.2.x
to improve robustness of configure tests.
* configure: Regenerate.
2007-01-11 11:22:52 +00:00
Nick Clifton
f86e35b82d
* Makefile.tpl (all-target): Correct @if conditional for target modules.
...
* configure.in: Omit libiberty if building only target libgcc.
* configure, Makefile.in: Regenerated.
2007-01-09 14:09:57 +00:00
Nick Clifton
b1b532dd03
Mention that the top level configure file has been regenerated.
2007-01-09 07:40:34 +00:00
Nick Clifton
80f6dcbc65
* configure.in: Add support for an x86_64-mingw* target.
...
* configure: Regenerate.
2007-01-09 07:36:09 +00:00
Paolo Bonzini
79fcd0ece5
2007-01-04 Paolo Bonzini <bonzini@gnu.org>
...
* configure.in: Use DEV-PHASE to detect the default for --enable-werror.
* configure: Regenerate.
2007-01-04 09:12:28 +00:00
Daniel Jacobowitz
6aa8ef8295
Sync with gcc:
...
* Makefile.def (target_modules): Add libgcc.
(lang_env_dependencies): Remove default items. Use no_c and no_gcc.
* Makefile.tpl (clean-target-libgcc): Delete.
(configure-target-[+module+]): Emit --disable-bootstrap dependencies
on gcc even for bootstrapped modules. Rewrite handling of
lang_env_dependencies to loop over target_modules.
* configure.in (target_libraries): Add target-libgcc.
* Makefile.in, configure: Regenerated.
2007-01-04 04:32:36 +00:00
Paolo Bonzini
9b134994af
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
...
Sync with gcc:
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Reorganize recognition of languages. Add
--enable-stage1-languages. Show supported languages for the chosen
target rather than all recognized languages.
* configure: Regenerate.
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
* Makefile.in: Regenerate.
2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Warn that MPFR 2.2.0 is buggy.
* configure: Regenerate.
config:
2006-12-29 Paolo Bonzini <bonzini@gnu.org>
* acx.m4: Sync with gcc.
2006-12-29 17:09:59 +00:00
Ian Lance Taylor
8cf39b1b1b
* configure.in: When removing Makefiles to force a reconfigure, also
...
remove prev-DIR*/Makefile.
* configure: Regenerate.
2006-12-27 23:46:00 +00:00
Kazu Hirata
ebff6cd5e5
bfd/
...
* config.bfd: Recognize fido.
gas/
* configure.tgt: Recognize fido.
ld/
* configure.tgt: Recognize fido.
2006-12-24 02:48:59 +00:00
Paolo Bonzini
8a0d8a5c46
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
...
Sync with gcc:
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove "$build" case for powerpc-*-darwin* since
it only affects bootstrap and could be tested on "$host" as well.
* configure: Regenerate.
* config/mh-ppc-darwin: Add to the stage1 cflags here.
2006-12-19 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/29544
* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
move here comment from Makefile.tpl.
* Makefile.tpl: Move some definitions higher in the file.
(STAGE1_CHECKING): New.
* configure.in: Add --enable-stage1-checking.
* configure: Regenerate.
* Makefile.in: Regenerate.
2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Update error message for missing GMP/MPFR.
* configure: Regenerate.
2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Update MPFR version in error message.
* configure: Regenerate.
2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
--with-gmp-lib): New flags.
* configure: Regenerate.
config:
2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
* tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking
if static linking doesn't even work.
2006-12-19 12:52:58 +00:00
Alan Modra
790c0838ea
sync a change from gcc
2006-12-12 01:38:04 +00:00
Alan Modra
77d7106fc6
* configure.in: Handle spu makefile frag.
...
* config/mt-spu: New file.
* Makefile.tpl (MAINT): Define
(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
* configure: Regenerate.
* Makefile.in: Regenerate.
2006-12-11 06:47:57 +00:00
Ben Elliston
0cfa53899e
* config.sub, config.guess: Update from upstream sources.
2006-12-11 04:12:46 +00:00
Ben Elliston
2839fe5d9c
* configure.in: Sync with GCC (spu-*-*).
...
* configure: Sync with GCC.
2006-12-11 00:25:59 +00:00
Mike Stump
b897f5d48f
* Makefile.def (dependencies): Add dependency for
...
install-target-libssp and install-target-libgomp on
install-gcc.
* Makefile.in: Regenerate.
2006-12-08 21:05:25 +00:00
Paolo Bonzini
9daf399328
2006-11-16 Paolo Bonzini <bonzini@gnu.org>
...
* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
(unstage): Test for stage_last presence.
PR bootstrap/29802
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
* Makefile.in: Regenerate.
2006-11-17 10:35:45 +00:00
DJ Delorie
9dbaa84237
* Makefile.tpl (clean-stage*): Sync with GCC (clean).
...
* Makefile.in: Sync with GCC.
* configure.in: Sync with GCC (mpfr, gmp).
* configure: Sync with GCC.
2006-11-14 23:26:39 +00:00
Jeff Johnston
b0cbce8dce
2006-11-08 Jie Zhang <jie.zhang@analog.com>
...
* configure.in: Remove target-libgloss from noconfigdirs for
bfin-*-*.
* configure: Regenerated.
2006-11-09 16:25:54 +00:00
Jeff Johnston
7de05dd52e
2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
...
* COPYING.NEWLIB: Add spu license.
* COPYING.LIBGLOSS: Ditto.
2006-10-27 23:00:35 +00:00
Jeff Johnston
44330a94f1
2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
...
* COPYING.NEWLIB: Add spu license.
2006-10-27 22:57:03 +00:00
DJ Delorie
56a8fe780f
2006-10-17 Brooks Moses <bmoses@stanford.edu>
...
* Makefile.def: Added pdf target handling.
* Makefile.tpl: Added pdf target handling.
* Makefile.in: Regenerated.
2006-10-17 04:23:49 +00:00
Jeff Johnston
fbb00ad021
2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
...
* COPYING.NEWLIB: Updated.
* COPYING.LIBGLOSS: Ditto.
2006-10-11 19:30:34 +00:00
Dave Brolley
6b89cc2108
2006-09-27 Dave Brolley <brolley@redhat.com>
...
* configure.in (RUNTEST): Look for 'runtest' in the source tree by using
$s instead of $r.
* configure: Regenerated.
2006-09-27 16:20:49 +00:00
Ben Elliston
17bcf627ee
* config.sub, config.guess: Update from upstream sources.
2006-09-26 05:22:50 +00:00