Per Bothner
80d8e475cc
jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
...
* jcf-write.c (localvar_alloc): Only emit entry for
LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
(generate_bytecode_insns): Only call put_linenumber if
debug_info_level > DINFO_LEVEL_NONE.
* jvspec.c (lang_specific_driver): If no -O* or -g* option
is specified, add -g1 (for compatibility wih javac).
From-SVN: r24963
1999-02-02 02:16:56 -08:00
Jeff Law
113f494fbf
Daily bump.
...
From-SVN: r24962
1999-02-01 17:45:04 -07:00
Richard Henderson
1afbe1c4e6
recog.c (check_asm_operands): Treat indeterminate operand ok results as success.
...
* recog.c (check_asm_operands): Treat indeterminate operand ok
results as success. Try harder to resolve a matching constraint.
* stmt.c (expand_asm_operands): Recognize when an output operand's
constraint does not allow memory. Treat indeterminate operand ok
results as failure. Try harder to resolve a matching constraint.
From-SVN: r24959
1999-02-01 12:03:23 -08:00
Mark Mitchell
5326f06d7f
pt.c (tsubst, [...]): Check TYPE_BEING_DEFINED before calling complete_type_or_else.
...
* pt.c (tsubst, case TYPENAME_TYPE): Check TYPE_BEING_DEFINED
before calling complete_type_or_else.
From-SVN: r24958
1999-02-01 17:25:51 +00:00
Zack Weinberg
1328d92f81
top.c: Don't define ffe_is_ident_.
...
1999-02-01 Zack Weinberg <zack@rabi.columbia.edu>
* top.c: Don't define ffe_is_ident_. Don't process
-f(no-)ident here.
* top.h: Remove declaration of ffe_is_ident_ and macros
ffe_is_ident() and ffe_set_is_ident().
* lex.c: Use flag_no_ident instead of ffe_is_ident().
From-SVN: r24957
1999-02-01 14:50:40 +00:00
Ken Raeburn
c68da89c45
Use varrays for constant-equivalence data:
...
* varray.h (struct const_equiv_data): New type.
(union varray_data_tag): New element const_equiv.
(VARRAY_CONST_EQUIV_INIT, VARRAY_CONST_EQUIV): New macros.
(VARRAY_SIZE): New macro, returns number of elements.
* integrate.h: Include varray.h.
(struct inline_remap): Replace const_equiv_map, const_age_map and
const_equiv_map_size with a const_equiv_varray element.
(MAYBE_EXTEND_CONST_EQUIV_VARRAY): New macro; grows varray if needed.
(SET_CONST_EQUIV_DATA): New macro; sets rtx and age fields simultaneously,
growing the varray if needed.
* integrate.c (global_const_equiv_map, global_const_equiv_map_size): Deleted,
replaced by....
(global_const_equiv_varray): New variable.
(expand_inline_function): References changed.
* integrate.h: Update declarations.
* integrate.c (process_reg_parm, expand_inline_function,
copy_rtx_and_substitute, try_constants, subst_constants, mark_stores): Use
varray allocation and accessor macros, new integrate.h macros, and
global_const_equiv_varray. Don't conditionalize non-NULL stores on array size;
instead, expand the array as needed.
* unroll.c (unroll_loop): Likewise.
* unroll.c (unroll_loop): Initialize const_equiv_varray element to zero. After
allocating varray, always exit through bottom of function, where it can be
deallocated if needed. Don't explicitly reallocate const_equiv_map storage;
instead, just ensure the varray has been initialized, and update the global
reference.
From-SVN: r24956
1999-02-01 12:50:53 +00:00
Hans-Peter Nilsson
9594b1b2a1
Makefile.in: Add missing dependencies for jcf-dump.o, gjavah.o, check-init.o, jv-scan.o
...
Thu Jan 28 09:17:51 1999 Hans-Peter Nilsson <hp@axis.se>
* java/Makefile.in: Add missing dependencies for jcf-dump.o,
gjavah.o, check-init.o, jv-scan.o
From-SVN: r24955
1999-02-01 12:38:56 +00:00
Manfred Hollstein
8b84136b5f
Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS" to avoid installing anything.
...
* util/Makefile.am (noinst_PROGRAMS): Renamed from "bin_PROGRAMS"
to avoid installing anything.
(noinst_SCRIPTS): Likewise.
* util/Makefile.in: Regenerate using automake-1.3.
From-SVN: r24954
1999-02-01 10:33:58 +00:00
Kaveh Ghazi
88ed5bb5eb
Add 1999 copyright.
...
From-SVN: r24953
1999-02-01 07:05:07 +00:00
Kaveh R. Ghazi
9caaf519d8
Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
...
* Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
* gjavah.c: Include config.h and system.h.
* javaop.h (inline): Don't define, its handled by system.h.
(WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
from `inline' to `static inline'.
* jcf.h (inline): Don't define, its handled by system.h.
* lex.c (inline): Likewise.
From-SVN: r24952
1999-02-01 07:00:40 +00:00
Kaveh R. Ghazi
8a68e18301
* input.c (inline): Don't define, its handled by system.h.
...
From-SVN: r24951
1999-02-01 06:52:43 +00:00
Kaveh R. Ghazi
ab7c205e79
system.h (inline, const): Handle these for stage2 (and later) gcc.
...
* system.h (inline, const): Handle these for stage2 (and later) gcc.
* dwarf2out.c (inline): Don't define.
* dwarfout.c (inline): Likewise.
From-SVN: r24950
1999-02-01 06:49:19 +00:00
Jeff Law
5ae38e8678
Daily bump.
...
From-SVN: r24949
1999-01-31 17:45:03 -07:00
Richard Henderson
516e5fa65f
* loop.c (recombine_givs): Dump recombination and derivation data.
...
From-SVN: r24948
1999-01-31 14:05:28 -08:00
Zack Weinberg
71b1d3ca6d
flags.h: Declare flag_no_ident.
...
/
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24947
1999-01-31 17:46:54 +00:00
Zack Weinberg
ba140e411e
flags.h: Declare flag_no_ident.
...
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24946
1999-01-31 17:46:52 +00:00
Zack Weinberg
3bfb5aec65
flags.h: Declare flag_no_ident.
...
a
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24945
1999-01-31 17:46:50 +00:00
Zack Weinberg
ad7a0c4f28
flags.h: Declare flag_no_ident.
...
d
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24944
1999-01-31 17:46:49 +00:00
Zack Weinberg
be163a70f5
flags.h: Declare flag_no_ident.
...
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24943
1999-01-31 17:46:42 +00:00
Zack Weinberg
925ecf340f
flags.h: Declare flag_no_ident.
...
(
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24942
1999-01-31 17:46:27 +00:00
Zack Weinberg
0a3d2db2bd
flags.h: Declare flag_no_ident.
...
X
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24941
1999-01-31 17:46:25 +00:00
Zack Weinberg
f64d823442
flags.h: Declare flag_no_ident.
...
�
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24940
1999-01-31 17:46:23 +00:00
Zack Weinberg
db3ca9bac6
flags.h: Declare flag_no_ident.
...
h
1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>
* flags.h: Declare flag_no_ident.
* toplev.c: Define flag_no_ident. Process -f(no-)ident here.
* c-decl.c: Don't define flag_no_ident. Don't process
-f(no-)ident switches here.
* ch/decl.c: Likewise.
* cp/decl2.c: Likewise.
* c-tree.h: Don't declare flag_no_ident.
* ch/ch-tree.h: Likewise.
* cp/cp-tree.h: Likewise.
* config/elfos.h (ASM_FILE_END): Output final .ident directive
only if !flag_no_ident.
* config/ptx4.h: Likewise.
* config/svr4.h: Likewise.
* config/alpha/elf.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i860/fx2800.h: Likewise.
* config/mips/gnu.h: Likewise.
* config/i386/osfrose.h: Likewise.
* gcc.c (C specs): Map -Qn to -fno-ident.
* ch/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
* objc/lang-specs.h: Likewise.
* java/lang-specs.h: Likewise.
From-SVN: r24939
1999-01-31 17:46:17 +00:00
Michael Hayes
81814e35a7
configure.in: Don't remove loop.o and unroll.o when enable-haifa is selected.
...
Mon Feb 1 10:52:07 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* configure.in: Don't remove loop.o and unroll.o when
enable-haifa is selected.
* configure: Rebuilt.
From-SVN: r24938
1999-01-31 13:51:08 +00:00
John Wehle
3aeae6084b
i386.md (movsicc, [...]): Delete unconstrained alternatives.
...
* i386.md (movsicc, movhicc, movsfcc, movdfcc,
movxfcc, movdicc): Delete unconstrained alternatives.
* i386.c (output_fp_conditional_move,
output_int_conditional_move): Delete unused case.
From-SVN: r24937
1999-01-31 05:27:13 -07:00
Jeffrey A Law
4d7c42466b
Bump for snapshot
...
From-SVN: r24935
1999-01-30 18:15:09 -07:00
Richard Henderson
6ce652e01b
alpha.md (mov patterns): Emit the assembler aliases mov and fmov instead of bis and cpys.
...
* alpha.md (mov patterns): Emit the assembler aliases mov and fmov
instead of bis and cpys. Combine alternatives where possible.
From-SVN: r24934
1999-01-30 16:54:57 -08:00
Jeff Law
59fee0c570
Daily bump.
...
From-SVN: r24933
1999-01-30 17:45:02 -07:00
Kaveh R. Ghazi
fa6ac85e4b
Fix thinko in last change to toplev.h (fnotice).
...
Wrap prototype with BUFSIZ to protect FILE* usage.
From-SVN: r24932
1999-01-30 21:26:52 +00:00
Kaveh R. Ghazi
644f3d7ef0
gcov.c (fnotice): Add missing FILE* parameter.
...
* gcov.c (fnotice): Add missing FILE* parameter.
(function_summary): Fix format specifiers in calls to `fnotice'.
(output_data): Likewise.
* toplev.c (fnotice): Constify char* parameter.
* toplev.h (fnotice): Add prototype.
From-SVN: r24931
1999-01-30 20:18:51 +00:00
Jeff Law
a2f5e296c2
Copyright dates.
...
From-SVN: r24930
1999-01-30 11:58:05 -07:00
Jeff Law
726127a4f5
Copyright date.
...
From-SVN: r24929
1999-01-30 11:55:28 -07:00
Michael Hayes
9acfe55c5c
c4x.h (RTX_COSTS): Explicitly define c4x costs.
...
Sun Jan 31 15:33:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (RTX_COSTS): Explicitly define c4x costs.
From-SVN: r24928
1999-01-30 18:36:35 +00:00
Jeffrey A Law
4b7c585f36
* combine.c (distribute_notes): Handle REG_EH_REGION notes.
...
From-SVN: r24927
1999-01-30 11:18:16 -07:00
Jeffrey A Law
2c72b78f87
alias.c (fixed_scalar_and_varying_struct_p): Add "static" to function definition.
...
* alias.c (fixed_scalar_and_varying_struct_p): Add "static" to
function definition.
(aliases_everything_p, write_dependence_p):Likewise.
From-SVN: r24926
1999-01-30 10:12:54 -07:00
Richard Henderson
4833c8bf19
* gcc.c-torture/execute/990130-1.c: New test.
...
From-SVN: r24925
1999-01-30 08:23:52 -08:00
Jeffrey A Law
3ad13ada51
* install.texi: Fix merge lossages.
...
From-SVN: r24924
1999-01-30 08:20:57 -07:00
Jeffrey A Law
d9b5343057
cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.
...
* cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES
is defined.
* collect2.c (main): Likewise.
* cppmain.c (main): Likewise.
* gcc.c (main): Likewise.
* gcov.c (main): Likewise.
* protoize.c (main): Likewise.
* toplev.c (main): Likewise.
From-SVN: r24923
1999-01-30 07:34:11 -07:00
Jeffrey A Law
5989c468fb
pa.md (parallel shift and shiftadd): Mark output of shift as an earlyclobber.
...
* pa.md (parallel shift and shiftadd): Mark output of shift as an
earlyclobber.
Fixes -O1 bootstrap problem.
From-SVN: r24922
1999-01-30 06:50:10 -07:00
Richard Henderson
16b4c15e6a
* Makefile.in (xstrdup.o): Depend on config.h.
...
From-SVN: r24921
1999-01-30 05:28:44 -08:00
Robert Lipe
0397442c35
config.guess: Improve detection of i686 on UnixWare 7.
...
�
* config.guess: Improve detection of i686 on UnixWare 7.
From-SVN: r24920
1999-01-30 13:08:40 +00:00
Robert Lipe
1cf5445402
config.guess: Improve detection of i686 on UnixWare 7.
...
(
* config.guess: Improve detection of i686 on UnixWare 7.
From-SVN: r24919
1999-01-30 13:08:39 +00:00
Jeff Law
8b60653df4
Undo previous change. Ulrich wants the problem hanled differently.
...
From-SVN: r24918
1999-01-30 04:14:53 -07:00
Jeffrey A Law
763c44454c
* gcc.dg/990130-1.c: New test.
...
From-SVN: r24917
1999-01-30 03:13:37 -07:00
Jeffrey A Law
9eab30bcdc
loop.c: Disable recent loop changes.
...
* loop.c: Disable recent loop changes. Temporary as Joern
continues to fix problems.
From-SVN: r24916
1999-01-30 00:32:56 -07:00
Mumit Khan
53eae3acff
* stdiostream.cc (_POSIX_SOURCE): Define.
...
From-SVN: r24915
1999-01-30 00:11:12 -07:00
Mumit Khan
64e8166e7a
x86-interix.ml: New file.
...
* config/x86-interix.ml: New file.
* configure.in (i[3456]86-*-interix*): Add shared library support.
From-SVN: r24914
1999-01-30 00:09:11 -07:00
Mumit Khan
c9ffaa6386
config.guess: Add support for i386-pc-interix.
...
* config.guess: Add support for i386-pc-interix.
* config.sub: Likewise.
* configure.in: Likewise.
* config/mh-interix: New file.
From-SVN: r24913
1999-01-30 00:07:42 -07:00
Jeff Law
60432e68a3
Daily bump.
...
From-SVN: r24911
1999-01-29 17:45:02 -07:00
J"orn Rennecke
97ec0ad883
* loop.c (strength_reduce): Size reg_map according to reg_iv_type.
...
From-SVN: r24910
1999-01-29 19:27:51 +00:00