diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-07-04 18:09:12 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2007-07-04 18:09:12 +0100 |
commit | 121f163f349a3391fa6b5b2de804b0006bde074e (patch) | |
tree | f5c510e75c6b291dff7245fbf4cfbe889ad453b1 | |
parent | b1a14b78e650caaa2d1264ef9b72b46b35f97f9e (diff) | |
download | gcc-121f163f349a3391fa6b5b2de804b0006bde074e.zip gcc-121f163f349a3391fa6b5b2de804b0006bde074e.tar.gz gcc-121f163f349a3391fa6b5b2de804b0006bde074e.tar.bz2 |
target-def.h (TARGET_INITIALIZER): Remove trailing whitespace after \.
* target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
after \.
From-SVN: r126328
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/target-def.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 278b3a3..55a0a5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-04 Joseph Myers <joseph@codesourcery.com> + + * target-def.h (TARGET_INITIALIZER): Remove trailing whitespace + after \. + 2007-07-04 David Ung <davidu@mips.com> Joseph Myers <joseph@codesourcery.com> diff --git a/gcc/target-def.h b/gcc/target-def.h index 48e1c1a..e5eae40 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -667,7 +667,7 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. TARGET_VECTORIZE, \ TARGET_DEFAULT_TARGET_FLAGS, \ TARGET_HANDLE_OPTION, \ - TARGET_HELP, \ + TARGET_HELP, \ TARGET_EH_RETURN_FILTER_MODE, \ TARGET_MERGE_DECL_ATTRIBUTES, \ TARGET_MERGE_TYPE_ATTRIBUTES, \ |