OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years ago * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
crux [Wed, 21 Jul 1999 13:35:09 +0000 (13:35 +0000)]
* c-lang.c (finish_file): Rename void_list_node to void_list_node_1
to avoid name clash.

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

24 years agoFor gcc:
gavin [Wed, 21 Jul 1999 12:48:13 +0000 (12:48 +0000)]
For gcc:
* c-lex.c (yylex) : Correct the test for overflow when lexing
integer literals.

For gcc/cp:
* lex.c (real_yylex) : Correct the test for overflow when lexing
integer literals.

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

24 years agox
jason [Wed, 21 Jul 1999 08:53:38 +0000 (08:53 +0000)]
x

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

24 years ago * decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,
jason [Wed, 21 Jul 1999 08:52:14 +0000 (08:52 +0000)]
* decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,
not DECL_BUILT_IN, to determine if a function is internally declared.
(duplicate_decls): Likewise.  Improve handling of builtins.
(push_overloaded_decl): Remove special handling of builtins.

* cp-tree.h (ANON_AGGR_TYPE_P): Use CLASS_TYPE_P.

* decl.c (grokdeclarator): Pull out decl_constant_value in
templates, too.

* class.c (finish_struct, finish_struct_1): Remove 'warn_anon' parm.
* cp-tree.h, pt.c, semantics.c: Adjust.
* method.c (largest_union_member): Remove.

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

