This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch [darwin specific]: remove incorrect elision of stubs


The Darwin code tried to avoid emitting its stub sequence for callees in some cases.
This is incorrect because it doesn't work with scatter loading (and gained
only a bit of .s and .o file space in any case), and was removed in Apple's local
copy two years ago. We've managed to miss checking it into FSF all this
time. Bootstrapped. OK?


Attachment: patch
Description: Binary data



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]