summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Collapse)AuthorAgeFilesLines
* * parse.y (find_as_inner_class): Don't disregard the enclosing scopebryce2001-10-092-12/+6
| | | | | | | when name qualifier matches a package name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46113 138bc75d-0d04-0410-961f-82ee72b054a4
* * varasm.c (set_named_section_flags): Initialize "declared".rth2001-10-092-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46111 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-08 Geert Bosch <bosch@gnat.com>bosch2001-10-082-14/+29
| | | | | | | | * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Automatically build utilities when files need to be regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46110 138bc75d-0d04-0410-961f-82ee72b054a4
* * xsnames.adb: New utility for updating snames.ads and snames.adbbosch2001-10-082-0/+183
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46109 138bc75d-0d04-0410-961f-82ee72b054a4
* * varasm.c (struct in_named_entry): Add declared.robertl2001-10-083-0/+40
| | | | | | | | | (named_section_first_declaration): New function. (default_elf_asm_named_section): Use it. * output.h (named_section_first_declaration): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46108 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.md (movsi_xor): Export.rth2001-10-082-6/+43
| | | | | | | | (setcc peep2): Use it when available; add an alternative to match zero_extendhisi2_and. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46107 138bc75d-0d04-0410-961f-82ee72b054a4
* * romp-protos.h (romp_initialize_trampoline): New function.ghazi2001-10-084-31/+34
| | | | | | | | | * romp.c (romp_initialize_trampoline): Likewise. * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of romp_initialize_trampoline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46104 138bc75d-0d04-0410-961f-82ee72b054a4
* * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.ghazi2001-10-085-4/+11
| | | | | | | | | * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46100 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-10-082-0/+25
| | | | | | | * unroll.c (loop_iterations): Extend check for multiple back edges. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46099 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-10-082-0/+102
| | | | | | | * gcc.c-torture/execute/20011008-3.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46097 138bc75d-0d04-0410-961f-82ee72b054a4
* * langhooks.h: New file.aoliva2001-10-089-140/+352
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (OBJS): Added langhooks.o. (c-lang.o): Depend on langhooks.h. (c-common.o): Don't depend on tree-inline.h. (tree-inline.o): Depend on toplev.h. (langhooks.o): New rule. * c-common.c: Don't include tree-inline.h. (c_mark_lang_decl): Mark argument c as unused. (c_common_lang_init): Don't initialize hooks here. * c-lang.c: Include langhooks.h, then override some macros. (lang_hooks): Initialize with macros in langhooks.h. (c_init): Don't initialize hooks here. * toplev.c (struct lang_hooks_for_tree_inlining): New struct. (struct lang_hooks): Add tree_inlining. Refer to langhooks.h. * tree-inline.c: Include toplev.h. Don't define hook variables. * tree-inline.h: Don't define hook types nor declare hook variables. Move macros to... * langhooks.c: ... new file, as functions. Adjust all callers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46096 138bc75d-0d04-0410-961f-82ee72b054a4
* * Make-lang.in (CXX_OBJS): Added cp-lang.o.aoliva2001-10-086-35/+98
| | | | | | | | | | | | (cp/cp-lang.o): New rule. * cp-tree.h: Declare hooks. * tree.c: Make hooks non-static. (init_tree): Don't initialize hooks here. * lex.c: Likewise. Move definition of lang_hooks to... * cp-lang.c: ... new file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46095 138bc75d-0d04-0410-961f-82ee72b054a4
* * POTFILES.in: Add newly-added files.aoliva2001-10-082-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46094 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR java/4489:tromey2001-10-082-2/+10
| | | | | | | | * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Always force a new label when computing `body_block'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46092 138bc75d-0d04-0410-961f-82ee72b054a4
* * sibcall.c (optimize_sibling_and_tail_recursive_calls): Callmmitchel2001-10-082-6/+7
| | | | | | | | purge_mem_unchanging_flag on all instructions, not just on those before NOTE_INSN_FUNCTION_BEG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46091 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppmacro.c (_cpp_create_definition): Leave comments off.neil2001-10-083-10/+11
| | | | | | | * doc/cpp.texi: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46089 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-decl.c (grokfield): Make sure the only unnamed fieldsdj2001-10-083-0/+61
| | | | | | | | | we're allowing are either structs or unions. * doc/extend.texi: Add documentation for the unnamed field extension. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46088 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/20011008-1.c: New.dj2001-10-083-0/+33
| | | | | | | * gcc.dg/20011008-2.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46087 138bc75d-0d04-0410-961f-82ee72b054a4
* top:zack2001-10-0813-258/+3054
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aclocal.m4 (gcc_AC_PROG_GNAT): New. * configure.in: Use it. * configure: Regenerated. * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64, config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS. ada: * Make-lang.in (ADAFLAGS): Add -W -Wall. (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also. (gnat1): Also depend on attribs.o. (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make. * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New. (ADAC): Set to @ADAC@ in stage1, $(CC) later. (ADAFLAGS): Add -W -Wall. (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS; take out CFLAGS. (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o, s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o, s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o): Use $(ADAC), not $(CC), as compilation command. (gnattools): Depend directly on tools to build, don't use recursive make. (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make. * einfo.h, sinfo.h: New files (autogenerated). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46085 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppfiles.c (open_file): Don't mark zero-length filesneil2001-10-082-25/+22
| | | | | | | | | never-reread here. Don't output diagnostics here either. (stack_include_file): Mark them never-reread here. (_cpp_read_file): Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46084 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.rth2001-10-082-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46083 138bc75d-0d04-0410-961f-82ee72b054a4
* * comperr.adb (Abort_In_Progress): New.rth2001-10-082-1/+22
| | | | | | | (Compiler_Abort): Use it to prevent recursion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46082 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (store_expr): When converting a CONST_INT for storagerth2001-10-082-3/+13
| | | | | | | | in a SUBREG, convert it to both SUBREG modes before stripping the SUBREG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46081 138bc75d-0d04-0410-961f-82ee72b054a4
* * varasm.c (restore_varasm_status): New.rth2001-10-084-0/+25
| | | | | | | | * function.h: Declare it. * function.c (pop_function_context_from): Call it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46080 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h (struct c_lang_decl): Add declared_inline.rth2001-10-087-23/+68
| | | | | | | | | | | | | | | | | * c-tree.h (DECL_DECLARED_INLINE_P): New. * c-lang.c (c_disregard_inline_limits): Use it. * c-decl.c (duplicate_decls): Likewise. (pushdecl, redeclaration_error_message): Likewise. (pushdecl): Allocate DECL_LANG_SPECIFIC if needed. (grokdeclarator): Likewise. Set DECL_DECLARED_INLINE_P. Set DECL_INLINE if -finline-functions. (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here. * cp-tree.h (struct lang_decl_flags): Remove declared_inline. (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46079 138bc75d-0d04-0410-961f-82ee72b054a4
* * atree.adb: Set Error_Posted in Error node, helps error recovery.bosch2001-10-087-14/+57
| | | | | | | | | | | | | | | | | | | | * par-endh.adb (Output_End_Expected): We should also not test Error_Posted on the Error node, since now it is always set. * cstand.adb (Create_Standard): Set Etype of Error to Any_Type to help error recovery. Part of general work on 9407-004. * par.adb: Add ??? for misuse of error * sem_res.adb: (Resolve): Defend against Error, fixes 9407-003. (Resolve_Discrete_Subtype_Indication): Defend against Error. * sinfo.ads (N_Error): Now has Etype field (which will be set to Any_Type to help error recovery). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46077 138bc75d-0d04-0410-961f-82ee72b054a4
* * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):bosch2001-10-082-20/+11
| | | | | | | | Consistently set MEM attributes from expression; fixes bootstrap failure on x86. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46076 138bc75d-0d04-0410-961f-82ee72b054a4
* * 5oosinte.adb: Add 2001 to copyright notice.bosch2001-10-082-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46075 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-08 Geert Bosch (bosch@gnat.com)bosch2001-10-083-0/+850
| | | | | | | | | * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs]. * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs]. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46074 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-10-082-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46071 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppmacro.c (funlike_invocation_p): Move some logic to callerneil2001-10-084-34/+73
| | | | | | | | | | | in enter_macro_context. Create a padding token in its own context if necessary when the search for '(' fails. (enter_macro_context): Update. * gcc.dg/cpp/spacing1.c: Update test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46070 138bc75d-0d04-0410-961f-82ee72b054a4
* config:jsm282001-10-0713-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * acinclude.m4: Fix spelling error of "separate" as "seperate". gcc: * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c, genmultilib, toplev.c: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. gcc/ada: * 5oosinte.adb: Fix spelling error of "separate" as "seperate". gcc/testsuite: * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix spelling errors of "separate" as "seperate". libffi: * src/x86/ffi.c: Fix spelling error of "separate" as "seperate". libjava: * defineclass.cc, java/awt/image/ColorModel.java, java/awt/image/SampleModel.java, java/lang/Package.java, java/security/cert/X509Extension.java: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. libstdc++-v3: * docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix spelling errors of "separate" as "seperate", and corresponding spelling errors of related words. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46063 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-0771-377/+488
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length): Likewise. * c-dump.c (dump_option_value_info): Likewise. * c-format.c (format_length_info, format_char_info, format_flag_spec, format_flag_pair, format_kind_info): Likewise. * collect2.c (names): Likewise. * cppdefault.h (default_include): Likewise. * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise. * flow.c (life_analysis): Likewise. * gcc.c (dir_separator_str, modify_target, option_map, target_option_translations, spec_list_1, extra_specs_1, init_spec): Likewise. * gcov.c (gcov_version_string): Likewise. * genattr.c (write_units): Likewise. * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise. * gengenrtl.c (rtx_definition, defs): Likewise. * genrecog.c (pred_table): Likewise. * global.c (global_alloc): Likewise. * lcm.c (optimize_mode_switching): Likewise. * local-alloc.c (find_free_reg): Likewise. * params.h (param_info): Likewise. * predict.c (predictor_info): Likewise. * protoize.c (unexpansion_struct): Likewise. * real.c (bmask): Likewise. * recog.h (insn_operand_data, insn_data): Likewise. * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise. * stmt.c (expand_nl_goto_receiver): Likewise. * toplev.c (da, debug_args, lang_opt, documented_lang_options, target_switches, target_options): Likewise. * tradcif.y (token, tokentab2, yylex): Likewise. * tree.h (attribute_spec): Likewise. * alpha.c (override_options, alpha_lookup_xfloating_lib_func): Likewise. * arc.c (arc_output_function_epilogue): Likewise. * arm.c (processors, all_cores, all_architectures, arm_override_options, isr_attribute_arg, isr_attribute_args, arm_isr_value): Likewise. * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc): Likewise. * c4x.c (c4x_int_reglist): Likewise. * d30v.c (override_options): Likewise. * h8300.c (shift_insn): Likewise. * i386.c (size_cost, i386_cost, i486_cost, pentium_cost, pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost, ix86_expand_sse_comi, ix86_expand_sse_compare, override_options, builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg, ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise. * i386.h (processor_costs, ix86_cost): Likewise. * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise. * m68hc11.h (processor_costs, m68hc11_cost): Likewise. * m68k.c (codes_68881, codes_FPA): Likewise. * m88k.c (mode_from_align, max_from_align, all_from_align, best_from_align, m_options): Likewise. * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise. * mcore.c (mode_from_align): Likewise. * mips/elf64.h (UNIQUE_SECTION): Likewise. * mips/iris6gld.h (UNIQUE_SECTION): Likewise. * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise. * mips.h (mips_regno_to_class): Likewise. * ns32k.c (scales): Likewise. * pa.c (import_string, magic_milli): Likewise. * rs6000.c (alt_reg_names, rs6000_override_options): Likewise. * sparc.c (leaf_reg_remap, sparc_override_options, reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders): Likewise. * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise. cp: * class.c (build_vtable_entry_ref): Const-ify. * decl.c (predefined_identifier, initialize_predefined_identifiers): Likewise. * init.c (build_new_1): Likewise. * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword): Likewise. f: * bad.c (_ffebad_message_, ffebad_messages_): Const-ify. * bld.c (ffebld_arity_op_): Likewise. * bld.h (ffebld_arity_op_): Likewise. * com.c (ffecom_init_0): Likewise. * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_, _ffeintrin_imp_, names, gens, imps, specs, cc_pair, cc_descriptions, cc_summaries): Likewise. * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_, _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_, ffeintrin_imps_, ffeintrin_specs_): Likewise. java: * jcf-io.c (format_uint): Const-ify. * lang.c (java_tree_code_type, java_tree_code_length): Likewise. * lex.c (java_get_line_col): Likewise. * parse.y (build_incdec): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46062 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix reload conflict testing to take correct order of output reloads into ↵bernds2001-10-072-12/+28
| | | | | | account. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46061 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/c-tree.texi, doc/tm.texi: Consistently put NULL andjsm282001-10-073-8/+13
| | | | | | | NULL_TREE inside @code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46057 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/gcc.texi: Document consistent style of "32-bit",jsm282001-10-072-0/+8
| | | | | | | "Objective-C", and "@code{NULL}". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46055 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-10-072-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46053 138bc75d-0d04-0410-961f-82ee72b054a4
* * cpplex.c (enum spell_type): Add SPELL_NUMBER.zack2001-10-064-22/+49
| | | | | | | | | | | | (cpp_token_len, cpp_spell_token, cpp_output_token, _cpp_equiv_tokens): Handle it. * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF. * cppexp.c (_cpp_parse_expr): Use the correct operator code in error messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46052 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c (default_compilers): Remove .ada.kenner2001-10-062-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46051 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/cppinternals.texi: Update.neil2001-10-062-49/+67
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46050 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c (main): Set this_file_error if the appropriatezack2001-10-062-5/+16
| | | | | | | compiler for a language has not been installed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46049 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-10-062-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46047 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.uweigand2001-10-062-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46046 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-10-052-1/+23
| | | | | | | | * news.texi: Document libf2c being built as a shared library. Use of array elements in bounds of adjustable arrays ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46044 138bc75d-0d04-0410-961f-82ee72b054a4
* * adaint.h: Small formatting fix.bosch2001-10-052-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46043 138bc75d-0d04-0410-961f-82ee72b054a4
* * gccbug.in (CATEGORIES): Add ada.jsm282001-10-052-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46042 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/stormy16/stormy-abi: Document abi changes.clm2001-10-054-15/+31
| | | | | | | | | | | | | | * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine. (ICALL_REGS): New register class. (NUM_ARGUMENT_REGISTERS): Now 6. (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs in registers. (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS. * config/stormy16.md (call_internal, call_value_internal, indirect_jump): Use new 'z' constraint. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46041 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/cppinternals.texi: Update.neil2001-10-052-46/+111
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46040 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2out.c (FRAME_BEGIN_LABEL): New.rth2001-10-052-13/+13
| | | | | | | | (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and the gas section-name-as-label feature. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46037 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/cppinternals.texi: Update.neil2001-10-052-9/+138
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46033 138bc75d-0d04-0410-961f-82ee72b054a4