OSDN Git Service

pf3gnuchains/gcc-fork.git
23 years ago * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
rth [Wed, 3 May 2000 17:59:25 +0000 (17:59 +0000)]
    * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
        call-clobbered registers of a call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33634 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gensupport.c: New file.
cpopetz [Wed, 3 May 2000 17:45:26 +0000 (17:45 +0000)]
* gensupport.c: New file.
* gensupport.h: New file.
* Makefile.in (HOST_RTL): Depend on gensupport.
(gensupport.o) New rule.
* genattr.c: Use gensupport for reading .md files.
* genattrtab.c: Ditto.
* gencodes.c: Ditto.
* genconfig.c: Ditto.
* genemit.c: Ditto.
* genextract.c: Ditto.
* genflags.c: Ditto.
* genopinit.c: Ditto.
* genoutput.c: Ditto.
* genpeep.c: Ditto.
* genrecog.c: Ditto.
* rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
* md.texi (Insn Splitting): Document define_insn_and_split.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33633 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoTue May 2 00:20:30 2000 Jason Eckhardt <jle@cygnus.com>
jle [Wed, 3 May 2000 16:39:55 +0000 (16:39 +0000)]
Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>

        * flow.c (verify_flow_info): Added two more sanity checks. The
        first checks that the blocks are numbered consecutively. The second
        checks that n_basic_blocks is actually equal to the number of
        basic blocks in the insn chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33632 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-03 Phil Edwards <pme@sourceware.cygnus.com>
pme [Wed, 3 May 2000 16:11:03 +0000 (16:11 +0000)]
2000-05-03  Phil Edwards  <pme@sourceware.cygnus.com>
            Felix Natter <fnatter@gmx.net>

* docs/footer.html:  Update to see if it takes effect.
* docs/thanks.html:  More people.
* docs/17_intro/headers_cc.txt:  Copy from testsuite, since that can't
  be seen from the web pages.  Rename for browser-friendliness...
* docs/17_intro/howto.html:  ...and update here.
* docs/17_intro/porting-howto.html:  Changes from Felix.
* docs/gccrebuild.html:  Mention v3->egcs move.
* docs/faq/index.html:  Ditto.  Also misc tweaks and URL updates.
* docs/faq/index.txt:  Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33631 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cpplib.h: Add accessor macros for token lists.
zack [Wed, 3 May 2000 15:35:47 +0000 (15:35 +0000)]
* cpplib.h: Add accessor macros for token lists.
* cpplib.c, cpphash.c, cpplex.c: Use them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33630 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
kenner [Wed, 3 May 2000 13:20:48 +0000 (13:20 +0000)]
* expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
memory usage if not in a function.
* varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
return address if static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33629 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAdd missing blank
kenner [Wed, 3 May 2000 13:17:29 +0000 (13:17 +0000)]
Add missing blank

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33628 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest
hubicka [Wed, 3 May 2000 11:16:35 +0000 (11:16 +0000)]
* ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
whether address may trap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33627 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Wed, 3 May 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33624 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoTue May 2 23:38:37 2000 Jason Eckhardt <jle@cygnus.com>
jle [Wed, 3 May 2000 04:41:04 +0000 (04:41 +0000)]
Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>

* bb-reorder (chain_reorder_blocks): Changed code to test for
EDGE_FALLTHRU rather than making erroneous assumption that the
first outgoing edge is the fall-through edge.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33623 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agospelling tweak
jason [Wed, 3 May 2000 01:35:11 +0000 (01:35 +0000)]
spelling tweak

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33622 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agochange MIPS varargs ABI in config/mips/mips.c
dlindsay [Wed, 3 May 2000 01:22:38 +0000 (01:22 +0000)]
change MIPS varargs ABI in config/mips/mips.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33621 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoTue May 2 19:18:43 2000 Jason Eckhardt <jle@cygnus.com>
jle [Wed, 3 May 2000 00:20:24 +0000 (00:20 +0000)]
Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>

        * bb-reorder.c (struct reorder_block_def): Remove members end,
        block_begin, and block_end.
        (REORDER_BLOCK_OLD_END): Delete.
        (REORDER_BLOCK_BEGIN): Delete.
        (REORDER_BLOCK_END): Delete.
        (chain_reorder_blocks): Remove dead code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33620 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoTue May 2 17:06:53 2000 Jason Eckhardt <jle@cygnus.com>
