diff options
-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 ff2f60c4ce5..c9cdd4c0dc2 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 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; \ |