summaryrefslogtreecommitdiff
path: root/gcc/config/pa
Commit message (Expand)AuthorAgeFilesLines
* elfos.h (ENDFILE_SPEC, [...]): Do not define.David O'Brien2001-12-121-0/+7
* function.c (assing_parms): Fix typo in last change.Richard Kenner2001-12-061-7/+0
* c-decl.c (grokdeclarator): Use ISO word.Neil Booth2001-12-031-3/+3
* * pa.c (output_ascii): Cast `p' to unsigned char.John David Anglin2001-12-011-1/+1
* pa.c: Reflect changes in calling sequences of alter_reg and emit_cmp_insn.Richard Kenner2001-11-161-11/+7
* dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w...Jason Merrill2001-11-151-2/+0
* config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...Andreas Schwab2001-11-152-0/+0
* milli64.S: Fix comment formatting.Kazu Hirata2001-11-1111-54/+54
* unicosmk.h (ASM_OUTPUT_DOUBLE, [...]): Fix format specifier warning.Kaveh R. Ghazi2001-11-113-16/+28
* pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a constant c...John David Anglin2001-11-093-30/+52
* elf.h (ASM_DECLARE_FUNCTION_NAME, [...]): Undef before defining.Kaveh R. Ghazi2001-11-091-0/+2
* milli64.S: Use %r25 and %r0 instead of arg1 and r0 to work around limitations...Jeffrey A Law2001-11-091-2/+2
* pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.Jeffrey A Law2001-11-091-15/+5
* pa.c (emit_move_sequence): Fix SUBREG expression to use proper byte offset wh...Jeffrey A Law2001-11-081-1/+1
* pa.md (negdf2, negsf2): Use multiplication rather than subtraction to impleme...John David Anglin2001-11-081-4/+39
* 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.Kaveh R. Ghazi2001-11-044-6/+7
* * pa.c (output_move_double): Fix typo in double load.John David Anglin2001-11-011-1/+1
* builtins.def: Fix comment typos.Kazu Hirata2001-10-311-2/+2
* * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.John David Anglin2001-10-291-1/+1
* alpha.md, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-0/+1
* target.h (struct gcc_target): Add asm_out.exception_section, asm_out.eh_frame...Stan Shebs2001-10-221-1/+1
* aclocal.m4 (gcc_AC_PROG_GNAT): New.Zack Weinberg2001-10-084-4/+4
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-3/+3
* pa.c (return_addr_rtx): Return NULL_RTX if count is not zero.John David Anglin2001-09-241-25/+26
* som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.John David Anglin2001-09-241-6/+17
* pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for non 64-bit mach...John David Anglin2001-09-241-3/+20
* pa.c (function_arg): Pass floating arguments in both general and floating reg...John David Anglin2001-09-241-15/+23
* configure.in: Check whether assembler supports section merging.Jakub Jelinek2001-09-112-3/+3
* som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.John David Anglin2001-09-052-0/+16
* pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparis...John David Anglin2001-08-292-4/+7
* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for variable i.John David Anglin2001-08-222-0/+2
* * pa.h (RETURN_IN_MEMORY): Improve comment.John David Anglin2001-08-201-2/+3
* haifa-sched.c: Convert to target hooks.Zack Weinberg2001-08-183-45/+65
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-1/+1
* defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson2001-08-171-2/+2
* pa.h (RETURN_IN_MEMORY): Return types with a size that is varable or larger t...John David Anglin2001-08-171-2/+4
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-1/+3
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-9/+1
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-091-67/+3
* target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson2001-08-031-64/+2
* * pa.md: Remove unused constraints from define_split's.John David Anglin2001-07-151-44/+44
* pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit millicode.Alan Modra2001-07-143-27/+129
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-1/+1
* pa.c (pa_output_function_prologue): Delete prototype.John David Anglin2001-07-113-3/+5
* pa.c (pa_init_machine_status, [...]): Delete.John David Anglin2001-07-093-91/+13
* final.c (output_addr_const): Use target opening and closing parentheses.Neil Booth2001-07-091-6/+0
* target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs2001-07-071-1/+1
* Makefile.in (final.o): Depend on target.h.Neil Booth2001-07-063-42/+38
* emit-rtl.c (replace_equiv_address): New function.Richard Kenner2001-07-041-4/+4