jle [Tue, 2 May 2000 22:05:06 +0000 (22:05 +0000)]
Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>

* bb-reorder.c (remove_scope_notes): Check for both types of scope
notes as the end of a basic block before deleting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33619 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agooops
jason [Tue, 2 May 2000 22:04:16 +0000 (22:04 +0000)]
oops

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33618 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-02 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 2 May 2000 21:52:27 +0000 (21:52 +0000)]
2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>

* final.c (final_start_function): Fix spelling of "necessary".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33617 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * toplev.c (debug_ignore_block): Return int.
jason [Tue, 2 May 2000 20:43:24 +0000 (20:43 +0000)]
    * toplev.c (debug_ignore_block): Return int.
        * dwarf2out.c (dwarf2out_ignore_block): Likewise.
        * toplev.h, dwarf2out.h: Adjust.
        * emit-rtl.c (remove_unnecessary_notes): Test return value.

        * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
        * toplev.c, final.c, rtl.h: Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33616 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
tromey [Tue, 2 May 2000 20:32:31 +0000 (20:32 +0000)]
* class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
on native function.
* jcf-parse.c (parse_class_file): Call build_jni_stub for native
JNI methods.
* expr.c (build_jni_stub): New function.
* lang-specs.h: -fjni and -femit-class-file are incompatible.
* parse.c: Rebuilt.
* parse.y (java_complete_expand_methods): Expand a native method
and call build_jni_stub if -fjni given.
* lang-options.h: Document -fjni.
* lang.c (flag_jni): New global.
(lang_f_options): Added `jni' entry.
* java-tree.h (soft_lookupjnimethod_node,
soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
Declare.
(flag_jni): Declare.
(build_jni_stub): Declare.
(struct lang_decl): Added `native' flag.
(METHOD_NATIVE): Redefined to use `native' field of lang specific
structure.
* decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
soft_jnipopsystemframe_node): New globals.
(init_decl_processing): Set them.  _Jv_InitClass only takes one
argument.

* java-tree.def: Put into `C' mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33615 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
zack [Tue, 2 May 2000 19:09:24 +0000 (19:09 +0000)]
* aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
* configure.in: Look for makeinfo in the unified tree, then
for a system makeinfo which is sufficiently new.
* Makefile.in: If configure says makeinfo is too old, don't
build or install Info documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33614 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cpphash.c (collect_params): Fix off-by-one error.
zack [Tue, 2 May 2000 18:10:52 +0000 (18:10 +0000)]
* cpphash.c (collect_params): Fix off-by-one error.
(dump_hash_helper): Dump all four macro nodetypes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33613 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cpphash.c (trad_stringify): Adjust p after stringification as
jakub [Tue, 2 May 2000 16:33:44 +0000 (16:33 +0000)]
* cpphash.c (trad_stringify): Adjust p after stringification as
well.

* gcc.dg/cpp-tradstringify.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33612 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
zack [Tue, 2 May 2000 16:09:12 +0000 (16:09 +0000)]
* cpplib.h (CPP_POP, parse_cleanup_t): Delete.
(cpp_buffer): Remove cleanup, seen_eof, manual_pop members.

* cppfiles.c (file_cleanup): Delete.
* cpphash.c (macro_cleanup): Delete.
(collect_objlike_expansion, collect_funlike_expansion,
macarg, scan_arguments): Remove CPP_POP case.

* cpplex.c (null_cleanup): Delete.
(cpp_pop_buffer): Do the work that was done in the cleanups
here.  Call _cpp_unwind_if_stack from here.
(_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
cpp_scan_buffer): Run until we see CPP_EOF and the top of
stack is the buffer _below_ the one we stacked.
(cpp_get_token): Always pop an exhausted buffer.  Return
CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
* cpplib.c (skip_if_group): Don't call cpp_get_token to
increment the line number.
(_cpp_handle_eof): Rename to _cpp_unwind_if_stack.

