diff options
author | Tom de Vries <tom@codesourcery.com> | 2017-11-12 16:07:08 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2017-11-12 16:07:08 +0000 |
commit | b59b0914e42b985299e49f98f7ef06fbd641c9c8 (patch) | |
tree | 10ecc525d73750ace65b9cedc5b61919b8b47f57 /gcc/defaults.h | |
parent | 5b88308195e4add0e0e68abcc7d98e16b67d97b4 (diff) | |
download | gcc-b59b0914e42b985299e49f98f7ef06fbd641c9c8.zip gcc-b59b0914e42b985299e49f98f7ef06fbd641c9c8.tar.gz gcc-b59b0914e42b985299e49f98f7ef06fbd641c9c8.tar.bz2 |
[cr16, powerpcspe, rs6000] Remove semicolon after ASM_OUTPUT_LABELREF macro body
2017-11-12 Tom de Vries <tom@codesourcery.com>
* config/cr16/cr16.h (ASM_OUTPUT_LABELREF): Remove semicolon after macro
body.
* config/powerpcspe/xcoff.h (ASM_OUTPUT_LABELREF): Same.
* config/rs6000/xcoff.h (ASM_OUTPUT_LABELREF): Same.
* defaults.h (ASM_OUTPUT_LABELREF): Same.
From-SVN: r254664
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 768c987..978ec98 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -170,7 +170,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see do { \ fputs (user_label_prefix, (FILE)); \ fputs ((NAME), (FILE)); \ - } while (0); + } while (0) #endif /* Allow target to print debug info labels specially. This is useful for |