Revision: 18141
          http://sourceforge.net/p/edk2/code/18141
Author:   abiesheuvel
Date:     2015-08-03 08:23:36 +0000 (Mon, 03 Aug 2015)
Log Message:
-----------
BaseTools AARCH64: remove incremental linker script for 64K alignment

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 <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
Tested-by: Leif Lindholm <[email protected]>

Removed Paths:
-------------
    trunk/edk2/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script

Deleted: trunk/edk2/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script
===================================================================
--- trunk/edk2/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script        
2015-08-03 08:23:26 UTC (rev 18140)
+++ trunk/edk2/BaseTools/Scripts/gcc-aarch64-64K-align-ld-script        
2015-08-03 08:23:36 UTC (rev 18141)
@@ -1,4 +0,0 @@
-SECTIONS {
-  .text : ALIGN(0x10000) { }
-  .data : ALIGN(0x10000) { }
-}


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to