- 25 Feb, 2000 9 commits
-
-
From-SVN: r32149
Alexandre Oliva committed -
From-SVN: r32148
Alexandre Oliva committed -
From-SVN: r32147
Jeff Law committed -
From-SVN: r32146
Alexandre Oliva committed -
From-SVN: r32145
Alexandre Oliva committed -
From-SVN: r32144
Alexandre Oliva committed -
* java/math/BigInteger.java(ival): Made private. (words): Ditto. (neg): Ditto. From-SVN: r32143
Warren Levy committed -
* lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicating functionality here. * optimize.c: Include input.h. (expand_call_inline): Use push_srcloc and pop_srcloc. * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note. * parse.c: Regenerated. * Makefile.in (lex.o): Depend on input.h. (optimize.o): Likewise. From-SVN: r32142
Mark Mitchell committed -
* input.h (push_srcloc): New function. (pop_srcloc): Likewise. * toplev.c (push_srcloc): Define it. (pop_srcloc): Likewise. From-SVN: r32141
Mark Mitchell committed
-
- 24 Feb, 2000 11 commits
-
-
* flow.c (life_analysis): When collecting reg info, clear regs_ever_live. From-SVN: r32139
Richard Henderson committed -
Fix bug exposed by reload.c no longer rounding the frame size to BIGGEST_ALIGNMENT: * sh.c (rounded_frame_size): New function. (sh_expand_prologue, sh_expand_epilogue): Use it. (initial_elimination_offset): Likewise. From-SVN: r32138
J"orn Rennecke committed -
From-SVN: r32137
Nick Clifton committed -
* sh-protos.h (sh_need_epilogue): Declare. * sh.c (sh_need_epilogue_known): New static variable. (sh_need_epilogue): New function. (function_epilogue): Clear need_epilogue_known. * sh.md (return): Split into expander / insn pattern. Make the expander conditional on ! sh_need_epilogue (). From-SVN: r32136
J"orn Rennecke committed -
* machmode.h (get_mode_alignment): Declare. (GET_MODE_ALIGNMENT): Call it. * stor-layout.c (get_mode_alignment): New function. Make sure alignment is always power of 2. From-SVN: r32134
Nathan Sidwell committed -
From-SVN: r32133
Nathan Sidwell committed -
* decl.c (grokdeclarator): Diagnose qualifiers on non-member function type, rather than ICE. From-SVN: r32132
Nathan Sidwell committed -
From-SVN: r32131
Jeff Law committed -
* i386.h: Remove useless definition of "I386" and misleading comment above it. From-SVN: r32130
Zack Weinberg committed -
From-SVN: r32129
Zack Weinberg committed -
* tree.h (TREE_SET_PERMANENT): New macro. Document conditions under which TREE_PERMANENT will be set. * tree.c (make_node, copy_node, make_tree_vec, tree_cons, build1): Use TREE_SET_PERMANENT. * print-tree.c (print_node): Don't report value of TREE_PERMANENT if ggc_p is true. * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to decide whether to give a type a new alias set. * objc/objc-act.c (build_objc_string_object): Never copy the string. * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective of value of 'obstack'. * f/com.c (ffecom_type_permanent_copy_): Delete unused function. (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)). From-SVN: r32128
Zack Weinberg committed
-
- 23 Feb, 2000 19 commits
-
-
From-SVN: r32127
Franz Sirl committed -
From-SVN: r32126
Donald Lindsay committed -
From-SVN: r32125
Michael Hayes committed -
* gjavah.c (print_name): In JNI case, correctly quote string. (print_method_info): Don't handle overrides in JNI mode. From-SVN: r32124
Tom Tromey committed -
* decl.c (grokdeclarator): Call decl_type_access_control. * parse.y (parse_end_decl): Don't call decl_type_access_control if decl is null. From-SVN: r32123
Jason Merrill committed -
From-SVN: r32122
Jason Merrill committed -
* cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. * cpplib.c (cpp_get_token): Produce them. * cppexp.c (cpp_lex): Handle them. From-SVN: r32121
Alexandre Oliva committed -
From-SVN: r32120
Nick Clifton committed -
From-SVN: r32119
Nick Clifton committed -
From-SVN: r32118
Nick Clifton committed -
From-SVN: r32117
Nathan Sidwell committed -
From-SVN: r32116
Nathan Sidwell committed -
From-SVN: r32115
Nathan Sidwell committed -
* final.c (shorten_branches): Make value passed to LABEL_ALIGN conform to documentation. * sh.h (LABEL_ALIGN): If aligning loops, call sh_label_align to check for special cases. * sh-protos.h (sh_label_align): Declare. * sh.c (sh_label_align): Define. From-SVN: r32114
J"orn Rennecke committed -
2000-02-22 Andrew Haley <aph@cygnus.com> * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas. (SIZE_TYPE): Is 32 bits when using -mgp32. (PTRDIFF_TYPE): Ditto. From-SVN: r32113
Andrew Haley committed -
From-SVN: r32112
Richard Kenner committed -
From-SVN: r32111
Jeff Law committed -
* libobjc/Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS. * gcc/config/i386/i386.h: If IN_TARGET_LIBS is defined, make BIGGEST_FIELD_ALIGNMENT a constant. From-SVN: r32110
Zack Weinberg committed -
From-SVN: r32109
Nick Clifton committed
-
- 22 Feb, 2000 1 commit
-
-
From-SVN: r32108
Mark Mitchell committed
-