public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] some vxworks crtstuff
@ 2021-11-01  9:34 Rasmus Villemoes
  2021-11-01  9:34 ` [PATCH 1/4] libgcc: remove crt{begin, end}.o from powerpc-wrs-vxworks target Rasmus Villemoes
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Rasmus Villemoes @ 2021-11-01  9:34 UTC (permalink / raw)
  To: Olivier Hainque; +Cc: gcc-patches, Rasmus Villemoes

From: Rasmus Villemoes <rv@rasmusvillemoes.dk>

A few things I hit when trying to upgrade our VxWorks5 toolchain. I
don't think these can break anything for VxWorks 6+, and patch 2
should be an improvement for all in that the current code doesn't get
compiled as it was clearly intended - though the real bug is likely in
gcc itself, it's easier to work around here by just removing the
declarations.

OK for master?


Rasmus Villemoes (4):
  libgcc: remove crt{begin,end}.o from powerpc-wrs-vxworks target
  libgcc: vxcrtstuff.c: remove ctor/dtor declarations
  libgcc: vxcrtstuff.c: make ctor/dtor functions static
  libgcc: vxcrtstuff.c: add a few undefs

 libgcc/config.host         |  1 -
 libgcc/config/vxcrtstuff.c | 21 +++++++++++++++------
 2 files changed, 15 insertions(+), 7 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-12-10 15:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01  9:34 [PATCH 0/4] some vxworks crtstuff Rasmus Villemoes
2021-11-01  9:34 ` [PATCH 1/4] libgcc: remove crt{begin, end}.o from powerpc-wrs-vxworks target Rasmus Villemoes
2021-11-28 17:49   ` [PATCH 1/4] libgcc: remove crt{begin,end}.o " Olivier Hainque
2021-11-01  9:34 ` [PATCH 2/4] libgcc: vxcrtstuff.c: remove ctor/dtor declarations Rasmus Villemoes
2021-12-10 15:12   ` Olivier Hainque
2021-11-01  9:34 ` [PATCH 3/4] libgcc: vxcrtstuff.c: make ctor/dtor functions static Rasmus Villemoes
2021-11-30 10:14   ` Olivier Hainque
2021-12-10 14:20   ` Olivier Hainque
2021-12-10 15:07     ` Rasmus Villemoes
2021-12-10 15:12       ` Olivier Hainque
2021-11-01  9:34 ` [PATCH 4/4] libgcc: vxcrtstuff.c: add a few undefs Rasmus Villemoes
2021-11-29 17:54   ` Olivier Hainque

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).