aboutsummaryrefslogtreecommitdiff
path: root/gcc/gbl-ctors.h
AgeCommit message (Collapse)AuthorFilesLines
2000-07-28dwarf2out.c: Indent #error directive.Kaveh R. Ghazi1-2/+7
* dwarf2out.c: Indent #error directive. * gbl-ctors.h: Fix typo in comment. (__do_global_ctors): Prototype. * gcse.c (record_one_set, pre_delete): Remove unused variables. * rs6000.c (rs6000_maybe_dead): Delete unused prototype. (print_operand): Initialize variable `t'. From-SVN: r35319
1999-09-15gbl-ctors.h: Lose HAVE_ATEXIT.Jason Merrill1-15/+1
* gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT. * libgcc2.c: Lose obsolete defn of WEAK_ALIAS. (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT. (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl. (atexit, exit): Simplify. * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT. * config/lots: Remove defns of HAVE_ATEXIT. From-SVN: r29439
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
* Makefile.in (fix-header): Don't needlessly depend on cpperror.o. * alias.c (CHECK_ALIAS_SETS_FOR_CONSISTENCY): Cast expansion to void since it is evaluated in a comma list. * mips.h (ASM_GENERATE_INTERNAL_LABEL): Always sprintf `NUM' argument as a long and cast `NUM' to long to ensure it is of the proper width. Wrap macro arguments in parens when they appear in the expansion. * sol2.h (ASM_GENERATE_INTERNAL_LABEL): Likewise. * sparc.h (ASM_GENERATE_INTERNAL_LABEL): Likewise. (ASM_DECLARE_RESULT): Fix fprintf format specifier to match function argument return type. (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_FP_P, REGNO_OK_FOR_CCFP_P): Use `(unsigned)' not `U'. * cpplib.c (cpp_message_from_errno): Remove unneeded argument to cpp_message. * dbxout.c: Fix the comments after an #endif to reflect the actual condition tested in the preceding #if. * except.c (find_all_handler_type_matches): Switch to old-style function definition. * expr.c (expand_builtin): Remove unused variable `type' twice. * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Cast -1 before comparing it to an unsigned long. * haifa-sched.c (print_insn_chain): Remove unused function. * objc/objc-act.c (build_msg_pool_reference): Hide prototype and definition. * toplev.c: When testing whether to include dbxout.h, also include it when XCOFF_DEBUGGING_INFO is defined. * unroll.c (unroll_loop): Add parentheses around assignment used as truth value. From-SVN: r20801
1998-06-20flow.c (allocate_for_life_analysis, [...]): Remove declaration.H.J. Lu1-1/+1
* flow.c (allocate_for_life_analysis, init_regset_vector): Remove declaration. * function.h (get_first_block_beg): New declaration. * gbl-ctors.h (__do_global_dtors): Add prototype. * gcov-io.h (__fetch_long): New declaration. (__store_long): Likewise. (__read_long): Likewise. (__write_long): Likewise. * gcov.c (print_usage): New declaration. * Makefile.in (c-iterate.o): Depend on insn-codes.h too. From-SVN: r20631
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-3/+1
for details. * haifa-sched.c: Mirror recent changes from gcc2. From-SVN: r18984
1996-07-03formatting tweaksMike Stump1-1/+1
From-SVN: r12390
1996-03-04(HAVE_ATEXIT): Define if NEED_ATEXIT is defined.Richard Kenner1-3/+9
(atexit): Use `int atexit' prototype also if NEED_ATEXIT is defined. (on_exit): According to man on_exit on the Sun it returns int not void. From-SVN: r11431
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9961
1995-02-21(atexit): Prototype now works with NT.Richard Kenner1-4/+6
From-SVN: r9012
1994-08-05(DO_GLOBAL_CTORS_BODY): Use long instead ofJim Wilson1-1/+1
HOST_WIDE_INT. From-SVN: r7859
1994-07-29(DO_GLOBAL_CTORS_BODY): Reverse order of executionJason Merrill1-6/+11
of constuctor lists. From-SVN: r7818
1994-03-23Change rfg's address.Richard Kenner1-1/+1
From-SVN: r6852
1992-07-21entered into RCSRichard Stallman1-4/+4
From-SVN: r1654
1992-03-14*** empty log message ***Charles Hannum1-2/+1
From-SVN: r468
1992-02-02*** empty log message ***Richard Stallman1-1/+1
From-SVN: r269
1992-01-28*** empty log message ***Richard Stallman1-1/+1
From-SVN: r242
1992-01-20Initial revisionRichard Stallman1-0/+81
From-SVN: r224