aboutsummaryrefslogtreecommitdiff
path: root/libgcc/crtstuff.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-01libgcc: Align __EH_FRAME_BEGIN__ to pointer sizeH.J. Lu1-1/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-18Fix compilation of crtstuff.c when DEFAULT_USE_CXA_ATEXIT is falseJohn David Anglin1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11libgcc: Declare __dso_handle only if DEFAULT_USE_CXA_ATEXIT is trueJozef Lawrynowicz1-1/+5
2019-12-09libgcc: Fix misuse of USE_EH_FRAME_REGISTRY in crtstuff.cJozef Lawrynowicz1-2/+2
2019-12-09libgcc: Dont define __do_global_dtors_aux if it will be emptyJozef Lawrynowicz1-1/+7
2019-11-04libgcc: Fix incorrect use of USE_TM_CLONE_REGISTRYJozef Lawrynowicz1-6/+5
2019-09-10[ARM/FDPIC v6 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy g...Christophe Lyon1-0/+16
2019-08-23re PR target/91306 ([MSP430] libgcc/crtstuff.c: Alignment of frame_dummy .ini...Jozef Lawrynowicz1-16/+17
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-30* crtstuff.c: Remove declaration of _Jv_RegisterClasses.Rasmus Villemoes1-3/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-19config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file.Krister Walfridsson1-1/+1
2016-11-20Protect __TMC_END__ - __TMC_LIST__ == 0Marc Glisse1-2/+8
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek1-46/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR libgcc/63832 (crtstuff.c:400:19: warning: array subscript is above arra...Uros Bizjak1-5/+3
2014-11-25crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.Segher Boessenkool1-1/+1
2014-09-22crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS override...Hans-Peter Nilsson1-1/+6
2014-09-05Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers1-49/+53
2014-08-13crtstuff.c: Undef caddr_t.Steve Ellcey1-0/+1
2014-05-21config.gcc (*-*-dragonfly*): New target.John Marino1-1/+6
2014-03-10re PR libgcc/60472 (Warning: array subscript is above array bounds when compi...Uros Bizjak1-4/+8
2014-01-02Update copyright years in libgcc/Richard Sandiford1-1/+1
2013-02-04Update copyright in libgcc.Richard Sandiford1-3/+1
2012-08-19crtstuff.c (USE_PT_GNU_EH_FRAME): Define for systems using glibc even if inhi...Joseph Myers1-1/+15
2011-12-06crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the size of fun...Andrew Pinski1-2/+2
2011-11-26crtstuff: adjust tm clones for no attribute hiddenRichard Henderson1-38/+56
2011-11-21Fix crtstuff merge error with transactional-memory branch.Richard Henderson1-5/+81
2011-11-02Move libgcc_tm_file to toplevel libgccRainer Orth1-0/+1
2011-11-02Move crtstuff support to toplevel libgccRainer Orth1-0/+650