From 6ef828bc548bc2b47d6a20e6ccb3d3dc67d0aaec Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Sat, 12 Feb 2011 17:09:47 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 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,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; \ -- 2.30.2