Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / default-script.t
index fc70187cd40438e43e4b86185ea376a264c492c4..ff0fcda7a934ff10af663a4b5295f0e3df7ec94f 100644 (file)
@@ -1,4 +1,4 @@
-_START = DEFINED(_START) ? _START : 0x9000000;
+_START = DEFINED(_START) ? _START : 0x900;
 SECTIONS
 {
   . = _START;
This page took 0.02329 seconds and 4 git commands to generate.