gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
authorDJ Delorie <dj@redhat.com>
Thu, 5 Jul 2001 20:09:34 +0000 (16:09 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 5 Jul 2001 20:09:34 +0000 (16:09 -0400)
commit0259b07a28f451df6f509ac9d0be1cfef134487f
tree9448fd5a37ea4742eed3de53532273939ceb2e89
parent081ca317a420381a89a6d502990389df1c56cb16
gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.

* gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
(translate_options): If the above is defined, use it to map
given options to new options.
* doc/tm.texi: Document it.

From-SVN: r43787
gcc/ChangeLog
gcc/doc/tm.texi
gcc/gcc.c