- 14 Aug, 2001 2 commits
-
-
define __LONG_MAX__ in CPP_PREDEFINES instead. From-SVN: r44879
Ulrich Weigand committed -
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name. From-SVN: r44878
Andrew Cagney committed
-
- 13 Aug, 2001 33 commits
-
-
* configure.in (LIMITS_INC_SRCDIR): New variable. * configure.target (LIMITSH): New variable. * porting.texi: Discuss numeric limits. * config/cpu/generic/bits/limits.h: New file. * config/cpu/i386/bits/limits.h: New file. * include/Makefile.am: Install bits/limits.h. * include/bits/c++config: Include bits/limits.h. From-SVN: r44877
Mark Mitchell committed -
* config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove. (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove. * config/arm/conix-elf.h: Likewise. From-SVN: r44874
Richard Henderson committed -
* config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done in gcc.c. * config/rs6000/sysv4.h (LINK_SPEC): Likewise. From-SVN: r44873
Geoffrey Keating committed -
* gcse.c (hash_scan_set): Expressions that are set as part of jump instructions are not available. From-SVN: r44872
Geoffrey Keating committed -
* java/awt/image/SampleModel.java (getPixel): Set correct array element. From Chris Meyer. From-SVN: r44871
Tom Tromey committed -
From-SVN: r44870
Ulrich Weigand committed -
* config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New. * defaults.h (EH_FRAME_SECTION_NAME): Respect it. * doc/tm.texi (Exception Region Output): Document it. From-SVN: r44869
Richard Henderson committed -
call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment as having side-effects... * call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assignment as having side-effects to avoid spurious warnings. From-SVN: r44868
Mark Mitchell committed -
2001-08-13 H.J. Lu (hjl@gnu.org) * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-copy-files): New. Copy files. (libstdc++-v3-init ): Use it. From-SVN: r44866
H.J. Lu committed -
* config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use DWARF2 instead of stabs by default. From-SVN: r44865
Geoffrey Keating committed -
2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com> * libjava.lang/Matrix4f.java: New file. * libjava.lang/Matrix4f.out: New file. (http://gcc.gnu.org/ml/gcc-patches/2001-08/msg00737.html) From-SVN: r44864
Alexandre Petit-Bianco committed -
From-SVN: r44863
David Edelsohn committed -
* config/rs6000/eabi.asm: Define 64-bit versions of FPR save/restore routines. * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros. From-SVN: r44862
David Edelsohn committed -
From-SVN: r44861
Jason Merrill committed -
* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct. From-SVN: r44860
Andreas Jaeger committed -
* expr.h: Split out optab- and libfunc-related code to... * optabs.h, libfuncs.h: ... these new headers. * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h. (OPTABS_H): New. (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to dependencies. * mkconfig.sh: Don't include insn-codes.h from config.h. * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether enum insn_code is available. Move reload_in_optab and reload_out_optab array declarations to optabs.h. * regmove.c (gen_add3_insn): Move to optabs.c, export from there, prototype in expr.h. * gencodes.c: Cleanup: zap global variables, don't use printf where puts will do, don't bother defining MAX_INSN_CODE which nothing uses, let CODE_FOR_nothing get its value implicitly. * genemit.c, genopinit.c: Include optabs.h in generated file. * genoutput.c: Include insn-codes.h in generated file. * builtins.c, caller-save.c, combine.c, doloop.c, explow.c, expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c, reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c, config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c, config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c: Include optabs.h. * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c, optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c, config/m88k/m88k.c, config/sparc/sparc.c: Include libfuncs.h. * reload.c: Include expr.h and optabs.h before reload.h. * config/alpha/alpha.c: Include tree.h before reload.h. * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h, and reload.h in that order. * config/sparc/sparc.c: Include debug.h. * recog.c: Include insn-codes.h. cp: * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies. * except.c: Include libfuncs.h. java: * Make-lang.in (java/decl.o): Update dependencies. * decl.c: Include libfuncs.h, don't include toplev.h. From-SVN: r44858
Zack Weinberg committed -
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux. From-SVN: r44856
Andreas Jaeger committed -
* dwarf2out.c (output_cfa_loc): Fix typo in comment. * gcc.c (init_spec): Fix typo in comment. * varasm.c (data_section): Fix typo in comment. From-SVN: r44855
Theodore Papadopoulo committed -
From-SVN: r44854
Jan Hubicka committed -
* predict.c (dump_prediction): New argument "USED". (combine_predictions_for_insn): Determine the used heuristics, output the case no heuristic applied. * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New. From-SVN: r44853
Jan Hubicka committed -
From-SVN: r44852
Gabriel Dos Reis committed -
From-SVN: r44851
Gabriel Dos Reis committed -
From-SVN: r44850
Gabriel Dos Reis committed -
* include/bits/ostream.tcc (__pad_char): Change toplevel '__fmt' to '__adjust' to avoid shadowing in nested scope. From-SVN: r44849
Gabriel Dos Reis committed -
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize register %rip. From-SVN: r44848
Andreas Jaeger committed -
decl2.c (do_nonmember_using_decl): Replace using directive with using declaration in the error message. * decl2.c (do_nonmember_using_decl): Replace using directive with using declaration in the error message. From-SVN: r44847
Kriang Lerdsuwanakij committed -
From-SVN: r44846
Kazu Hirata committed -
* config/h8300/h8300.md (zero_extendqihi2): Correct the insn length. From-SVN: r44845
Kazu Hirata committed -
From-SVN: r44844
GCC Administrator committed -
* loop.c (check_dbra_loop): Use condjump_label to compute jump_label. From-SVN: r44841
Geoffrey Keating committed -
* rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around to better document the files they're in. From-SVN: r44840
Geoffrey Keating committed -
* recog.h (struct insn_operand_data): Shrink 'mode' field to 16 bits. From-SVN: r44839
Zack Weinberg committed -
Merge from libc: * regex.c (wcs_regex_compile): Use appropriate string to compare with collating element. Fix the padding for the alignment. From-SVN: r44838
Isamu Hasegawa committed
-
- 12 Aug, 2001 5 commits
-
-
* gcc.c: Fix comment formatting. * gccspec.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * genemit.c: Likewise. * gengenrtl.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-page.c: Likewise. * global.c: Likewise. * graph.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * lcm.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * mbchar.c: Likewise. * optabs.c: Likewise. * predict.c: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtlanal.c: Likewise. * rtl.c: Likewise. From-SVN: r44837
Kazu Hirata committed -
tm.texi (ENCODE_SECTION_INFO): Add documentation on how a tree representing a constant is passed to the macro. * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how a tree representing a constant is passed to the macro. From-SVN: r44836
Kazu Hirata committed -
* config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New. (rs6000_elf_asm_out_destructor): New. * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove. (DTORS_SECTION_ASM_OP): Remove. (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New. (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors. From-SVN: r44835
Richard Henderson committed -
From-SVN: r44834
David Edelsohn committed -
* config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix thinko wrt TARGET_RELOCATABLE. From-SVN: r44832
Richard Henderson committed
-