tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] .fill .rept broken by "Clean up 64bit immediate suppo


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] .fill .rept broken by "Clean up 64bit immediate support"
Date: Sun, 15 May 2016 21:27:21 +0300

.fill problem is not fixed (on i386)

linux/arch/i386/kernel/head.S:380: error: repeat < 0; .fill ignored

.org 0x1000
.globl swapper_pg_dir; .align 16,0x90; swapper_pg_dir:
<------>.long 0x00102007
<------>.long 0x00103007
<------>.fill ((0xC0000000) >> 22)-2,4,0

Is a shift arithmetic there?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]