summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT.Nathanael Nerode2003-09-261-2/+0
* i386.h (ix86_return_in_memory): Revert my last patch.Loren J. Rittle2003-09-261-1/+0
* s390.md ("builtin_setjmp_setup"): Insn deleted.Andreas Krebbel2003-09-262-44/+19
* re PR bootstrap/12358 (Bootstrap comparison failure!)John David Anglin2003-09-261-1/+1
* netbsd-elf.h, [...]: Replace "GNU CC", "GNU compiler", and "GNU C-compiler" w...Nathanael Nerode2003-09-2624-102/+102
* i386-aout.h, [...]: GNU CC -> GCC.Nathanael Nerode2003-09-2620-84/+84
* att.h, [...]: GNU CC -> GCC.Nathanael Nerode2003-09-2616-65/+65
* * config/i386/i386.h (ix86_return_in_memory): Add prototype.Loren J. Rittle2003-09-251-0/+1
* s390.c (s390_emit_prologue): Simplify accesses to FPR slots in the save area.Ulrich Weigand2003-09-251-44/+18
* arm.c (all_cores): arm710t, arm720t and arm740t are all based on the arm7tdmi...Richard Earnshaw2003-09-251-3/+3
* darwin-protos.h (objc_image_info_section): New prototype.Ziemowit Laski2003-09-251-0/+1
* mips.c (mips_va_arg): Handle arguments that must be passed on the stack.Richard Sandiford2003-09-251-0/+19
* MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski2003-09-252-0/+7
* rs6000.md (movti_power): Collapse case 1 and 2 together.David Edelsohn2003-09-241-3/+2
* arm.h (ASM_OUTPUT_REG_PUSH, [...]): Wrap in do...while(0)Richard Earnshaw2003-09-241-11/+17
* * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.Geoffrey Keating2003-09-241-1/+1
* mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant.Alexandre Oliva2003-09-241-2/+2
* pa.c (hppa_expand_prologue): Do pic register save in frame marker without add...John David Anglin2003-09-242-7/+20
* rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by ref...Geoffrey Keating2003-09-231-2/+2
* target.h (struct gcc_target): New member external_libcall.Rainer Orth2003-09-234-16/+16
* config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fr...Nathanael Nerode2003-09-2318-56/+0
* rs6000.c (altivec_in_gprs_p): Rename to ...David Edelsohn2003-09-224-164/+178
* xtensa-protos.h: Convert to ISO C90.Bob Wilson2003-09-222-344/+218
* mn10300.md: Revert 2003-09-17's patch.Alexandre Oliva2003-09-221-12/+47
* m68k.h (MASK_RTD, [...]): Resurrect -mrtd option.Bernardo Innocenti2003-09-221-3/+24
* re PR target/12281 (not emiting function which is static and marked as inline)Andrew Pinski2003-09-221-2/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-212-4/+6
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-212-6/+4
* * config/vax/vax-protos.h: Convert to ISO C90.Nathanael Nerode2003-09-211-6/+6
* * config/vax/vax.c: Convert to ISO C90.Nathanael Nerode2003-09-211-40/+24
* re PR target/12353 (ICE in copyprop_hardreg_forward_1)Graham Stott2003-09-211-1/+1
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-205-39/+37
* i386.c (ix86_expand_carry_flag_compare): Fix transformation of a>=0 into (uns...Roger Sayle2003-09-211-3/+3
* * config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.Andrew Pinski2003-09-201-1/+1
* t-linux, [...]: Remove obsolete references to ENQUIRE.Nathanael Nerode2003-09-203-11/+0
* xm-vsta.h: Remove xm-file believed useless.Nathanael Nerode2003-09-191-11/+0
* t-m68kbare, t-rtems: Change 68681 to 68881.Joel Sherrill2003-09-192-2/+2
* m68k.h (TARGET_CPU_CPP_PREDEFINES): Add predefines for -m68030, -m68020-60 an...Bernardo Innocenti2003-09-192-143/+126
* t-rtems: New.Ralf Corsepius2003-09-191-0/+6
* t-rtems: New.Ralf Corsepius2003-09-191-0/+5
* re PR target/12166 (Profiled programs crash if PROFDIR is set)T. Papadopoulo2003-09-191-0/+4
* winnt.c (gen_stdcall_suffix): Quit summation of total parm size if a parm has...Danny Smith2003-09-181-2/+8
* * config/i386/i386.c (x86_emit_floatuns): Also handle SImode operand.Zdenek Dvorak2003-09-181-3/+8
* mn10300.md (andsi3, [...]): Make them set_zn.Alexandre Oliva2003-09-181-12/+12
* * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.Daniel Jacobowitz2003-09-181-2/+2
* re PR target/10190 ([IRIX] building gcc 3.2.2 on irix 5.3 fails)Rainer Orth2003-09-173-54/+20
* sysv4.h (LIB_LINUX_SPEC): Make -pthread apply to shared libraries.Daniel Jacobowitz2003-09-171-1/+1
* m68k.h (TARGET_CPU_CPP_BUILTINS): Add target predefines.Bernardo Innocenti2003-09-172-63/+41
* linux.h (LINK_GCC_C_SEQUENCE_SPEC): Define.Jakub Jelinek2003-09-168-5/+30
* xtensa.c (xtensa_multibss_section_type_flags): Add ATTRIBUTE_UNUSED.Bob Wilson2003-09-151-3/+32