summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog for previous commitnathan2000-10-201-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36962 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-10-205-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36961 138bc75d-0d04-0410-961f-82ee72b054a4
* * t-vax: New file. Don't build modules from libgcc1.c.rth2000-10-202-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36960 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-10-207-98/+240
| | | | | | | | | | | | | | | | | | | | * testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust creation of state_type for unicode_codecvt to take into account the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE. * testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Same. * include/bits/codecvt.h (__enc_traits): Add support for encodings that need a byte order marker. Needed for correct unicode support. * src/locale.cc: Remove explicit qualification std::. (locale::locale(const char* __name)): Revert, as named locale support not finished. * src/localename.cc (locale::_Impl:: _Impl(size_t __numfacets, size_t __refs, bool __has_name = false, string __name): Move default argument... * include/bits/localefwd.h: Here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36959 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c (subobject_offset_fn): New type.mmitchel2000-10-202-128/+274
| | | | | | | | | | | | | | | | | | | | | | | | (dfs_record_base_offsets): Remove. (record_base_offsets): Likewise. (dfs_search_base_offsets): Likewise. (record_subobject_offset): New function. (check_subobject_offset): Likewise. (walk_subobject_offsets): Likewise. (record_subobject_offsets): Likewise. (layout_conflict_p): Reimplement. (layout_nonempty_base_or_field): Correct handling of type conflicts during layout. (layout_empty_base): Likewise. (build_base_field): Adjust to handle new representation of empty base offset table. (build_base_fields): Likewise. (layout_virtual_bases): Likewise. (splay_tree_compare_integer_csts): New function. (layout_class_type): Use a splay_tree, rather than a varray, to represent the offsets of empty bases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36958 138bc75d-0d04-0410-961f-82ee72b054a4
* * alias.c: (mark_constant_function): Don't check pure functions.wehle2000-10-203-113/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize and end alias analysis. (nonlocal_mentioned_p): Rename from nonlocal_reference_p. Don't make a special exception for recursion. Handle UNSPEC_VOLATILE. Don't assume ASM_OPERANDS is non-local unless it's volatile. * local-alloc.c (equivalence): New structure. (reg_equiv): Define. (contains_replace_regs): Remove array and use field in reg_equiv. (memref_referenced_p): Likewise. (no_equiv): Likewise. (update_equiv_regs): Likewise. (equiv_init_varies_p, equiv_init_movable_p): New functions. (update_equiv_regs): Use them. Use rtx_varies_p instead of function_invariant_p. Process insns from end to beginning. Allow a REG_EQUIV insn within the same loop as a use to be moved, also allow it to be moved out of a loop. Update REG_DEAD notes when substituting into an insn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36957 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-18 Bryce McKinlay <bryce@albatross.co.nz>apbianco2000-10-202-3/+9
| | | | | | | | | | | * parse.y (find_most_specific_methods_list): Select the only non-abstract method even if max has been set. Fixes gcj/285, gcj/298. (http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00646.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36956 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix tree-checking abort on testcase with undefined macro as array size.wilson2000-10-202-3/+17
| | | | | | | | | | * c-decl.c (start_decl): Check for error_mark_node type before using COMPLETE_TYPE_P. (finish_decl): Likewise. Don't give an error if decl type is already error_mark_node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36955 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix ICE on lex output file reported by Andreas Schwab.wilson2000-10-193-13/+46
| | | | | | | | | | | | | * haifa-sched.c (compute_trg_info): Add explanatory comments. New local update_blocks. Use update_blocks to remove duplicates when computing update blocks. Check for bblst_table overflow. (schedule_block): Add explanatory comment. Reduce bblst_size by factor of 2. * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL notes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36954 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.mmitchel2000-10-194-1/+29
| | | | | | | | * decl.c (select_decl): Don't return declarations that are DECL_ANTICIPATED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36953 138bc75d-0d04-0410-961f-82ee72b054a4
* * libgcc2.c (_mulvsi3): Change variables u and v to a and b.cchavva2000-10-192-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36952 138bc75d-0d04-0410-961f-82ee72b054a4
* Minor corrections in comments.cchavva2000-10-192-4/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36951 138bc75d-0d04-0410-961f-82ee72b054a4
* Added the missing #endif.cchavva2000-10-192-18/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36950 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.hubicka2000-10-192-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36949 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-07-19 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-10-192-4/+28
| | | | | | | | | | * parse.y (process_imports): Consider that one might be trying to import an innerclass. Fixes gcj/254 (http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00631.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36948 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-10-195-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36947 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-10-196-69/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name_index'. * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro. * jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME in `wfl_operator' with value. (yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE. (jcf_figure_file_type): Fixed identation. * lex.c (java_get_line_col): Use EOF. Tuned `^' placement. * parse.y (analyze_clinit_body): New function. (static_initializer:): Reset `current_static_block'. (java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in `wfl_operator' with new value. (lookup_cl): Use EXPR_WFL_FILENAME. (maybe_yank_clinit): Handle bogus <clinit> bodies, call analyze_clinit_body. (build_outer_field_access): Access to this$<n> built from current_class, not its outer context. (build_access_to_thisn): Fixed leading comment. Tidied things up. (resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'. (patch_method_invocation): Use `is_static_flag' when already initialized. (patch_newarray): Removed assignment in ternary operator. (http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00629.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36946 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-10-181-0/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | * libsupc++/Makefile.am (exception): Change exception.cc to exception_support.cc. (CXXLINK): Remove bogus --tag CC. * libsupc++/Makefile.in: Regenerate. * libsupc++/exception.cc: Move to... * libsupc++/exception_support.cc: ...here. * src/Makefile.am: Remove bogus --tag CC. * src/Makefile.in: Regenerate. * include/bits/locale_facets.tcc (use_facet): Simplify. * include/bits/locale_facets.h (use_facet<ctype<char> >): Correct use_facet declaration. Replace 'const ctype<T>' with ctype<T>. (use_facet<ctype<wchar_t> >): Same. * src/locale-inst.cc: Remove explicit instantiation. * src/locale.cc: Correct signature here too. (_Bad_use_facet::what()): Correct error string. * include/bits/localefwd.h: Correct comment. * mkcheck.in (C_DIR): Change libsupc++/include to libsupc++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36945 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Chip Salzenberg <chip@valinux.com>bkoz2000-10-182-0/+5
| | | | | | | * libio/libio.h (_IO_USER_LOCK): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36944 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2000-10-1812-429/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | * libsupc++/Makefile.am (exception): Change exception.cc to exception_support.cc. (CXXLINK): Remove bogus --tag CC. * libsupc++/Makefile.in: Regenerate. * libsupc++/exception.cc: Move to... * libsupc++/exception_support.cc: ...here. * src/Makefile.am: Remove bogus --tag CC. * src/Makefile.in: Regenerate. * include/bits/locale_facets.tcc (use_facet): Simplify. * include/bits/locale_facets.h (use_facet<ctype<char> >): Correct use_facet declaration. Replace 'const ctype<T>' with ctype<T>. (use_facet<ctype<wchar_t> >): Same. * src/locale-inst.cc: Remove explicit instantiation. * src/locale.cc: Correct signature here too. (_Bad_use_facet::what()): Correct error string. * include/bits/localefwd.h: Correct comment. * mkcheck.in (C_DIR): Change libsupc++/include to libsupc++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36943 138bc75d-0d04-0410-961f-82ee72b054a4
* Adding new option -ftrapv.cchavva2000-10-1813-90/+461
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36942 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Geoffrey Keating <geoffk@cygnus.com>geoffk2000-10-187-271/+214
| | | | | | | | | | | | | | David V. Henkel-Wallace <gumby@cygnus.com> * config/i386/t-netware: Bring in from the Red Hat tree. * config/i386/netware.h: Likewise. * config/netware.h: Likewise. * config/rs6000/netware.h: Delete. * configure.in: Add i[34567]86-*-netware. * configure: Hand-edit to match configure.in change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36941 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-1812-83/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (flag_no_nonansi_builtin): Likewise. (c_common_nodes_and_builtins): Change prototype. * c-common.c (flag_no_builtin): New variable. (flag_no_nonansi_builtin): Likewise. (c_common_nodes_and_builtins): Remove parameters. Adjust accordingly. * c-decl.c (flag_no_builtin): Remove. (flag_no_nonansi_builtin): Likewise. (init_decl_processing): Adjust call to c_common_nodes_and_builtins. * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD. (fake_std_node): New macro. * decl.c (in_std): Rename to ... (in_fake_std): ... this. (flag_no_builtin): Remove. (flag_no_nonansi_builtin): Likewise. (walk_namespaces_r): Use fake_std_node. (push_namespace): Use std_identifier. (pop_namespace): Use in_fake_std. (lookup_name_real): Use fake_std_node. (init_decl_processing): When -fhonor-std, create the `std' namespace. Don't create a dummy fake_std_node in that case. Adjust call to c_common_nodes_and_builtins. Use std_identifier. (builtin_function): Put builtins whose names don't begin with `_' in the std namespace. * decl2.c (flag_no_builtin): Remove. (flag_no_nonansi_builtin): Likewise. (set_decl_namespace): Use fake_std_node. (validate_nonmember_using_decl): Likewise. (do_using_directive): Likewise. (handle_class_head): Likewise. * dump.c (dequeue_and_dump): Likewise. * except.c (init_exception_processing): Use std_identifier. * init.c (build_member_call): Use fake_std_node. * rtti.c (init_rtti_processing): Use std_identifier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36940 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Marc Espie <espie@openbsd.org>espie2000-10-182-2/+5
| | | | | | | * tm.texi (LIBGCC_SPEC): Synch with reality. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36939 138bc75d-0d04-0410-961f-82ee72b054a4
* Rectify missing entry.espie2000-10-181-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36938 138bc75d-0d04-0410-961f-82ee72b054a4
* * iostream.cc (ends): Release the acquired lock.jakub2000-10-182-2/+17
| | | | | | | (endl): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36937 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (check_format_types): Check for writing through ajsm282000-10-185-1/+22
| | | | | | | | | | | | NULL pointer argument. testsuite: * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for writing through null pointers; remove comment about testing unterminated strings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36936 138bc75d-0d04-0410-961f-82ee72b054a4
* * tm.texi (Exception Region Output): Documenthp2000-10-183-0/+32
| | | | | | | | | | | DWARF_CIE_DATA_ALIGNMENT. * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in #ifndef. [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of DWARF_CIE_DATA_ALIGNMENT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36935 138bc75d-0d04-0410-961f-82ee72b054a4
* * basic-block.h (struct loop): Delete fields pre_header_rootm.hayes2000-10-183-23/+44
| | | | | | | | | | | and pre_header_trace and replace with pre_header_edges and num_pre_header_edges. * flow.c (flow_loop_dump): Dump pre_header_edges. (flow_loops_free): Free pre_header_edges. (flow_loop_pre_header_scan): Calculate pre_header_edges. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36934 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib.texi: Update references to steering committee membersgerald2000-10-182-24/+34
| | | | | | | and Jeff Law's entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36933 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-10-185-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36932 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.jsm282000-10-182-36/+44
| | | | | | | | (maybe_read_dollar_number, check_format_info_main): Use them for pedantic warning messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36931 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Kazu Hirata <kazu@hxi.com>kazu2000-10-182-63/+93
| | | | | | | | | | | | | | | * h8300.c: Fix a comment typo. (round_frame_size): New. (compute_saved_regs): Likewise. (push): Likewise. (pop): Likewise. (push_order): Remove. (pop_order): Likewise. (function_prologue): Rearrange code for readability. (function_epilogue): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36930 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (check_format_info_main): Minor cleanup: movejsm282000-10-182-36/+37
| | | | | | | | | variables into inner scopes; initialize declarations where appropriate; don't hardcode "scanf" name on warning for zero width. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36929 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c (back_end_hook): New variable.mmitchel2000-10-189-17/+40
| | | | | | | | | | | | | | | | * c-common.h (back_end_hook): Declare it. * c-lang.c (finish_file): Use it. * emit-rtl.c (init_emit_once): Initialize the const_int_htab earlier. * cp-tree.h (back_end_hook): Remove declaration. * decl2.c (back_end_hook): Remove definition. * dump.c (dequeue_and_dump): Dump TREE_USED. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36928 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.c (ix86_comparison_operator, put_condition_code,mmitchel2000-10-184-67/+146
| | | | | | | | | | | | | | ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode. (ix86_expand_strlensi_unroll_1): Use CCRCmode. * i386.h (EXTRA_CC_MODES): Add CCRCmode. * i386.md (adddi and negdi splitter): Use CCRCmode. (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands (subsi3_carry): add '*' (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New. (cmp to add peep2): Use CCRCmode; swap operands. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36927 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Kazu Hirata <kazu@hxi.com>kazu2000-10-182-94/+92
| | | | | | | * reorg.c: Fix formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36926 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-18 Kazu Hirata <kazu@hxi.com>kazu2000-10-182-23/+11
| | | | | | | | | * config/h8300/h8300.md: Remove an unnecessary sign_extend expander that is used when not optimizing. Output a tab after each assembly insns. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36925 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/execute/20001017-2.c: New test.law2000-10-182-0/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36924 138bc75d-0d04-0410-961f-82ee72b054a4
* * reload1.c (move2add_note_store): Check for simplelaw2000-10-182-0/+19
| | | | | | | auto-inc in destination. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36923 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-09-26 Michael Chastain <chastain@redhat.com>law2000-10-182-0/+6
| | | | | | | * config/i386/i386-aout.h: define INT_ASM_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36922 138bc75d-0d04-0410-961f-82ee72b054a4
* * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).law2000-10-182-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36921 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa.c (print_operand): Handle case 'c' for .vtable_inheritlaw2000-10-182-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36920 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/27_io/istream_seeks.cc: Fix spelling typo. * ↵law2000-10-183-6/+11
| | | | | | testsuite/27_io/ostream_seeks.cc: Similarly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36919 138bc75d-0d04-0410-961f-82ee72b054a4
* * i370.md: Fix spelling typo.law2000-10-182-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36918 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/compile/20001018-1.c: New test.jsm282000-10-173-0/+17
| | | | | | | * gcc.c-torture/compile/20001018-1.x: Xfail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36917 138bc75d-0d04-0410-961f-82ee72b054a4
* * ChangeLog: Remove CVS conflict marker, fix typos.sirl2000-10-171-3/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36916 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-17 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-10-172-1/+6
| | | | | | | | | * except.c (free_eh_ranges): Don't free `whole_range.' (http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00557.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36915 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2000-10-177-49/+78
| | | | | | | | | | | | | | | | * function.c (locate_and_pad_parm): Don't align stack unconditionally. Fixes execute/20001017-1.c on pwerpc-linux-gnu. * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only. * rs6000/rs6000.c (rs6000_hash_constant): use X0INT to access a LABEL_REF. * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS, ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from here... * rs6000/aix.h: ...to here. * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36914 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2000-10-172-0/+21
| | | | | | | * gcc.c-torture/execute/20001017-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36913 138bc75d-0d04-0410-961f-82ee72b054a4