Re: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro

2015-12-03 Thread Cohen, Eugene
-Original Message- > From: Cohen, Eugene > Sent: Wednesday, December 02, 2015 12:04 PM > To: Ard Biesheuvel <ard.biesheu...@linaro.org> > Cc: edk2-devel@lists.01.org > Subject: RE: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly > functions to use new RVCT_ASM_E

Re: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro

2015-12-02 Thread Ard Biesheuvel
On 25 November 2015 at 20:11, Cohen, Eugene wrote: > This has the effect of splitting assembly functions into their own sections > so the linker can remove unused ones to save space. > > This has been tested to build with ArmPkg.dsc with RVCT 4. > > The majority of the conversion

Re: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro

2015-12-02 Thread Cohen, Eugene
heuvel [mailto:ard.biesheu...@linaro.org] > Sent: Wednesday, December 02, 2015 9:42 AM > To: Cohen, Eugene <eug...@hp.com> > Cc: edk2-devel@lists.01.org > Subject: Re: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to > use new RVCT_ASM_EXPORT macro > > On 25 Nove

[edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro

2015-11-25 Thread Cohen, Eugene
This has the effect of splitting assembly functions into their own sections so the linker can remove unused ones to save space. This has been tested to build with ArmPkg.dsc with RVCT 4. The majority of the conversion was performed with the attached python script. Contributed-under: TianoCore

Re: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro

2015-11-25 Thread Cohen, Eugene
[mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Cohen, Eugene Sent: Wednesday, November 25, 2015 12:11 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 3/3] ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro This has the effect of splitting assembly func