Commit 6ef828bc by Mike Stump Committed by Mike Stump

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
parent a4015be5
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>
......
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment