aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-3/+3
2001-12-05arm.h (THUMB_FUNCTION_PROFILER): Correct typo in instruction.William Cohen1-1/+1
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth2-12/+12
2001-11-29Mark _init and _fini as Thumb functions if compiled in thumb mode.Nick Clifton1-0/+6
2001-11-23Remove some compile time warnings about duplicate definitions.Nick Clifton1-16/+17
2001-11-22Only build arm_elf_asm_named_section for elf targetsNick Clifton1-1/+6
2001-11-221750a.h (DBX_REGISTER_NUMBER): Don't define.Kaveh R. Ghazi1-3/+0
2001-11-16config.gcc (arm*-*-rtems*, [...]): Include various CPU headers via tm_file.David O'Brien15-44/+8
2001-11-15dwarf2out.c (dwarf2out_finish): Don't abort because of orphan DIEs if there w...Jason Merrill1-2/+0
2001-11-15config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target makefile frag...Andreas Schwab2-1/+2
2001-11-11alpha.c (unicosmk_special_name): Prototype.Kaveh R. Ghazi1-0/+1
2001-11-05Cope with int_size_in_bytes returning -1.Nick Clifton1-3/+5
2001-11-05Handle a NULL DECL being passed to ASM_OUTPUT_ALIGNED_DECL_LOCAL.Nick Clifton1-1/+1
2001-11-04aof.h (aof_text_section, [...]): Don't declare.Kaveh R. Ghazi3-15/+14
2001-10-31builtins.def: Fix comment typos.Kazu Hirata1-1/+1
2001-10-30arm.c: Fix comment a typo.Kazu Hirata2-2/+2
2001-10-28alpha.md, [...]: Fix spelling errors.Joseph Myers2-2/+2
2001-10-22arm.h (HOST_INT, HOST_UINT): Delete.Kaveh R. Ghazi2-53/+42
2001-10-21arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.Kaveh R. Ghazi1-2/+1
2001-10-20pe.c (arm_pe_unique_section): Const-ify.Kaveh R. Ghazi2-2/+4
2001-10-19Makefile.in (rtlanal.o): Depend on $(TM_P_H).Kaveh R. Ghazi2-2/+5
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-14/+14
2001-09-21Table-driven attributes.Joseph Myers2-123/+116
2001-09-18lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel header files.Philip Blundell1-4/+6
2001-09-14Rearrange arm/elf header filesNick Clifton19-504/+272
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2-2/+1
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi3-7/+7
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek3-5/+13
2001-08-31Account for FP registers saved to stack during prologueNick Clifton2-4/+20
2001-08-18haifa-sched.c: Convert to target hooks.Zack Weinberg3-7/+6
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson1-6/+6
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-3/+1
2001-08-14Handle nested functions which take variable argumentsNick Clifton3-67/+206
2001-08-13unknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.Richard Henderson2-33/+1
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson3-190/+4
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson7-103/+51
2001-07-30Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.Nick Clifton1-1/+4
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-4/+0
2001-07-10target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs2-10/+6
2001-07-09final.c (output_addr_const): Use target opening and closing parentheses.Neil Booth2-7/+0
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-1/+1
2001-07-06Makefile.in (final.o): Depend on target.h.Neil Booth3-26/+28
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner1-27/+23
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-2/+2
2001-07-02explow.c (plus_constant_wide, [...]): New case.Richard Kenner1-1/+1
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-3/+3
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers3-16/+10
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth7-128/+69
2001-06-26defaults.h: Default escape sequences to ASCII.Neil Booth1-9/+0