public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gjl at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/52261] [avr] Add support for AVR Xmega cores
Date: Tue, 28 Feb 2012 08:53:00 -0000	[thread overview]
Message-ID: <bug-52261-4-rvGLPyI9BS@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-52261-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-02-28 08:44:15 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/extend.texi (AVR Named Address Spaces): No more try to fix
    address spaces located outside of device flash.
    * config/avr/avr.h (base_arch_s): Remove field n_segments.
    (mcu_type_s): Add field n_flash.
    * config/avr/avr-devices.c (avr_arch_types): Remove .n_segments.
    Set .have_elpm and .have_elpmx to 1 for avrxmega4 and avrxmega5.
    (AVR_MCU): Add N_FLASH argument.
    * config/avr/avr-mcus.def (AVR_MCU): Add initializer for .n_flash.
    * config/avr/avr-c.c (avr_cpu_cpp_builtins): Only define built-in
    macro __FLASH<n> if that address space makes sense for the device.
    * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces
    outside of target flash.
    (avr_asm_named_section): Ditto.
    (avr_asm_select_section): Ditto.
    (avr_addr_space_convert): Ditto.
    (avr_emit_movmemhi): Ditto.
    (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Error if
    address space is outside of device flash.
    (avr_insert_attributes): Ditto.
    (avr_xload_libgcc_p): Use avr_current_device->n_flash instead of
    avr_current_arch->n_segments.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-c.c
    trunk/gcc/config/avr/avr-devices.c
    trunk/gcc/config/avr/avr-mcus.def
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.h
    trunk/gcc/doc/extend.texi


  parent reply	other threads:[~2012-02-28  8:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-15 12:33 [Bug target/52261] New: " gjl at gcc dot gnu.org
2012-02-15 12:36 ` [Bug target/52261] " gjl at gcc dot gnu.org
2012-02-15 13:16 ` gjl at gcc dot gnu.org
2012-02-20  4:33 ` fbi.sr at gmx dot de
2012-02-20 11:32 ` gjl at gcc dot gnu.org
2012-02-22  2:44 ` fbi.sr at gmx dot de
2012-02-23 20:13 ` gjl at gcc dot gnu.org
2012-02-24 16:29 ` gjl at gcc dot gnu.org
2012-02-28  8:53 ` gjl at gcc dot gnu.org [this message]
2012-02-28  9:14 ` gjl at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-52261-4-rvGLPyI9BS@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).