daily update
[deliverable/binutils-gdb.git] / binutils / dllwrap.c
index c807f49c277fe023c5e0b3e65ce88d3209e935ff..4e48f3e39dc4a1bad0ad4c8bcaece27c7d4070f6 100644 (file)
@@ -855,6 +855,9 @@ Creating one, but that may not be what you want"));
   else
     which_cpu = UNKNOWN_CPU;
 
+  if (is_leading_underscore == -1)
+    is_leading_underscore = (which_cpu != X64_CPU && which_cpu != ARM_CPU);
+
   /* Re-create the command lines as a string, taking care to quote stuff.  */
   dlltool_cmdline = dyn_string_new (cmdline_len);
   if (verbose)
This page took 0.022606 seconds and 4 git commands to generate.