This is the mail archive of the gcc-patches@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]

Re: [Patch,AVR] Fix PR52505


2012/3/6 Georg-Johann Lay <avr@gjlay.de>
>
> This is fix for __memx address space reads that might read from RAM or flash.
> For flash reads, never read from RAM so that I/O latches don't get read out
> unintentionally.
>
> Ok for trunk?
>
> Johann
>
> 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.

Approved.

Denis.


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