* fix-header.c (read_scan_file) [parsing getchar()]: Run until
we see CPP_EOF and the top of stack is the buffer _below_ the
one we stacked.
* scan-decls.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33611 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * gcc.c-torture/compile/20000502-1.c: New test.
jakub [Tue, 2 May 2000 15:17:08 +0000 (15:17 +0000)]
* gcc.c-torture/compile/20000502-1.c: New test.
* g++.old-deja/g++.other/align.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33610 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-02 Andrew Haley <aph@cygnus.com>
aph [Tue, 2 May 2000 13:50:25 +0000 (13:50 +0000)]
2000-05-02  Andrew Haley  <aph@cygnus.com>

        * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
        where this function is called for the second time on a decl that
        has had its section info changed in such a way as to move it out
        of small data/bss.
        * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33609 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Tue, 2 May 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33608 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
bkoz [Tue, 2 May 2000 07:11:03 +0000 (07:11 +0000)]
2000-05-01  Vadim Egorov  <egorovv@@mailandnews.com>

        * bits/char_traits.h: Fix parameter types.
        * bits/string.tcc: Avoid traits_type::move.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33607 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-01 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 2 May 2000 06:45:21 +0000 (06:45 +0000)]
2000-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More
fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33606 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
rth [Tue, 2 May 2000 06:35:22 +0000 (06:35 +0000)]
    * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
        the sequence we're moving, not to merge_bb->head.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33605 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * tree.c (walk_tree): Set lineno.
jason [Tue, 2 May 2000 05:25:27 +0000 (05:25 +0000)]
    * tree.c (walk_tree): Set lineno.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33604 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-01 Vadim Egorov <egorovv@@mailandnews.com>
bkoz [Tue, 2 May 2000 04:50:23 +0000 (04:50 +0000)]
2000-05-01  Vadim Egorov  <egorovv@@mailandnews.com>

        * bits/char_traits.h: Fix parameter types.
        * bits/string.tcc: Avoid traits_type::move.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33603 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago(This trying to counter the effect of the PR 195 check in -- this should
apbianco [Tue, 2 May 2000 04:49:51 +0000 (04:49 +0000)]
(This trying to counter the effect of the PR 195 check in -- this should
 be right now.)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33602 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * exception.cc: Update license notice.
mmitchel [Tue, 2 May 2000 01:25:15 +0000 (01:25 +0000)]
* exception.cc: Update license notice.
* new.cc: Likewise.
* new1.cc: Likewise.
* new2.cc: Likewise.
* tinfo.cc: Likewise.
* tinfo2.cc: Likewise.
* vec.cc: Likewise.
* inc/cxxabi.h: Likewise.
* inc/exception: Likewise.
* inc/new: Likewise.
* inc/new.h: Likewise.
* inc/typeinfo: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33601 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
bkoz [Tue, 2 May 2000 00:51:59 +0000 (00:51 +0000)]
2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>

* config.if: Tweak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33600 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-30 Steven King <sxking@uswest.net>
bkoz [Tue, 2 May 2000 00:27:21 +0000 (00:27 +0000)]
2000-04-30  Steven King <sxking@uswest.net>

        * bits/locale_facets.h: Fix syntax  error.
        * bits/std_fstream.h: ditto

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33599 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
rth [Tue, 2 May 2000 00:15:28 +0000 (00:15 +0000)]
    * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
        reference to alpha/t-linux.
        (alpha*-*-linux-gnu*): Likewise.
        * configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33598 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
rth [Tue, 2 May 2000 00:02:24 +0000 (00:02 +0000)]
    * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
        if not in SSA form.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33597 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * calls.c (expand_call): Don't emit reg notes for a sibcall.
rth [Mon, 1 May 2000 23:59:00 +0000 (23:59 +0000)]
    * calls.c (expand_call): Don't emit reg notes for a sibcall.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33596 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * tree.c (build_target_expr_with_type): If we already have a
jason [Mon, 1 May 2000 23:51:37 +0000 (23:51 +0000)]
    * tree.c (build_target_expr_with_type): If we already have a
        TARGET_EXPR, just return it.

        * optimize.c (initialize_inlined_parameters): Don't generate an
        EXPR_STMT if we can just use DECL_INITIAL.
        * decl.c (emit_local_var): Only make the initialization a
        full-expression if stmts_are_full_exprs_p.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33595 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-05-01 Benjamin Kosnik <bkoz@haight.constant.com>
bkoz [Mon, 1 May 2000 23:47:31 +0000 (23:47 +0000)]
2000-05-01  Benjamin Kosnik  <bkoz@haight.constant.com>

* src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here.
* src/Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33593 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago(The patch contained impurities -- this should fix the situation.)
apbianco [Mon, 1 May 2000 22:32:20 +0000 (22:32 +0000)]
(The patch contained impurities -- this should fix the situation.)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33591 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
rth [Mon, 1 May 2000 22:25:54 +0000 (22:25 +0000)]
    * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33590 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
jason [Mon, 1 May 2000 21:49:37 +0000 (21:49 +0000)]
    * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
        TREE_THIS_VOLATILE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33589 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-25 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Mon, 1 May 2000 21:46:29 +0000 (21:46 +0000)]
