- 14 Jun, 2001 5 commits
-
-
* configure.in (auxdir): Replace by ... (toprel): ... new variable. (toplevel_srcdir): Construct from $toprel. * acinclude.m4 (GLIBCPP_ENABLE_THREADS): Use $toprel rather than .. to locate gcc source directory. (GLIBCPP_CONFIGURE): Replace $auxdir with $srcdir/$toprel. * aclocal.m4, configure: Rebuilt. From-SVN: r43364
Nathan Sidwell committed -
From-SVN: r43362
GCC Administrator committed -
* src/globals.cc: Define globals _GLIBCPP_mutex_init (), _GLIBCPP_mutex_address_init (), _GLIBCPP_once, _GLIBCPP_mutex and _GLIBCPP_mutex_address. * include/bits/stl_threads.h (_STL_mutex_lock): Use above to provide once-only runtime initialization of _M_lock mutex when __GTHREAD_MUTEX_INIT_FUNCTION is defined. (__STL_MUTEX_INITIALIZER): Provide initializer for _STL_mutex_lock for __GTHREAD_MUTEX_INIT_FUNCTION case. From-SVN: r43360
John David Anglin committed -
From-SVN: r43358
John David Anglin committed -
From-SVN: r43357
Richard Henderson committed
-
- 13 Jun, 2001 35 commits
-
-
* testsuite/26_numerics/slice_array_assignment.cc (main): New test. * include/bits/slice_array.h (slice_array<>::operator=): Make public and implement. (slice_array<>::slice_array): Make copy-constructor public. * include/bits/valarray_array.h (__valarray_copy): Add another overload to copy between strided arrays. From-SVN: r43352
Gabriel Dos Reis committed -
2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path variable. From-SVN: r43351
Franz Sirl committed -
2001-06-13 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/inquire.c: Include "config.h". From-SVN: r43350
Toon Moene committed -
From-SVN: r43346
Joseph Myers committed -
From-SVN: r43344
Mark Mitchell committed -
From-SVN: r43343
Mark Mitchell committed -
From-SVN: r43342
Mark Mitchell committed -
From-SVN: r43341
Mark Mitchell committed -
* BUGS: Remove. * NEWS: Likewise. From-SVN: r43340
Mark Mitchell committed -
* ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code. (cond_exec_process_if_block, dead_or_predicable): Likewise. From-SVN: r43336
Richard Henderson committed -
* mips-tfile.c (copy_object): Always pass indexNil for symbol table index. From-SVN: r43334
Rainer Orth committed -
2001-06-13 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0. * aclocal.m4: Regenerate. * configure: Regenerate. * include/bits/c++config (__GLIBCPP__): Update date. From-SVN: r43332
Benjamin Kosnik committed -
From-SVN: r43330
Per Bothner committed -
2001-06-13 Kazu Hirata <kazu@hxi.com> * config/h8300/h8300.h (OK_FOR_T): Remove. (EXTRA_CONSTRAINT): Do not use OK_FOR_T. * config/h8300/h8300.md: Remove alternatives involving inc and dec in the helper patterns for addhi3 and addsi3. From-SVN: r43329
Kazu Hirata committed -
* aclocal.m4, configure: Rebuilt. * acinclude.m4: Find configure.host in srcdir. From-SVN: r43325
Tom Tromey committed -
* aclocal.m4, configure: Rebuilt. * acinclude.m4: Find configure.host in srcdir. From-SVN: r43324
Tom Tromey committed -
From-SVN: r43322
Gerald Pfeifer committed -
2001-06-13 Phil Edwards <pme@sources.redhat.com> * doc/contrib.texi: Link to libstdc++'s thanks.html for now. From-SVN: r43319
Phil Edwards committed -
* INSTALL/README: Update wrt. to the installation instructions now residing in gcc/doc/install.texi. From-SVN: r43318
Gerald Pfeifer committed -
* Makefile.in: Move _bb and __gcc_bcmp to LIB2FUNCS_ST. * libgcc-std.ver: Take out __bb* and __gcc_bcmp. * config/t-slibgcc-elf-ver, config/t-slibgcc-sld, config/alpha/t-osf4, config/mips/t-iris6: Extract all references to @shlib_map_file@, @shlib_objs@, or @shlib_base_name@ to Makefile variables. Bump soname version of libgcc to 1. From-SVN: r43316
Zack Weinberg committed -
* doc/install.texi: Use more logical markup. Include @node commands in the source when generating any non-HTML. From-SVN: r43314
Joseph Myers committed -
* README: Replace with a cut-down and updated version of gcc/README. gcc: * README: Remove. Some of the contents moved to ../README. From-SVN: r43312
Joseph Myers committed -
From-SVN: r43311
GCC Administrator committed -
* doc/install.texi (--enable-shared): List package names recognized by GCC. From-SVN: r43308
Alexandre Oliva committed -
From-SVN: r43305
Jeff Law committed -
* doc/install.texi (ix86-*-solaris*): Removed, outdated. (*-*-solaris*): Document problem in /bin/sh that affects configuring libraries. (sparc-*-solaris*): Recommend GNU binutils 2.11.1 or vendor tools. (*-sun-solaris2.8): Document linker problem that explains why libjava is disabled by default. From-SVN: r43303
Alexandre Oliva committed -
* toplev.c (rest_of_compilation): Remove dead code before purge_addressof. From-SVN: r43301
Mark Mitchell committed -
Reverted: 2001-06-07 Nathan Sidwell <nathan@codesourcery.com> * configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support. * configure: Rebuilt. From-SVN: r43300
Alexandre Oliva committed -
Fix for PR 3128, IA-64 linux kernel miscompile * loop.c (strength_reduce): Move bl->all_reduced set before check_ext_dependant_givs call. (check_ext_dependant_givs): Clear bl->all_reduced when ignoring givs. From-SVN: r43298
Jim Wilson committed -
* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread multilibs to be disabled. From-SVN: r43294
David Edelsohn committed -
* doc/extend.texi (Function Attributes): Document SH's sp_switch and trap_exit. From-SVN: r43293
Alexandre Oliva committed -
2001-06-12 Benjamin Kosnik <bkoz@redhat.com> * include/bits/fpos.h (fpos::operator-): Don't return reference, return original, non-modified version. (fpos::operator+): Same. * testsuite/27_io/fpos.cc: Add test. [[Split portion of a mixed commit.]] From-SVN: r43290.2
Benjamin Kosnik committed -
2001-06-12 Benjamin Kosnik <bkoz@redhat.com> * include/bits/fpos.h (fpos::operator-): Don't return reference, return original, non-modified version. (fpos::operator+): Same. From-SVN: r43287
Benjamin Kosnik committed -
* doc/invoke.texi: Use more logical markup. Use TeX quotes, dashes and @dots{}. From-SVN: r43286
Joseph Myers committed -
* config/i386/i386.c (ix86_expand_prologue): Always use gen_pro_epilogue_adjust_stack; update arguments. (ix86_expand_epilogue): Likewise. (ix86_emit_epilogue_esp_adjustment): Remove. (ix86_adjust_cost): Remove pro_epilogue_adjust_stack hack. * config/i386/i386.md (pro_epilogue_adjust_stack): Use a BLKmode clobber of scratch memory instead of a modification of EBP as the barrier. Update all peepholes to match. From-SVN: r43284
Richard Henderson committed
-