2004-10-30 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / hppa-hpux-tdep.c
index d01607a40f4b2831fb320df4a6a034b3ca8eda75..78f3e2abf85477a3c7e97aaf4cccbee313a71e72 100644 (file)
@@ -1255,14 +1255,14 @@ hppa_hpux_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,
      function called __d_plt_call exists; __d_plt_call expects a PLABEL instead
      of an import stub as an argument.
 
-     /* *INDENT-OFF* */
+     // *INDENT-OFF*
      To summarize, the call flow is:
        current function -> dummy frame -> __gcc_plt_call (import stub) 
                         -> target function
      or
        current function -> dummy frame -> __d_plt_call (plabel)
                         -> target function
-     /* *INDENT-ON* */
+     // *INDENT-ON*
 
      In general the "funcaddr" argument passed to push_dummy_code is the actual
      entry point of the target function.  For __gcc_plt_call, we need to 
This page took 0.075561 seconds and 4 git commands to generate.