From: Mike Stump Date: Sat, 12 Feb 2011 17:09:47 +0000 (+0000) Subject: frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize comments in backslash regions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ff2f60c4ce5..c9cdd4c0dc2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-12 Mike Stump + + * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize + comments in backslash regions. + 2011-02-12 Mike Stump Jakub Jelinek Iain Sandoe 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; \