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/52505] [avr]: __memx address space reading unintentionally from RAM


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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-03-07 10:36:34 UTC ---
Author: gjl
Date: Wed Mar  7 10:36:30 2012
New Revision: 185031

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185031
Log:
libgcc/
    PR target/52505
    * config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
    from RAM.

gcc/
    PR target/52505
    * config/avr/avr.c (avr_out_xload): Don't read unintentionally
    from RAM.
    * config/avr/avr.md (xload_8): Adjust insn length.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.md
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/avr/lib1funcs.S


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