summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* acconfig.h: Add HAVE_GAS_HIDDEN.Ulrich Drepper2000-04-055-5/+54
* cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0, before freei...Philippe De Muyter2000-04-053-2/+8
* * compile/20000405-1.c: New test.Alexandre Oliva2000-04-052-0/+17
* Make memory reference + update work with -mregnamesMichael Meissner2000-04-052-4/+10
* regrename.c (regno_first_use_in): Wrap prototype in PARAMS.Kaveh R. Ghazi2000-04-052-55/+60
* * calls.c (initialize_argument_information): Fix typo in last change.Kaveh R. Ghazi2000-04-052-1/+6
* regrename.c (consider_available): Test fixed_regs not PIC_OFFSET_TABLE_REGNUM.Richard Henderson2000-04-042-3/+9
* t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin, crtend.Geoff Keating2000-04-0519-461/+229
* * calls.c (try_to_integrate): Initialize reg_parm_stack_space.Richard Henderson2000-04-042-1/+5
* Makefile.in: Add rules for regrename.oStan Cox2000-04-056-1/+1109
* Makefile (gccbug): New target.Martin v. Löwis2000-04-044-36/+196
* * gcc.dg/cast-qual-1.c: Revert last change.Geoff Keating2000-04-042-30/+4
* dbxout.c (CONTIN): If it doesn't have to do anything...Zack Weinberg2000-04-042-1/+5
* cpplex.c (trigraph_map, speccase): Combine into single table, chartab.Zack Weinberg2000-04-042-36/+32
* builtins.c (expand_builtin_strlen): Force the source to be a memory address.Clinton Popetz2000-04-042-1/+7
* cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.Kaveh R. Ghazi2000-04-042-2/+8
* cfns.gperf (hash, [...]): Prototype.Kaveh R. Ghazi2000-04-046-4/+31
* boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi2000-04-047-432/+466
* Correct many new ABI issues regarding vbase and vcall offset layout.Mark Mitchell2000-04-0414-586/+979
* calls.c (ECF_MALLOC, [...]): New constants.Jan Hubicka2000-04-044-225/+283
* * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.Kaveh R. Ghazi2000-04-042-0/+34
* * execute/20000403-1.c: New test.Hans-Peter Nilsson2000-04-042-0/+33
* sparc.md (movdi_insn_sp64_novis): New pattern.Jakub Jelinek2000-04-044-209/+395
* sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin so that addresses are offse...Jakub Jelinek2000-04-042-7/+27
* Daily bump.Jeff Law2000-04-042-2/+2
* pa-64.h: New file.Jeffrey A Law2000-04-046-0/+786
* sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi2000-04-047-7/+28
* Update regexps for modified error messagesZack Weinberg2000-04-041-2/+2
* bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.Zack Weinberg2000-04-034-8/+9
* Should have been committed with previous batchZack Weinberg2000-04-031-0/+4
* gcc.c (C specs): Pass -f(no-)show-column to the preprocessor.Zack Weinberg2000-04-0312-2/+31
* cppexp.c: wrap long lines.Neil Booth2000-04-032-78/+82
* * execute/20000402-1.c: New test.Geoffrey Keating2000-04-032-1/+42
* log entryDon Lindsay2000-04-031-0/+4
* More va-arg variations. OKed by Jeff Law.Don Lindsay2000-04-035-0/+191
* Add dependency of 'diagnostic.o' on 'diagnostic.c'Nick Clifton2000-04-032-1/+5
* Apply Philip Blundell's patch to fix typos in SUBTARGET_EXTRA_LINK_SPECPhilip Blundell2000-04-032-2/+6
* * gcc.c-torture/compile/20000403-2.c: New test.Jeffrey A Law2000-04-032-0/+7
* * gcc.c-torture/compile/20000403-1.c: New test.Jeffrey A Law2000-04-032-0/+22
* server.c (find_shell): New function.Felix Lee2000-04-032-0/+29
* Makefile.in (stmp-int-hdrs): Make include subdir here...Jonathan Larmour2000-04-032-1/+6
* pa.c (print_operand): Compute 'base' only inside the code paths that use it.Jason Eckhardt2000-04-032-1/+8
* stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than CEIL_DIV_EXPR.Geoff Keating2000-04-032-1/+6
* * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.Philipp Thomas2000-04-032-3/+7
* * Makefile.in: Have alias.o depend on $(TREE_H).Brad Lucier2000-04-032-1/+5
* cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg2000-04-0220-48/+122
* cppexp.c: New typedef op_t.Neil Booth2000-04-022-14/+43
* c4x.c (c4x_function_arg): Check for void_type_node before checking MUST_PASS_...Michael Hayes2000-04-022-1/+12
* Daily bump.Jeff Law2000-04-022-2/+2
* cppexp.c: New FINISHED dummy token.Neil Booth2000-04-022-186/+200