This fixes a typo in gdb/testsuite/gdb.opt/inline-markers.c, making
z a volatile variable.
gdb/testsuite/ChangeLog:
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
* gdb.opt/inline-markers.c: Make z volatile.
+2015-08-24 Luis Machado <lgustavo@codesourcery.com>
+
+ * gdb.opt/inline-markers.c: Make z volatile.
+
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
* gdb.opt/inline-bt.c: New volatile global z.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-extern int x, y, z;
+extern int x, y;
+extern volatile z;
void bar(void)
{