[Ada] GDB crash during "finish" of function with out parameters
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index e83f49fc337ad980486904e7f3c8658c0ab6bf86..ebb21fc49b7f50fb4d44004d43108dced31c34ad 100644 (file)
@@ -8694,7 +8694,8 @@ i386_mpx_get_bt_entry (CORE_ADDR ptr, CORE_ADDR bd_base)
       bt_mask = (CORE_ADDR) MPX_BT_MASK;
 
       if ( sizeof (CORE_ADDR) == 4)
-       error (_("operation not supported"));
+       error (_("bound table examination not supported\
+ for 64-bit process with 32-bit GDB"));
     }
   else
     {
This page took 0.023323 seconds and 4 git commands to generate.