aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-06-20configure.in (checkfuncs): Add gettimeofday.Andreas Schwab4-4/+21
* configure.in (checkfuncs): Add gettimeofday. * config.in, configure: Regenerated. From-SVN: r27647
1999-06-20configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.Mumit Khan2-45/+61
p * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails. * configure: Regenerate. From-SVN: r27642
1999-06-20configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails.Mumit Khan1-0/+6
� * configure.in (*-*-uwin*): UWIN has sys_{errlist,nerr} even if the test fails. * configure: Regenerate. From-SVN: r27641
1999-06-20winnt.c (exports_head): New static variable.Mumit Khan3-19/+43
* i386/winnt.c (exports_head): New static variable. (i386_pe_record_exported_symbol): New function. (i386_pe_asm_file_end): Use. * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported symbols to be emitted at end of assembly. (ASM_DECLARE_OBJECT_NAME): Likewise. (ASM_DECLARE_FUNCTION_NAME): Likewise. From-SVN: r27639
1999-06-20init.c (__objc_force_linking): Make global.John David Anglin2-5/+9
� * init.c (__objc_force_linking): Make global. From-SVN: r27638
1999-06-20whoops. Forgot to commit ChangeLog entry for missing @end ifclear change.Jeff Law1-0/+4
From-SVN: r27633
1999-06-20uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.Mumit Khan1-1/+1
H * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix. From-SVN: r27632
1999-06-20uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.Mumit Khan1-0/+5
� * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix. From-SVN: r27631
1999-06-20Add missing @end ifclear.Jeff Law1-0/+1
From-SVN: r27630
1999-06-20sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change.Jeffrey A Law2-2/+7
Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com) * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change. From-SVN: r27626
1999-06-20rename for DOSJason Merrill1-0/+0
From-SVN: r27625
1999-06-20Daily bump.Jeff Law1-1/+1
From-SVN: r27623
1999-06-20haifa-sched.c (sched_analyze_1): Use free_list instead of zapping ↵Richard Henderson2-7/+12
reg_last_uses directly. * haifa-sched.c (sched_analyze_1): Use free_list instead of zapping reg_last_uses directly. (sched_analyze_2, sched_analyze_insn): Likewise. (sched_analyze): Likewise. Don't clear reg_last_uses on calls. From-SVN: r27622
1999-06-20rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for ↵David Edelsohn2-1/+6
cases 1 and 2. * rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2. From-SVN: r27620
1999-06-19Daily bump.Jeff Law1-1/+1
From-SVN: r27618
1999-06-19semantics.c (finish_asm_statement): Apply decay conversions to input operands.Mark Mitchell2-1/+9
* semantics.c (finish_asm_statement): Apply decay conversions to input operands. From-SVN: r27617
1999-06-19haifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set.Richard Henderson2-5/+6
* haifa-sched.c (sched_analyze): Mark call-user regs as clobbered instead of set. From-SVN: r27615
1999-06-19decl.c (expand_static_init): When building an anonymous function for use ↵Mark Mitchell4-2/+66
with atexit... * decl.c (expand_static_init): When building an anonymous function for use with atexit, compute its body before and after entering the function. * error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and EXIT_EXPR. From-SVN: r27612
1999-06-19arm.c (arm_override_options): Remove warning about PIC code not being supported.Richard Earnshaw2-7/+3
* arm.c (arm_override_options): Remove warning about PIC code not being supported. From-SVN: r27610
1999-06-19arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.Richard Earnshaw2-4/+9
* arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf. (*strsi_predec): Renamed from *strqi_predec. (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc. (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec. From-SVN: r27609
1999-06-19From Phil Blundell:Philip Blundell2-1/+5
* arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN. From-SVN: r27607
1999-06-19arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use ↵Richard Earnshaw3-9/+47
PIC_OFFSET_TABLE_REGNUM for general alloaction. * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use PIC_OFFSET_TABLE_REGNUM for general alloaction. (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register must be stacked if it is used for PIC accesses. * arm.c (use_return_insn): Handle PIC register specially. (output_return_instruction): Likewise. (output_func_{prologue,epilogue}): Likewise. (output_expand_prologue): Likewise. From-SVN: r27605
1999-06-18Daily bump.Jeff Law1-1/+1
From-SVN: r27603
1999-06-18rs6000.c (find_addr_reg): New function.David Edelsohn4-15/+95
* rs6000.c (find_addr_reg): New function. * rs6000.h (find_addr_reg): Declare. (offsettable_addr_operand): Delete. * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads from and stores to GPRs. From-SVN: r27602
1999-06-18init.c (expand_aggr_vbase_init): Add flag parameter.Mark Mitchell3-21/+65
* init.c (expand_aggr_vbase_init): Add flag parameter. (build_partial_cleanup_for): Remove, inlining into .. (expand_cleanup_for_base): ... here. Take flag parameter. (emit_base_init): Pass the in_chrg parameter to emit_aggr_vbase_init. (emit_aggr_vbase_init): Pass it to expand_cleanup_for_base. From-SVN: r27600
1999-06-18alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as ↵Richard Henderson2-1/+6
argument to emit_no_conflict_block. * alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument to emit_no_conflict_block. From-SVN: r27598
1999-06-18Scripts must end with a new-lineBruce Korb4-5/+8
From-SVN: r27596
1999-06-18doc TtyNam fixCraig Burley2-0/+9
From-SVN: r27595
1999-06-18fix ttynam for no-ttynam caseCraig Burley2-1/+7
From-SVN: r27594
1999-06-18Update to Netlib version of 1999-06-18Craig Burley7-5/+36
From-SVN: r27593
1999-06-18undo Wednesday's changeCraig Burley2-1/+5
From-SVN: r27592
1999-06-18Enable yesterday's patch for fast-fix on DG/UXBruce Korb2-5/+4
From-SVN: r27590
1999-06-18move gcc changes to gcc subdirectoryMichael Meissner2-43/+43
From-SVN: r27588
1999-06-18natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned ↵Bryce McKinlay3-6/+18
InetAddress objects. * java/net/natInetAddress.cc (lookup): Preserve caller-supplied hostname in returned InetAddress objects. (getLocalHostname): Fix typo. * java/net/InetAddress.java (getByName): Set hostname on return object. (getLocalHost): Call lookup directly to ensure that a fully-qualified name is returned. From-SVN: r27587
1999-06-18Use .thumb_set pseudo op to mark aliases of thumb functions.Nick Clifton2-0/+25
From-SVN: r27586
1999-06-18Use ASM_OUTPUT_DEF_FROM_DECLS in preference to ASM_OUTPUT_DEF, if it is defined.Nick Clifton3-0/+20
From-SVN: r27585
1999-06-17Daily bump.Jeff Law1-1/+1
From-SVN: r27583
1999-06-17* stl_queue.h: Rename _M_c to c, and _M_comp to comp.Martin v. Löwis2-41/+45
From-SVN: r27581
1999-06-17mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor ↵Anthony Green2-3/+8
<carlo@vis.ethz.ch>). * mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz.ch>). From-SVN: r27580
1999-06-17* invoke.texi (ia32 options): Fix typo.J"orn Rennecke2-1/+3
From-SVN: r27578
1999-06-17ISCTRL fix and dgux patchBruce Korb5-219/+437
From-SVN: r27577
1999-06-17Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.Don Lindsay8-110/+425
h Added -mpcrel flag, and underlying support for PC-relative addressing on m68k. Patch is tested, and approved by Jim Wilson. From-SVN: r27576
1999-06-17Added -mpcrel flag, and underlying support for PC-relative addressing on m68k.Don Lindsay1-1/+8
� Added -mpcrel flag, and underlying support for PC-relative addressing on m68k. Patch is tested, and approved by Jim Wilson. From-SVN: r27575
1999-06-17loop.c (strength_reduce): When doing biv->giv conversion, update reg note of ↵J"orn Rennecke2-2/+13
NEXT->insn. * loop.c (strength_reduce): When doing biv->giv conversion, update reg note of NEXT->insn. From-SVN: r27574
1999-06-17loop.c (move_movables): Note issues with replacing REGs with SUBREGs.Jeffrey A Law3-3/+29
� * loop.c (move_movables): Note issues with replacing REGs with SUBREGs. * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly. From-SVN: r27573
1999-06-17* gcc.c-torture/compile/990617-1.c: New test.Jeffrey A Law2-0/+21
From-SVN: r27572
1999-06-17* i386/freebsd-elf.h (LINK_SPEC): Fix typo.David O'Brien2-1/+3
From-SVN: r27570
1999-06-17freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference ↵David O'Brien2-11/+8
to `mcount' was not correct for the ELF... � * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount' was not correct for the ELF on FreeBSD. From-SVN: r27567
1999-06-17Don Lindsay1-0/+1
From-SVN: r27566
1999-06-17loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class.J"orn Rennecke2-3/+19
* loop.c (strength_reduce): When doing biv->giv conversion, fix up reg_biv_class. (recombine_givs): Set ix field after sorting. From-SVN: r27565