diff options
author | Mike Stump <mikestump@comcast.net> | 2011-02-12 17:09:47 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-02-12 17:09:47 +0000 |
commit | 6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec (patch) | |
tree | 33ec82c6364126481a87d9f6f4d0ee2a5d774751 /gcc | |
parent | a4015be50ac2c1769e744defdfdbbd45c9cc64ee (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/frv/frv.h | 6 |
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; \ |