projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f45d44
)
Remove an extra ';'
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 11 Apr 2015 19:06:33 +0000
(12:06 -0700)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 11 Apr 2015 19:07:20 +0000
(12:07 -0700)
* plugin.c (plugin_load_plugins): Removed an extra ';'.
ld/ChangeLog
patch
|
blob
|
history
ld/plugin.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index
5b65746
..
bcad3f9
100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-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>
PR binutils/18198
diff --git
a/ld/plugin.c
b/ld/plugin.c
index
31527ae
..
81bf143
100644
(file)
--- a/
ld/plugin.c
+++ b/
ld/plugin.c
@@
-1003,7
+1003,7
@@
plugin_load_plugins (void)
register_ld_plugin_object_p (plugin_object_p);
#if HAVE_MMAP && HAVE_GETPAGESIZE
- plugin_pagesize = getpagesize ();
;
+ plugin_pagesize = getpagesize ();
#endif
}