]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/m68k/m68k.c
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richard@codeso...
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 12 Jan 2007 09:36:17 +0000 (09:36 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 12 Jan 2007 09:36:17 +0000 (09:36 +0000)
commit7eb4f04449cc0be1bdf6a1ec976dcefaedf97c88
treea1ef587399345760032a197d445988bb648f2901
parent9321405c4a8792d7e8faf39b369e5a76436c63df
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richard@codesourcery.com>

gcc/
200x-xx-xx  Nathan Sidwell  <nathan@codesourcery.com>
    Richard Sandiford  <richard@codesourcery.com>

* doc/invoke.texi: Document the macros that are defined by
m68k's -mtune and -mhard-float options.
* config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
(m68k_cpp_cpu_family): Likewise.
* config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
of __ucfv*__ macros.  Define __mcffpu__ if generating code for
ColdFire FPUs.  Define __mcf_cpu_* and __mcf_family_* macros.
* config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
(m68k_cpp_cpu_family): Likewise.

Co-Authored-By: Richard Sandiford <richard@codesourcery.com>
From-SVN: r120716
gcc/ChangeLog
gcc/config/m68k/m68k-protos.h
gcc/config/m68k/m68k.c
gcc/config/m68k/m68k.h
gcc/doc/invoke.texi