Re: [tip:x86/debug] x86, asm: Fix CFI macro invocations to deal withshortcomings in gas

From: Ingo Molnar
Date: Thu Oct 21 2010 - 06:16:28 EST



* tip-bot for Jan Beulich <JBeulich@xxxxxxxxxx> wrote:

> Commit-ID: 3234282f33b29d349bcada40204fc7c8fda7fe72
> Gitweb: http://git.kernel.org/tip/3234282f33b29d349bcada40204fc7c8fda7fe72
> Author: Jan Beulich <JBeulich@xxxxxxxxxx>
> AuthorDate: Tue, 19 Oct 2010 14:52:26 +0100
> Committer: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
> CommitDate: Tue, 19 Oct 2010 14:28:02 -0700
>
> x86, asm: Fix CFI macro invocations to deal with shortcomings in gas

This commit broke the UML build (see the full error log below).

Ingo

/home/mingo/tip/arch/um/os-Linux/irq.c: In function âos_waiting_for_eventsâ:
/home/mingo/tip/arch/um/os-Linux/irq.c:35: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/irq.c: In function âos_free_irq_by_cbâ:
/home/mingo/tip/arch/um/os-Linux/irq.c:94: error: expected â)â before string constant
make[2]: *** [arch/um/os-Linux/irq.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âdo_aioâ:
/home/mingo/tip/arch/um/os-Linux/aio.c:93: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âaio_threadâ:
/home/mingo/tip/arch/um/os-Linux/aio.c:116: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c:126: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âdo_not_aioâ:
/home/mingo/tip/arch/um/os-Linux/aio.c:156: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function ânot_aio_threadâ:
/home/mingo/tip/arch/um/os-Linux/aio.c:183: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c:188: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c:199: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âinit_aio_24â:
/home/mingo/tip/arch/um/os-Linux/aio.c:239: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âinit_aio_26â:
/home/mingo/tip/arch/um/os-Linux/aio.c:252: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c:264: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âsubmit_aio_26â:
/home/mingo/tip/arch/um/os-Linux/aio.c:281: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/aio.c: In function âinit_aioâ:
/home/mingo/tip/arch/um/os-Linux/aio.c:332: error: expected â)â before string constant
make[2]: *** [arch/um/os-Linux/aio.o] Error 1
/home/mingo/tip/arch/um/os-Linux/helper.c: In function ârun_helperâ:
/home/mingo/tip/arch/um/os-Linux/helper.c:57: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c:64: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c:79: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c:97: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c: In function ârun_helper_threadâ:
/home/mingo/tip/arch/um/os-Linux/helper.c:129: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c:137: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c:142: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c: In function âhelper_waitâ:
/home/mingo/tip/arch/um/os-Linux/helper.c:157: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/helper.c:161: error: expected â)â before string constant
make[2]: *** [arch/um/os-Linux/helper.o] Error 1
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_file_sizeâ:
/home/mingo/tip/arch/um/os-Linux/file.c:278: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c:290: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c:296: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_file_modtimeâ:
/home/mingo/tip/arch/um/os-Linux/file.c:316: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_pipeâ:
/home/mingo/tip/arch/um/os-Linux/file.c:358: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_set_fd_asyncâ:
/home/mingo/tip/arch/um/os-Linux/file.c:376: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c:384: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_rcv_fdâ:
/home/mingo/tip/arch/um/os-Linux/file.c:492: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c:498: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_create_unix_socketâ:
/home/mingo/tip/arch/um/os-Linux/file.c:518: error: expected â)â before string constant
/home/mingo/tip/arch/um/os-Linux/file.c: In function âos_lock_fileâ:
/home/mingo/tip/arch/um/os-Linux/file.c:558: error: expected â)â before string constant
make[2]: *** [arch/um/os-Linux/file.o] Error 1
/home/mingo/tip/arch/um/kernel/exec.c: In function âum_execveâ:
/home/mingo/tip/arch/um/kernel/exec.c:69: warning: passing argument 2 of âexecve1â from incompatible pointer type
/home/mingo/tip/arch/um/kernel/exec.c:47: note: expected âconst char * const*â but argument is of type âchar **â
/home/mingo/tip/arch/um/kernel/exec.c:69: warning: passing argument 3 of âexecve1â from incompatible pointer type
/home/mingo/tip/arch/um/kernel/exec.c:47: note: expected âconst char * const*â but argument is of type âchar **â
/home/mingo/tip/arch/um/kernel/exec.c: In function âsys_execveâ:
/home/mingo/tip/arch/um/kernel/exec.c:85: warning: passing argument 2 of âexecve1â from incompatible pointer type
/home/mingo/tip/arch/um/kernel/exec.c:47: note: expected âconst char * const*â but argument is of type âchar **â
/home/mingo/tip/arch/um/kernel/exec.c:85: warning: passing argument 3 of âexecve1â from incompatible pointer type
/home/mingo/tip/arch/um/kernel/exec.c:47: note: expected âconst char * const*â but argument is of type âchar **â
make[1]: *** [arch/um/os-Linux] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/mingo/tip/arch/um/drivers/fd.c: In function âfd_initâ:
/home/mingo/tip/arch/um/drivers/fd.c:31: error: expected â)â before string constant
/home/mingo/tip/arch/um/drivers/fd.c:38: error: expected â)â before string constant
/home/mingo/tip/arch/um/drivers/fd.c: In function âfd_closeâ:
/home/mingo/tip/arch/um/drivers/fd.c:81: error: expected â)â before string constant
make[2]: *** [arch/um/drivers/fd.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [arch/um/drivers] Error 2
/home/mingo/tip/kernel/irq/handle.c:432:3: warning: #warning __do_IRQ is deprecated. Please convert to proper flow handlers
make: *** [sub-make] Error 2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/