12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
diff -ur memtest86+-1.70.orig/memtest_shared.lds memtest86+-1.70/memtest_shared.lds
|
|
--- memtest86+-1.70.orig/memtest_shared.lds 2006-12-27 02:33:06.000000000 +0100
|
|
+++ memtest86+-1.70/memtest_shared.lds 2007-01-25 16:34:19.000000000 +0100
|
|
@@ -8,6 +8,7 @@
|
|
_start = .;
|
|
*(.text)
|
|
*(.text.*)
|
|
+ *(.gnu.linkonce.t.*)
|
|
*(.plt)
|
|
_etext = . ;
|
|
} = 0x9090
|