]> gcc.gnu.org Git - gcc.git/log
gcc.git
24 years agosol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
Alexandre Oliva [Mon, 24 Jan 2000 00:47:38 +0000 (00:47 +0000)]
sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...

* config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
* config/sparc/sol2.h: ... here.

From-SVN: r31578

24 years agobasic-block.h (struct loops): New field `levels'.
Michael Hayes [Sun, 23 Jan 2000 23:10:09 +0000 (23:10 +0000)]
basic-block.h (struct loops): New field `levels'.

2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* basic-block.h (struct loops): New field `levels'.
* flow.c (flow_loops_level_compute): Traverse all outer loops.
(flow_loop_level_compute): Initialise level to 1.
(flow_loops_find): Set loops->levels.
(flow_loops_dump): Print loops->levels.

From-SVN: r31577

24 years agolibgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
Richard Henderson [Sun, 23 Jan 2000 22:33:30 +0000 (14:33 -0800)]
libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.

        * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
        (throw_helper): Iterate over DWARF_FRAME_REGISTERS.

From-SVN: r31576

24 years agoi386.c (dbx_register_map, [...]): New.
Richard Henderson [Sun, 23 Jan 2000 21:43:06 +0000 (13:43 -0800)]
i386.c (dbx_register_map, [...]): New.

        * i386.c (dbx_register_map, svr4_dbx_register_map): New.
        * i386.h (DBX_REGISTER_NUMBER): Use them.
        * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
        * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
        * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
        * i386/sequent.h: Kill incorrect comment.

From-SVN: r31575

24 years ago(struct globals): Likewise.
Mark Mitchell [Sun, 23 Jan 2000 20:42:53 +0000 (20:42 +0000)]
(struct globals): Likewise.

From-SVN: r31574

24 years agocp-tree.h (__eprintf): Remove declaration.
Mark Mitchell [Sun, 23 Jan 2000 19:51:01 +0000 (19:51 +0000)]
cp-tree.h (__eprintf): Remove declaration.

* cp-tree.h (__eprintf): Remove declaration.
* tree.c (__eprintf): Remove definition.

* cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.

From-SVN: r31573

24 years agoggc-page.c (struct page_entry): Make `context_depth' an `unsigned short'.
Mark Mitchell [Sun, 23 Jan 2000 19:18:45 +0000 (19:18 +0000)]
ggc-page.c (struct page_entry): Make `context_depth' an `unsigned short'.

* ggc-page.c (struct page_entry): Make `context_depth' an
`unsigned short'.

From-SVN: r31572

24 years ago* class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
Brad Lucier [Sun, 23 Jan 2000 18:58:54 +0000 (18:58 +0000)]
* class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.

From-SVN: r31571

24 years agocp-tree.h (register_dtor_fn): New function.
Mark Mitchell [Sun, 23 Jan 2000 18:40:20 +0000 (18:40 +0000)]
cp-tree.h (register_dtor_fn): New function.

* cp-tree.h (register_dtor_fn): New function.
* decl.c (destroy_local_static): Rename to ...
(register_dtor_fn): ... this.  Give it external linkage.
(expand_static_init): Use it.
* decl2.c (do_static_initialization): Likewise, if using
__cxa_atexit.
(do_static_destruction): Check that __cxa_atexit is not in use.
(finish_file): Don't call do_static_destruction if using
__cxa_atexit.

* typeck.c (convert_arguments): Restore two-message error
reporting.

From-SVN: r31570

24 years agoloop.c (check_dbra_loop): When checking a loop for reversability...
Clinton Popetz [Sun, 23 Jan 2000 16:07:00 +0000 (16:07 +0000)]
loop.c (check_dbra_loop): When checking a loop for reversability...

* loop.c (check_dbra_loop): When checking a loop for
reversability, check the source of any stores to ensure
they don't depend on an initial value.

From-SVN: r31569

24 years agoImprove comment on SUPPORTS_WEAK.
Robert Lipe [Sun, 23 Jan 2000 13:46:16 +0000 (13:46 +0000)]
Improve comment on SUPPORTS_WEAK.

From-SVN: r31568

