Re: enabling #ident in Apple gcc
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=fqS/9yOxol1xjKCQmxtrcLTtwW6Fl8KPqTVwoxQkz/E=; b=a1MnDBhkVNnInnhrh1DHLQHUXoJsEAqI1BNkuIWUJdJTyQ5F/EWFyWARR/a1LP9pPvjlRvA5JPuYLjqNezf5WjWTy19a/iJtcAwqCc48SCNue93sl1M6AMQKtg/tyFK0/KdsZkjQDcU/qTLuE92fo2GQeKLL1YUTHGM/vEbkiPI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IRr6vATuvjkf8IG6o3zFVQd5dcsRPHemFvIGL2Fe9dByGY2xuzDua1E2AYl6C0iSsgjuMMmCTK160fcnm+Olf3qrxJgfIc9PTA6keY1m87Twtlq6Zq3YbyDtj2O6e0MthblXX7kWtx2Y1rc0FXwu0iji0yxZbosSZzsPYHr0BiM= On Wed, Apr 16, 2008 at 10:53 AM, Terry Lambert <tlambert@apple.com> wrote:
What compiler version, what local patches, and how do the same versions act compiled for Darwin? This could be a recent change; the #ifdef's were real.
Also, Mach-I, like ELF or COFF is a container format; it really doesn't care what people put in it.
That is not fully true since the dynamic loader cares if you don't follow the ABI but other than that, really if you need your mach-o loaded, it can be used any which way you want. -- Pinski _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Pinski