OSDN Git Service

(none)
authorryuz <ryuz>
Fri, 28 Dec 2007 23:51:57 +0000 (23:51 +0000)
committerryuz <ryuz>
Fri, 28 Dec 2007 23:51:57 +0000 (23:51 +0000)
sample/ia32/pcat/gcc/link_fd.x

index 8e6ca6e..af14ed7 100755 (executable)
@@ -8,14 +8,14 @@ MEMORY
 
 SECTIONS
 {
-       .ipl : AT 0x00000
+       .ipl : AT (0x00000)
        {
                ___vector = . ; 
                */bootloader.o(.text)
                FILL(0x00)
                ___vector_end = . ; 
        } > ipl
-       .text : AT 0x00800
+       .text : AT (0x00800)
        {
                 ___text = . ; 
                *(.text)