Age | Commit message (Collapse) | Author | Files | Lines |
|
From-SVN: r56634
|
|
From-SVN: r56596
|
|
From-SVN: r56581
|
|
From-SVN: r56568
|
|
2002-08-25 Andre Leis <a.leis@gmx.net>
David Billinghurst (David.Billinghurst@riotinto.com>
* sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
Co-Authored-By: David Billinghurst <David.Billinghurst@riotinto.com>
From-SVN: r56558
|
|
From-SVN: r56554
|
|
From-SVN: r56538
|
|
From-SVN: r56509
|
|
From-SVN: r56487
|
|
From-SVN: r56461
|
|
From-SVN: r56436
|
|
From-SVN: r56423
|
|
From-SVN: r56408
|
|
From-SVN: r56375
|
|
From-SVN: r56344
|
|
From-SVN: r56281
|
|
* Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
Remove $(CONFIG_H) dependency.
From-SVN: r56251
|
|
From-SVN: r56247
|
|
From-SVN: r56230
|
|
From-SVN: r56196
|
|
From-SVN: r56180
|
|
From-SVN: r56161
|
|
* configure.in (enable_coverage): New enable switch.
* configure: Rebuilt.
* Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
(INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
(ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
(mostlyclean): Remove coverage files.
* doc/install.texi: Document enable_coverage.
* cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
* ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
* f/Make-lang.in (f.mostlyclean): Remove coverage files.
* java/Make-lang.in (java.mostlyclean): Remove coverage files.
* objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
* treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
files.
From-SVN: r56126
|
|
From-SVN: r56125
|
|
From-SVN: r56098
|
|
From-SVN: r56065
|
|
From-SVN: r56047
|
|
From-SVN: r56019
|
|
From-SVN: r56007
|
|
From-SVN: r55978
|
|
From-SVN: r55931
|
|
From-SVN: r55900
|
|
From-SVN: r55870
|
|
ada:
* adadecode.c (ada_demangle): Use xstrdup in lieu of
xmalloc/strcpy.
* misc.c (gnat_decode_option): Likewise.
gcc:
* alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
concat in lieu of xmalloc/strcpy/memcpy/sprintf.
* alpha/vms-ld.c (main): Likewise.
* dsp16xx.c (double_reg_to_memory): Likewise.
* mcore.c (mcore_expand_prolog): Likewise.
* cppfiles.c (read_name_map): Likewise.
* gensupport.c (process_rtx, identify_predicable_attribute,
alter_test_for_insn): Likewise.
* vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
f:
* com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
From-SVN: r55861
|
|
[[Split portion of a mixed commit.]]
From-SVN: r55831.3
|
|
From-SVN: r55818
|
|
From-SVN: r55813
|
|
From-SVN: r55796
|
|
From-SVN: r55775
|
|
From-SVN: r55742
|
|
From-SVN: r55700
|
|
From-SVN: r55673
|
|
From-SVN: r55643
|
|
From-SVN: r55622
|
|
From-SVN: r55608
|
|
From-SVN: r55583
|
|
From-SVN: r55552
|
|
From-SVN: r55513
|
|
From-SVN: r55479
|
|
2002-07-15 Florian Weimer <fw@deneb.enyo.de>
* make.adb (Add_Switch): Make Generic_Position a procedure. The
function approach did not work well because of a side effect (the
function call could reallocate the table which was being indexed
using its result). Fixes ada/4851. [RESURRECTED]
From-SVN: r55457
|