crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
libgcc/ * crtstuff.c (__do_glbal_ctors_1): Add missing semicolon. From-SVN: r218055
This commit is contained in:
parent
543e1b5f4e
commit
d19f2e385c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-25 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.
|
||||
|
||||
2014-11-24 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/pa/linux-atomic.c (ABORT_INSTRUCTION): Use __builtin_trap()
|
||||
|
|
|
@ -582,7 +582,7 @@ __do_global_ctors_1(void)
|
|||
#endif
|
||||
|
||||
#ifdef __LIBGCC_JCR_SECTION_NAME__
|
||||
void **jcr_list
|
||||
void **jcr_list;
|
||||
__asm ("" : "=g" (jcr_list) : "0" (__JCR_LIST__));
|
||||
if (__builtin_expect (*jcr_list != NULL, 0))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue