For architectures where vfork.S was named Ovfork.S this was needed, but
it was always pointless here as an entry in either MDASM or NOASM is
equivalent.
Sponsored by: DARPA
Differential D42914
libc: don't needlessly add vfork.o to NOASM brooks on Dec 5 2023, 7:09 PM. Authored by Tags None Referenced Files
Details For architectures where vfork.S was named Ovfork.S this was needed, but Sponsored by: DARPA
Diff Detail
Event TimelineComment Actions Are you sure about amd64? There is the arch-specific manually written vfork.S. Comment Actions Yes, I'm sure. The presence of vfork.S in MDASM prevents the default stub from being generated in the same loop that handles NOASM. I'm pretty sure they only reasons these were there is that i386 put the real implementation in Ovfork.S and then porters copied it around. |