1. 03 Sep, 2000 1 commit
  2. 02 Sep, 2000 1 commit
    • aoliva's avatar
      * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm, · 0abf894c
      aoliva authored
      config/sh/crtn.asm: New files.
      * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
      (crt1.o, crti.o, crtn.o): New targets.
      * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
      sh/t-elf.
      * configure: Rebuilt.
      * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
      STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
      * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
      Undefine for config/elfos.h to redefine.
      (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
      
      
      * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
      legitimize_pic_address, output_pic_addr_const): Declare.
      * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
      (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
      (TARGET_SWITCHES): New switch -mprefergot.
      (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
      (PIC_OFFSET_TABLE_REGNUM): Define.
      (GOT_SYMBOL_TABLE): Likewise.
      (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
      (ENCODE_SECTION_INFO): Define.
      (FINALIZE_PIC): New macros.
      (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
      (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
      * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
      (prepare_move_operands): Call emit_pic_move or
      emit_pic_const_move if appropriate.
      (output_far_jump): For PIC, use braf and output long offset.
      (machine_dependent_reorg):
      (sh_expand_prologue): Save and initialize the PIC register.
      (sh_expand_epilogue): Restore it.
      (initial_elimination_offset): Account for it.
      (nonpic_symbol_mentioned_p): New function.
      (legitimize_pic_address): Likewise.
      (output_pic_addr_const): Likewise.
      * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
      (call, call_value): Use them.
      (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
      symPLT_label2reg): New expands.
      * invoke.texi (SH Options): Document -mprefergot.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36111 138bc75d-0d04-0410-961f-82ee72b054a4
      0abf894c
  3. 29 Aug, 2000 1 commit
  4. 22 Aug, 2000 1 commit
  5. 18 Aug, 2000 1 commit
  6. 16 Aug, 2000 2 commits
  7. 14 Aug, 2000 2 commits
    • rth's avatar
      * configure.in (ia64-*): Set float_format for i386 long double. · d5f10acf
      rth authored
      	* real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
      	as we would for i386 XFmode.
      	(PUT_REAL): Likewise.
      	(endian, ereal_atof, real_value_truncate): Likewise.
      	(ereal_isneg, toe64, etens, make_nan): Likewise.
      	* real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
      
      	* config/ia64/ia64-protos.h: Update.
      	* config/ia64/ia64.c (general_tfmode_operand): New.
      	(destination_tfmode_operand): New.
      	(tfreg_or_fp01_operand): New.
      	(ia64_split_timode): New.
      	(spill_tfmode_operand): New.
      	(ia64_expand_prologue): Use TFmode not XFmode.
      	(ia64_expand_epilogue): Likewise.
      	(ia64_function_arg): Likewise.
      	(ia64_function_arg_advance): Likewise.
      	(ia64_return_in_memory): Likewise.
      	(ia64_function_value): Likewise.
      	(ia64_print_operand): Likewise.
      	(ia64_register_move_cost): Set GR<->FR to 5.
      	(ia64_secondary_reload_class): Get GR for TImode memory op.
      	* config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
      	(ROUND_TYPE_ALIGN): Remove.
      	(LONG_DOUBLE_TYPE_SIZE): Set to 128.
      	(INTEL_EXTENDED_IEEE_FORMAT): Define.
      	(HARD_REGNO_NREGS): Use TFmode, not XFmode.
      	(HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
      	(MODES_TIEABLE_P): Use TFmode, not XFmode.
      	(CLASS_MAX_NREGS): Likewise.
      	(ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
      	(PREDICATE_CODES): Update.
      	* config/ia64/ia64.md (movti): New.
      	(movti_internal): Use a clobber for memory alternatives.
      	(reload_inti, reload_outti): New.
      	(movsfcc_astep): Predicate properly.
      	(movdfcc_astep): Likewise.
      	(movxf): Remove.
      	(movtf): New.
      	(extendsftf2, extenddftf2): New.
      	(trunctfsf2, trunctfdf2): New.
      	(floatditf2, fix_trunctfdi2): New.
      	(floatunsditf2, fixuns_trunctfdi2): New.
      	(addtf3, subtf3, multf3, abstf2): New.
      	(negtf2, nabstf2, mintf3, maxtf3): New.
      	(maddtf3, msubtf3, nmultf3, nmaddtf3): New.
      	(cmptf): New.
      	(fr_spill): Use TFmode, not XFmode.
      	(fr_restore): Likewise.
      	* config/ia64/lib1funcs.asm (__divtf3): New.
      	* config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35689 138bc75d-0d04-0410-961f-82ee72b054a4
      d5f10acf
    • zack's avatar
      top level: · e800dd2f
      zack authored
      	* configure: Make enable_threads and enable_shared defaults
      	explicit.  Substitute enable_threads into generated Makefiles.
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
      gcc:
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	* fixinc/inclhack.def: Likewise.
      	* fixinc/mkfixinc.sh: Likewise.
      	* configure: Regenerate.
      	* fixinc/fixincl.x: Regenerate.
      	* install.texi: Document equivalence of linux and linux-gnu.
      libio:
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	Honor --disable-threads.
      libstdc++:
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	Honor --disable-threads.
      libstdc++-v3:
      	* configure: Regenerate after change to ../libtool.m4.
      libobjc:
      	* configure: Regenerate after change to ../libtool.m4.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35680 138bc75d-0d04-0410-961f-82ee72b054a4
      e800dd2f
  8. 11 Aug, 2000 1 commit
  9. 10 Aug, 2000 1 commit
  10. 09 Aug, 2000 2 commits
    • zack's avatar
      Remove stray blank line in previous commit · 993412fa
      zack authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35594 138bc75d-0d04-0410-961f-82ee72b054a4
      993412fa
    • zack's avatar
      * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE · 0653b94e
      zack authored
      	instead of extra_c_flags.
      	(--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      	* cpperror.c (cpp_type2name): New function.
      	* cpplex.c (lex_line): If we issued an error for an invalid
      	preprocessing directive, discard that logical line.
      	* cpplib.c (do_line): Call a hook function if the current file
      	is renamed by #line.
      	(do_ident): Pass the contents of the string, not the entire
      	token, to the callback function.
      	* cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
      	(cb.rename_file): New hook function.
      	(cb.ident): Adjust prototype.
      	(cpp_type2name): Prototype.
      	* cppmacro.c (dump_macro_args): Correct precedence lossage.
      
      	* cppmain.c (cb_ident): Update for changed interface.
      	(cb_rename_file): New function.
      	(main): Set rename callback.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35593 138bc75d-0d04-0410-961f-82ee72b054a4
      0653b94e
  11. 04 Aug, 2000 1 commit
  12. 02 Aug, 2000 1 commit
    • jason's avatar
      * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o · 9518dbb5
      jason authored
              when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
              and later.
      
              * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
              Be directories to search path.
      
              Remove support for __declspec(dllimport) and __declspec(dllexport).
              This is leftover cruft from the earlier BeOS gcc port when BeOS
              used Microsoft's PE object file format.
              * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
              * config/i386/t-beos (winnt.o): Remove Makefile frag.
              * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
              (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
              (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
              (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
              (REDO_SECTION_INFO_P): Remove.
              (ASM_EXPORT_DECL): Remove.
              (ASM_DECLARE_FUNCTION_NAME): Remove.
              (ASM_DECLARE_OBJECT_NAME): Remove.
              (ASM_OUTPUT_ALIGNED_COMMON): Remove.
              (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
              (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
              (STRIP_NAME_ENCODING): Remove.
      
              Remove support for obsolete version of BeOS that is no longer
              supported by Be.
              * configure.in (i*86-*-beospe*): Remove.
              * config/i386/beos-pe.h: Remove.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35420 138bc75d-0d04-0410-961f-82ee72b054a4
      9518dbb5
  13. 29 Jul, 2000 1 commit
  14. 18 Jul, 2000 1 commit
  15. 17 Jul, 2000 3 commits
  16. 12 Jul, 2000 1 commit
  17. 26 Jun, 2000 1 commit
  18. 25 Jun, 2000 1 commit
  19. 24 Jun, 2000 1 commit
  20. 21 Jun, 2000 1 commit
  21. 19 Jun, 2000 1 commit
  22. 14 Jun, 2000 2 commits
  23. 13 Jun, 2000 3 commits
  24. 12 Jun, 2000 1 commit
  25. 09 Jun, 2000 2 commits
  26. 06 Jun, 2000 3 commits
  27. 31 May, 2000 2 commits
    • rth's avatar
      * configure.in: Fix typo last change. · 1101b60e
      rth authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34304 138bc75d-0d04-0410-961f-82ee72b054a4
      1101b60e
    • pthomas's avatar
      gcc: · c5ab9ed2
      pthomas authored
      	* configure.in (enable-nls): Enable if build == host, i.e. when
      	not building a canadian cross compiler.
      	(enable-maintainer-mode): Added for use with i18n.
      	* aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
      	cross section of ALL_LINGUAS and LINGUAS.
      	* configure: Rebuild.
      
      gcc/po:
      	* Makefile.in.in: Create compiled catalogs in objdir, not
      	srcdir. Create gcc.pot and cat-tbl-id.c only in maintainer
      	mode.
      	* gcc.pot: Generated and checked in.
      	* cat-tbl-id.c: Generated and checked in.
      	* stamp-cat-id: Generated and checked in.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34303 138bc75d-0d04-0410-961f-82ee72b054a4
      c5ab9ed2
  28. 27 May, 2000 1 commit
    • zack's avatar
      * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes · 2ed6c343
      zack authored
      	-Wmissing-prototypes.
      	* configure: Regenerate.
      	* gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
      
      	* builtins.c, calls.c: Change all instances of gen_call_* or
      	gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
      	* calls.c (struct_value_size_rtx): Separate definition from
      	initialization to avoid unused variable warning.
      
      	* genflags.c (gen_macro): New function.
      	(gen_proto): Call it for gen_call_* and gen_sibcall_*.
      	(gen_nonproto): Delete.
      	(gen_insn): Put all insns on the same obstack.
      	(main): Generate prototypes for everything unconditionally.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34213 138bc75d-0d04-0410-961f-82ee72b054a4
      2ed6c343