Remove an extra ';'
* plugin.c (plugin_load_plugins): Removed an extra ';'.
This commit is contained in:
parent
4f45d44599
commit
fd5a150943
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-04-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* plugin.c (plugin_load_plugins): Removed an extra ';'.
|
||||||
|
|
||||||
2015-04-10 Nick Clifton <nickc@redhat.com>
|
2015-04-10 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR binutils/18198
|
PR binutils/18198
|
||||||
|
|
|
@ -1003,7 +1003,7 @@ plugin_load_plugins (void)
|
||||||
register_ld_plugin_object_p (plugin_object_p);
|
register_ld_plugin_object_p (plugin_object_p);
|
||||||
|
|
||||||
#if HAVE_MMAP && HAVE_GETPAGESIZE
|
#if HAVE_MMAP && HAVE_GETPAGESIZE
|
||||||
plugin_pagesize = getpagesize ();;
|
plugin_pagesize = getpagesize ();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue