summaryrefslogtreecommitdiff
path: root/gcc/config/frv/frv.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-12 17:09:47 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-12 17:09:47 +0000
commitffad481e5919b9e6300abc564b3abb8d2cbbd00c (patch)
tree33ec82c6364126481a87d9f6f4d0ee2a5d774751 /gcc/config/frv/frv.h
parentc854f1149830f616e6eaab81b1c42d5004ae25de (diff)
downloadgcc-ffad481e5919b9e6300abc564b3abb8d2cbbd00c.tar.gz
* config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
comments in backslash regions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv/frv.h')
-rw-r--r--gcc/config/frv/frv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h
index 4f43cdccedf..f3d6a4863ba 100644
--- a/gcc/config/frv/frv.h
+++ b/gcc/config/frv/frv.h
@@ -1595,9 +1595,9 @@ __trampoline_setup (addr, size, fnaddr, sc) \
exit (-1); \
} \
\
- /* Create a function descriptor with the address of the code below
- and NULL as the FDPIC value. We don't need the real GOT value
- here, since we don't use it, so we use NULL, that is just as
+ /* Create a function descriptor with the address of the code below \
+ and NULL as the FDPIC value. We don't need the real GOT value \
+ here, since we don't use it, so we use NULL, that is just as \
good. */ \
desc[0] = to; \
desc[1] = NULL; \