Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / memory_sym.t
index 4ccec550120c0042cde7982f0088daedc2052cc9..c9df2ed28adb7dfc701134b0f4d5047ee2fb7996 100644 (file)
@@ -1,5 +1,5 @@
 TXT_ORIGIN = 0x100;
-TXT_LENGTH = 32K;
+TXT_LENGTH = 16K;
 MEMORY
 {
   R_TEXTMEM (ARX) : ORIGIN = TXT_ORIGIN, LENGTH = TXT_LENGTH
This page took 0.025299 seconds and 4 git commands to generate.