On 11 August 2016 at 12:25, Leif Lindholm <[email protected]> wrote: > On Thu, Aug 11, 2016 at 12:08:15PM +0200, Ard Biesheuvel wrote: >> This moves the asm files in OpenPlatformPkg to the new ASM_FUNC() macro, >> which annotates functions in a way that allows the linker to drop code >> that is not actually used anywhere. It is analogous to -ffunction-sections >> for GCC. >> >> Since there are some cargo culted asm patterns that are very clunky and >> inefficient, clean those up as well (i.e., LoadConstantToReg()) > > For the series: > Reviewed-by: Leif Lindholm <[email protected]> >
Thanks, pushed with a minor tweak to #2 to prevent further breakage with RVCT (given that the upstream is broken with RVCT to begin with) -- Ard. _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

