diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-01-12 09:36:17 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-01-12 09:36:17 +0000 |
commit | 7eb4f04449cc0be1bdf6a1ec976dcefaedf97c88 (patch) | |
tree | a1ef587399345760032a197d445988bb648f2901 /gcc/config/m68k/m68k-protos.h | |
parent | 9321405c4a8792d7e8faf39b369e5a76436c63df (diff) | |
download | gcc-7eb4f04449cc0be1bdf6a1ec976dcefaedf97c88.zip gcc-7eb4f04449cc0be1bdf6a1ec976dcefaedf97c88.tar.gz gcc-7eb4f04449cc0be1bdf6a1ec976dcefaedf97c88.tar.bz2 |
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
Diffstat (limited to 'gcc/config/m68k/m68k-protos.h')
-rw-r--r-- | gcc/config/m68k/m68k-protos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h index 531c695..75f6f25 100644 --- a/gcc/config/m68k/m68k-protos.h +++ b/gcc/config/m68k/m68k-protos.h @@ -61,5 +61,7 @@ extern bool m68k_regno_mode_ok (int, enum machine_mode); extern int flags_in_68881 (void); extern bool use_return_insn (void); extern void override_options (void); +extern const char *m68k_cpp_cpu_ident (const char *); +extern const char *m68k_cpp_cpu_family (const char *); extern void init_68881_table (void); extern int m68k_hard_regno_rename_ok(unsigned int, unsigned int); |