[syslinux:elflink] core/lzo: move LZO back to uncompressed section

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Thu Jan 17 21:03:07 PST 2013


Commit-ID:  238ca24e867c74aabe97544b35b8dabb3dc26594
Gitweb:     http://www.syslinux.org/commit/238ca24e867c74aabe97544b35b8dabb3dc26594
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Thu, 17 Jan 2013 20:38:42 -0800
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Thu, 17 Jan 2013 20:38:42 -0800

core/lzo: move LZO back to uncompressed section

The LZO decompressor really can't live in the compressed part of the
core, for some odd reason.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 core/lzo/lzo1x_f2.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lzo/lzo1x_f2.S b/core/lzo/lzo1x_f2.S
index f9ad6b3..8cc26b8 100644
--- a/core/lzo/lzo1x_f2.S
+++ b/core/lzo/lzo1x_f2.S
@@ -53,7 +53,7 @@
 
 #include "lzo_asm.h"
 
-    .text
+    .section ".textnr","ax"
 
     LZO_PUBLIC(lzo1x_decompress_asm_fast_safe)
 


More information about the Syslinux-commits mailing list