- 16 Jun, 2003 5 commits
-
-
neil authored
unnecessary extern declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67998 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
config/libgloss.h, config/linux-aout.h, config/linux.h, config/lynx-ng.h, config/lynx.h: GNU CC -> GCC. * config/kaos.h: "GNU compiler" -> GCC. * config/linux-aout.h, config/lynx.h: Clarify comment describing file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67997 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S: GNU CC -> GCC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67996 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
GNU CC -> GCC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67995 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67993 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 15 Jun, 2003 24 commits
-
-
zack authored
main_input_filename to avoid conflict with input_filename macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67990 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
64-bit systems too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67989 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
g_switch_value): Remove. * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove unnecessary extern declarations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67988 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
* config/m32r/m32r.h: Remove declaration of g_switch_value. * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67987 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
* jartool.c (main) Give proper error messages with -C, and check for missing arguments properly. Send error messages to stderr. * jartool.c (add_to_jar): Make getcwd() call portable, and check for error return. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67985 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67984 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67983 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
* config/rs6000/rs6000.c: Include cfglayout.h. * config/alpha/alpha.c: Likewise. * config/ia64/ia64.c: Likewise. * config/sparc/sparc.c: Likewise. * config/sh/sh.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67982 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67978 138bc75d-0d04-0410-961f-82ee72b054a4
-
nathan authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67977 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
(write_langs): Similarly. * c.opt: Specify languages. * opts.h: Remove languages. * opts.sh: Recognise front-end defined languages. ada: * lang.opt: Declare Ada. * misc.c (gnat_init_options): Update. doc: * sourcebuild.texi: Update. f: * lang.opt: Declare F77. java: * lang.opt: Declare Java. * lang.c (java_init_options): Update. treelang: * lang.opt: Declare Treelang. Update. * tree1.c (treelang_init_options): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67976 138bc75d-0d04-0410-961f-82ee72b054a4
-
aj authored
* alloc-pool.c: Convert to ISO C90 prototypes. * alloc-pool.h: Likewise. * alias.c: Likewise. * attribs.c: Likewise. * bb-reorder.c: Likewise. * bitmap.h: Likewise. * bitmap.c: Likewise. * builtins.c: Likewise. * tree.h: Convert prototypes of attribs.c to ISO C90. * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90. * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90. * expr.h: Convert prototypes of builtins.c to ISO C90. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67975 138bc75d-0d04-0410-961f-82ee72b054a4
-
kenner authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67974 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
* config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to implement exp, expf and expl built-ins as inline x87 intrinsics. (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to represent x87's fscale, frndint and f2xm1 insns respectively. (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns to encode x87's "fscale" instruction followed by a pop. (*frndintxf2): New insn pattern for "frndint". (*f2xm1xf2): New insn pattern for "f2xm1". * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like UNSPEC_FPATAN. * gcc.dg/builtins-22.c: New test case. * gcc.dg/i386-387-1.c: Update to test exp. * gcc.dg/i386-387-2.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67973 138bc75d-0d04-0410-961f-82ee72b054a4
-
kenner authored
knowing names of language subdirectories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67972 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
* common.opt: Add more switches. * flags.h (g_switch_set): Boolify. * opts.c (g_switch_value, g_switch_set, exit_after_options, version_flag): Move from toplev.c. (common_handle_option): Handle more switches from toplev.c. * toplev.c (display_help, display_target_options, decode_d_option, print_version): Make non-static, remove prototypes. (aux_base_name, asm_file_name, aux_info_file_name): Constify. (version_flag, g_switch_value, g_switch_set, exit_after_options): Remove. (independent_decode_option): Move some handlers to opts.c. * toplev.h (aux_info_file_name, aux_base_name, asm_file_name, exit_after_options, version_flag, display_help, display_target_options, print_version, decode_d_option): New. java: * lang.c (version_flag): Rename to v_flag to avoid clash w/ toplev.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67971 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* config/arm/arm.c: Likewise. * config/arm/arm.h: Likewise. * config/arm/arm.md: Likewise. * config/arm/crtn.asm: Likewise. * config/m32r/m32r.c: Likewise. * config/m32r/m32r.md: Likewise. * config/rs6000/rs6000.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67970 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
insn_locators_initialize. * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise. * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise. * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise. * config/sh/sh.c (sh_output_mi_thunk): Do it later. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67969 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
tests that are also in any_condjump_p(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67966 138bc75d-0d04-0410-961f-82ee72b054a4
-
ghazi authored
* config/m68k/mot3300-crt0.S: Delete file. * config/m68k/mot3300Mcrt0.S: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67965 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
* config.gcc: Remove reference to aoutos.h. * config/m68k/m68k-aout.h: Remove reference to aoutos.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67964 138bc75d-0d04-0410-961f-82ee72b054a4
-
neroden authored
* libU77/Makefile.in: Remove references to bes.c, dbes.c git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67963 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* doc/tm.texi: Likewise. * config/fp-bit.c: Likewise. * config/arm/arm.c: Likewise. * config/frv/frv.c: Likewise. * config/ns32k/NOTES: Likewise. * config/ns32k/STATUS: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67962 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67960 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 14 Jun, 2003 11 commits
-
-
neil authored
* lang.c (java_handle_option): -MD and -MMD have an underscore. * lang.opt: -MD and -MMD have an underscore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67958 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
* rtl.h (STORE_FLAG_VALUE): Remove default definition from here. * defaults.h (STORE_FLAG_VALUE): Move default definition to here. * doc/tm.texi (STORE_FLAG_VALUE): Document the default value. * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition. * config/arc/arc.h (STORE_FLAG_VALUE): Likewise. * config/arm/arm.h (STORE_FLAG_VALUE): Likewise. * config/cris/cris.h (STORE_FLAG_VALUE): Likewise. * config/i370/i370.h (STORE_FLAG_VALUE): Likewise. * config/i386/i386.h (STORE_FLAG_VALUE): Likewise. * config/i960/i960.h (STORE_FLAG_VALUE): Likewise. * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise. * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise. * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise. * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise. * config/mips/mips.h (STORE_FLAG_VALUE): Likewise. * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise. * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise. * config/pa/pa.h (STORE_FLAG_VALUE): Likewise. * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise. * config/sh/sh.h (STORE_FLAG_VALUE): Likewise. * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise. * config/v850/v850.h (STORE_FLAG_VALUE): Likewise. * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67957 138bc75d-0d04-0410-961f-82ee72b054a4
-
nathan authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67954 138bc75d-0d04-0410-961f-82ee72b054a4
-
nathan authored
* function.c (init_function_start): Remove filename and line parameters. Use DECL_SOURCE_LOCATION. * c-decl.c (store_parm_decls): Adjust init_function_start call. (c_expand_body_1): Likewise. * coverage.c (create_coverage): Likewise. * ada/utils.c (begin_subprog_body): Adjust init_function_start call. * cp/decl.c (start_function): Adjust init_function_start call. * cp/method.c (use_thunk): Likewise. * cp/semantics.c (genrtl_start_function): Likewise. * f/com.c (stor_parm_decls): Adjust init_function_start call. * java/class.c (emit_register_classes): Adjust init_function_start call. * java/decl.c (complete_start_java_method): Likewise. * java/resource.c (write_resource_constructor): Likewise. * objc/objc-act.c (build_tmp_function_decl): Set line number to zero. (hack_method_prototype): Adjust init_function_start call. * treelang/treetree.c (tree_code_create_function_initial): Adjust init_function_start call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67953 138bc75d-0d04-0410-961f-82ee72b054a4
-
rearnsha authored
* arm/linux-elf.h (PROFILE_HOOK): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67950 138bc75d-0d04-0410-961f-82ee72b054a4
-
rearnsha authored
* arm.h (CANNOT_CHANGE_MODE_CLASS): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67947 138bc75d-0d04-0410-961f-82ee72b054a4
-
sayle authored
* opts.sh: Work around a mysterious feature in cygwin's gawk where specifying the input files explicitly has a different behavior to piping them via stdin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67946 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
flag in opts.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67945 138bc75d-0d04-0410-961f-82ee72b054a4
-
rearnsha authored
* arm.c (output_move_double): Pass SImode to adjust_address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67943 138bc75d-0d04-0410-961f-82ee72b054a4
-
hjl authored
* config.guess: Update to 2003-06-12 version. * config.sub: Update to 2003-06-13 version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67942 138bc75d-0d04-0410-961f-82ee72b054a4
-
neil authored
(c-options.c, c-options.h): Remove. (options.c, options.h): Add. * c-opts.c: Include options.h not c-options.h. * common.opt: New file. * configure, configure.in: Add lang_opt_files. * opts.c: Include flags.h and diagnostic.h. (common_handle_option): New. (handle_option): Update to recognize common options and all language-dependent options. * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New. (struct cl_option): Make flags of type int. * opts.h: Flag option with front ends to which it applies. Handle duplicate options. * toplev.c (filename): Remove. (independent_decode_option): Don't handle filenames and -quiet. (process_options, do_compile): Update. ada: * Make-lang.in: Update to use options.c and options.h. * misc.c: Include options.h not aoptions.h. (gnat_handle_option): Abort on unrecognized switch. (gnat_init_options): Request Ada switches. cp: * Make-lang.in: Remove c-options.o. f: * Make-lang.in: Update to use options.c and options.h. * top.c: Include options.h not f-options.h. (gnat_handle_option): Abort on unrecognized switch. (ffe_init_options): From com.c. Request F77 options. (ffe_handle_options): Abort on unrecognized switch. * com.c (ffe_init_options): Move to top.c. * top.h (fee_init_options): New. java: * Make-lang.in: Update to use options.c and options.h. * lang.c: Include options.h not j-options.h. (java_handle_option): Abort on unrecognized option. (java_init_options): Request Java switches. treelang: * Make-lang.in: Update to use options.c and options.h. * tree1.c: Include options.h not t-options.h. (treelang_init_options): New. (treelang_handle_option): Abort on unrecognized switch. * treetree.c (LANG_HOOKS_INIT_OPTIONS): Override. * treetree.h (treelang_init_options): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67941 138bc75d-0d04-0410-961f-82ee72b054a4
-