summaryrefslogtreecommitdiff
path: root/gcc/crtstuff.c
Commit message (Expand)AuthorAgeFilesLines
* configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for --eh-frame-hdr.Rainer Orth2010-12-231-1/+10
* crtstuff.c (__JCR_LIST__, [...]): Mark as used.Jan Hubicka2010-05-111-6/+6
* crtstuff.c (force_to_data, [...]): Attribute as used rather than unused.Jan Hubicka2010-05-101-6/+6
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* unwind-dw2-fde-glibc.c: Define and use USE_PT_GNU_EH_FRAME.Loren J. Rittle2009-09-221-0/+9
* crtstuff.c (__do_global_dtors_aux): Use atexit if no fini or fini_array section.Douglas B Rupp2009-08-291-2/+9
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* inclhack.def (aix_syswait, [...]): Remove.Joseph Myers2009-03-281-4/+2
* * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define for uClibc.Jie Zhang2007-08-241-1/+4
* crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.Ulrich Drepper2007-05-041-9/+41
* config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.Richard Sandiford2007-01-181-1/+3
* crtstuff.c (__dso_handle): Set section from TARGET_LBIGCC_SDATA_SECTION if de...DJ Delorie2006-05-151-0/+3
* crtstuff.c: Undefine gid_t, pid_t, rlim_t, ssize_t, uid_t and vfork after inc...Joseph Myers2005-11-151-0/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR bootstrap/21481 (crtstuff.c should not include auto-host.h)Nathan Sidwell2005-05-111-0/+4
* crtstuff.c: Revert part of 2005-05-08 Change.Nathan Sidwell2005-05-101-0/+3
* crtstuff.c, [...]: Update copyright.Kazu Hirata2005-05-091-1/+1
* Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.shNathan Sidwell2005-05-081-9/+0
* crtstuff.c: Handle targets that use .init_array.Julian Brown2005-04-291-3/+26
* crtstuff.c (IN_LIBGCC2): Define it.Mark Mitchell2004-11-241-1/+3
* re PR c/17384 (ICE with mode attribute on structures)Richard Henderson2004-10-131-3/+12
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* crtstuff.c (frame_dummy, [...]): Call _Jv_RegisterClasses through a function ...Jakub Jelinek2004-01-211-4/+14
* t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.Rainer Orth2003-11-211-0/+4
* 2003-10-31 Andreas Jaeger <aj@suse.de>,Andreas Jaeger2003-10-311-4/+4
* irix6-libc-compat.c (inet_makeaddr): Prototype.Kaveh R. Ghazi2003-10-281-1/+1
* crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.Andreas Jaeger2003-06-071-10/+0
* uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger2003-06-041-12/+4
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* varasm.c (default_exception_section): Move to...Jakub Jelinek2002-11-261-2/+7
* Index: ChangeLogGeoffrey Keating2002-11-071-82/+0
* target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.Stan Shebs2002-09-131-42/+58
* crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on USE_EH_FRAME_REGISTRY, not...Richard Henderson2002-06-031-2/+2
* attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek2002-02-261-5/+1
* * crtstuff.c: Fix comments.Andreas Jaeger2002-02-051-3/+3
* Makefile.in (CRTSTUFF_CFLAGS): New.Richard Henderson2002-01-261-52/+24
* unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame* registry only.Jakub Jelinek2002-01-251-1/+1
* configure.in: Check for ld.Jakub Jelinek2001-12-151-7/+20
* dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.Kaveh R. Ghazi2001-10-261-1/+1
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* crtstuff.c: Fix thinko last change.Richard Henderson2001-08-211-90/+82
* crtstuff.c (__do_global_ctors): Fix typo in preprocessing command.Jeffrey Oldham2001-08-201-1/+1
* crtstuff.c: Move list heads before code that uses them.Richard Henderson2001-08-181-94/+85
* varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.Richard Henderson2001-08-171-13/+23
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-091-43/+38
* class.c (emit_register_classes): Use assemble_jcr if possible.Anthony Green2001-08-081-0/+30
* target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson2001-08-031-25/+19
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-3/+3