diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-22 00:08:28 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-22 00:08:28 +0000 |
commit | e8389ef316951f48d4a4f8789356c0bff76da320 (patch) | |
tree | b845354d152d8fb929c0afa74b56aad82ef2b7d4 /gcc/config/h8300 | |
parent | 1be9e1577d761de37119abeed8f0a0f28bb1efed (diff) | |
download | gcc-e8389ef316951f48d4a4f8789356c0bff76da320.tar.gz |
�
* i860.h (TARGET_SWITCHES): Add documentation for default case.
* i860/paragon.h (TARGET_SWITCHES): Add documentation for default case.
* i370.h (TARGET_SWITCHES): Add documentation for default case.
* fx80.h (TARGET_SWITCHES): Add documentation for default case.
* elxsi.h (TARGET_SWITCHES): Add documentation for default case.
* clipper.h (TARGET_SWITCHES): Add documentation for default case.
* 1750a.h (TARGET_SWITCHES): Add documentation for default case.
* pa.h (TARGET_SWITCHES): Add documentation for default case.
(TARGET_OPTIONS): Likewise for default case.
* mn10300.h (TARGET_SWITCHES): Add documen for default casetation.
* h8300.h (TARGET_SWITCHES): Add documentation for default case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index a5a82d4a983..4ee440ac58d 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -110,7 +110,7 @@ extern int target_flags; {"h", 4096, "Generate H8/300H code"}, \ {"no-h", -4096, "Do not generate H8/300H code"}, \ {"align-300", 8192, "Use H8/300 alignment rules"}, \ - { "", TARGET_DEFAULT}} + { "", TARGET_DEFAULT, NULL}} /* Do things that must be done once at start up. */ |