mirror of git://gcc.gnu.org/git/gcc.git
prims.cc (load_jvmti_agent): Add the missing `,'.
2007-04-09 H.J. Lu <hongjiu.lu@intel.com> * prims.cc (load_jvmti_agent): Add the missing `,'. From-SVN: r123672
This commit is contained in:
parent
3fe9aa9ea7
commit
70275c384c
|
@ -1,3 +1,7 @@
|
|||
2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* prims.cc (load_jvmti_agent): Add the missing `,'.
|
||||
|
||||
2007-04-09 Kyle Galloway <kgallowa@redhat.com>
|
||||
|
||||
* gij.cc (main): Accept -agentlib and -agentpath options.
|
||||
|
|
|
@ -1398,7 +1398,7 @@ load_jvmti_agent (const char *name)
|
|||
if (!jvmti_agentonload)
|
||||
{
|
||||
fprintf (stderr,
|
||||
"libgcj: Error finding agent function in library %s.\n"
|
||||
"libgcj: Error finding agent function in library %s.\n",
|
||||
name);
|
||||
lt_dlclose (lib);
|
||||
lib = NULL;
|
||||
|
|
Loading…
Reference in New Issue