public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-1.1.1 (release, target i386-cygwin32): allocate stack worker function name
@ 1999-01-31 23:58 Thomas Sailer
  1999-01-31 23:58 ` Mumit Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Sailer @ 1999-01-31 23:58 UTC (permalink / raw)
  To: egcs

egcs 1.1.1 on said target uses __alloca as the name for the allocate stack worker
function. This is IMHO unfortunate because MS tools seem to have an ordinary
alloca function called _alloca (assembler name __alloca) with completely different
calling conventions. So it is relatively easy to get bogus binaries silently.
It would be better to change that name to something else.

BTW the name is in
config/i386/i386.md: define_insn "allocate_stack_worker"
and config/i386/cygwin32.asm

Tom

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

end of thread, other threads:[~1999-01-31 23:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-31 23:58 egcs-1.1.1 (release, target i386-cygwin32): allocate stack worker function name Thomas Sailer
1999-01-31 23:58 ` Mumit Khan
1999-01-31 23:58   ` Thomas Sailer

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).