2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.

(This is a fix for the Java PR #195:
 http://sourceware.cygnus.com/ml/java-prs/2000-q2/msg00009.html)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33588 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-28 Jakub Jelinek <jakub@redhat.com>
tromey [Mon, 1 May 2000 21:36:39 +0000 (21:36 +0000)]
2000-04-28  Jakub Jelinek  <jakub@redhat.com>

* Makefile.am (GCJCOMPILE, JCFLAGS, JF1CLAGS, jv_convert_LINK,
gij_LINK, libgcj.zip, .java=.class): Move -L option out of FLAGS.
(libgcj_la_LDFLAGS): Add -L../libstdc++ for in-gcc builds.
(jv_convert_LDFLAGS, gij_LDFLAGS): Add `pwd`/../libstdc++ to
-rpath for in-gcc builds.
* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33587 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-28 Jakub Jelinek <jakub@redhat.com>
tromey [Mon, 1 May 2000 21:35:35 +0000 (21:35 +0000)]
2000-04-28  Jakub Jelinek  <jakub@redhat.com>

* Makefile.am (SUBDIRS): Define.
(AM_MAKEFLAGS): Likewise.
(Multilib support.): Add section.
* Makefile.in: Rebuilt.
* ltconfig (extra_compiler_flags, extra_compiler_flags_value):
        New variables. Set for gcc using -print-multi-lib. Export them
        to libtool.
        (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
        * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
        for -shared links.
        (extra_compiler_flags_value, extra_compiler_flags): Check these
        for extra compiler options which need to be passed down in
        compiler_flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33586 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c (noce_emit_cmove): Conditionally compile call to
rth [Mon, 1 May 2000 21:21:44 +0000 (21:21 +0000)]
    * ifcvt.c (noce_emit_cmove): Conditionally compile call to
        emit_conditional_move.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33585 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoChange dynamic linker name to conform to current glibc. From Jakub Jelinek.
wilson [Mon, 1 May 2000 20:23:37 +0000 (20:23 +0000)]
Change dynamic linker name to conform to current glibc.  From Jakub Jelinek.
* config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
as the dynamic linker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33584 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cppfiles.c (open_include_file): Open file in blocking mode.
zack [Mon, 1 May 2000 20:05:11 +0000 (20:05 +0000)]
* cppfiles.c (open_include_file): Open file in blocking mode.
(read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
Only exclude block devices and directories.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33583 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoOops, forgot to commit this with the last change
zack [Mon, 1 May 2000 18:23:07 +0000 (18:23 +0000)]
Oops, forgot to commit this with the last change

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33582 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
zack [Mon, 1 May 2000 18:20:10 +0000 (18:20 +0000)]
* cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
static.  Allocate the hashnode and its string in the same
block of memory.
(del_HASHNODE): Don't free h->name.
(_cpp_lookup): If there is no entry for this string, create
one, of type T_VOID.
(_cpp_lookup_slot): Delete.
* cpphash.h: Update prototypes.

* cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
not hp == NULL.
* cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
node here, just fill in the value field properly.  "Delete"
entries by setting the value field to T_VOID.  Check for
hp->type == T_VOID, not hp == NULL.

* Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
* cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
hashtab.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33581 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
bkoz [Mon, 1 May 2000 18:14:03 +0000 (18:14 +0000)]
2000-04-30  Benjamin Kosnik  <bkoz@gnu.org>

* config/cpu/powerpc/bits/atomicity.h: Fix typo.
* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around
weak-linking issues on AIX, HPUX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33580 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoUpdate copyrights.
law [Mon, 1 May 2000 17:32:22 +0000 (17:32 +0000)]
Update copyrights.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33579 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoUpdate copyright.
law [Mon, 1 May 2000 17:31:40 +0000 (17:31 +0000)]
Update copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33578 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* config/mn10300/mn10300.c (print_operand_address): Do not add
aoliva [Mon, 1 May 2000 17:28:26 +0000 (17:28 +0000)]
* config/mn10300/mn10300.c (print_operand_address): Do not add
zero to SP.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33577 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoUpdate copyrights.
law [Mon, 1 May 2000 17:24:23 +0000 (17:24 +0000)]
Update copyrights.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33576 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoUpdate copyright
law [Mon, 1 May 2000 17:18:52 +0000 (17:18 +0000)]
Update copyright

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33575 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoUpdate copyright.
law [Mon, 1 May 2000 17:17:55 +0000 (17:17 +0000)]
Update copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33574 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago* config/mn10300/mn10300.c (expand_epilogue): If SP is to be
aoliva [Mon, 1 May 2000 17:09:05 +0000 (17:09 +0000)]
* config/mn10300/mn10300.c (expand_epilogue): If SP is to be
adjusted by less than 256 bytes, use ret regardless of having any
callee-saved register to restore.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33573 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
law [Mon, 1 May 2000 16:53:03 +0000 (16:53 +0000)]
    * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33572 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
mmitchel [Mon, 1 May 2000 16:51:17 +0000 (16:51 +0000)]
* cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
macro.
* call.c (standard_conversion): Use it.
(direct_reference_binding): Likewise.
(build_over_call): Likewise.
(is_properly_derived_from): Likewise.
(compare_ics): Likewise.
* class.c (resolves_to_fixed_type_p): Likewise.
* optimize.c (declare_return_variable): Likewise.
* pt.c (is_specialization_of): Likewise.
(unify): Likewise.
* typeck.c (comp_target_parms): Likeiwse.
(build_static_cast): Likewise.
(build_reinterpret_cast): Likewise.
(build_const_cast): Likewise.
(comp_ptr_ttypes_real): Likewise.
(comp_ptr_ttypes_const): Likewise.
* typeck2.c (process_init_constructor): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33571 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/i386/djgpp.h (INT_ASM_OP): Define.
law [Mon, 1 May 2000 16:50:49 +0000 (16:50 +0000)]
    * config/i386/djgpp.h (INT_ASM_OP): Define.
        (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
        (ASM_WEAKEN_LABEL): Define.
        (MASK_BNU210): Define.
        (SUBTARGET_SWITCHES): Define.
        (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
        (MAKE_DECL_ONE_ONLY): Define.
        (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33570 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * i386/cygwin.h (INT_ASM_OP): Define.
law [Mon, 1 May 2000 16:47:22 +0000 (16:47 +0000)]
    * i386/cygwin.h (INT_ASM_OP): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33569 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/avr/avr.c (address_cost): renamed to avr_address_cost.
denisc [Mon, 1 May 2000 14:37:11 +0000 (14:37 +0000)]
* config/avr/avr.c (address_cost): renamed to avr_address_cost.
* config/avr/avr.h (ADDRESS_COST): use avr_address_cost.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33568 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
denisc [Mon, 1 May 2000 14:11:51 +0000 (14:11 +0000)]
* config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
__tmp_reg__ and __zero_reg__ initialization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33567 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoNew file
loewis [Mon, 1 May 2000 11:15:22 +0000 (11:15 +0000)]
New file

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33566 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoDaily bump.
law [Mon, 1 May 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33565 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
rth [Mon, 1 May 2000 07:21:29 +0000 (07:21 +0000)]
    * flow.c (propagate_one_insn): Mark sets even when the insn is dead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33564 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c (noce_process_if_block): Fail the conversion if X is
rth [Mon, 1 May 2000 06:55:44 +0000 (06:55 +0000)]
    * ifcvt.c (noce_process_if_block): Fail the conversion if X is
        referenced bewteen the condition and the jump.  Don't delete
        anything but the jump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33563 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * decl.c (finish_destructor_body): Use the base destructor when
mmitchel [Mon, 1 May 2000 06:01:33 +0000 (06:01 +0000)]
* decl.c (finish_destructor_body): Use the base destructor when
destroying virtual bases.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33562 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * expr.c (cplus_expand_expr): Preserve temporaries when expanding
mmitchel [Mon, 1 May 2000 05:50:40 +0000 (05:50 +0000)]
* expr.c (cplus_expand_expr): Preserve temporaries when expanding
STMT_EXPRs.
* optimize.c (struct inline_data): Add target_exprs field.
(declare_return_variable): When a function returns an aggregate,
use the variable declared in the TARGET_EXPR as the remapped
DECL_RESULT.
(expand_call_inline): Update the pending target_exprs stack.
(optimize_function): Initialize the stack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33561 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoSun Apr 30 22:48:24 2000 Jason Eckhardt <jle@cygnus.com>
jle [Mon, 1 May 2000 03:46:21 +0000 (03:46 +0000)]
Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>

* bb-reorder.c (scope_def): New struct.
(scope_forest_info): New struct.
(struct reorder_block_def): New member "scope".
(REORDER_BLOCK_SCOPE): New macro.
(relate_bbs_with_scopes): New function and prototype.
(make_new_scope): Likewise.
(build_scope_forest): Likewise.
(remove_scope_notes): Likewise.
(insert_intra_1): Likewise.
(insert_intra_bb_scope_notes): Likewise.
(insert_inter_bb_scope_notes): Likewise.
(rebuild_scope_notes): Likewise.
(free_scope_forest_1): Likewise.
(free_scope_forest): Likewise.
(dump_scope_forest): Likewise.
(dump_scope_forest_1): Likewise.
(chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
block.
(reorder_basic_blocks): Added calls to build_scope_scope_forest
and remove_scope_notes before reordering is done. Added calls to
rebuild_scope_notes, free_scope_forest, and reorder_blocks after
after reordering is done.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33560 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * decl2.c (finish_file): Fix typo in comment.
mmitchel [Mon, 1 May 2000 01:43:24 +0000 (01:43 +0000)]
* decl2.c (finish_file): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33559 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
bkoz [Mon, 1 May 2000 00:14:10 +0000 (00:14 +0000)]
2000-04-30  Benjamin Kosnik  <bkoz@gnu.org>

* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around
weak-linking issues on AIX, HPUX.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33558 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoremoved two stale entries
korbb [Sun, 30 Apr 2000 23:59:45 +0000 (23:59 +0000)]
removed two stale entries

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33557 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoAdded definitions needed by OSR5
korbb [Sun, 30 Apr 2000 23:30:15 +0000 (23:30 +0000)]
Added definitions needed by OSR5

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33556 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
rth [Sun, 30 Apr 2000 18:41:37 +0000 (18:41 +0000)]
    * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
        from the last insn in the sequence.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33555 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * method.c (emit_thunk): Don't try to return a `void' value.
mmitchel [Sun, 30 Apr 2000 18:03:36 +0000 (18:03 +0000)]
* method.c (emit_thunk): Don't try to return a `void' value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33554 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * optimize.c (initialize_inlined_parameters): If the parameter is
mmitchel [Sun, 30 Apr 2000 18:02:10 +0000 (18:02 +0000)]
* optimize.c (initialize_inlined_parameters): If the parameter is
addressable, we need to make a new VAR_DECL, even if the
initializer is constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33553 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cpplex.c (cpp_idcmp): New function.
zack [Sun, 30 Apr 2000 17:30:25 +0000 (17:30 +0000)]
* cpplex.c (cpp_idcmp): New function.
* cpplib.h: Prototype it.
* scan_decls.c (scan_decls): Use it to inspect token names.
* fix-header.c (read_scan_file): Likewise.  Set system_header_p on
the file being run through the preprocessor.
(check_macro_names): Provide length of token to cpp_defined.

* Makefile.in: Remove stale warning message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33552 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * cppfiles.c (redundant_include_p): Provide length of token to
zack [Sun, 30 Apr 2000 17:11:25 +0000 (17:11 +0000)]
* cppfiles.c (redundant_include_p): Provide length of token to
cpp_defined.
* cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
values are unsigned int.
(_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
(_cpp_lookup_slot): Do not calculate the hash, either.
* cpphash.h: Update prototypes.
* cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
Hashes are unsigned int.  Calculate hash here, pass by value
to _cpp_lookup_slot.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33551 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago2000-04-28 Loren J. Rittle <ljrittle@acm.org>
bkoz [Sun, 30 Apr 2000 16:12:56 +0000 (16:12 +0000)]
2000-04-28  Loren J. Rittle  <ljrittle@acm.org>

        * mkcheck.in: Rely on exit status instead of the presence of a
        core file.  Added comments on how/where to save core and exe
        files.  Move shell wildcards outside quotes and fix core path.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33550 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoFix memory corruption bug
crux [Sun, 30 Apr 2000 13:37:15 +0000 (13:37 +0000)]
Fix memory corruption bug

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33549 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/d30v: New port.
rth [Sun, 30 Apr 2000 11:17:13 +0000 (11:17 +0000)]
    * config/d30v: New port.

        * configure.in (d30v-*): Set fp format.
        * configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33548 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * ifcvt.c: New file.
rth [Sun, 30 Apr 2000 11:01:53 +0000 (11:01 +0000)]
    * ifcvt.c: New file.
        * Makefile.in (OBJS): Add it.
        (ifcvt.o): New target.
        * jump.c (jump_optimize_1): Remove all code related to if-conversion,
        and conditional arithmetic.
        (find_insert_position): Remove.
        * timevar.def (TV_IFCVT, TV_IFCVT2): New.
        * toplev.c (DFI_ce, DFI_ce2): New.
        (dump_file): Add ce and ce2 dumps.
        (rest_of_compilation): Run if_convert a couple o times.  Set
        cse_not_expected after cse2.  Don't set no_new_pseudos until
        after sched1 or recompute_reg_usage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33547 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
rth [Sun, 30 Apr 2000 10:56:21 +0000 (10:56 +0000)]
    * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
        (crtend.o, crtbeginS.o, crtendS.o): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33546 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoRemove ifnottex block confusing makeinfo 3.12.
rth [Sun, 30 Apr 2000 10:50:57 +0000 (10:50 +0000)]
Remove ifnottex block confusing makeinfo 3.12.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33545 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * flow.c (struct reg_cond_life_info): New.
rth [Sun, 30 Apr 2000 10:37:57 +0000 (10:37 +0000)]
    * flow.c (struct reg_cond_life_info): New.
        (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
        (init_propagate_block_info): Initialize them.
        (free_propagate_block_info): Destruct them.
        (mark_set_1): Consider conditional life before killing a register.
        (mark_regno_cond_dead): New.
        (free_reg_cond_life_info): New.
        (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
        (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
        (mark_used_reg): Record conditional life.

        * haifa-sched.c (schedule_insns): Disable death counting
        sanity check for HAVE_conditional_execution.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33544 138bc75d-0d04-0410-961f-82ee72b054a4

23 years ago * Makefile.in (TIMEVAR_H): New.
rth [Sun, 30 Apr 2000 10:31:01 +0000 (10:31 +0000)]
    * Makefile.in (TIMEVAR_H): New.
        (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
        (timevar.h): Remove rule.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33543 138bc75d-0d04-0410-961f-82ee72b054a4

23 years agoMissed last config/alpha update.
rth [Sun, 30 Apr 2000 10:15:05 +0000 (10:15 +0000)]
Missed last config/alpha update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33540 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Sun, 30 Apr 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33539 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * cpphash.h (enum node_type: Take out T_MCONST.
zack [Sun, 30 Apr 2000 01:34:00 +0000 (01:34 +0000)]
* cpphash.h (enum node_type: Take out T_MCONST.
(union hashval): Move into struct hashnode.
(struct hashnode): Pack tighter.  Remove file, line, col
members.
* cpphash.c: Constify most of the macro-definition structures.
(struct definition): Replace by struct object_defn
and struct funct_defn.  Put file, line, column information
here.  All users updated to match.
(_cpp_create_definition, _cpp_macroexpand): Remove special
case for #define WORD OTHERWORD.
* cpplib.c (do_undef): Remove T_MCONST case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33538 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * config/alpha/crtend.asm: Use C comments instead of #.
rth [Sat, 29 Apr 2000 21:12:45 +0000 (21:12 +0000)]
    * config/alpha/crtend.asm: Use C comments instead of #.
        * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.

        * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33537 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * cpphash.h: Move struct reflist, struct definition, and the
zack [Sat, 29 Apr 2000 20:58:12 +0000 (20:58 +0000)]
* cpphash.h: Move struct reflist, struct definition, and the
DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
union hashval.  _cpp_free_definition takes a HASHNODE pointer.
* cpphash.c (_cpp_free_definition): Free data pointed to by
MCONST, XCONST, MACRO, and FMACRO nodes properly.
(_cpp_create_definition, del_HASHNODE): Just call
_cpp_free_definition to clear out a hashnode.
* cpplib.c (do_pragma_poison): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33536 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago2000-04-29 Phil Edwards <pme@sourceware.cygnus.com>
pme [Sat, 29 Apr 2000 20:41:19 +0000 (20:41 +0000)]
2000-04-29  Phil Edwards  <pme@sourceware.cygnus.com>

* docs/download.html:  Add link to list of mirror sites.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33535 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
aoliva [Sat, 29 Apr 2000 15:28:42 +0000 (15:28 +0000)]
* config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
(REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
(REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
REGNO_AM33_P): Redefine in terms of the new macros.
(CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
(FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
STRUCT_VALUE): Likewise.
(STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33534 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago* Makefile.in (maintainer-clean-subdir): Fix handling of empty
aoliva [Sat, 29 Apr 2000 14:25:12 +0000 (14:25 +0000)]
* Makefile.in (maintainer-clean-subdir): Fix handling of empty
SUBDIRS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33533 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agoDaily bump.
law [Sat, 29 Apr 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33532 138bc75d-0d04-0410-961f-82ee72b054a4

24 years agorevert
jason [Sat, 29 Apr 2000 00:17:06 +0000 (00:17 +0000)]
revert

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33531 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * regmove.c (struct record_stack_memrefs_data): New.
hubicka [Fri, 28 Apr 2000 23:27:40 +0000 (23:27 +0000)]
* regmove.c (struct record_stack_memrefs_data): New.
(record_stack_memrefs): New function.
(combine_stack_adjustments_for_block): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33529 138bc75d-0d04-0410-961f-82ee72b054a4

24 years ago * calls.c (calls_function_1): Propertly handle TREE_LIST expressions;
hubicka [Fri, 28 Apr 2000 23:17:41 +0000 (23:17 +0000)]
* calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
use special_function_p to detect alloca.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33528 138bc75d-0d04-0410-961f-82ee72b054a4