Add a fall-through comment to stabsread.c
[deliverable/binutils-gdb.git] / gdb / i387-tdep.h
index 6a97e4f57f1e569d94d42a928ec773dec952108d..86b16f37654af944df56146d851df8dc0f2c3219 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the i387.
 
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -161,4 +161,8 @@ extern void i387_collect_xsave (const struct regcache *regcache,
 extern void i387_return_value (struct gdbarch *gdbarch,
                               struct regcache *regcache);
 
+/* Set all bnd registers to the INIT state.  INIT state means
+   all memory range can be accessed.  */
+extern void i387_reset_bnd_regs (struct gdbarch *gdbarch,
+                                struct regcache *regcache);
 #endif /* i387-tdep.h */
This page took 0.025132 seconds and 4 git commands to generate.