Commit d19f2e38 by Segher Boessenkool Committed by Segher Boessenkool

crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.

libgcc/
	* crtstuff.c (__do_glbal_ctors_1): Add missing semicolon.

From-SVN: r218055
parent 543e1b5f
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))
{
......
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