History log of /openbsd/gnu/gcc/gcc/config/sparc/openbsd.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 9572f876 10-Jan-2023 deraadt <deraadt@openbsd.org>

like hppa, sparc64 will need gcc's jump tables option disabled to
allow execute-only binaries
ok miod


# 1107cbef 23-Sep-2020 millert <millert@openbsd.org>

Don't pass the -dynamic-linker flag to ld when linking statically.
Fixes creation of static binaries with base gcc and ld.lld.
OK kettenis@ a while ago, prodded by daniel@


# 179d29c7 03-Jul-2015 miod <miod@openbsd.org>

Link static pie binaries against rcrt0.o


# 06668ad6 30-Jul-2013 kettenis <kettenis@openbsd.org>

Fix attribute((init_priority)) on sparc and sparc64.


# a083a047 31-Aug-2012 pascal <pascal@openbsd.org>

Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when
we're default PIE.

allows Theo to build PIE-by-default sparc; ok kettenis@


# ae784e91 21-Oct-2011 jsg <jsg@openbsd.org>

change LINK_SPEC in such a way that -rdynamic will work
(passes -export-dynamic to ld(1))

ok drahn@ miod@


# 623ee1e8 12-Dec-2010 kettenis <kettenis@openbsd.org>

Make sure GCC's idea about size_t and ptrdiff_t matches what we have in
<sys/types.h>.

ok miod@


# cb91f0f4 01-Aug-2010 kettenis <kettenis@openbsd.org>

Add infrastructure to buil GCC 4.2.1 on OpenBSD/sparc.