Re: [edk2] [PATCH v3 11/12] BaseTools/AARCH64: remove incremental linker script for 64K alignment

2015-07-30 Thread Leif Lindholm
On Wed, Jul 29, 2015 at 05:12:01PM +0200, Ard Biesheuvel wrote:
> Now that we moved all users to the unified GCC linker script, remove
> the old 64 KB incremental linker script for AARCH64 since it is now
> unused.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Ard Biesheuvel 

Reviewed-by: Leif Lindholm 

Also tested on ARM and AARCH64 hardware.

Thanks for this cleanup.

> ---
>  BaseTools/Scripts/gcc-aarch64-64K-align-ld-script | 4 
>  1 file changed, 4 deletions(-)
> 
> diff --git a/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script 
> b/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
> deleted file mode 100644
> index 8aa4c5f08c0b..
> --- a/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -SECTIONS {
> -  .text : ALIGN(0x1) { }
> -  .data : ALIGN(0x1) { }
> -}
> -- 
> 1.9.1
> 
> ___
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [PATCH v3 11/12] BaseTools/AARCH64: remove incremental linker script for 64K alignment

2015-07-29 Thread Ard Biesheuvel
Now that we moved all users to the unified GCC linker script, remove
the old 64 KB incremental linker script for AARCH64 since it is now
unused.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel 
---
 BaseTools/Scripts/gcc-aarch64-64K-align-ld-script | 4 
 1 file changed, 4 deletions(-)

diff --git a/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script 
b/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
deleted file mode 100644
index 8aa4c5f08c0b..
--- a/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
+++ /dev/null
@@ -1,4 +0,0 @@
-SECTIONS {
-  .text : ALIGN(0x1) { }
-  .data : ALIGN(0x1) { }
-}
-- 
1.9.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel