aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2011-02-12 17:09:47 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-02-12 17:09:47 +0000
commit6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec (patch)
tree33ec82c6364126481a87d9f6f4d0ee2a5d774751 /gcc
parenta4015be50ac2c1769e744defdfdbbd45c9cc64ee (diff)
downloadgcc-6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec.zip
gcc-6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec.tar.gz
gcc-6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec.tar.bz2
frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize comments in backslash regions.
* config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize comments in backslash regions. From-SVN: r170078
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/frv/frv.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ff2f60c..c9cdd4c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,4 +1,9 @@
2011-02-12 Mike Stump <mikestump@comcast.net>
+
+ * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
+ comments in backslash regions.
+
+2011-02-12 Mike Stump <mikestump@comcast.net>
Jakub Jelinek <jakub@redhat.com>
Iain Sandoe <iains@gcc.gnu.org>
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h
index 4f43cdc..f3d6a48 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; \