Re: [edk2] [Patch] MdeModulePkg: Fix Xcode assembly issue

2013-01-15 Thread Tian, Feng
ees. Thanks, Andrew Fish Thanks Feng From: Andrew Fish [mailto:af...@apple.com<http://apple.com>] Sent: Wednesday, January 16, 2013 05:58 To: edk2-devel@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: [edk2] [Patch] MdeModulePkg: Fix Xcode assembly issue Dear M

Re: [edk2] [Patch] MdeModulePkg: Fix Xcode assembly issue

2013-01-15 Thread Andrew Fish
ew Fish > Thanks > Feng > > From: Andrew Fish [mailto:af...@apple.com] > Sent: Wednesday, January 16, 2013 05:58 > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] [Patch] MdeModulePkg: Fix Xcode assembly issue > > Dear MdeModulePkg maintainer, > > Plea

Re: [edk2] [Patch] MdeModulePkg: Fix Xcode assembly issue

2013-01-15 Thread Tian, Feng
Hi, Andrew Which case will have to do this change? If the file format needs a relocation entry, what it will impact? Thanks Feng From: Andrew Fish [mailto:af...@apple.com] Sent: Wednesday, January 16, 2013 05:58 To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch] MdeModulePkg: Fix

[edk2] [Patch] MdeModulePkg: Fix Xcode assembly issue

2013-01-15 Thread Andrew Fish
Dear MdeModulePkg maintainer, Please review this patch that is required to make this file assemble and link with Xcode. It replaces absolute addressing that requires a relocation entry with PC relative addressing that does not require a relocation entry. Contributed-under: TianoCore Contributio