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/52737] [avr]: -mtiny-stack shall not influence multilib selection
Date: Wed, 28 Mar 2012 08:54:00 -0000	[thread overview]
Message-ID: <bug-52737-4-KA8PYPbKo1@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-52737-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-03-28 08:31:46 UTC ---
Author: gjl
Date: Wed Mar 28 08:31:26 2012
New Revision: 185907

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185907
Log:
    PR target/52737
    * contrib/gcc_update (files_and_dependencies):
    Remove gcc/config/avr/t-multilib from touch data.

gcc/
    PR target/52737
    * config.gcc (tm_file): Remove avr/multilib.h.

    * doc/invoke.texi (AVR Options): Adjust
    documentation of -mtiny-stack.

    * config/avr/genmultilib.awk: Remove code to generate multilib.h.
    (BEGIN): Use -msp8 as multilib option instead of -mtiny-stack.
    * config/avr/t-avr: Remove generation of multilib.h.
    * config/avr/t-multilib: Regenerate.
    * config/avr/multilib.h: Remove.
    * config/avr/avr.opt (-msp8): New option.
    (avr_sp8): New variable.
    * config/avr/driver-avr.c (avr_device_to_sp8): New function.
    * config/avr/avr.h (AVR_HAVE_SPH): New define.
    (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
    (avr_device_to_sp8): New prototype.
    (EXTRA_SPEC_FUNCTIONS): Add { "device_to_sp8", avr_device_to_sp8 }
    (DRIVER_SELF_SPECS): New define.
    * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in defines:
    __AVR_SP8__, __AVR_HAVE_SPH__.
    * config/avr/avr.c (output_movhi): Use AVR_HAVE_SPH instead of
    AVR_HAVE_8BIT_SP to decide if SP_H is present.
    (avr_file_start): Ditto.

libgcc/
    PR target/52737
    * config/avr/lib1funcs.S: Use __AVR_HAVE_SPH__ for SP_H checks
    instead of __AVR_HAVE_8BIT_SP__.


Removed:
    trunk/gcc/config/avr/multilib.h
Modified:
    trunk/ChangeLog
    trunk/contrib/gcc_update
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/avr/avr-c.c
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.h
    trunk/gcc/config/avr/avr.opt
    trunk/gcc/config/avr/driver-avr.c
    trunk/gcc/config/avr/genmultilib.awk
    trunk/gcc/config/avr/t-avr
    trunk/gcc/config/avr/t-multilib
    trunk/gcc/doc/invoke.texi
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/avr/lib1funcs.S


  parent reply	other threads:[~2012-03-28  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-27 11:28 [Bug target/52737] New: " gjl at gcc dot gnu.org
2012-03-27 11:34 ` [Bug target/52737] " gjl at gcc dot gnu.org
2012-03-28  8:54 ` gjl at gcc dot gnu.org [this message]
2012-03-28  9:07 ` gjl at gcc dot gnu.org
2012-03-28 10:34 ` 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-52737-4-KA8PYPbKo1@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).