24 years agoDaily bump.
law [Wed, 21 Jul 1999 07:45:38 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
rth [Wed, 21 Jul 1999 01:15:47 +0000 (01:15 +0000)]
    * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
        (adjust_priority): Always call ADJUST_PRIORITY.
        (schedule_insn): Only put insns into the ready at cost 0.
        (schedule_block): Remove redundant initial sort.  Give clock_var
        and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
        is not 0.
        * tm.texi (MD_SCHED_REORDER): Update docs.

        * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
        * sparc.c (ultra_reorder_called_this_block): Delete.
        (ultrasparc_sched_init): Don't set it.
        (ultrasparc_sched_reorder): Don't check it.

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

24 years agoUpdate
rth [Wed, 21 Jul 1999 00:29:54 +0000 (00:29 +0000)]
Update

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

24 years ago * rs6000.h (struct rs6000_args): Add sysv_gregno.
rth [Wed, 21 Jul 1999 00:26:00 +0000 (00:26 +0000)]
    * rs6000.h (struct rs6000_args): Add sysv_gregno.
        * rs6000.c (init_cumulative_args): Init sysv_gregno.
        (function_arg_boundary): Align DFmode.
        (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
        to get fp reg and stack overflow correct.
        (function_arg): Likewise.
        (function_arg_pass_by_reference): True for TFmode for ABI_V4.
        (setup_incoming_varargs): Restructure for ABI_V4; use
        function_arg_advance to skip final named argument.
        (expand_builtin_saveregs): Properly unskip the last integer arg
        when doing varargs.  Adjust overflow location calculation.

        * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
        explicitly unsigned.
        (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
        (__VA_GP_REGSAVE): Similarly.
        (__va_longlong_p): Delete.
        (__va_arg_type_violation): New declaration.
        (va_arg): Restructure.  Flag promotion errors.  Align double.
        TFmode passed by reference.

        * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
        in the HOST_BITS_PER_WIDE_INT > 32 case.

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

24 years agoTue Jul 20 13:20:05 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Tue, 20 Jul 1999 20:56:10 +0000 (20:56 +0000)]
Tue Jul 20 13:20:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (resolve_and_layout): Check methods only once.
        (resolve_qualified_expression_name): Verify thrown exceptions
        compatibility.
        (check_thrown_exceptions): Reject exceptions thrown in
        initializer. Error message tuned.

(This fixes PR #12. Libgcj's java/net must be updated in order to compiles
 with a patch at this URL:
 http://sourceware.cygnus.com/ml/java-patches/1999-q3/msg00048.html)

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

24 years ago * java/net/DatagramSocket.java (DatagramSocket(int, InetAddress)):
warrenl [Tue, 20 Jul 1999 20:30:42 +0000 (20:30 +0000)]
* java/net/DatagramSocket.java (DatagramSocket(int, InetAddress)):
Default to using PlainDatagramSocketImpl.
* java/net/PlainDatagramSocketImpl.java (close): Catch IOException.

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

24 years agoremove whitespace
jason [Tue, 20 Jul 1999 20:01:00 +0000 (20:01 +0000)]
remove whitespace

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

24 years ago * lang-specs.h (c++-cpp-output): Pass -fpreprocessed.
jason [Tue, 20 Jul 1999 19:53:38 +0000 (19:53 +0000)]
* lang-specs.h (c++-cpp-output): Pass -fpreprocessed.

* lex.c (token_getch, token_put_back): New fns.
(real_yylex): Use them.

* lex.c (lang_init): Generalize.
(lang_init_options): Tell cpplib this is C++.
(nextchar): Remove.  Replace uses with put_back.
(skip_white_space): Handle linemode here.  Optimize for cpplib.
(extend_token_buffer_to): New fn.
(extend_token_buffer): Use it.
(read_line_number, check_newline): Just deal with tokens.
(real_yylex): More cpplib optimizations.  Simplify.  Don't produce
EXTERN_LANG_STRING, LEFT_RIGHT or PAREN_STAR_PAREN here.
* spew.c (yylex): Produce LEFT_RIGHT and EXTERN_LANG_STRING.
* parse.y (PAREN_STAR_PAREN): Remove.
* input.c: Don't use the putback machinery with cpplib.
(sub_getch): Fold back into getch.
(getch): Don't handle linemode here.
(feed_input): Unget any text in the token buffer.

* lex.c (set_typedecl_interface_info, set_vardecl_interface_info,
nextyychar, nextyylval): Remove.

* lex.c (indent_level): New variable.
(init_parse): Set cpp_token to CPP_DIRECTIVE.
(consume_string): Make this smart about USE_CPPLIB.
(yyungetc): Use put_back function.
(pragma_getc, pragma_ungetc): Functions deleted.
(check_newline): Rewrite to be intelligent about USE_CPPLIB.
Also, call HANDLE_PRAGMA with getch, yyungetc, not pragma_getc and
pragma_ungetc.
(real_yylex): Rewrite to be intelligent about USE_CPPLIB.
Also, clean up cases where we redundantly set token_buffer[0].
(read_line_number): New fn.
* input.c (feed_input): Use integrated cpplib if USE_CPPLIB.
(end_input): Call cpp_pop_buffer if USE_CPPLIB.
(sub_getch): Conditionalize out code that's not appropriate if
USE_CPPLIB.
(put_back): Rewrite in case USE_CPPLIB is defined.
(input_redirected): Ditto.

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

24 years ago * dwarf2out.c (output_abbrev_section): Terminate with a zero.
jason [Tue, 20 Jul 1999 19:39:27 +0000 (19:39 +0000)]
* dwarf2out.c (output_abbrev_section): Terminate with a zero.

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

24 years agooops
jason [Tue, 20 Jul 1999 19:14:01 +0000 (19:14 +0000)]
oops

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

24 years ago * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
jason [Tue, 20 Jul 1999 19:13:01 +0000 (19:13 +0000)]
* gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
* toplev.c (documented_lang_options): Add -fpreprocessed.
* cpplib.h (struct cpp_buffer): Add preprocessed.
* cppinit.c (cpp_handle_option): Handle -fpreprocessed.
(cpp_start_read): Don't expand macros or emit an initial #line
directive if -fpreprocessed.

* cpplib.h (struct cpp_buffer): Added manual_pop for
better C++ tokenization.
* cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
Also, support C++ tokenization for ->*, .*, <?, and >? operators.
* c-common.c (cpp_token): Make non-static.

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

24 years ago* template8.C, typeof1.C: New test.
oliva [Tue, 20 Jul 1999 12:24:37 +0000 (12:24 +0000)]
* template8.C, typeof1.C: New test.

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

24 years ago * c-common.h: New file.
crux [Tue, 20 Jul 1999 10:41:10 +0000 (10:41 +0000)]
* c-common.h: New file.
* c-common.c (permanent_obstack): Delete unused declaration.
(c_global_trees): New array.
(c_common_nodes_and_builtins): New function; split off common code
from init_decl_processing in both c-decl.c and cp/decl.c.
* c-tree.h: Delete lots of declarations of tree nodes; replaced by
c_global_trees and accessor macros defined in c-common.h.
Include c-common.h.
* c-decl.c: Delete definitions for tree nodes that were replaced by
c_global_trees.
(init_decl_processing): Build void_list_node.
Call c_common_nodes_and_builtins; delete code to generate the common
builtins here.

* objc/objc-act.c (build_module_descriptor): Rename variable
void_list_node to avoid clash with c-common.h.

* cp/cp-tree.h: Delete lots of declarations of tree nodes; replaced by
c_global_trees and accessor macros defined in c-common.h.
(cp_tree_index): New enumeration.
(cp_global_trees): Declare new array.  Add accessor macros for it, and
delete declarations of tree nodes replaced by it.
(builtin_function): Delete macro, add declaration for new function.
Include c-common.h.
* cp/decl.c: Delete definitions for tree nodes that were replaced by
cp_global_trees and c_global_trees.
(init_decl_processing): Call c_common_nodes_and_builtins; delete code
to generate the common builtins here.
(builtin_function): New function.
* cp/decl2.c (abort_fndecl): Delete declaration.
* cp/except.c (expand_builtin_return_address): Delete declaration.
(builtin_return_address_fndecl): Delete variable.
(const_ptr_type_node): Delete declaration.
* cp/lex.c (cons_up_default_function): Delete declaration of
void_list_node.
* cp/parse.y (void_list_node): Delete declaration.
* cp/rtti.c (type_info_type_node, tinfo_fn_id, tinfo_fn_type):
Delete variables.
(const_string_type_node): Delete declaration.
* cp/search.c (abort_fndecl): Delete declaration.

* Makefile.in: Update dependencies.
* objc/Make-lang.in: Likewise.
* cp/Makefile.in: Likewise.

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

24 years agoDaily bump.
law [Tue, 20 Jul 1999 07:45:38 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
mmitchel [Tue, 20 Jul 1999 00:41:56 +0000 (00:41 +0000)]
* config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
(UNIQUE_SECTION_P): Likewise.
(UNIQUE_SECTION): Likewise.

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

24 years ago * pt.c (check_default_tmpl_args): Move test for missing default
mmitchel [Mon, 19 Jul 1999 19:28:19 +0000 (19:28 +0000)]
* pt.c (check_default_tmpl_args): Move test for missing default
arguments here, from ...
(end_template_parm_list): Here.

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

24 years ago * config.h (MPROTECT_VDB): Don't define on Linux.
tromey [Mon, 19 Jul 1999 19:27:56 +0000 (19:27 +0000)]
* config.h (MPROTECT_VDB): Don't define on Linux.

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

24 years agoBulk patch from Linas.
rth [Mon, 19 Jul 1999 19:26:30 +0000 (19:26 +0000)]
Bulk patch from Linas.

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

24 years ago1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
tromey [Mon, 19 Jul 1999 19:17:22 +0000 (19:17 +0000)]
1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>

* Makefile.am (.s.lo): Avoid `#line' directives.
* Makefile.in: Rebuilt.

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

24 years ago1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
tromey [Mon, 19 Jul 1999 19:11:54 +0000 (19:11 +0000)]
1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>

* Makefile.am (*-recursive, *-am, *-multi): Automake does not
generate *-recursive for this Makefile, use *-am instead.
* Makefile.in: Rebuilt.

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

24 years ago * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
dje [Mon, 19 Jul 1999 19:11:29 +0000 (19:11 +0000)]
* rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
Disable patterns performing SImode comparisons with SImode values
if TARGET_POWERPC64 and instruction does not sign-extend or does
not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
differ for signed quantities.
(indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
(tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
(decrement_and_branch_on_count): Add 64-bit variant.

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

24 years ago * include/stamp-h.in: New file.
tromey [Mon, 19 Jul 1999 18:03:31 +0000 (18:03 +0000)]
* include/stamp-h.in: New file.

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

24 years agoFix INTEL_SYNTAX output for i386 backend
crux [Mon, 19 Jul 1999 08:43:33 +0000 (08:43 +0000)]
Fix INTEL_SYNTAX output for i386 backend

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

24 years agoDaily bump.
law [Mon, 19 Jul 1999 07:45:11 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * decl.c (lookup_nested_type): Remove.
mmitchel [Sun, 18 Jul 1999 15:32:21 +0000 (15:32 +0000)]
* decl.c (lookup_nested_type): Remove.
(pushtag): Don't call it.

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

24 years agoDaily bump.
law [Sun, 18 Jul 1999 07:45:08 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * Makefile.in (INTERFACE): Bump to 3.
law [Sun, 18 Jul 1999 05:52:37 +0000 (05:52 +0000)]
    * Makefile.in (INTERFACE): Bump to 3.

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

24 years ago * Makefile.in (INTERFACE): Bump to 2.
law [Sun, 18 Jul 1999 05:52:32 +0000 (05:52 +0000)]
    * Makefile.in (INTERFACE): Bump to 2.

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

24 years agoNew test
mmitchel [Sun, 18 Jul 1999 04:25:39 +0000 (04:25 +0000)]
New test

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

24 years ago * root.texi: Update e-mail addresses to gcc.gnu.org.
law [Sun, 18 Jul 1999 03:51:22 +0000 (03:51 +0000)]
    * root.texi: Update e-mail addresses to gcc.gnu.org.
        * g77spec.c (lang_specific_driver): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.

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

24 years ago * typeck2.c (my_friendly_abort): Updated URL with bug reporting
law [Sun, 18 Jul 1999 03:50:30 +0000 (03:50 +0000)]
    * typeck2.c (my_friendly_abort): Updated URL with bug reporting
        instructions to gcc.gnu.org.  Removed e-mail address.

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

24 years ago * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
law [Sun, 18 Jul 1999 03:48:02 +0000 (03:48 +0000)]
    * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
        Removed paragraph about compression of files and size limitation,
        duplicated in the FAQ.  Use gcc-patches for posting patches.
        * gcc.c (main): Updated URL with bug reporting instructions to
        gcc.gnu.org.  Removed e-mail address.
        * system.h (abort): Likewise.

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

24 years ago * test_summary: Replace egcs with gcc. Update e-mail address.
law [Sun, 18 Jul 1999 03:45:48 +0000 (03:45 +0000)]
    * test_summary: Replace egcs with gcc.  Update e-mail address.

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

24 years ago * pt.c (determine_specialization): Tighten error-checking.
mmitchel [Sun, 18 Jul 1999 03:28:32 +0000 (03:28 +0000)]
* pt.c (determine_specialization): Tighten error-checking.
(end_template_parm_list): Likewise.

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

24 years ago * Makefile.in (stmp-multilib-sub): Make the files extracted
law [Sun, 18 Jul 1999 01:19:40 +0000 (01:19 +0000)]
    * Makefile.in (stmp-multilib-sub): Make the files extracted
        from $(LIBGCC1) writable.

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

24 years agoupdate derived files
burley [Sat, 17 Jul 1999 15:52:32 +0000 (15:52 +0000)]
update derived files

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

24 years agoSat Jul 17 11:28:43 1999 Craig Burley <craig@jcb-sc.com>
burley [Sat, 17 Jul 1999 15:48:39 +0000 (15:48 +0000)]
Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>

* root.texi, g77install.texi: Switchover to GCC terminology.
Also, FSF-G77 had been mistakenly set at some point.

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

24 years ago* template6.C, delete1.C, template7.C: New test.
oliva [Sat, 17 Jul 1999 14:26:13 +0000 (14:26 +0000)]
* template6.C, delete1.C, template7.C: New test.

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

24 years agoremove spurous blank lines
nickc [Sat, 17 Jul 1999 13:47:08 +0000 (13:47 +0000)]
remove spurous blank lines

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

24 years agoGeneral tidyup of header files.
nickc [Sat, 17 Jul 1999 13:44:35 +0000 (13:44 +0000)]
General tidyup of header files.

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

24 years agoDaily bump.
law [Sat, 17 Jul 1999 07:45:11 +0000 (07:45 +0000)]
Daily bump.

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

24 years agoDummy commit to test list changes
law [Sat, 17 Jul 1999 06:03:50 +0000 (06:03 +0000)]
Dummy commit to test list changes

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

24 years ago * pa.c (compute_frame_size): Round frame according to
law [Fri, 16 Jul 1999 22:40:39 +0000 (22:40 +0000)]
    * pa.c (compute_frame_size): Round frame according to
        STACK_BOUNDARY rather than a hardwired value.

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

24 years ago * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
law [Fri, 16 Jul 1999 22:12:33 +0000 (22:12 +0000)]
    * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.

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

24 years ago * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
law [Fri, 16 Jul 1999 21:47:29 +0000 (21:47 +0000)]
    * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
        of "1".
        * configure: Rebuilt.

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

24 years ago * configure.in (hppa*-*-linux*): New configuration.
law [Fri, 16 Jul 1999 21:39:59 +0000 (21:39 +0000)]
    * configure.in (hppa*-*-linux*): New configuration.
        * configure: Rebuilt.
        * pa.h (MAX_OFILE_ALIGNMENT): Delete.
        * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
        * pa/pa-linux.h: New file.
        * pa/t-linux: New file.
        * pa/xm-linux.h: New file.

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

24 years ago * pa.c (hppa_legitimize_address): Change references from SImode to
law [Fri, 16 Jul 1999 20:58:13 +0000 (20:58 +0000)]
    * pa.c (hppa_legitimize_address): Change references from SImode to
        either Pmode or word_mode as appropriate.
        (emit_move_sequence, store_reg, load_reg): Likewise.
        (set_reg_plus_d, hppa_expand_prologue): Likewise.
        (output_mul_insn): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (INITIALZE_TRAMPOLINE): Likewise.
        (Pmode): Define to word_mode.

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

24 years ago * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
law [Fri, 16 Jul 1999 20:35:08 +0000 (20:35 +0000)]
    * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
        value of 4.  Allocate 8 bytes for each FP register save.
        (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
        value of 4.
        (hppa_expand_prologue): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
        (FUNCTION_ARG_BOUNDARY): Likewise.

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

24 years ago * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
law [Fri, 16 Jul 1999 20:14:19 +0000 (20:14 +0000)]
    * invoke.texi (HPPA Options): Remove -mspace/-mno-space.

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

24 years ago * pa.c (out_of_line_prologue_epilogue): Delete.
law [Fri, 16 Jul 1999 20:07:55 +0000 (20:07 +0000)]
    * pa.c (out_of_line_prologue_epilogue): Delete.
        (override_options): Remove -mspace related code.
        (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
        (compute_frame_size): Only allocate space for register that
        actually need to be saved.
        * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
        (TARGET_SWITCHES): Remove -mspace, -mno-space
        * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
        * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
        * pa/ee.asm, pa/ee_fp.asm: Delete.

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

24 years ago * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
law [Fri, 16 Jul 1999 19:54:32 +0000 (19:54 +0000)]
    * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.

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

24 years ago * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
law [Fri, 16 Jul 1999 19:50:13 +0000 (19:50 +0000)]
    * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
        directive in column zero.

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

24 years agoDaily bump.
law [Fri, 16 Jul 1999 07:45:38 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * m68k.c (output_function_prologue): Fix computation of save mask
law [Fri, 16 Jul 1999 07:41:49 +0000 (07:41 +0000)]
    * m68k.c (output_function_prologue): Fix computation of save mask
        when generating PIC code.

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

24 years ago * stdexcepti.cc (__out_of_range): Use std:: qualifier for names
mmitchel [Fri, 16 Jul 1999 07:07:45 +0000 (07:07 +0000)]
* stdexcepti.cc (__out_of_range): Use std:: qualifier for names
in std.
(__length_error): Likewise.

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

24 years agoFix winsup build failure reported by Chris Faylor.
wilson [Thu, 15 Jul 1999 15:40:59 +0000 (15:40 +0000)]
Fix winsup build failure reported by Chris Faylor.
* tree.c (build_type_attribute_variant): Move current_obstack restore
after build_qualified_type call.

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

24 years ago * configure.in: Use t-iris6, even with GNU LD.
mmitchel [Thu, 15 Jul 1999 13:59:04 +0000 (13:59 +0000)]
* configure.in: Use t-iris6, even with GNU LD.
* config/mips/iris6gld.h: Fix typo in linker spec.
* config/mips/t-iris6gld: Remove.

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

24 years ago * rs6000.md (insv, extzv): Remove SImode dependence in named
dje [Thu, 15 Jul 1999 12:39:30 +0000 (12:39 +0000)]
* rs6000.md (insv, extzv): Remove SImode dependence in named
patterns.  Explicitly generate DImode RTL if PowerPC64 and
operand is DImode.
(insvdi): Reverse start and size in instruction template.

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

24 years ago * libjava.compile/G19990217_02.no-link: New file.
tromey [Thu, 15 Jul 1999 09:15:26 +0000 (09:15 +0000)]
* libjava.compile/G19990217_02.no-link: New file.
* libjava.compile/test.exp: Look for `.no-link' file.
* lib/libjava.exp (test_libjava_from_source): Added `no-link'
option.
(test_libjava_from_javac): Likewise.  Also, handle package
information from class name when creating class file name.

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

24 years ago1999-07-14 Andrew Haley <aph@cygnus.com>
aph [Thu, 15 Jul 1999 05:17:08 +0000 (05:17 +0000)]
1999-07-14  Andrew Haley  <aph@cygnus.com>
        * expr.c (expand_expr): Do not return the last statement in a
        block as the block's value.

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

24 years agoDaily bump.
law [Thu, 15 Jul 1999 00:45:13 +0000 (00:45 +0000)]
Daily bump.

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

24 years ago
law [Wed, 14 Jul 1999 23:27:35 +0000 (23:27 +0000)]

* invoke.texi: Typo fixes.

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

24 years ago * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
law [Wed, 14 Jul 1999 23:04:45 +0000 (23:04 +0000)]
    * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
        handle at this time instead of silently generating incorrect code.
        (gen_imagpart): Likewise.

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

24 years ago
law [Wed, 14 Jul 1999 22:30:24 +0000 (22:30 +0000)]

        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

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

24 years ago
law [Wed, 14 Jul 1999 22:30:21 +0000 (22:30 +0000)]

        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

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

24 years ago * argv.c: Include stdlib.h and string.h instead of
rth [Wed, 14 Jul 1999 17:29:38 +0000 (17:29 +0000)]
    * argv.c: Include stdlib.h and string.h instead of
        prototyping directly.
        * choose-temp.c: Conditionally include string.h.

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

24 years ago * c-typeck.c (output_init_element, process_init_element):
amylaar [Wed, 14 Jul 1999 15:47:26 +0000 (15:47 +0000)]
* c-typeck.c (output_init_element, process_init_element):
When advancing constructor_unfilled_fields for a RECORD_TYPE,
check for nameless bit fields.

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

24 years ago * pt.c (check_default_tmpl_args): Handle friends defined in the
mmitchel [Wed, 14 Jul 1999 10:57:21 +0000 (10:57 +0000)]
* pt.c (check_default_tmpl_args): Handle friends defined in the
class just like member functions defined in the class.

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

24 years ago
law [Wed, 14 Jul 1999 01:00:10 +0000 (01:00 +0000)]

        * regclass.c (scan_one_insn): Notice subregs that change the
        size of their operand.
        (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.

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

24 years ago
law [Wed, 14 Jul 1999 01:00:02 +0000 (01:00 +0000)]

        * regclass.c (scan_one_insn): Notice subregs that change the
        size of their operand.
        (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.

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

24 years agoDaily bump.
law [Wed, 14 Jul 1999 00:45:46 +0000 (00:45 +0000)]
Daily bump.

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

24 years ago * configure.in (alpha*-*-*): Include alpha/t-ieee.
law [Wed, 14 Jul 1999 00:43:06 +0000 (00:43 +0000)]
    * configure.in (alpha*-*-*): Include alpha/t-ieee.
        * configure: Rebuilt.
        * alpha/t-ieee: New file.

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

24 years ago * libjava.lang/test.exp: New file.
tromey [Tue, 13 Jul 1999 16:20:44 +0000 (16:20 +0000)]
* libjava.lang/test.exp: New file.
* libjava.lang/err9.out: New file.
* libjava.lang/err9.java: New file.
* libjava.lang/err8.out: New file.
* libjava.lang/err8.java: New file.
* libjava.lang/err7.out: New file.
* libjava.lang/err7.java: New file.
* libjava.lang/err6.out: New file.
* libjava.lang/err6.java: New file.
* libjava.lang/err5.out: New file.
* libjava.lang/err5.java: New file.
* libjava.lang/err4.out: New file.
* libjava.lang/err4.java: New file.
* libjava.lang/err3.out: New file.
* libjava.lang/err3.java: New file.
* libjava.lang/err2.out: New file.
* libjava.lang/err2.java: New file.
* libjava.lang/err13.out: New file.
* libjava.lang/err13.java: New file.
* libjava.lang/err12.out: New file.
* libjava.lang/err12.java: New file.
* libjava.lang/err11.out: New file.
* libjava.lang/err11.java: New file.
* libjava.lang/err10.out: New file.
* libjava.lang/err10.java: New file.
* libjava.lang/err1.out: New file.
* libjava.lang/err1.java: New file.
* libjava.lang/N19990310_5.out: New file.
* libjava.lang/N19990310_5.java: New file.
* libjava.lang/N19990310_4.out: New file.
* libjava.lang/N19990310_4.java: New file.
* libjava.lang/N19990310_3.out: New file.
* libjava.lang/N19990310_3.java: New file.
* libjava.lang/N19990310_02.out: New file.
* libjava.lang/N19990310_02.java: New file.
* libjava.lang/G19990303_02.out: New file.
* libjava.lang/G19990303_02.java: New file.
* libjava.lang/G19990303_01.out: New file.
* libjava.lang/G19990303_01.java: New file.
* libjava.lang/G19990302_02.out: New file.
* libjava.lang/G19990302_02.java: New file.
* libjava.lang/G19990301_01.out: New file.
* libjava.lang/G19990301_01.java: New file.
* libjava.compile/N19990317.java: New file.
* libjava.compile/N19990310_01.java: New file.
* libjava.compile/G19990225_01.java: New file.
* libjava.compile/G19990217_02.java: New file.
* libjava.compile/G19990217_01.java: New file.
* libjava.compile/G19990210_3.java: New file.
* libjava.compile/G19990210_2.java: New file.
* libjava.compile/G19990210_1.java: New file.

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

24 years ago* template5.C: New test.
oliva [Tue, 13 Jul 1999 10:53:00 +0000 (10:53 +0000)]
* template5.C: New test.

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

24 years ago* template4.C: New test.
oliva [Tue, 13 Jul 1999 10:39:58 +0000 (10:39 +0000)]
* template4.C: New test.

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

24 years ago * rs6000.c (find_addr_reg): Do not select r0 as an address
law [Tue, 13 Jul 1999 09:48:04 +0000 (09:48 +0000)]
    * rs6000.c (find_addr_reg): Do not select r0 as an address
        register.

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

24 years ago* expr1.C: New test.
oliva [Tue, 13 Jul 1999 02:42:39 +0000 (02:42 +0000)]
* expr1.C: New test.

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

24 years ago* partspec1.C: New test.
oliva [Tue, 13 Jul 1999 02:37:16 +0000 (02:37 +0000)]
* partspec1.C: New test.

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

24 years agoDaily bump.
law [Tue, 13 Jul 1999 00:45:14 +0000 (00:45 +0000)]
Daily bump.

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

24 years ago
law [Mon, 12 Jul 1999 23:49:33 +0000 (23:49 +0000)]

        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

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

24 years ago8
law [Mon, 12 Jul 1999 23:49:28 +0000 (23:49 +0000)]
8
        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

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

24 years ago * rs6000.md (movsf): Do not force easy FP constants into memory.
law [Mon, 12 Jul 1999 22:44:28 +0000 (22:44 +0000)]
    * rs6000.md (movsf): Do not force easy FP constants into memory.

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

24 years agoDuh. INTVAL only wants the rtx, not an operand #.
law [Mon, 12 Jul 1999 20:20:10 +0000 (20:20 +0000)]
Duh.  INTVAL only wants the rtx, not an operand #.

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

24 years ago * Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
jason [Mon, 12 Jul 1999 18:20:41 +0000 (18:20 +0000)]
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.

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

24 years ago * expr.c (expand_expr): Fix thinko in last change.
law [Mon, 12 Jul 1999 17:25:20 +0000 (17:25 +0000)]
    * expr.c (expand_expr): Fix thinko in last change.

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

24 years agoRemove redundant definition of constant_part that slipped through.
law [Mon, 12 Jul 1999 13:35:07 +0000 (13:35 +0000)]
Remove redundant definition of constant_part that slipped through.

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

24 years ago * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
law [Mon, 12 Jul 1999 13:30:40 +0000 (13:30 +0000)]
    * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
        immed_double_const to ensure they are properly truncated then
        sign extended.

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

24 years ago * java/lang/mprec.h: Protect definition of uint32_t with #ifndef
tromey [Mon, 12 Jul 1999 09:40:07 +0000 (09:40 +0000)]
* java/lang/mprec.h: Protect definition of uint32_t with #ifndef
_UINT32_T.

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

24 years agoMon Jul 12 10:40:01 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
vmakarov [Mon, 12 Jul 1999 07:50:05 +0000 (07:50 +0000)]
Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
* config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
  always unless NO_DEBUG is used.  Compile this code
  unconditionally.
(replace_symbols_in_block): Compile it unconditionally.

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

24 years agoDaily bump.
law [Mon, 12 Jul 1999 00:45:12 +0000 (00:45 +0000)]
Daily bump.

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

24 years agoOpps. -Di386 slipped through. Convert to -D__i386__.
law [Sun, 11 Jul 1999 11:35:43 +0000 (11:35 +0000)]
Opps.  -Di386 slipped through.  Convert to -D__i386__.

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

24 years ago * configure.in (i?86-*-elf*): New target.
law [Sun, 11 Jul 1999 11:33:32 +0000 (11:33 +0000)]
    * configure.in (i?86-*-elf*): New target.
        * configure: Rebuilt.
        * i386/i386elf.h, i386/t-i386elf: New files.

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

24 years agoDaily bump.
law [Sun, 11 Jul 1999 00:46:16 +0000 (00:46 +0000)]
Daily bump.

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

24 years agoH
manfred [Sat, 10 Jul 1999 07:39:14 +0000 (07:39 +0000)]
H
* POTFILES.in: Track files recently added/deleted.

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

24 years ago
manfred [Sat, 10 Jul 1999 07:39:12 +0000 (07:39 +0000)]

* POTFILES.in: Track files recently added/deleted.

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

24 years agoDaily bump.
law [Sat, 10 Jul 1999 00:45:42 +0000 (00:45 +0000)]
Daily bump.

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