24 years agoDaily bump.
Jeff Law [Sun, 23 Jan 2000 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31567

24 years agoconfig.h.in: Rebuilt.
Anthony Green [Sat, 22 Jan 2000 21:15:58 +0000 (21:15 +0000)]
config.h.in: Rebuilt.

* include/config.h.in: Rebuilt.
* acconfig.h: Add undef for __NO_MATH_INLINES.
* configure: Rebuilt.
* configure.in: Add test for `g++ -O2 -ffloat-store' bug.

From-SVN: r31566

24 years agoc4x.h (ASM_OUTPUT_BSS): Redefine.
Michael Hayes [Sat, 22 Jan 2000 21:13:59 +0000 (21:13 +0000)]
c4x.h (ASM_OUTPUT_BSS): Redefine.

2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>

* config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.

From-SVN: r31565

24 years agofixincl.c: Move declarations of 'pz_fname' and 'pz_scan' into scope of entire function.
Zack Weinberg [Sat, 22 Jan 2000 20:55:18 +0000 (20:55 +0000)]
fixincl.c: Move declarations of 'pz_fname' and 'pz_scan' into scope of entire function.

  * fixinc/fixincl.c: Move declarations of 'pz_fname' and
'pz_scan' into scope of entire function.  Only affects
compiles with -DDEBUG.

From-SVN: r31564

24 years agoFix definition of UNIQUE_SECTION so that zero initialised data is placed
Alan Modra [Sat, 22 Jan 2000 19:49:21 +0000 (19:49 +0000)]
Fix definition of UNIQUE_SECTION so that zero initialised data is placed
into .data.

From-SVN: r31563

24 years agocatch a SUBREG containing a constant.
Bernd Schmidt [Sat, 22 Jan 2000 19:42:34 +0000 (19:42 +0000)]
catch a SUBREG containing a constant.

From-SVN: r31562

24 years agoTest for directory before trying to cd into it
Jim Wilson [Sat, 22 Jan 2000 19:05:31 +0000 (19:05 +0000)]
Test for directory before trying to cd into it

From-SVN: r31561

24 years agoDaily bump.
Jeff Law [Sat, 22 Jan 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31560

24 years agocpphash.c (change_newlines): Delete function.
Zack Weinberg [Sat, 22 Jan 2000 04:18:41 +0000 (04:18 +0000)]
cpphash.c (change_newlines): Delete function.

* cpphash.c (change_newlines): Delete function.
(struct argdata): Delete 'newlines' and 'use_count' fields.
(macroexpand): Remove code referencing those fields.

From-SVN: r31559

24 years agoAnother test for preprocessor corner cases
Zack Weinberg [Sat, 22 Jan 2000 04:12:52 +0000 (04:12 +0000)]
Another test for preprocessor corner cases

From-SVN: r31558

24 years agoloop.c (loops_info): New variable.
Michael Hayes [Sat, 22 Jan 2000 02:23:14 +0000 (02:23 +0000)]
loop.c (loops_info): New variable.

* loop.c (loops_info): New variable.
(loop_optimize): Allocate loops->array and free it on exit.
Allocate memory for loops_info and assign to each loop,
  replacing alloca.
(find_and_verify_loops): Do not allocate loops->array.

From-SVN: r31556

24 years agoTest for reload bug with 'long long' function parameters.
Zack Weinberg [Sat, 22 Jan 2000 01:08:14 +0000 (01:08 +0000)]
Test for reload bug with 'long long' function parameters.

Found with 2.95.2 on x86; already fixed in 2.96.
Reported by D.J. Bernstein.

From-SVN: r31555

24 years ago* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
Zack Weinberg [Sat, 22 Jan 2000 00:40:49 +0000 (00:40 +0000)]
* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.

From-SVN: r31554

24 years agonatConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.
Tom Tromey [Fri, 21 Jan 2000 23:50:31 +0000 (23:50 +0000)]
natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.

* java/lang/reflect/natConstructor.cc (newInstance): Use
_Jv_CallAnyMethodA.
* include/jvm.h: Declare _Jv_CallAnyMethodA.
* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Renamed
from _Jv_CallNonvirtualMethodA.  Changed interface; overloaded.
Include <jni.h>.
(COPY): Removed.
(invoke): Use _Jv_CallAnyMethodA.
(VAL): Redefined.
* java/lang/Class.h (Class): Declare JvGetFirstStaticField,
JvNumStaticFields, JvNumMethods, and JvGetFirstMethod as friend
functions.
(struct _Jv_Method): Added getNextMethod method.
(JvNumMethods): New function.
(JvGetFirstMethod): Likewise.
* gcj/field.h (JvGetFirstStaticField): New function.
(JvNumStaticFields): Likewise.
(getNextField): Renamed from getNextInstanceField.
(struct _Jv_Field): New method getClass.
* jni.cc: Wrote many new functions.
* include/jni.h (JNI_TRUE): Define.
(JNI_FALSE): Likewise.
(jobject, jclass, jstring, jarray, jthrowable, jobjectArray,
jbyteArray, jshortArray, jintArray, jlongArray, jbooleanArray,
jcharArray, jfloatArray, jdoubleArray): New typedefs.
(jfieldID, jmethodID): Likewise.
(JNI_COMMIT, JNI_ABORT): New defines.
(JNINativeMethod): New struct.
(struct JNINativeInterface): Correctly declared more entries.
(class _Jv_JNIEnv): Added `ex' member.
(JNI_VERSION_1_1): New define.
(JNI_VERSION_1_2): Likewise.

* boehm.cc (_Jv_MarkObj): Use getNextField, not
getNextInstanceField.

From-SVN: r31553

24 years ago* libjava.compile/BlankFinal.java: New file.
Tom Tromey [Fri, 21 Jan 2000 21:12:47 +0000 (21:12 +0000)]
* libjava.compile/BlankFinal.java: New file.

From-SVN: r31552

24 years agoFix typo in ChangeLog
Kaveh Ghazi [Fri, 21 Jan 2000 20:59:01 +0000 (20:59 +0000)]
Fix typo in ChangeLog

From-SVN: r31551

24 years agobuffer.h: PROTO -> PARAMS.
Kaveh R. Ghazi [Fri, 21 Jan 2000 20:57:00 +0000 (20:57 +0000)]
buffer.h: PROTO -> PARAMS.

        * buffer.h: PROTO -> PARAMS.
        * check-init.c: Likewise.
        * class.c: Likewise.
        * constants.c: Likewise.
        * convert.h: Likewise.
        * decl.c: Likewise.
        * except.c: Likewise.
        * expr.c: Likewise.
        * gjavah.c: Likewise.
        * java-except.h: Likewise.
        * java-tree.h: Likewise.
        * jcf-depend.c: Likewise.
        * jcf-dump.c: Likewise.
        * jcf-parse.c: Likewise.
        * jcf-path.c: Likewise.
        * jcf-reader.c: Likewise.
        * jcf-write.c: Likewise.
        * jcf.h: Likewise.
        * jv-scan.c: Likewise.
        * jvgenmain.c: Likewise.
        * jvspec.c: Likewise.
        * lang.c: Likewise.
        * lex.c: Likewise.
        * lex.h: Likewise.
        * parse-scan.y: Likewise.
        * parse.h: Likewise.
        * parse.y: Likewise.
        * typeck.c: Likewise.
        * verify.c: Likewise.
        * xref.c: Likewise.
        * xref.h: Likewise.
        * zextract.c: Likewise.
        * zipfile.h: Likewise.

From-SVN: r31550

24 years agosparc.md (movsi_pic_label_ref): Avoid creating new pseudos if expanded after first...
Jakub Jelinek [Fri, 21 Jan 2000 20:49:33 +0000 (21:49 +0100)]
sparc.md (movsi_pic_label_ref): Avoid creating new pseudos if expanded after first flow.

* config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
pseudos if expanded after first flow.
(movdi_pic_label_ref): Likewise.

From-SVN: r31549

24 years agoTypo fix.
Joern Rennecke [Fri, 21 Jan 2000 10:36:05 +0000 (10:36 +0000)]
Typo fix.

From-SVN: r31548

24 years agoDaily bump.
Jeff Law [Fri, 21 Jan 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31547

24 years ago* jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
Richard Henderson [Thu, 20 Jan 2000 22:08:29 +0000 (14:08 -0800)]
* jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.

From-SVN: r31546

24 years ago* gcc.c-torture/execute/20000120-2.c: New test.
Jeffrey A Law [Thu, 20 Jan 2000 19:45:39 +0000 (19:45 +0000)]
* gcc.c-torture/execute/20000120-2.c: New test.

From-SVN: r31545

24 years ago* gcc.c-torture/execute/20000120-1.c: New test.
Jeffrey A Law [Thu, 20 Jan 2000 19:35:29 +0000 (19:35 +0000)]
* gcc.c-torture/execute/20000120-1.c: New test.

From-SVN: r31544

24 years agoFix typo in last commit
Zack Weinberg [Thu, 20 Jan 2000 18:28:37 +0000 (18:28 +0000)]
Fix typo in last commit

From-SVN: r31543

24 years agoMakefile.in (fixinc.sh): Depend on specs.
Zack Weinberg [Thu, 20 Jan 2000 18:25:12 +0000 (18:25 +0000)]
Makefile.in (fixinc.sh): Depend on specs.

* Makefile.in (fixinc.sh): Depend on specs.
        * fixinc/Makefile.in: Add rule to create machname.h.
        (fixlib.o): Depend on machname.h.
        * fixinc/fixtests.c (machine_name): New test.
        * fixinc/fixfixes.c (machine_name): New fix.
        * fixinc/fixlib.c (mn_get_regexps): New helper function for
        the machine_name test and fix.
        * fixinc/fixlib.h: Prototype it.
        * fixinc/inclhack.def (machine_name): Use the C test and fix.
* fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.

        * gcc.c (do_spec_1) [case P]: Take care not to create
        identifiers with three leading or trailing underscores.

* fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
(fixincl): Don't specify libraries twice on link line.
(gnu-regex.o): Remove special rule.
* fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
defined by config.h.  Do not define _REGEX_RE_COMP.
(regcomp): Allocate and initialize a fastmap.
* fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.

From-SVN: r31542

24 years ago* Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
Brad Lucier [Thu, 20 Jan 2000 17:34:26 +0000 (17:34 +0000)]
* Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.

From-SVN: r31540

24 years agoresolve.cc (StringClass): Removed.
Tom Tromey [Thu, 20 Jan 2000 17:32:26 +0000 (17:32 +0000)]
resolve.cc (StringClass): Removed.

* resolve.cc (StringClass): Removed.
* defineclass.cc (StringClass): Removed.

From-SVN: r31539

24 years agoRemap dynamic cast hint values to be consistent across ABIs.
Nathan Sidwell [Thu, 20 Jan 2000 11:05:19 +0000 (11:05 +0000)]
Remap dynamic cast hint values to be consistent across ABIs.

* search.c (dynamic_cast_base_recurse): Remap generated value.
(get_dynamic_cast_base_type): Adjust documentation.
* tinfo.h (__user_type_info::dyncast): Likewise.
(__user_type_info::find_public_subobj): Remap BOFF meaning.
* tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
(__class_type_info::do_dyncast): Likewise.
(__class_type_info::do_find_public_subobj): Likewise.
* tinfo2.cc (__dynamic_cast): Remap BOFF parameter.

From-SVN: r31538

24 years agotypeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
Gabriel Dos Reis [Thu, 20 Jan 2000 09:24:01 +0000 (09:24 +0000)]
typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.

2000-01-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>

        * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.

        * typeck2.c (incomplete_type_error): Restore previous cp_error and
        cp_error_at call sequence.

From-SVN: r31537

24 years agoDaily bump.
Jeff Law [Thu, 20 Jan 2000 08:45:06 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31536

24 years agoclass.c (dump_class_hierarchy): Make format agree with argument; cast pointer to...
Brad Lucier [Thu, 20 Jan 2000 08:12:26 +0000 (08:12 +0000)]
class.c (dump_class_hierarchy): Make format agree with argument; cast pointer to unsigned long and print with %lx.

* class.c (dump_class_hierarchy): Make format agree with argument;
cast pointer to unsigned long and print with %lx.

From-SVN: r31535

24 years agoflow.c (propagate_block): Replace FIRST, LAST and BNUM arguments with BB.
Richard Henderson [Thu, 20 Jan 2000 03:59:57 +0000 (19:59 -0800)]
flow.c (propagate_block): Replace FIRST, LAST and BNUM arguments with BB.

        * flow.c (propagate_block): Replace FIRST, LAST and BNUM
        arguments with BB.  Update all callers.  Tidy line wrapping.

From-SVN: r31534

24 years agoemit-rtl.c (try_split): Return last_insn if we split the last_insn.
Clinton Popetz [Thu, 20 Jan 2000 00:41:52 +0000 (00:41 +0000)]
emit-rtl.c (try_split): Return last_insn if we split the last_insn.

* emit-rtl.c (try_split): Return last_insn if we split the
last_insn.

From-SVN: r31530

24 years agoi386-protos.h (ix86_compute_frame_size): Remove prototype.
Jan Hubicka [Thu, 20 Jan 2000 00:05:32 +0000 (01:05 +0100)]
i386-protos.h (ix86_compute_frame_size): Remove prototype.

* i386-protos.h (ix86_compute_frame_size): Remove prototype.
(ix86_initial_elimination_offset): Declare.
* i386.c (ix86_nsaved_regs): Break out from ...
(ix86_can_use_return_insn_p): ... here.
(ix86_emit_save_regs): Break out from ...
(ix86_expand_prologue): ... here.
(ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
out from ...
(ix86_expand_epilogue): ... here.
(ix86_compute_frame_size): Make static, add prototype.
(ix86_initial_elimination_offset): Break out from ...
* i386.h (INITIAL_ELIMINATION_OFFSET): ... here.

From-SVN: r31529

24 years agomore copyright nits
Kaveh Ghazi [Wed, 19 Jan 2000 23:47:13 +0000 (23:47 +0000)]
more copyright nits

From-SVN: r31527

24 years agoupdate copyrights in config dir.
Kaveh Ghazi [Wed, 19 Jan 2000 23:44:14 +0000 (23:44 +0000)]
update copyrights in config dir.

From-SVN: r31526

24 years agorecog.h (OUT_FCN): Delete.
Kaveh R. Ghazi [Wed, 19 Jan 2000 23:14:17 +0000 (23:14 +0000)]
recog.h (OUT_FCN): Delete.

        * recog.h (OUT_FCN): Delete.

        * vax.md: Call `get_insn_template' instead of OUT_FCN.

From-SVN: r31524

24 years agoUpdated NEWS file.
Bryce McKinlay [Wed, 19 Jan 2000 23:08:05 +0000 (23:08 +0000)]
Updated NEWS file.

From-SVN: r31522

24 years agocppalloc.c: PROTO -> PARAMS.
Kaveh R. Ghazi [Wed, 19 Jan 2000 22:52:43 +0000 (22:52 +0000)]
cppalloc.c: PROTO -> PARAMS.

        * cppalloc.c: PROTO -> PARAMS.
        * cpperror.c: Likewise.
        * cppfiles.c: Likewise.
        * cpplib.c: Likewise.
        * cpplib.h: Likewise.

From-SVN: r31521

24 years agoarm-protos.h: PROTO -> PARAMS.
Kaveh R. Ghazi [Wed, 19 Jan 2000 22:39:31 +0000 (22:39 +0000)]
arm-protos.h: PROTO -> PARAMS.

        * config/arm/arm-protos.h: PROTO -> PARAMS.
        * config/arm/arm.c: Likewise.
        * config/c4x/c4x.c: Likewise.
        * config/fr30/fr30-protos.h: Likewise.
        * config/nextstep.c: Likewise.
        * config/pa/pa.c: Likewise.
        * config/pj/pj.c: Likewise.
        * config/rs6000/rs6000.c: Likewise.
        * config/v850/v850-protos.h: Likewise.
        * config/v850/v850.c: Likewise.

From-SVN: r31520

24 years agoi370-protos.h: New file.
Kaveh R. Ghazi [Wed, 19 Jan 2000 22:25:21 +0000 (22:25 +0000)]
i370-protos.h: New file.

        * i370-protos.h: New file.

        * i370.c: Include tm_p.h.  Fix compile time warnings.

        * i370.h: Move prototypes to i370-protos.h.  Fix compile time
        warnings.

        * i370.md: Likewise.

From-SVN: r31519

24 years agoreal.c (enan, [...]): Wrap in NANS.
Kaveh R. Ghazi [Wed, 19 Jan 2000 22:21:22 +0000 (22:21 +0000)]
real.c (enan, [...]): Wrap in NANS.

        * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
        (target_isinf, target_isnan, eisnan): Mark parameter with
        ATTRIBUTE_UNUSED.
        (eiisinf): Wrap in INFINITY.
        (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
        (ibmtoe): Remove unused variable `rndsav'.

From-SVN: r31518

24 years agoBack out prepare_scc_operands changes from this afternoon.
J"orn Rennecke [Wed, 19 Jan 2000 21:57:38 +0000 (21:57 +0000)]
Back out prepare_scc_operands changes from this afternoon.

From-SVN: r31515

24 years ago* sh.c (prepare_scc_operands): Add EQ case.
J"orn Rennecke [Wed, 19 Jan 2000 21:49:21 +0000 (21:49 +0000)]
* sh.c (prepare_scc_operands): Add EQ case.

From-SVN: r31514

24 years agosh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
J"orn Rennecke [Wed, 19 Jan 2000 21:47:13 +0000 (21:47 +0000)]
sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.

* sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
(GO_IF_LEGITIMATE_ADDRESS): Added missing tab.

From-SVN: r31513

24 years agoMakefile.in: Correct dependencies of fixincl and fixincl.o.
Zack Weinberg [Wed, 19 Jan 2000 21:41:04 +0000 (21:41 +0000)]
Makefile.in: Correct dependencies of fixincl and fixincl.o.

* fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
* fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
(fix_char_macro_defines, fix_char_macro_uses): New functions.

* fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
Recognize Emacs mode markers also.
* fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
C++ comments in C++ headers.  Call is_cxx_header only if
necessary.

* fixinc/inclhack.def (avoid_bool): Add select for the problem and
bypass for ncurses.
(bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
(io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
... these, which use the new C fixes.
(math_exception): Escape literal '+' in bypass expression.

* fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
Regenerate.

From-SVN: r31512

24 years agoanon.java, [...]: New files.
Alexandre Petit-Bianco [Wed, 19 Jan 2000 21:38:43 +0000 (21:38 +0000)]
anon.java, [...]: New files.

2000-01-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* libjava.lang/anon.java, libjava.lang/anon2.java,
libjava.lang/anon3.java, libjava.lang/anon4.java,
libjava.lang/direct_read.java, libjava.lang/direct_write.java,
libjava.lang/indirect.java, libjava.lang/indirect_read.java,
libjava.lang/indirect_write.java, libjava.lang/inner1.java,
libjava.lang/inner2.java, libjava.lang/inner3.java,
libjava.lang/inner4.java, libjava.lang/inner_array.java,
libjava.lang/multiple_finit.java,
libjava.lang/private_direct_read.java,
libjava.lang/private_direct_write.java,
libjava.lang/private_indirect_read.java,
libjava.lang/private_indirect_write.java,
libjava.lang/search_outer.java, libjava.lang/tmi.java,
libjava.lang/tp.java, libjava.lang/update_outer.java: New files.

From-SVN: r31511

24 years ago* interpret.cc (PC_REGISTER_ASM): Removed.
Tom Tromey [Wed, 19 Jan 2000 21:08:03 +0000 (21:08 +0000)]
* interpret.cc (PC_REGISTER_ASM): Removed.

From-SVN: r31510

24 years agortlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs inside the MEM.
Geoff Keating [Wed, 19 Jan 2000 20:21:08 +0000 (20:21 +0000)]
rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs inside the MEM.

* rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
inside the MEM.

From-SVN: r31509

24 years agoloop.c (loop_optimize): Allocate loop_info structure for each loop prior to calling...
Michael Hayes [Wed, 19 Jan 2000 20:10:00 +0000 (20:10 +0000)]
loop.c (loop_optimize): Allocate loop_info structure for each loop prior to calling scan_loop.

* loop.c (loop_optimize): Allocate loop_info structure for each loop
prior to calling scan_loop.

From-SVN: r31508

24 years agosh.c (prepare_scc_operands): Abort if no compare insn is available.
J"orn Rennecke [Wed, 19 Jan 2000 20:00:09 +0000 (20:00 +0000)]
sh.c (prepare_scc_operands): Abort if no compare insn is available.

* sh.c (prepare_scc_operands): Abort if no compare insn is available.
(find_barrier, gen_block_redirect, split_branches): Fix indentation.
(calc_live_regs): Likewise.

From-SVN: r31507

24 years ago* sh.md (fpu_single, fp_mode): New attributes.
J"orn Rennecke [Wed, 19 Jan 2000 19:18:20 +0000 (19:18 +0000)]
* sh.md (fpu_single, fp_mode): New attributes.

From-SVN: r31506

24 years agonatThrowable.cc: Don't use `#pragma implementation'.
Tom Tromey [Wed, 19 Jan 2000 18:59:27 +0000 (18:59 +0000)]
natThrowable.cc: Don't use `#pragma implementation'.

* java/lang/natThrowable.cc: Don't use `#pragma implementation'.
From Bryce McKinlay.

From-SVN: r31505

24 years ago* All files: Updated copyright to reflect Cygnus purchase.
Tom Tromey [Wed, 19 Jan 2000 18:39:27 +0000 (18:39 +0000)]
* All files: Updated copyright to reflect Cygnus purchase.

From-SVN: r31504

24 years ago* libjava.compile/inner_pub.java: New file.
Tom Tromey [Wed, 19 Jan 2000 17:28:32 +0000 (17:28 +0000)]
* libjava.compile/inner_pub.java: New file.

From-SVN: r31503

24 years agodecl2.c (lang_decode_option): Set default line-wrap length to 72.
Gabriel Dos Reis [Wed, 19 Jan 2000 11:34:03 +0000 (11:34 +0000)]
decl2.c (lang_decode_option): Set default line-wrap length to 72.

2000-01-19  Gabriel Dos Reis  <gdr@codesourcery>

        * decl2.c (lang_decode_option): Set default line-wrap length to 72.

        * typeck.c (composite_pointer_type, common_type,
        comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
        build_function_call_real, convert_arguments,
        build_binary_op_nodefault, pointer_int_sum, pointer_diff,
        build_unary_op, mark_addressable, build_compound_expr,
        build_static_cast, build_reinterpret_cast, build_const_cast,
        build_c_cast, build_modify_expr, get_delta_difference,
        build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
        'ISO C++'.  Fusion consecutive calls to diagnotic message routines
        into a single one.
        * typeck2.c (readonly_error, abstract_virtuals_error,
        process_init_constructor, check_for_new_type): Likewise.

From-SVN: r31502

24 years agoloop.c (current_loop_info): Renamed from loop_info_data and changed to a pointer.
Michael Hayes [Wed, 19 Jan 2000 11:19:20 +0000 (11:19 +0000)]
loop.c (current_loop_info): Renamed from loop_info_data and changed to a pointer.

* loop.c (current_loop_info): Renamed from loop_info_data
and changed to a pointer.
(loop_optimize): Allocate loop_info structure for each loop
and initialise to zero.
(scan_loop): Set current_loop_info.

* unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
on iteration_var.

From-SVN: r31501

24 years agoloop.c
Michael Hayes [Wed, 19 Jan 2000 11:17:13 +0000 (11:17 +0000)]
loop.c

From-SVN: r31500

24 years agostupid.c: Die die die.
Richard Henderson [Wed, 19 Jan 2000 09:42:11 +0000 (01:42 -0800)]
stupid.c: Die die die.

* stupid.c: Die die die.
* Makefile.in (OBJS): Remove stupid.o.
(stupid.o): Likewise.

* except.c (emit_eh_context): Don't emit USEs for stupid.
* explow.c (probe_stack_range): Likewise.
* flags.h (obey_regdecls): Remove.
* flow.c (find_basic_blocks): Don't run try_merge_blocks
when not optimizing.
(life_analysis): Limit data collection when not optimizing.
(mark_regs_live_at_end): Always mark the return value registers.
(mark_used_regs): Remove dummy RETURN case.
(print_rtl_with_bb): Don't consult obey_regdecls.
* function.c (use_variable, use_variable_after): Remove.
(assign_parms): Consult optimize not obey_regdecls.
(expand_function_start): Don't emit USEs for stupid.
(expand_function_end): Likewise.
* global.c (build_insn_chain): Export.
* integrate.c (expand_inline_function): Kill return-value USE
handling code.
* jump.c (jump_optimize_1): Do simple jump optimizations and
dead code elimination.
(calculate_can_reach_end): Remove check_deleted argument.
(delete_insn): Patch out insns even when not optimizing.
* local-alloc.c (block_alloc): Don't do tying when not optimizing.
* rtl.h (use_variable, use_variable_after): Remove declarations.
(build_insn_chain): Declare.
* stmt.c (expand_value_return): Don't emit USEs for stupid.
(expand_end_bindings): Likewise.
(expand_decl): Likewise.  Consult optimize not obey_regdecls.
* toplev.c (obey_regdecls): Remove.
(rest_of_compilation): Don't set it.  Kill stupid in favour of
flow1, local-alloc, and reload.
(main): Don't set obey_regdecls.

* config/nextstep.c (handle_pragma): Likewise.

* alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.

* arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.

From-SVN: r31499

24 years agotree.c (bot_manip): Set DECL_CONTEXT for newly created VAR_DECLs.
Mark Mitchell [Wed, 19 Jan 2000 09:04:41 +0000 (09:04 +0000)]
tree.c (bot_manip): Set DECL_CONTEXT for newly created VAR_DECLs.

* tree.c (bot_manip): Set DECL_CONTEXT for newly created
VAR_DECLs.

From-SVN: r31498

24 years agoDaily bump.
Jeff Law [Wed, 19 Jan 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31497

24 years agoconfigure: Rebuilt.
Bryce McKinlay [Wed, 19 Jan 2000 05:06:03 +0000 (05:06 +0000)]
configure: Rebuilt.

2000-01-18  Bryce McKinlay <bryce@albatross.co.nz>

* configure: Rebuilt.
* configure.in: Recognize --disable-interpreter.

From-SVN: r31496

24 years agoalpha-protos.h: PROTO -> PARAMS.
Kaveh R. Ghazi [Tue, 18 Jan 2000 23:44:36 +0000 (23:44 +0000)]
alpha-protos.h: PROTO -> PARAMS.

        * alpha-protos.h: PROTO -> PARAMS.
        * alpha.c: Likewise.
        * elf.h: Likewise.
        * h8300.c: Likewise.
        * i386-protos.h: Likewise.
        * i386.c: Likewise.
        * m32r-protos.h: Likewise.
        * m32r.c: Likewise.
        * mips.c: Likewise.
        * mips.md: Likewise.
        * gmon-sol2.c: Likewise.
        * sparc.c: Likewise.

From-SVN: r31495

24 years agons32k-protos.h: New file.
Kaveh R. Ghazi [Tue, 18 Jan 2000 23:06:06 +0000 (23:06 +0000)]
ns32k-protos.h: New file.

        * ns32k-protos.h: New file.

        * ns32k.c: Fix compile time warnings.

        * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
        warnings.

        * ns32k.md: Likewise.

From-SVN: r31494

24 years agovax-protos.h: New file.
Kaveh R. Ghazi [Tue, 18 Jan 2000 23:02:03 +0000 (23:02 +0000)]
vax-protos.h: New file.

        * vax-protos.h: New file.

        * vax.c: Fix compile time warnings.

        * vax.h: Move prototypes to vax-protos.h.  Fix compile time
        warnings.

        * vax.md: Likewise.

        * vaxv.md: Likewise.

From-SVN: r31493

24 years agoromp-protos.h: New file.
Kaveh R. Ghazi [Tue, 18 Jan 2000 22:59:40 +0000 (22:59 +0000)]
romp-protos.h: New file.

        * romp-protos.h: New file.

        * romp.c: Fix compile time warnings.

        * romp.h: Move prototypes to romp-protos.h.  Fix compile time
        warnings.

        * romp.md: Likewise.

From-SVN: r31492

24 years agowe32k-protos.h: New file.
Kaveh R. Ghazi [Tue, 18 Jan 2000 22:56:37 +0000 (22:56 +0000)]
we32k-protos.h: New file.

        * we32k-protos.h: New file.

        * we32k.c: Fix compile time warnings.

        * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
        warnings.

From-SVN: r31491

24 years agocalls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
Kaveh R. Ghazi [Tue, 18 Jan 2000 22:45:16 +0000 (22:45 +0000)]
calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.

        * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.

        * except.c (eh_regs): Likewise.

        * final.c (output_operand): Likewise.

        * fold-const.c (target_isinf, target_isnan): Likewise.

From-SVN: r31490

24 years agoi386.h (BIGGEST_ALIGNMENT): Set to 128.
Jan Hubicka [Tue, 18 Jan 2000 16:06:54 +0000 (17:06 +0100)]
i386.h (BIGGEST_ALIGNMENT): Set to 128.

* i386.h (BIGGEST_ALIGNMENT): Set to 128.
(BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)

From-SVN: r31489

24 years agoi386.md (memstr): Do not use rep stosb for counts divisible by 4 when optimize_size.
Jan Hubicka [Tue, 18 Jan 2000 15:25:05 +0000 (16:25 +0100)]
i386.md (memstr): Do not use rep stosb for counts divisible by 4 when optimize_size.

* i386.md (memstr): Do not use rep stosb for counts divisible by 4
when optimize_size.
(clrstrsi): Rewrite.
(strsethi, strsetqi): New expanders.
(strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
(cmpstrsi): Emit compare insn before cmpstrsi_1
(cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
(strlensi_1): Likewise.
(cmpstrsi_1): Likewise; do not output compare.
(strlen expander): Do not unroll when optimizing for size.
(*subsi3_carry): Rename to subsi3_carry
(addqi3_cc): New pattern.
* i386.h (processor_costs): Add move_ratio field.
(MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
* i386.c (*_cost): Set move_ratio.
(x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
(x86_expand_strlensi_1): Rewrite the main loop.

From-SVN: r31488

24 years agoname-finder.cc (lookup): Check for dladdr function.
Andrew Haley [Tue, 18 Jan 2000 14:42:14 +0000 (14:42 +0000)]
name-finder.cc (lookup): Check for dladdr function.

2000-01-18  Andrew Haley  <aph@cygnus.com>

* name-finder.cc (lookup): Check for dladdr function.
acconfig.h (HAVE_DLADDR): Add.
configure.in: Check for HAVE_DLADDR
configure: Rebuilt.
include/config.h.in:  Rebuilt.

From-SVN: r31487

24 years agoprims.cc (_Jv_RunMain): Set the name of this executable.
Andrew Haley [Tue, 18 Jan 2000 14:37:34 +0000 (14:37 +0000)]
prims.cc (_Jv_RunMain): Set the name of this executable.

2000-01-17  Andrew Haley  <aph@cygnus.com>

* prims.cc (_Jv_RunMain): Set the name of this executable.

From-SVN: r31486

24 years agocp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
Nathan Sidwell [Tue, 18 Jan 2000 10:23:31 +0000 (10:23 +0000)]
cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.

* cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
(build_x_typeid): Likewise.
(get_tinfo_fn): Likewise.
(get_tinfo_fn_unused): Rename to ...
(get_tinfo_decl): ... here.
* rtti.c (build_headof): Replace logic error with assertion.
(get_tinfo_fn_dynamic): Rename to ...
(get_tinfo_decl_dynamic): ... here. Make static. Use
complete_type_or_else.
(build_x_typeid): Move into ...
(build_typeid): ... here. Adjust call to
get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
throw_bad_typeid expression.
(get_tinfo_fn_unused): Rename to ...
(get_tinfo_decl): ... here. Adjust comment.
(get_tinfo_fn): Delete.
(tinfo_from_decl): New static function.
(get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
(get_typeid): Use complete_type_or_else.
(build_dynamic_cast_1): Adjust calls to
get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
* parse.y (primary): Adjust call to build_typeid.
* except.c (build_eh_type_type_ref): Adjust call to
get_tinfo_decl. Mark as used.
* class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
* decl2.c (build_expr_from_tree): Adjust call to build_typeid.
* parse.c: Regenerated.

From-SVN: r31485

24 years agoDaily bump.
Jeff Law [Tue, 18 Jan 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r31484

24 years agonatThrowable.cc (fillInStackTrace): Return `this' even when backtrace can't be computed.
Tom Tromey [Tue, 18 Jan 2000 06:22:13 +0000 (06:22 +0000)]
natThrowable.cc (fillInStackTrace): Return `this' even when backtrace can't be computed.

* java/lang/natThrowable.cc (fillInStackTrace): Return `this' even
when backtrace can't be computed.

From-SVN: r31483

24 years agoconfigure: Rebuilt.
Tom Tromey [Tue, 18 Jan 2000 05:33:35 +0000 (05:33 +0000)]
configure: Rebuilt.

* configure: Rebuilt.
* configure.in: Fixed typo in AC_CONFIG_SUBDIRS call.

From-SVN: r31482

24 years agoclass.c (fixed_type_or_null): Don't clear NONNULL.
Mark Mitchell [Tue, 18 Jan 2000 04:52:50 +0000 (04:52 +0000)]
class.c (fixed_type_or_null): Don't clear NONNULL.

* class.c (fixed_type_or_null): Don't clear NONNULL.  Document
calling convention.
(resolves_to_fixed_type_p): Document calling convention.
* rtti.c (build_x_typeid): Initialize NONNULL.

From-SVN: r31481

24 years agocombine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
Richard Henderson [Tue, 18 Jan 2000 00:30:17 +0000 (16:30 -0800)]
combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.

        * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
        * cse.c (find_comparison_args, fold_rtx): Likewise.
        * integrate.c (subst_constants): Likewise.
        * loop.c (get_condition): Likewise.

        * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.

        * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.

From-SVN: r31479

24 years agoc-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
Martin v. Löwis [Tue, 18 Jan 2000 00:01:06 +0000 (00:01 +0000)]
c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.

* c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
(RESTORE_WARN_FLAGS): Unpack it.
Change semantic type of extension to ttype.
* c-common.c (split_specs_attrs): Expect an INTEGER_CST.
* c-parse.y, c-parse.c, objc/objc-parse.y,
objc/objc-parse.c: Regenerate.

From-SVN: r31478

24 years agore GNATS gcj/128 (weak error message when expecting final modifier)
Joerg Brunsmann [Mon, 17 Jan 2000 22:54:30 +0000 (22:54 +0000)]
re GNATS gcj/128 (weak error message when expecting final modifier)

Mon Jan 17 11:58:17 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>

        * parse.y (format_parameter:): Use final: rule instead of modifiers:.
        (final:): New rule.

Joerg Brunsmann's contribution to fix the Java PR #128.

From-SVN: r31477

24 years agocp-tree.h (build_shared_int_cst): New function.
Mark Mitchell [Mon, 17 Jan 2000 22:54:23 +0000 (22:54 +0000)]
cp-tree.h (build_shared_int_cst): New function.

* cp-tree.h (build_shared_int_cst): New function.
* call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
* class.c (modify_vtable_entry): Likewise.
(add_virtual_function): Split out code to generated shared
INTEGER_CSTs to build_share_int_cst.
(modify_all_vtables): Handle all the overridden functions here.
Add overridden functions from non-primary virtual bases to the
primary vtable.
(finish_struct_1): Adjust call to modify_all_vtables.  Add
overridden functions from non-primary bases to the vtable.
* tree.c (build_shared_int_cst): New function.

From-SVN: r31476

24 years agoOops, forgot to save ChangeLog on previous commit
Zack Weinberg [Mon, 17 Jan 2000 21:46:23 +0000 (21:46 +0000)]
Oops, forgot to save ChangeLog on previous commit

From-SVN: r31475

24 years agofixlib.c: Add copyright notice.
Zack Weinberg [Mon, 17 Jan 2000 21:45:29 +0000 (21:45 +0000)]
fixlib.c: Add copyright notice.

* fixinc/fixlib.c: Add copyright notice.
(compile_re): New function.
* fixinc/fixlib.h: Prototype compile_re.

* fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
Use compile_re to compile regular expressions.

* fixinc/fixincl.c (egrep_test): Don't bother asking regexec
where the pattern matched.

* fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
use 'replace'.
(ultrix_ansi_compat): Likewise.
(interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
add egrep test.
(interactv_add2, interactv_add3): Delete.
(x11_sprintf): Don't use filename glob.
* fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
Regenerate.

From-SVN: r31474

24 years agocp-tree.h (scratchalloc): Remove.
Mark Mitchell [Mon, 17 Jan 2000 20:18:43 +0000 (20:18 +0000)]
cp-tree.h (scratchalloc): Remove.

* cp-tree.h (scratchalloc): Remove.
(build_scratch_list): Likewise.
* call.c (convert_class_to_reference): Replace build_scratch_list
and build_expr_list with build_tree_list.
(add_candidate): Replace scratchalloc with expralloc.  Note memory
leak.
(build_user_type_conversion_1):  Replace build_scratch_list
and build_expr_list with build_tree_list.
(build_new_op): Likewise.
(build_op_delete_call): Likewise.
(convert_like): Likewise.
* cvt.c (ocp_convert): Likewise.
* decl.c (start_decl): Likewise.
(start_function): Likewise.
(finish_destructor_body): Likewise.
(maybe_build_cleanup_1): Likewise.
* decl2.c (reparse_decl_as_expr): Likewise.
* init.c (perform_member_init): Likewise.
(expand_cleanup_for_base): Likewise.
(build_builtin_delete_call): Likewise.
(build_new_1): Likewise.
(build_delete): Likewise.
* method.c (do_build_assign_ref): Likewise.
* parse.y (already_scoped_stmt): Likewise.
(nontrivial_exprlist): Likewise.
(net_initializer): Likewise.
(initlist): Likewise.
* parse.c: Regenerated.
* rtti.c (build_x_typeid): Likewise.
(build_dynamic_cast_1): Likewise.
* typeck.c (build_x_compound_expr): Likewise.
(build_static_cast): Likewise.
(build_modify_expr): Likewise.

* cp-tree.h (DECL_VINDEX): Add documentation.
* class.c (build_vtable_entry): Likewise.
(start_vtable): Add comment.
(add_virtual_function): Replace pending_hard_virtuals with
overridden_virtuals and pending_virtuals with new_virtuals.
Replace redundant assignments with assertions.
(check_for_override): Add comment.
(check_bases_and_members): Replace pending_hard_virtuals with
overridden_virtuals and pending_virtuals with new_virtuals.
(create_vtbl_ptr): Likewise.
(layout_class_type): Likewise.
(finish_struct_1): Likewise.  Add comments.

From-SVN: r31473

24 years agoRuntime.java (loadLibraryInternal): Declare.
Tom Tromey [Mon, 17 Jan 2000 19:22:20 +0000 (19:22 +0000)]
Runtime.java (loadLibraryInternal): Declare.

* java/lang/Runtime.java (loadLibraryInternal): Declare.
* java/lang/natClassLoader.cc (_Jv_FindClass): Removed dead copy.
(_Jv_FindClassInCache): Likewise.
(_Jv_FindClass): Don't conditionalize body on INTERPRETER.
(findSystemClass): Try to load class from compiled module.
Include Runtime.h.
* java/lang/natRuntime.cc (load): Use UTF-8 copy of filename.
(loadLibrary): Likewise.
(lt_preloaded_symbols): Define.
(loadLibraryInternal): New method.
* include/config.h.in: Rebuilt.
* acconfig.h (USE_LTDL): Added.
* Makefile.am (SUBDIRS): Added $(DIRLTDL).
(INCLUDES): Added $(INCLTDL).b
(libgcj_la_DEPENDENCIES): Added $(LIBLTDL).
(libgcj_la_LIBADD): Likewise.
* aclocal.m4, configure: Rebuilt.
* configure.in: Added libltdl support.

From-SVN: r31472

24 years agoInitial revision
Tom Tromey [Mon, 17 Jan 2000 19:00:44 +0000 (19:00 +0000)]
Initial revision

From-SVN: r31468

24 years ago* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.
Tom Tromey [Mon, 17 Jan 2000 18:56:43 +0000 (18:56 +0000)]
* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.

From-SVN: r31467

24 years ago* gjavah.c (print_field_info): Allow non-static final fields.
Tom Tromey [Mon, 17 Jan 2000 18:25:37 +0000 (18:25 +0000)]
* gjavah.c (print_field_info): Allow non-static final fields.

From-SVN: r31466

24 years agoUpdate copyrights
Kaveh Ghazi [Mon, 17 Jan 2000 17:16:21 +0000 (17:16 +0000)]
Update copyrights

From-SVN: r31465

This page took 0.101966 seconds and 5 git commands to generate.