Re: ia64: linux-next allmodconfig

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

 



Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> writes:

> arch/ia64/kernel/built-in.o(.text+0x4a22): In function `efi_initialize_iomem_resources':
> : undefined reference to `__ia64_save_stack_nonlocal'
> arch/ia64/kernel/built-in.o(.text+0x16262): In function `pfm_context_create':

>From gcc/config/ia64/ia64.md:

    ;; Non-local goto support.

    (define_expand "save_stack_nonlocal"
      [(use (match_operand:OI 0 "memory_operand" ""))
       (use (match_operand:DI 1 "register_operand" ""))]
      ""
    {
      emit_library_call (gen_rtx_SYMBOL_REF (Pmode,
                                             \"__ia64_save_stack_nonlocal\"),
                         0, VOIDmode, 2, XEXP (operands[0], 0), Pmode,
                         operands[1], Pmode);
      DONE;
    })

Generated by __builtin_update_setjmp_buf, defined in libgcc.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@xxxxxxx
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux