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
This commit is contained in:
Mike Stump 2011-02-12 17:09:47 +00:00 committed by Mike Stump
parent a4015be50a
commit 6ef828bc54
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
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>

View file

@ -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; \