[Bug target/49868] Implement named address space to place/access data in flash memory

2012-03-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #19 from Georg-Johann Lay 2012-03-22 14:49:13 UTC --- Author: gjl Date: Thu Mar 22 14:48:55 2012 New Revision: 185696 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185696 Log: Backport from 2012-03-20 mainline r185583.

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-03-20 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #18 from Georg-Johann Lay 2012-03-20 11:32:59 UTC --- Author: gjl Date: Tue Mar 20 11:32:54 2012 New Revision: 185570 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185570 Log: PR target/49868 * gcc.target/avr/torture/

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-03-12 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #17 from Georg-Johann Lay 2012-03-12 17:55:36 UTC --- Author: gjl Date: Mon Mar 12 17:55:30 2012 New Revision: 185255 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185255 Log: PR target/49868 * gcc.target/avr/torture/

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-02-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #16 from Georg-Johann Lay 2012-02-28 08:44:14 UTC --- Author: gjl Date: Tue Feb 28 08:44:08 2012 New Revision: 184614 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184614 Log: PR target/49868 PR target/52261 * doc

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-01-25 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #15 from Georg-Johann Lay 2012-01-25 18:17:14 UTC --- Author: gjl Date: Wed Jan 25 18:17:07 2012 New Revision: 183529 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183529 Log: PR target/49868 Rename __pgm to __flash.

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-01-24 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #14 from Georg-Johann Lay 2012-01-24 12:38:59 UTC --- Author: gjl Date: Tue Jan 24 12:38:52 2012 New Revision: 183473 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183473 Log: PR target/49868 * doc/extend.texi (AVR Na

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-01-20 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 Georg-Johann Lay changed: What|Removed |Added Keywords|documentation | Status|NEW

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-01-20 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #12 from Georg-Johann Lay 2012-01-20 12:31:59 UTC --- Author: gjl Date: Fri Jan 20 12:31:46 2012 New Revision: 183336 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183336 Log: PR target/49868 PR target/50887 * doc

[Bug target/49868] Implement named address space to place/access data in flash memory

2012-01-10 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #11 from Georg-Johann Lay 2012-01-10 09:42:14 UTC --- Author: gjl Date: Tue Jan 10 09:42:10 2012 New Revision: 183058 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183058 Log: libgcc/ PR target/49868 Extend __pgmx sem

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-12-15 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 Georg-Johann Lay changed: What|Removed |Added Keywords||documentation Priority|P3

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-12-15 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #10 from Georg-Johann Lay 2011-12-15 16:28:42 UTC --- More dependency: Need RELOCs to represent byte http://sourceware.org/PR13503

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-12-06 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #9 from Georg-Johann Lay 2011-12-06 14:39:30 UTC --- Author: gjl Date: Tue Dec 6 14:39:25 2011 New Revision: 182051 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182051 Log: PR target/51409 PR target/49868 * conf

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-11-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 Georg-Johann Lay changed: What|Removed |Added Keywords|patch | Target Milestone|---

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-11-18 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #8 from Georg-Johann Lay 2011-11-18 16:44:12 UTC --- Author: gjl Date: Fri Nov 18 16:44:00 2011 New Revision: 181482 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181482 Log: gcc/ PR target/49868 * config/avr/avr.h (b

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-11-15 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #7 from Georg-Johann Lay 2011-11-15 09:01:50 UTC --- Author: gjl Date: Tue Nov 15 09:01:46 2011 New Revision: 181378 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181378 Log: gcc/ PR target/49868 * config/avr/avr.h (A

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-10-20 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #6 from Georg-Johann Lay 2011-10-20 15:18:51 UTC --- (In reply to comment #5) > Hi Johann, > > I would prefer if the name of the address space for program memory be named > "__flash" so that way it is the same name as what the IAR co

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-10-20 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #5 from Eric Weddington 2011-10-20 14:36:01 UTC --- Hi Johann, I would prefer if the name of the address space for program memory be named "__flash" so that way it is the same name as what the IAR compiler uses. Using the same name a

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-10-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 Georg-Johann Lay changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-10-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #3 from Georg-Johann Lay 2011-10-07 15:24:32 UTC --- Created attachment 25439 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25439 2/2: r179594: AVR part of implementation

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-10-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 Georg-Johann Lay changed: What|Removed |Added Attachment #24916|0 |1 is obsolete|

[Bug target/49868] Implement named address space to place/access data in flash memory

2011-08-04 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868 --- Comment #1 from Georg-Johann Lay 2011-08-04 13:51:28 UTC --- Created attachment 24916 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24916 Draft work on AS against r177314 This is just an update of my local work on a named address suppo