- 13 Dec, 2002 3 commits
-
-
From-SVN: r60088
Devang Patel committed -
Fix for PR 1621. * dbxout.c (dbxout_fptype_value): New. (dbxout_type, case COMPLEX_TYPE): Call it. Use 'R' instead of 'r'. From-SVN: r60087
Jim Wilson committed -
* c-decl.c: Fix a comment typo. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * c-typeck.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genautomata.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. * output.h: Likewise. * profile.c: Likewise. * ra.h: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r60085
Kazu Hirata committed
-
- 12 Dec, 2002 18 commits
-
-
From-SVN: r60082
Kazu Hirata committed -
gcc *doc/invoke.texi: Document Darwin linker options, -bundle -bind_at_load, -all_load and -arch_errors_fatal testsuite * gcc.dg/darwin-ld-1.c: New test. * gcc.dg/darwin-ld-2.c: New test. * gcc.dg/darwin-ld-3.c: New test. * gcc.dg/darwin-ld-4.c: New test. * gcc.dg/darwin-ld-5.c: New test. From-SVN: r60081
Devang Patel committed -
* config/h8300/h8300.md (a peephole2): Accept a constant that's accepted by CONST_OK_FOR_J. From-SVN: r60080
Kazu Hirata committed -
* config/h8300/h8300.h (CONST_OK_FOR_J): New. (CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_J. * config/h8300/h8300.md (*addhi_h8300): Add a new alternative. (*addhi_h8300hs): Likewise. From-SVN: r60079
Kazu Hirata committed -
* sh.c (reg_class_from_letter): No longer const. Add 'e' entry. (sh_register_move_cost): Add clause for SImode fp-fp moves. Increase cost for moves involving multiple general purpose registers. * sh.h (OVERRIDE_OPTIONS): Set reg_class_from_letter['e'] according to TARGET_FMOVD. (HARD_REGNO_MODE_OK): Allow V2SFmode and V4SFmode in general purpose registers, and SImode in fp registers, for ! TARGET_SHMEDIA. (enum reg_class reg_class_from_letter): No longer const. (SECONDARY_OUTPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG / REGCLASS_HAS_GENERAL_REG. Handle SImode moves from/to fp registers. ! TARGET_SHMEDIA && TARGET_FMOVD. (SECONDARY_INPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG. * sh.md (movsi_ie): Add alternatives to move from / to fp regisyters. From-SVN: r60076
J"orn Rennecke committed -
Wed Dec 11 19:05:05 2002 J"orn Rennecke <joern.rennecke@superh.com> * sh.h (REG_CLASS_HAS_FP_REG): New. (REGISTER_MOVE_COST) Use it. Put body into a function and move it into: * sh.c (sh_register_move_cost). * sh-protos.h (sh_register_move_cost): Declare. * sh.c (sh_expand_builtin): Abort for unexpected nop values. (sh_adjust_cost): Always return a value. From-SVN: r60075
Joern Rennecke committed -
* sh.h (REG_CLASS_HAS_FP_REG): New. (REGISTER_MOVE_COST) Use it. Put body into a function and move it into: * sh.c (sh_register_move_cost). * sh-protos.h (sh_register_move_cost): Declare. * sh.c (sh_expand_builtin): Abort for unexpected nop values. (sh_adjust_cost): Always return a value. From-SVN: r60074
Joern Rennecke committed -
* config/ia64/ia64.c (ia64_hpux_asm_file_end): Fix typo in last change and some warnings. From-SVN: r60073
Andreas Schwab committed -
From-SVN: r60072
Kazu Hirata committed -
2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr> * gcc.c-torture/compile/20021212-1.c: New test. From-SVN: r60068
Eric Botcazou committed -
From-SVN: r60067
Eric Botcazou committed -
From-SVN: r60066
GCC Administrator committed -
From-SVN: r60060
Alexandre Oliva committed -
* config/mips/mips.c (mips_output_conditional_branch): Support PIC-safe out-of-range branch and branch-likely. * config/mips/mips.md (attr length): PIC-safe out-of-range branches are longer. ("jump"): Support PIC-safe out-of-range-for-branch jumps. Remove unused code to support indirect jumps. From-SVN: r60058
Alexandre Oliva committed -
* pa.h (BIGGEST_ALIGNMENT): Change 32-bit value to 64 bits. (MAX_PARM_BOUNDARY, STACK_BOUNDARY): Express in terms of BIGGEST_ALIGNMENT. (PREFERRED_STACK_BOUNDARY): Express in terms of STACK_BOUNDARY. (FUNCTION_BOUNDARY): Express in terms of BITS_PER_WORD. From-SVN: r60056
John David Anglin committed -
From-SVN: r60055
Kazu Hirata committed -
From-SVN: r60053
Tom Tromey committed -
2002-12-11 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/8887 * config/locale/generic/time_members.cc (__timepunct<char>::_M_initialize_timepunct): Fix typos in _M_date_format and _M_date_era_format string literals. From-SVN: r60050
Paolo Carlini committed
-
- 11 Dec, 2002 11 commits
-
-
* config/ia64/ia64.c (ia64_hpux_asm_file_end): Don't send stripped name to globalize_label or assemble_name. From-SVN: r60046
Steve Ellcey committed -
* sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for SIBCALL_REGS if not TARGET_SHMEDIA. From-SVN: r60045
J"orn Rennecke committed -
* java/lang/ClassLoader.java (loadedClasses): New field. (defineClass): Fixed indentation. Put new class in loadedClasses. (findLoadedClass): Implement here. * java/lang/natClassLoader.cc (findLoadedClass): Removed. From-SVN: r60043
Tom Tromey committed -
* sh.h (REG_CLASS_HAS_GENERAL_REG): New. (REGISTER_MOVE_COST): Use it. From-SVN: r60041
J"orn Rennecke committed -
* tree.h (MODULE_LOCAL_P): Kill. * varasm.c (default_binds_local_p_1): Use decl_visibility instead. From-SVN: r60040
Richard Henderson committed -
From-SVN: r60036
Kazu Hirata committed -
* config/h8300/h8300.h (CONST_OK_FOR_J): Remove. (CONST_OK_FOR_K): Likewise. (CONST_OK_FOR_M): Likewise. (CONST_OK_FOR_LETTER_P): Do not use the above macros. From-SVN: r60035
Kazu Hirata committed -
From-SVN: r60030
GCC Administrator committed -
* c-common.c (builtin_define_type_max): Handle unsigned types too. testsuite: * gcc.dg/fshort-wchar: New test. From-SVN: r60023
Neil Booth committed -
* Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Added natVMClassLoader.cc. * gnu/gcj/runtime/natVMClassLoader.cc: New file. (gnu::gcj::runtime::VMClassLoader::findClass): Moved here. * java/lang/natClassLoader.cc (gnu::gcj::runtime::VMClassLoader::findClass): Removed. From-SVN: r60020
Tom Tromey committed -
2002-12-10 Mark Wielaard <mark@klomp.org> Tom Tromey <tromey@redhat.com> * java/net/URLClassLoader.java (getCanonicalFileURL): New method. (JarURLLoader): Use it. (FileURLLoader): Likewise. (JarURLResource.getURL): Use chained exception. (FileResource.getURL): Likewise. (FileURLLoader.getResource): Use canonical file name. (addURL): Indentation fix. Co-Authored-By: Tom Tromey <tromey@redhat.com> From-SVN: r60019
Mark Wielaard committed
-
- 10 Dec, 2002 8 commits
-
-
PR c++/8372 * pt.c (tsubst_copy): Handle destructor names more correctly. PR c++/8372 * g++.dg/template/dtor1.C: New test. From-SVN: r60015
Mark Mitchell committed -
From-SVN: r60014
Matt Austern committed -
* include/win32.h: Fixed typo in "DISABLE_JAVA_NET". From Laurent Bardet <l.bardet@magic.fr>. From-SVN: r60013
Tom Tromey committed -
2002-12-10 Janis Johnson <janis187@us.ibm.com> PR other/8882 * doc/tm.texi (PUSH_ARGS): Remove misplaced line. From-SVN: r60011
Janis Johnson committed -
* config/darwin.h(LINK_SPEC): Add darwin specific linker options. * doc/invoke.texi: Add new "Darwin Options" section. From-SVN: r60010
Devang Patel committed -
* rs6000.h (RETURN_IN_MEMORY): If ABI_V4, then TFmode is returned in memory. From-SVN: r60006
Jim Wilson committed -
* libsupc++/cxxabi.h (__cxa_bad_cast): Declare it. (__cxa_bad_typeid): Likewise. (__cxa_atexit): Likewise. (__cxa_finalize): Likewise. From-SVN: r60001
Mark Mitchell committed -
2002-12-10 Andrew Haley <aph@redhat.com> * cse.c (cse_insn): Don't cse past a basic block boundary. From-SVN: r60000
Andrew Haley committed
-