platform/upstream/gcc.git
23 years ago* invoke.texi: Add more options to summary list.
Joseph Myers [Sun, 20 May 2001 17:08:38 +0000 (18:08 +0100)]
* invoke.texi: Add more options to summary list.

From-SVN: r42349

23 years agore PR other/567 ("make dvi" fails)
Joseph Myers [Sun, 20 May 2001 13:50:44 +0000 (14:50 +0100)]
re PR other/567 ("make dvi" fails)

ch:
* Make-lang.in (chill.dvi): Remove bogus dependencies.  Don't cd
to ch; include both $(srcdir)/ch and $(srcdir) in TEXINPUTS.
Don't move chill.dvi after creating it.  Fixes PR other/567 and
PR other/1018.

f:
* Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.

From-SVN: r42345

23 years agore PR c++/2781 (bad code generated for reference call with -O2 (regression from 2...
Nathan Sidwell [Sun, 20 May 2001 13:41:34 +0000 (13:41 +0000)]
re PR c++/2781 (bad code generated for reference call with -O2 (regression from 2.95))

cp:
PR c++/2781
* optimize.c (update_cloned_parm): Copy addressability and other
flags.
testsuite:
* g++.old-deja/g++.other/optimize1.C: New test.

From-SVN: r42344

23 years agopt.c (determine_specialization): Ignore artificial functions.
Kriang Lerdsuwanakij [Sun, 20 May 2001 13:22:24 +0000 (13:22 +0000)]
pt.c (determine_specialization): Ignore artificial functions.

2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>

* pt.c (determine_specialization): Ignore artificial functions.

2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>

* g++.old-deja/g++.pt/spec41.C: New test.

From-SVN: r42342

23 years agore PR c/2291 (Pedantic may be too pedantic)
Joseph Myers [Sun, 20 May 2001 12:49:31 +0000 (13:49 +0100)]
re PR c/2291 (Pedantic may be too pedantic)

* invoke.texi: Document meaning of -pedantic when -std=gnu* is
used.  Fixes PR c/2291.
* gcc.1: Regenerate.

From-SVN: r42340

23 years agom68hc11.c (m68hc11_override_options): Ignore the -fpic and -fPIC options, clear flag_pic.
Stephane Carrez [Sun, 20 May 2001 11:37:11 +0000 (13:37 +0200)]
m68hc11.c (m68hc11_override_options): Ignore the -fpic and -fPIC options, clear flag_pic.

* config/m68hc11/m68hc11.c (m68hc11_override_options): Ignore
the -fpic and -fPIC options, clear flag_pic.

From-SVN: r42339

23 years agohashtable.c (calc_hash): Fix HASHSTEP definition.
Neil Booth [Sun, 20 May 2001 08:13:32 +0000 (08:13 +0000)]
hashtable.c (calc_hash): Fix HASHSTEP definition.

* hashtable.c (calc_hash): Fix HASHSTEP definition.
* stringpool.c (make_identifier): No statistics here anymore.
* objc-act.c (steup_string_decl): Remove redundant check.

From-SVN: r42337

23 years agoDaily bump.
GCC Administrator [Sun, 20 May 2001 07:16:37 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42336

23 years agoMakefile.in (OBJS, [...]): Update.
Neil Booth [Sun, 20 May 2001 06:26:45 +0000 (06:26 +0000)]
Makefile.in (OBJS, [...]): Update.

* Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
cpplib.o, cpphash.o, fix-header): Update.
(hashtable.o): New target.
* c-common.h: Include cpplib.h.  Define C_RID_CODE and
struct c_common_identifier here.
* c-lang.c (c_init_options): Update.  Call set_identifier_size.
* c-lex.c (c_lex): Update.
* c-pragma.h: Update.
* c-tree.h (struct lang_identifier): Contain c_common_identifier.
Delete rid_code.
(C_RID_CODE): Delete.
* cpphash.c: Rewrite to use hashtable.c.
* cpphash.h: Update include guards.
(struct cpp_reader): Remove hashtab.
hash_ob and buffer_ob are no longer pointers.  Add hash_table
and our_hashtable.
(HASHSTEP, _cpp_init_hashtable, _cpp_lookup_with_hash): Delete.
(_cpp_cleanup_hashtable): Rename _cpp_destroy_hashtable.
(_cpp_cleanup_stacks): Rename _cpp_init_directives.
* cppinit.c (cpp_create_reader): Update.
* cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update.
(cpp_interpret_charconst): Eliminate warning.
* cpplib.c (do_pragma, do_endif, push_conditional,
cpp_push_buffer, cpp_pop_buffer): Update.
(_cpp_init_stacks): Rename cpp_init_directives.
(_cpp_cleanup_stacks): Remove.
* cpplib.h: Update include guards.  Include tree-core.h and c-rid.h.
(cpp_hashnode, cpp_token, NODE_LEN, NODE_NAME,
 cpp_forall_identifiers, cpp_create_reader): Update.
(C_RID_CODE, cpp_make_node): New.
(c_common_identifier): New identifier node for C front ends.
* cppmain.c (main): Update.
* fix-header.c (read_scan_file): Update.
* flags.h (id_clash_len): Make unsigned.
* ggc.h (ggc_mark_nonnull_tree): New.
* hashtable.c: New.
* hashtable.h: New.
* stringpool.c: Update comments and copyright.  Update to use
hashtable.c.
* toplev.c (approx_sqrt): Move to hashtable.c.
(id_clash_len): Make unsigned.
* toplev.h (ident_hash): New.
* tree.c (gcc_obstack_init): Move to hashtable.c.
* tree.h: Include hashtable.h.
(IDENTIFIER_POINTER, IDENTIFIER_LENGTH): Update.
(GCC_IDENT_TO_HT_IDENT, HT_IDENT_TO_GCC_IDENT): New.
(struct tree_identifier): Update.
(make_identifier): New.
cp:
* cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
(C_RID_CODE): Remove.
* lex.c (cxx_init_options): Call set_identifier_size.  Update.
(init_parse): Don't do it here.
objc:
* objc-act.c (objc_init_options): Call set_identifier_size. Update.

From-SVN: r42334

23 years agoexcept.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.
Richard Henderson [Sun, 20 May 2001 00:35:24 +0000 (17:35 -0700)]
except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.

* except.c (dw2_build_landing_pads): Use word_mode, not Pmode,
as ncessary.
(expand_eh_return): Convert between word_mode and Pmode.
* unwind-dw2.c (extract_cie_info): Do not assume words and pointers
are the same size.
(execute_stack_op): Likewise.
(execute_cfa_program): Likewise.
(uw_frame_state_for): Likewise.
(uw_update_context_1): Likewise.
* unwind.inc (_Unwind_Reason_Code): Likewise.
* config/mips/mips.h (EH_RETURN_DATA_REGNO): Define.
(EH_RETURN_STACKADJ_RTX): Likewise.
* config/mips/mips.c (compute_frame_size): Make space for saving
EH return registers.
(mips_expand_epilogue): Handle EH stack adjustments.
* config/mips/mips.md (eh_return): New pattern.
(eh_set_lr_si): Likewise.
(eh_set_lr_di): Likewise.
Add splitter to perform EH return after reload.

From-SVN: r42332

23 years ago* jump.c (mark_jump_label): Tidy previous change.
Mark Mitchell [Sat, 19 May 2001 23:54:07 +0000 (23:54 +0000)]
* jump.c (mark_jump_label): Tidy previous change.

From-SVN: r42327

23 years agoopen stdin for those building with a closed one.
Bruce Korb [Sat, 19 May 2001 23:18:21 +0000 (23:18 +0000)]
open stdin for those building with a closed one.

From-SVN: r42326

23 years agoDo not use two warnings when one will do
Bruce Korb [Sat, 19 May 2001 22:43:38 +0000 (22:43 +0000)]
Do not use two warnings when one will do

From-SVN: r42323

23 years agojump.c (jump_optimize_1): Tidy.
Mark Mitchell [Sat, 19 May 2001 21:16:51 +0000 (21:16 +0000)]
jump.c (jump_optimize_1): Tidy.

* jump.c (jump_optimize_1): Tidy.
(mark_jump_label): When changing the label in a LABEL_REF, change
update any REG_EQUAL notes as well.

From-SVN: r42318

23 years agoacinclude.m4: Fix --help spacing, correct comments.
Phil Edwards [Sat, 19 May 2001 20:27:36 +0000 (20:27 +0000)]
acinclude.m4: Fix --help spacing, correct comments.

2001-05-19  Phil Edwards  <pme@sources.redhat.com>

* acinclude.m4:  Fix --help spacing, correct comments.
* aclocal.m4:  Regenerate.
* configure:  Regenerate.
* mkcheck.in:  Add usage comments.
* docs/html/documentation.html:  Point to doxygen'd tarball.

From-SVN: r42316

23 years agore PR c/166 (C syntax problem in gcc)
Joseph Myers [Sat, 19 May 2001 20:19:24 +0000 (21:19 +0100)]
re PR c/166 (C syntax problem in gcc)

* c-parse.in (parm_declarator): Split into
parm_declarator_starttypename and parm_declarator_nostarttypename.
(parm_declarator_starttypename, parm_declarator_nostarttypename):
New.  Allow parenthesised sub-declarators which don't begin with a
TYPENAME.  Fixes PR c/166.

testsuite:
* gcc.c-torture/compile/20010114-1.x: Remove.

From-SVN: r42315

23 years ago* MAINTAINERS (Write After Approval): Add myself.
Matt Kraai [Sat, 19 May 2001 19:38:14 +0000 (19:38 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r42314

23 years agoMake-lang.in: Have $(MAKEINFO) look into the parent directory for includes.
Toon Moene [Sat, 19 May 2001 18:09:56 +0000 (20:09 +0200)]
Make-lang.in: Have $(MAKEINFO) look into the parent directory for includes.

2001-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>

* Make-lang.in: Have $(MAKEINFO) look into the parent
directory for includes.
* g77.texi: Use the GFDL.

From-SVN: r42313

23 years agodefaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro.
Mark Mitchell [Sat, 19 May 2001 17:56:48 +0000 (17:56 +0000)]
defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro.

* defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New
macro.
* tm.texi (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER):
Document it.
* toplev.c (main): If the target does not allow profiling without
a frame pointer, issue an error message.
* config/i386/linux.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER):
Define it to false.

From-SVN: r42312

23 years agorecog.c (general_operand): Modify last change to allow it if reload has completed.
Richard Kenner [Sat, 19 May 2001 11:51:32 +0000 (11:51 +0000)]
recog.c (general_operand): Modify last change to allow it if reload has completed.

* recog.c (general_operand): Modify last change to allow it if reload
has completed.

From-SVN: r42309

23 years agorecog.c (general_operand): Prohibit nonzero subreg bytes on subregs containing mem.
Jan Hubicka [Sat, 19 May 2001 08:24:50 +0000 (10:24 +0200)]
recog.c (general_operand): Prohibit nonzero subreg bytes on subregs containing mem.

* recog.c (general_operand): Prohibit nonzero subreg bytes on
subregs containing mem.

From-SVN: r42308

23 years agoDaily bump.
GCC Administrator [Sat, 19 May 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42306

23 years agoregrename.c (regrename_optimize): frame pointer register can use a few hardregs.
Denis Chertykov [Sat, 19 May 2001 05:59:52 +0000 (05:59 +0000)]
regrename.c (regrename_optimize): frame pointer register can use a few hardregs.

* regrename.c (regrename_optimize): frame pointer register can
use a few hardregs.

From-SVN: r42305

23 years agoposix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'
Alexandre Petit-Bianco [Sat, 19 May 2001 05:43:00 +0000 (22:43 -0700)]
posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'

2001-05-18  Alexandre Petit-Bianco  <apbianco@redhat.com>

        * include/posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'
        (_Jv_MutexInit): Likewise.

(http://gcc.gnu.org/ml/java-patches/2001-q2/msg00245.html )

From-SVN: r42303

23 years agoconfigure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
Benjamin Kosnik [Sat, 19 May 2001 03:44:03 +0000 (03:44 +0000)]
configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.

2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.

From-SVN: r42299

23 years agoREADME: Add notes.
Benjamin Kosnik [Sat, 19 May 2001 03:42:53 +0000 (03:42 +0000)]
README: Add notes.

2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/README: Add notes.

* src/Makefile.am (libstdc++.INC): Remove.
* src/Makefile.in: Regenerate.

Phil Edwards <pedwards@disaster.jaj.com>
* mkcheck.in: Add missing '#'.

From-SVN: r42298

23 years agodecl2.c (finish_objects): Use the original SYMBOL_REF from the function declaration...
Diego Novillo [Sat, 19 May 2001 03:05:15 +0000 (03:05 +0000)]
decl2.c (finish_objects): Use the original SYMBOL_REF from the function declaration to avoid stripping...

2001-05-18  Diego Novillo  <dnovillo@redhat.com>

* decl2.c (finish_objects): Use the original SYMBOL_REF from the
function declaration to avoid stripping the symbol's attributes.

From-SVN: r42297

23 years agoadd emacs magic comment
Jason Merrill [Fri, 18 May 2001 23:37:25 +0000 (19:37 -0400)]
add emacs magic comment

From-SVN: r42294

23 years agofix
Jason Merrill [Fri, 18 May 2001 23:32:45 +0000 (19:32 -0400)]
fix

From-SVN: r42292

23 years ago* README.DWARF: Move into dwarfout.c.
Jason Merrill [Fri, 18 May 2001 22:39:38 +0000 (18:39 -0400)]
* README.DWARF: Move into dwarfout.c.

From-SVN: r42290

23 years ago* gcc.c-torture/compile/20010518-1.c: New test.
Stan Shebs [Fri, 18 May 2001 22:33:26 +0000 (22:33 +0000)]
* gcc.c-torture/compile/20010518-1.c: New test.

From-SVN: r42289

23 years agors6000.c (secondary_reload_class): Fix Darwin specific misuse of r0 as a reload address.
Dale Johannesen [Fri, 18 May 2001 22:01:54 +0000 (22:01 +0000)]
rs6000.c (secondary_reload_class): Fix Darwin specific misuse of r0 as a reload address.

2001-05-18  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.c (secondary_reload_class): Fix Darwin
        specific misuse of r0 as a reload address.

From-SVN: r42287

23 years agocombine.c (combine_simplify_rtx): Clear op0_mode if simplification suceeded.
Jan Hubicka [Fri, 18 May 2001 21:04:56 +0000 (23:04 +0200)]
combine.c (combine_simplify_rtx): Clear op0_mode if simplification suceeded.

* combine.c (combine_simplify_rtx): Clear op0_mode if simplification
suceeded.

From-SVN: r42286

23 years agogenrecog.c (enum decision_type): Add DT_elt_zero-wide_safe.
Richard Kenner [Fri, 18 May 2001 20:53:55 +0000 (20:53 +0000)]
genrecog.c (enum decision_type): Add DT_elt_zero-wide_safe.

* genrecog.c (enum decision_type): Add DT_elt_zero-wide_safe.
(add_to_sequence): Make that decision type.
(maybe_both_true_2, nodes_identical_1, factor_tests): Use it.
(write_switch, write_cond, debug_decision_2): Likewise.

From-SVN: r42285

23 years agoMerge in proper ChangeLog
Richard Kenner [Fri, 18 May 2001 20:48:28 +0000 (16:48 -0400)]
Merge in proper ChangeLog

From-SVN: r42284

23 years ago/tmp/pl
Richard Kenner [Fri, 18 May 2001 20:43:43 +0000 (20:43 +0000)]
/tmp/pl

From-SVN: r42283

23 years agoMakefile.in: Rebuilt.
Tom Tromey [Fri, 18 May 2001 19:22:05 +0000 (19:22 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (awt_java_source_files): Added Polygon.java.

From-SVN: r42276

23 years agoconfigure.in (gcc_cv_as_eh_frame): Cope with old assemblers.
Stan Shebs [Fri, 18 May 2001 19:14:19 +0000 (19:14 +0000)]
configure.in (gcc_cv_as_eh_frame): Cope with old assemblers.

        * configure.in (gcc_cv_as_eh_frame): Cope with old assemblers.
        * configure: Regenerate.

From-SVN: r42274

23 years agolibstdc++-v3-dg.exp (libstdc++-v3-init): Set flags appropriately for remote testing...
Angela Marie Thomas [Fri, 18 May 2001 18:55:44 +0000 (18:55 +0000)]
libstdc++-v3-dg.exp (libstdc++-v3-init): Set flags appropriately for remote testing and testing installed files without...

2001-05-18  Angela Marie Thomas <angela@cygnus.com>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set flags
        appropriately for remote testing and testing installed files without
        a build dir.

From-SVN: r42272

23 years agojvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the jvgenmai...
Per Bothner [Fri, 18 May 2001 18:34:51 +0000 (11:34 -0700)]
jvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the jvgenmain-generated main program...

* jvspec.c (lang_specific_pre_link):  Re-arrange the linker
        command line so the jvgenmain-generated main program comes first.

From-SVN: r42270

23 years agoChanges needed for java/jvspec.c
Per Bothner [Fri, 18 May 2001 18:30:40 +0000 (11:30 -0700)]
Changes needed for java/jvspec.c

        Changes needed for java/jvspec.c
        * gcc.h (n_infiles, outfiles):  Add declarations.
        * gcc.c (n_infiles, outfiles):  Mske no longer static.

From-SVN: r42269

23 years ago* config/pa/som.h (EXCEPTION_SECTION): Define.
Jeffrey A Law [Fri, 18 May 2001 16:12:34 +0000 (16:12 +0000)]
* config/pa/som.h (EXCEPTION_SECTION): Define.

From-SVN: r42268

23 years agodwarf2out.c: Add dw_loc_list_ref, a reference to a location list.
Daniel Berlin [Fri, 18 May 2001 15:39:11 +0000 (15:39 +0000)]
dwarf2out.c: Add dw_loc_list_ref, a reference to a location list.

2001-05-18  Daniel Berlin  <dan@cgsoftware.com>

* dwarf2out.c: Add dw_loc_list_ref, a reference to a location
list.
Add have_location_lists, a variable to determine whether we need a
.debug_loc section or not.
(enum dw_val_class): Add dw_val_class_loc_list.
(dw_val_struct): Add val_loc_list.
(dw_loc_list_struct): New structure, represents location lists.
(new_loc_list): New function, return a new location list, given
the range and location expression.
(add_loc_descr_to_loc_list): New function, add a location
expression to a location list, given the expression and range.
(output_loc_list): New function, output a location list.
(gen_internal_sym): Modified to take symbol prefix, so we can
reuse it for location list symbols.
(add_AT_loc_list): New function, add a location list to a DIE at
the named attribute.
(AT_loc_list): New function, return the location list reference
for a given attribute, if it's a location list.
(print_die): Handle dw_val_class_loc_list.
(size_of_die): Ditto.
(value_format): Ditto.
(output_die): Ditto.
(output_location_lists): New function, output all of the location
lists for a DIE and it's children.
(dwarf2out_finish): Call output_location_lists if we have location
lists.

From-SVN: r42266

23 years agore PR c++/2526 (internal compiler error (version 2.95.3 and 3.0))
Nathan Sidwell [Fri, 18 May 2001 15:00:29 +0000 (15:00 +0000)]
re PR c++/2526 (internal compiler error (version 2.95.3 and 3.0))

cp:
PR c++/2526
* decl.c (pushdecl): Adjust error string.
(xref_tag): Adjust friend class injection warning. Remove the
inherited name from the class shadowed scope.
testsuite:
* g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
* g++.old-deja/g++.pt/crash67.C: New test.

From-SVN: r42265

23 years agogcse.c (try_replace_reg): First try global replace, later try to simplify the expression.
Jan Hubicka [Fri, 18 May 2001 13:43:27 +0000 (15:43 +0200)]
gcse.c (try_replace_reg): First try global replace, later try to simplify the expression.

* gcse.c (try_replace_reg): First try global replace, later try to
simplify the expression.

* gcse.c (find_used_regs): Change calling convention; work via
note_uses.
(cprop_insn): Update call of find_used_regs; work for CALL_INSNs too.

From-SVN: r42264

23 years agoRevert an incorrect change
Bernd Schmidt [Fri, 18 May 2001 12:45:03 +0000 (12:45 +0000)]
Revert an incorrect change

From-SVN: r42262

23 years agoMakefile.in (stamp-h): Only create config.h, touch stamp-h.
Andreas Jaeger [Fri, 18 May 2001 07:45:56 +0000 (09:45 +0200)]
Makefile.in (stamp-h): Only create config.h, touch stamp-h.

* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
(${srcdir}/config.h.in): Add true rule.

* libI77/stamp-h.in: Added.

From-SVN: r42258

23 years ago* gcc_update: Add rules for libf2c/libI77.
Andreas Jaeger [Fri, 18 May 2001 07:44:34 +0000 (09:44 +0200)]
* gcc_update: Add rules for libf2c/libI77.

From-SVN: r42257

23 years agofunction.c (expand_function_start): Avoid creating BLKmode pseudos.
Mark Mitchell [Fri, 18 May 2001 07:25:50 +0000 (07:25 +0000)]
function.c (expand_function_start): Avoid creating BLKmode pseudos.

* function.c (expand_function_start): Avoid creating BLKmode
pseudos.

* dwarf2out.c (output_comp_unit): Always output a compilation-unit
DIE, even if it has no children.
(dwarf2out_finish): Always output the line-number table, even if
it has no content.

From-SVN: r42254

23 years agoacinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir amd glibcpp_prefixdir...
Benjamin Kosnik [Fri, 18 May 2001 07:24:24 +0000 (07:24 +0000)]
acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir amd glibcpp_prefixdir with absolute paths.

2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Set glibcpp_srcdir
amd glibcpp_prefixdir with absolute paths.

* include/bits/c++config (__GLIBCPP__): Bump.
* acinclude.m4 (GLIBCPP_CONFIGURE): Correct version number.

From-SVN: r42253

23 years agoDaily bump.
GCC Administrator [Fri, 18 May 2001 07:16:19 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42251

23 years ago[multiple changes]
Bryce McKinlay [Fri, 18 May 2001 06:29:11 +0000 (07:29 +0100)]
[multiple changes]

2001-05-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

* include/jvm.h: Move "#pragma GCC java_exceptions" to ...
* gcj/javaprims.h: ... here.
* gnu/gcj/io/shs.cc: Add "#pragma GCC java_exceptions".

2001-05-17  Martin Kahlert  <martin.kahlert@infineon.com>

* java/lang/natClass.cc (_Jv_FindIIndex): Fix an off by one error
with length of ioffset table.
(_Jv_IsAssignableFrom): Likewise.

From-SVN: r42248

23 years ago* rs6000.md (movsfcc,movdfcc): Remove NE case.
David Edelsohn [Fri, 18 May 2001 05:55:52 +0000 (05:55 +0000)]
* rs6000.md (movsfcc,movdfcc): Remove NE case.

From-SVN: r42247

23 years agoOops, forgot the ChangeLog entry.
Gabriel Dos Reis [Fri, 18 May 2001 05:49:20 +0000 (05:49 +0000)]
Oops, forgot the ChangeLog entry.

From-SVN: r42246

23 years agostd_valarray.h (valarray<>::operator[] const): Return a const reference.
Gabriel Dos Reis [Fri, 18 May 2001 05:47:46 +0000 (05:47 +0000)]
std_valarray.h (valarray<>::operator[] const): Return a const reference.

        * include/bits/std_valarray.h (valarray<>::operator[] const):
        Return a const reference.
        * testsuite/26_numerics/valarray_const_bracket.cc: New test.

From-SVN: r42245

23 years agoconfigure.target (ATOMICITYH): Actually use AIX-specific code on earlier versions...
Alexandre Oliva [Fri, 18 May 2001 05:46:30 +0000 (05:46 +0000)]
configure.target (ATOMICITYH): Actually use AIX-specific code on earlier versions of AIX 4.*.

* configure.target (ATOMICITYH): Actually use AIX-specific code on
earlier versions of AIX 4.*.

From-SVN: r42244

23 years agolibstdc++-v3-dg.exp (libstdc++-v3-dg-test): Set output_file based on the name of...
Angela Marie Thomas [Fri, 18 May 2001 05:37:43 +0000 (05:37 +0000)]
libstdc++-v3-dg.exp (libstdc++-v3-dg-test): Set output_file based on the name of the testcase.

2001-05-18  Angela Marie Thomas <angela@cygnus.com>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-dg-test):  Set
        output_file based on the name of the testcase.

2001-05-18  Angela Marie Thomas <angela@cygnus.com>

        * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):  Build
        gluefile and use it if needs_status_wrapper is set.

From-SVN: r42240

23 years agoconfigure.target (ATOMICITYH): Use cpu/generic code on earlier versions of AIX.
Alexandre Oliva [Fri, 18 May 2001 04:50:27 +0000 (04:50 +0000)]
configure.target (ATOMICITYH): Use cpu/generic code on earlier versions of AIX.

* configure.target (ATOMICITYH): Use cpu/generic code on earlier
versions of AIX.

From-SVN: r42237

23 years agoregeneration based on new engine
Bruce Korb [Fri, 18 May 2001 03:13:20 +0000 (03:13 +0000)]
regeneration based on new engine

From-SVN: r42236

23 years agoUpgrade to AutoGen 5 Template
Bruce Korb [Fri, 18 May 2001 02:54:25 +0000 (02:54 +0000)]
Upgrade to AutoGen 5 Template

From-SVN: r42235

23 years agoaccept local directory for fixincl in fixincl.sh script
Brendan Conoboy [Fri, 18 May 2001 02:02:37 +0000 (02:02 +0000)]
accept local directory for fixincl in fixincl.sh script

Co-Authored-By: Bruce Korb <bkorb@gnu.org>
From-SVN: r42234

23 years agodbxout.c (dbxout_symbol_location): For CONCAT, skip types not COMPLEX_TYPE.
Jeffrey Oldham [Thu, 17 May 2001 22:57:36 +0000 (22:57 +0000)]
dbxout.c (dbxout_symbol_location): For CONCAT, skip types not COMPLEX_TYPE.

2001-05-17  Jeffrey Oldham  <oldham@codesourcery.com>

* dbxout.c (dbxout_symbol_location): For CONCAT, skip types not
COMPLEX_TYPE.

From-SVN: r42231

23 years ago* gcc_update (touch_files): Use simpler, yet as portable, syntax.
Alexandre Oliva [Thu, 17 May 2001 22:48:41 +0000 (22:48 +0000)]
* gcc_update (touch_files): Use simpler, yet as portable, syntax.

From-SVN: r42229

23 years ago* dwarf2out.c (modified_type_die): Equate qualified type to die.
Mark Kettenis [Thu, 17 May 2001 22:43:07 +0000 (00:43 +0200)]
* dwarf2out.c (modified_type_die): Equate qualified type to die.

From-SVN: r42227

23 years agoconfigure.target (ATOMICITYH): Don't use AIX 4.3-specific code on earlier versions...
Alexandre Oliva [Thu, 17 May 2001 22:38:13 +0000 (22:38 +0000)]
configure.target (ATOMICITYH): Don't use AIX 4.3-specific code on earlier versions of AIX.

* configure.target (ATOMICITYH): Don't use AIX 4.3-specific code
on earlier versions of AIX.

From-SVN: r42225

23 years agointegrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
Jan Hubicka [Thu, 17 May 2001 21:21:21 +0000 (23:21 +0200)]
integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.

* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
(simplify_subreg): Handle complex types represented as CONCAT.

* recog.c (validate_replace_rtx_1): Properly canonicalize expression
* rtl.h (swap_commutative_operands_p): Declare.
* rtlanal.c (swap_commutative_operands_p): New.
(operand_preference): New static function.

* combine.c (combine_simplify_rtx): Use swap_commutative_operands_p.
(gen_binary): Likewise.
* optabs.c (emit_cmp_and_jump_insns, emit_conditional_move): Likewise.
* simplify-rtx.c (simplify_gen_binary,
simplify_gen_relational): Likewise.

From-SVN: r42224

23 years agocse.c (fold_rtx): Use simplify_subreg.
Jan Hubicka [Thu, 17 May 2001 18:46:58 +0000 (20:46 +0200)]
cse.c (fold_rtx): Use simplify_subreg.

* cse.c (fold_rtx): Use simplify_subreg.

* simplify-rtx.c (simplify_replace_rtx): Use simplify_gen_subreg.
(simplify_gen_subreg): New.
(simplify_rtx): Use simplify_subreg.
* rtl.h (simplify_gen_subreg): Declare.

From-SVN: r42221

23 years ago* doc/install.texi: Update Solaris information.
Mark Mitchell [Thu, 17 May 2001 18:14:47 +0000 (18:14 +0000)]
* doc/install.texi: Update Solaris information.

From-SVN: r42219

23 years agoexcept.h (protect_cleanup_actions): Remove it.
Mark Mitchell [Thu, 17 May 2001 18:12:27 +0000 (18:12 +0000)]
except.h (protect_cleanup_actions): Remove it.

* except.h (protect_cleanup_actions): Remove it.
(lang_protect_cleanup_actions): Declare it.
* except.c (protect_cleanup_actions): Remove it.
(lang_protect_cleanup_actions): New variable.
(init_eh): Don't make protect_cleanup_actions a GC root.
(expand_eh_region_and_cleanup): Call
lang_protect_cleanup_actions.
(output_function_exception_table): Remove unused `align'
variable.
* varasm.c (assemble_external): Abort if we have not yet
opened the assembly output file.

* except.c (cp_protect_cleanup_actions): New function.
(init_exception_processing): Don't set protect_cleanup_actions
here.  Do set lang_protect_cleanup_actions.

From-SVN: r42218

23 years agoexcept.c (sjlj_emit_function_enter): Call assemble_external_libcall for eh_personalit...
Jeffrey A Law [Thu, 17 May 2001 17:53:52 +0000 (17:53 +0000)]
except.c (sjlj_emit_function_enter): Call assemble_external_libcall for eh_personality_libfunc.

        * except.c (sjlj_emit_function_enter): Call assemble_external_libcall
        for eh_personality_libfunc.

From-SVN: r42216

23 years agorecog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode when calling simplify...
Jan Hubicka [Thu, 17 May 2001 17:49:34 +0000 (19:49 +0200)]
recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode when calling simplify_subreg.

* recog.c (validate_replace_rtx_1): Use "TO" mode if not VOIDmode
when calling simplify_subreg.  This is needed to allow replacing
of expression of one mode by expression of different mode.

From-SVN: r42214

23 years agodebug9.C: New test.
Jeffrey D. Oldham [Thu, 17 May 2001 17:44:55 +0000 (17:44 +0000)]
debug9.C: New test.

2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>

* g++.old-deja/g++.other/debug9.C: New test.

From-SVN: r42213

23 years ago* simplify-rtx.c (simplify_subreg): Avoid creating of incorrect subregs.
Jan Hubicka [Thu, 17 May 2001 17:40:48 +0000 (19:40 +0200)]
* simplify-rtx.c  (simplify_subreg): Avoid creating of incorrect subregs.

From-SVN: r42212

23 years ago* Makefile.am (ZIP): The "fastjar" binary is now plain "jar".
Per Bothner [Thu, 17 May 2001 17:04:08 +0000 (10:04 -0700)]
* Makefile.am (ZIP):  The "fastjar" binary is now plain "jar".

From-SVN: r42207

23 years agoFix queueing related bugs
Bernd Schmidt [Thu, 17 May 2001 17:02:35 +0000 (17:02 +0000)]
Fix queueing related bugs

From-SVN: r42206

23 years ago* Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".
Per Bothner [Thu, 17 May 2001 17:02:03 +0000 (10:02 -0700)]
* Makefile.am (bin_PROGRAMS):  Renamed from "fastjar" to "jar".

From-SVN: r42205

23 years ago* simplify_rtx.c (simplify_subreg): Fix simplification of nested subregs.
Jan Hubicka [Thu, 17 May 2001 16:18:26 +0000 (18:18 +0200)]
* simplify_rtx.c (simplify_subreg): Fix simplification of nested subregs.

From-SVN: r42202

23 years ago* gccbug.in (CATEGORIES): Add "bootstrap".
Gerald Pfeifer [Thu, 17 May 2001 15:19:53 +0000 (17:19 +0200)]
* gccbug.in (CATEGORIES): Add "bootstrap".

From-SVN: r42201

23 years agosimplify-rtx.c (simplify_subreg): Break out from ...
Jan Hubicka [Thu, 17 May 2001 15:00:35 +0000 (17:00 +0200)]
simplify-rtx.c (simplify_subreg): Break out from ...

* simplify-rtx.c (simplify_subreg): Break out from ...
* combine.c (combine_splify_rtx) ... here and ...
* recog.c (validate_replace_rtx_1): ... here;
* rtl.h (subreg_lowpart_parts_p, simplify_subreg): Declare.
* emit-rtl.c (subreg_lowpart_parts_p): Break out from ...
(subreg_lowpart_p): ... here.

From-SVN: r42199

23 years agoCorrectly count substitutions if eliminations are going on.
Bernd Schmidt [Thu, 17 May 2001 12:38:47 +0000 (12:38 +0000)]
Correctly count substitutions if eliminations are going on.

From-SVN: r42198

23 years agoFix c/2728
Bernd Schmidt [Thu, 17 May 2001 11:26:04 +0000 (11:26 +0000)]
Fix c/2728

From-SVN: r42195

23 years agogcc.texi (gccbug): Refer to the web pages for detailed information on GNATS.
Gerald Pfeifer [Thu, 17 May 2001 11:21:53 +0000 (13:21 +0200)]
gcc.texi (gccbug): Refer to the web pages for detailed information on GNATS.

* gcc.texi (gccbug): Refer to the web pages for detailed information
on GNATS.

From-SVN: r42194

23 years agoMakefile.in: Add rules to rebuild config.h.in when needed.
Andreas Jaeger [Thu, 17 May 2001 08:47:10 +0000 (10:47 +0200)]
Makefile.in: Add rules to rebuild config.h.in when needed.

* libI77/Makefile.in: Add rules to rebuild config.h.in when
needed.

From-SVN: r42191

23 years agoDaily bump.
GCC Administrator [Thu, 17 May 2001 07:16:19 +0000 (07:16 +0000)]
Daily bump.

From-SVN: r42189

23 years agoi * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.
Zack Weinberg [Thu, 17 May 2001 03:16:18 +0000 (03:16 +0000)]
i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.

* testsuite/gcc.dg/complete-port.c: New (revised version of
libgcc1-test.c)
* po/POTFILES.in: Remove libgcc1-test.c and libgcc1.c.

* Makefile.in: Delete variables: OLDCC, CCLIBFLAGS, OLDAR,
OLDAR_FLAGS, LIBGCC1, LIBGCC1_TEST, CROSS_LIBGCC1,
LIB1FUNCS, and LIB1FUNCS_EXTRA.  Delete rules: libgcc1-test,
libgcc1-test.o.  Clarify commentary now that libgcc1 no longer exists.
* cross-make: Don't set LIBGCC1.
* mklibgcc.in: Delete all code for building from libgcc1.c.
Always honor LIB1ASMFUNCS if set.

* crtstuff.c, floatlib.c, longlong.h, config/fp-bit.c,
config/arc/lib1funcs.asm, config/arm/lib1funcs.asm,
config/d30v/libgcc1.asm, config/fr30/lib1funcs.asm,
config/h8300/lib1funcs.asm, config/i386/cygwin.asm,
config/i386/uwin.asm, config/m68hc11/larith.asm,
config/m68k/lb1sf68.asm, config/mcore/lib1.asm,
config/mn10200/lib1funcs.asm, config/sh/lib1funcs.asm,
config/sparc/lb1spc.asm, config/sparc/lb1spl.asm,
config/v850/lib1funcs.asm, config/c4x/libgcc.S:
Delete or update references to libgcc1 in commentary.

* config/t-libc-ok, config/t-linux, config/t-linux-aout,
config/t-netbsd, config/a29k/t-a29kbare, config/a29k/t-vx29k,
config/alpha/t-interix, config/alpha/t-osf, config/alpha/t-vms,
config/arc/t-arc, config/arm/t-arm-aout, config/arm/t-arm-coff,
config/arm/t-arm-elf, config/arm/t-linux, config/arm/t-pe,
config/arm/t-semi, config/arm/t-strongarm-coff,
config/arm/t-strongarm-elf, config/arm/t-strongarm-pe,
config/arm/t-xscale-coff, config/arm/t-xscale-elf, config/avr/t-avr,
config/c4x/t-c4x, config/d30v/t-d30v, config/fr30/t-fr30,
config/h8300/t-h8300, config/i386/t-beos, config/i386/t-cygwin,
config/i386/t-i386elf, config/i386/t-interix, config/i386/t-netware,
config/i386/t-next, config/i386/t-rtems-i386, config/i386/t-sol2,
config/i960/t-960bare, config/i960/t-vxworks960, config/ia64/t-ia64,
config/m32r/t-m32r, config/m68hc11/t-m68hc11-gas, config/m68k/t-lynx,
config/m68k/t-m68kbare, config/m68k/t-m68kelf,
config/m68k/t-mot3300-gald, config/m68k/t-mot3300-gas,
config/m68k/t-next, config/m68k/t-vxworks68, config/m88k/t-bug,
config/m88k/t-dgux, config/m88k/t-dgux-gas, config/m88k/t-dguxbcs,
config/m88k/t-luna, config/m88k/t-luna-gas, config/m88k/t-m88k,
config/m88k/t-m88k-gas, config/m88k/t-sysv4, config/mcore/t-mcore,
config/mcore/t-mcore-pe, config/mips/t-bsd, config/mips/t-bsd-gas,
config/mips/t-cross64, config/mips/t-ecoff, config/mips/t-elf,
config/mips/t-iris6, config/mips/t-r3900, config/mips/t-svr3,
config/mips/t-svr3-gas, config/mips/t-svr4, config/mips/t-svr4-gas,
config/mips/t-ultrix, config/mn10200/t-mn10200,
config/mn10300/t-mn10300, config/pa/t-linux, config/pa/t-linux64,
config/pa/t-pa, config/pa/t-pa64, config/pa/t-pro,
config/pdp11/t-pdp11, config/pj/t-pj, config/rs6000/t-aix43,
config/rs6000/t-beos, config/rs6000/t-darwin, config/rs6000/t-newas,
config/rs6000/t-ppccomm, config/rs6000/t-rs6000, config/sh/t-linux,
config/sh/t-sh, config/sparc/t-chorus-elf, config/sparc/t-elf,
config/sparc/t-sol2, config/sparc/t-sp86x, config/sparc/t-sparcbare,
config/sparc/t-sparclite, config/sparc/t-splet,
config/sparc/t-sunos41, config/sparc/t-vxsparc,
config/sparc/t-vxsparc64, config/v850/t-v850:
Don't set any of LIBGCC1, CROSS_LIBGCC1, or LIBGCC1_TEST.

* config/alpha/alpha.h, config/i386/i386.h, config/i860/i860.h:
Don't set FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, INTIFY, or FLOATIFY.
* config/d30v/d30v.h: Don't mention LIBGCC_NEEDS_DOUBLE,
FLOAT_VALUE_TYPE, FLOAT_ARG_TYPE, FLOATIFY, INTIFY,
nongcc_SI_type, nongcc_word_type, or perform_*
* config/i860/fx2800: Don't define perform_umodsi3 or perform_modsi3.

* config/i386/386bsd.h, config/i386/beos-elf.h,
config/i386/linux-aout.h, config/i386/linux-oldld.h,
config/i386/linux.h, config/i386/mach.h, config/i386/netbsd.h,
config/i386/openbsd.h, config/i386/osfrose.h, config/i386/rtemself.h:
Don't include i386/perform.h.

* config/a29k/t-a29k, config/arm/t-semiaof, config/i370/t-i370,
config/i370/t-linux, config/i370/t-mvs, config/i370/t-oe,
config/i386/t-djgpp, config/i386/t-i386bare, config/i386/t-vsta,
config/ia64/t-hpux, config/mips/t-mips, config/mips/t-mips-gas,
config/mips/t-osfrose, config/sparc/t-sp64, config/sparc/t-sunos40,
config/vax/t-openbsd, config/vax/t-vax: Delete.

* config.gcc: Remove references to deleted files.
(arm-semi-aof): Use arm/t-semi for tmake_file.

* gcc.texi, install.texi, invoke.texi, tm.texi:
Delete or rewrite text which is no longer relevant now that
libgcc1 no longer exists.

* config/t-openbsd, config/alpha/t-interix, config/i386/t-interix:
No need to set INSTALL_ASSERT_H.  (Missed in previous sweep.)

From-SVN: r42188

23 years agofix broken mutex initializer
Wolfgang Bangerth [Thu, 17 May 2001 01:27:32 +0000 (01:27 +0000)]
fix broken mutex initializer

Co-Authored-By: Bruce Korb <bkorb@gnu.org>
From-SVN: r42185

23 years agoi386.md: Add two peepholes to clean up code generated by cmpstr* expanders.
Zack Weinberg [Thu, 17 May 2001 00:53:25 +0000 (00:53 +0000)]
i386.md: Add two peepholes to clean up code generated by cmpstr* expanders.

* i386.md: Add two peepholes to clean up code generated by
cmpstr* expanders.

From-SVN: r42183

23 years agolibgcc-std.ver (_Unwind_Find_FDE, [...]): Export.
Richard Henderson [Wed, 16 May 2001 22:53:51 +0000 (15:53 -0700)]
libgcc-std.ver (_Unwind_Find_FDE, [...]): Export.

        * libgcc-std.ver (_Unwind_Find_FDE, __register_frame_info_bases,
        __register_frame_info_table_bases): Export.

From-SVN: r42181

23 years ago* config/i386/i386.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
Richard Henderson [Wed, 16 May 2001 22:50:16 +0000 (15:50 -0700)]
* config/i386/i386.h (ASM_PREFERRED_EH_DATA_FORMAT): New.

From-SVN: r42180

23 years agodwarf2asm.c (eh_data_format_name): Add names for "pointer size" variants of non-absol...
Richard Henderson [Wed, 16 May 2001 22:45:22 +0000 (15:45 -0700)]
dwarf2asm.c (eh_data_format_name): Add names for "pointer size" variants of non-absolute encodings.

        * dwarf2asm.c (eh_data_format_name): Add names for "pointer size"
        variants of non-absolute encodings.

From-SVN: r42178

23 years agoexcept.c (eh_data_format_name): Move to ...
Richard Henderson [Wed, 16 May 2001 22:42:36 +0000 (15:42 -0700)]
except.c (eh_data_format_name): Move to ...

* except.c (eh_data_format_name): Move to ...
* dwarf2asm.c: ... here.  Use designated initializers if available.
(dw2_asm_output_encoded_addr_rtx): Accept varargs commentary.
* dwarf2asm.h: Update declarations.
* dwarf2out.c (output_cfi) [DW_CFA_set_loc]: If for_eh, mind
ASM_PREFERRED_EH_DATA_FORMAT.
(output_call_frame_info): Likewise.  Use 'L' augmentation for
the LSDA encoding.

* unwind-dw2-fde.h (struct fde_vector): New.
(struct old_object): Rename from struct object.
(struct object): New.
(__register_frame_info_bases): Declare.
(__register_frame_info_table_bases): Declare.
(struct dwarf_fde): Remove explicit pc_begin/pc_range members.
* unwind-dw2-fde.c (objects): Remove.
(unseen_objects, seen_objects): New.
(__register_frame_info_bases): New.
(__register_frame_info): Use it.
(__register_frame_info_table_bases): New.
(__register_frame_info_table): Use it.
(__deregister_frame_info): Rewrite for changed object struct.
(base_from_object, get_cie_encoding, get_fde_encoding): New.
(fde_unencoded_compare): Rename from fde_compare; uninline.
(fde_single_encoding_compare, fde_mixed_encoding_compare): New.
(start_fde_sort): Adjust for new definition of fde_vector.
(fde_insert): Likewise.
(end_fde_sort): Likewise.  Select comparison function based
on properties of the object.
(fde_split): Take object and fde_compare_t arguments.
(frame_heapsort, fde_merge): Likewise.
(classify_object_over_fdes): Rename from count_fdes.  Handle
encoded pointers.  Collect encoding, mixed_encoding, and pc_begin
for the object.
(add_fdes): Handle encoded pointers.
(init_object): Rename from frame_init.  Update for new struct object.
(linear_search_fdes): Rename from search_fdes.  Handle encoded
pointers.
(binary_search_unencoded_fdes): Broken out from _Unwind_Find_FDE.
(binary_search_single_encoding_fdes): New.
(binary_search_mixed_encoding_fdes): New.
(search_object): New.
(_Unwind_Find_FDE): Update for new struct object.  Fill in
the dwarf_eh_bases.
* unwind-dw2.c: Include unwind-pe.h.  Constify all pointers
iterating over EH data.
(_Unwind_FrameState): Remove saw_lsda, addr_encoding.  Add
fde_encoding, lsda_encoding.
(read_uleb128, read_sleb128): Remove.
(read_encoded_pointer): Remove.  All callers use read_encoded_value.
(extract_cie_info): Set lsda_encoding from 'L' augmentation.
(uw_frame_state_for): Don't set bases.func.  Handle encoded fde
pointers.
* unwind-pe.h: Add "struct" to _Unwind_Context references.

From-SVN: r42176

23 years agoMAINTAINERS (write after permission): Per Jeff Law, added self.
Jeff Knaggs [Wed, 16 May 2001 22:26:01 +0000 (22:26 +0000)]
MAINTAINERS (write after permission): Per Jeff Law, added self.

2001-05-16  Jeff Knaggs <jknaggs@redhat.com>

* MAINTAINERS (write after permission): Per Jeff Law, added self.

From-SVN: r42175

23 years agocppexp.c (lex): Use NODE_NAME and NODE_LEN.
Neil Booth [Wed, 16 May 2001 22:02:09 +0000 (22:02 +0000)]
cppexp.c (lex): Use NODE_NAME and NODE_LEN.

* cppexp.c (lex): Use NODE_NAME and NODE_LEN.
* cpphash.c (_cpp_lookup_with_hash): Similarly.
* cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
cpp_spell_token, cpp_output_token): Similarly.
* cpplib.c (lex_macro_node, do_undef, do_pragma,
do_pragma_poison, parse_assertion, do_assert): Similarly.
* cppmacro.c (builtin_macro, parse_args, funlike_invocation_p,
save_parameter, _cpp_create_definition, check_trad_stringification,
cpp_macro_definition): Similarly.
* cppmain.c (cb_define, cb_undef, dump_macro): Similarly.
* c-lex.c (cb_undef, c_lex): Similarly.
* fix-header.c (recognized_function): Similarly.
* cpplib.h (NODE_LEN, NODE_NAME): New.
(cpp_hashnode): Rename length len.

From-SVN: r42174

23 years ago* cpplib.h: Undo mistaken commit.
Neil Booth [Wed, 16 May 2001 21:55:14 +0000 (21:55 +0000)]
* cpplib.h: Undo mistaken commit.

From-SVN: r42173

23 years agocppexp.c (lex): Use NODE_NAME and NODE_LEN.
Neil Booth [Wed, 16 May 2001 21:50:27 +0000 (21:50 +0000)]
cppexp.c (lex): Use NODE_NAME and NODE_LEN.

* cppexp.c (lex): Use NODE_NAME and NODE_LEN.
* cpphash.c (_cpp_lookup_with_hash): Similarly.
* cpplex.c (cpp_ideq, parse_identifier, cpp_token_len,
cpp_spell_token, cpp_output_token): Similarly.
* cpplib.c (lex_macro_node, do_undef, do_pragma,
do_pragma_poison, parse_assertion, do_assert): Similarly.
* cppmacro.c (builtin_macro, parse_args, funlike_invocation_p,
save_parameter, _cpp_create_definition, check_trad_stringification,
cpp_macro_definition): Similarly.
* cppmain.c (cb_define, cb_undef, dump_macro): Similarly.
* c-lex.c (cb_undef, c_lex): Similarly.
* fix-header.c (recognized_function): Similarly.
* cpplib.h (NODE_LEN, NODE_NAME): New.
(cpp_hashnode): Rename length len.

From-SVN: r42172

23 years ago* partition.h: Fix misspelling of `implementation'.
Matt Kraai [Wed, 16 May 2001 21:00:55 +0000 (21:00 +0000)]
* partition.h: Fix misspelling of `implementation'.

From-SVN: r42171

23 years ago* partition.c: Fix misspelling of `implementation'.
Matt Kraai [Wed, 16 May 2001 20:44:03 +0000 (20:44 +0000)]
* partition.c: Fix misspelling of `implementation'.

From-SVN: r42170

23 years agopa32-regs.h (HARD_REGNO_MODE_OK): Allow TI/TFmode values in GPRs.
Jeffrey A Law [Wed, 16 May 2001 19:39:26 +0000 (19:39 +0000)]
pa32-regs.h (HARD_REGNO_MODE_OK): Allow TI/TFmode values in GPRs.

        * pa32-regs.h (HARD_REGNO_MODE_OK): Allow TI/TFmode values in
        GPRs.

From-SVN: r42169

23 years agoMakefile.in (toplev.o): Add dependency on dwarf2asm.h.
Andreas Jaeger [Wed, 16 May 2001 19:05:50 +0000 (21:05 +0200)]
Makefile.in (toplev.o): Add dependency on dwarf2asm.h.

* Makefile.in (toplev.o): Add dependency on dwarf2asm.h.

* toplev.c: Include dwarf2asm.h for prototype of
dw2_output_indirect_constants.

From-SVN: r42165

23 years agobackspace.c: Include "config.h".
Andreas Jaeger [Wed, 16 May 2001 18:59:29 +0000 (20:59 +0200)]
backspace.c: Include "config.h".

* libI77/backspace.c: Include "config.h".
* libI77/close.c: Likewise.
* libI77/dfe.c: Likewise.
* libI77/dolio.c: Likewise.
* libI77/due.c: Likewise.
* libI77/err.c: Likewise.
* libI77/fmt.c: Likewise.
* libI77/fmtlib.c: Likewise.
* libI77/ftell_.c: Likewise.
* libI77/ilnw.c: Likewise.
* libI77/lread.c: Likewise.
* libI77/open.c: Likewise.
* libI77/rdfmt.c: Likewise.
* libI77/rsfe.c: Likewise.
* libI77/rsne.c: Likewise.
* libI77/util.c: Likewise.
* libI77/wrtfmt.c: Likewise.
* libI77/wsne.c: Likewise.
* libI77/xwsne.c: Likewise.

* libI77/config.h.in: Generate with autoheader.

* libI77/configure.in: Add comments for all AC_DEFINES so that
autoheader can grok it.
* libI77/configure: Regenerated.

From-SVN: r42162