aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2013-01-17 20:38:42 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2013-01-17 20:38:42 -0800
commit238ca24e867c74aabe97544b35b8dabb3dc26594 (patch)
tree70ca9b337a0bd3d053cdbe882d9c1f50e8e9bc1b
parent14fe8af6c11e71619de9be1afd4556ebbc770db3 (diff)
downloadsyslinux-238ca24e867c74aabe97544b35b8dabb3dc26594.tar.gz
syslinux-238ca24e867c74aabe97544b35b8dabb3dc26594.tar.xz
syslinux-238ca24e867c74aabe97544b35b8dabb3dc26594.zip
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@linux.intel.com>
-rw-r--r--core/lzo/lzo1x_f2.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lzo/lzo1x_f2.S b/core/lzo/lzo1x_f2.S
index f9ad6b32..8cc26b8b 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)