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:
parent
a4015be50a
commit
6ef828bc54
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
2011-02-12 Mike Stump <mikestump@comcast.net>
|
||||||
Jakub Jelinek <jakub@redhat.com>
|
Jakub Jelinek <jakub@redhat.com>
|
||||||
Iain Sandoe <iains@gcc.gnu.org>
|
Iain Sandoe <iains@gcc.gnu.org>
|
||||||
|
|
|
@ -1595,9 +1595,9 @@ __trampoline_setup (addr, size, fnaddr, sc) \
|
||||||
exit (-1); \
|
exit (-1); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
/* Create a function descriptor with the address of the code below
|
/* 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
|
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
|
here, since we don't use it, so we use NULL, that is just as \
|
||||||
good. */ \
|
good. */ \
|
||||||
desc[0] = to; \
|
desc[0] = to; \
|
||||||
desc[1] = NULL; \
|
desc[1] = NULL; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue