This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/46898] libgcc build failure on lm32-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898

--- Comment #13 from Sebastien Bourdeauducq <lekernel at gcc dot gnu.org> 2011-02-25 19:24:24 UTC ---
Author: lekernel
Date: Fri Feb 25 19:24:20 2011
New Revision: 170502

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170502
Log:
2011-02-25  Sebastien Bourdeauducq <sebastien@milkymist.org>

    PR gcc/46898
    * config/lm32/lm32.md (ashrsi3): Added needed variable.

2011-02-25  Jon Beniston <jon@beniston.com>

    PR gcc/46898
    * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
    * config/lm32/lm32.md (ashlsi3): Remove unused variable.
    * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
    (lm32_block_move_inline): Add type cast to remove warning.
    (lm32_expand_prologue): Generate fp in a way compatible with
    dwarf2out.
    (gen_int_relational): Move declarations to start of function.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/lm32/lm32.c
    trunk/gcc/config/lm32/lm32.h
    trunk/gcc/config/lm32/lm32.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]