diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-03-22 22:38:56 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-03-22 22:38:56 +0000 |
commit | bbfc9a8c88c1d941cde0fef79ad51cabff9e741d (patch) | |
tree | 0f92dfe67df8f5f0e951dcad65707d9bd2060d81 /gcc/config/m32c/m32c.h | |
parent | e24b8335fad88c8aeb933f6a2ef3c5f0c877a7a0 (diff) | |
download | gcc-bbfc9a8c88c1d941cde0fef79ad51cabff9e741d.zip gcc-bbfc9a8c88c1d941cde0fef79ad51cabff9e741d.tar.gz gcc-bbfc9a8c88c1d941cde0fef79ad51cabff9e741d.tar.bz2 |
m32c.c: Don't include opts.h.
* config/m32c/m32c.c: Don't include opts.h.
(target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
m32c_handle_option): Remove.
(m32c_option_override): Check global_options_set.x_target_memregs
instead of target_memregs_set.
* config/m32c/m32c.h (target_memregs): Remove.
* config/m32c/m32c.opt (memregs=): Use UInteger with integer
variable.
From-SVN: r171320
Diffstat (limited to 'gcc/config/m32c/m32c.h')
-rw-r--r-- | gcc/config/m32c/m32c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h index 9cabeed..28072ab 100644 --- a/gcc/config/m32c/m32c.h +++ b/gcc/config/m32c/m32c.h @@ -86,7 +86,6 @@ beginning of the file. This variable starts off TRUE and later becomes FALSE. */ extern int ok_to_change_target_memregs; -extern int target_memregs; /* TARGET_CPU is a multi-way option set in m32c.opt. While we could use enums or defines for this, this and m32c.opt are the only |