Make z int

This makes z an int for gdb/testsuite/gdb.opt/inline-markers.c.

gdb/testsuite/ChangeLog:

2015-08-24  Luis Machado  <lgustavo@codesourcery.com>

	* gdb.opt/inline-markers.c: Make z int.
This commit is contained in:
Luis Machado 2015-08-24 13:08:20 -03:00
parent 91dddb8629
commit 4422ac93e5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
* gdb.opt/inline-markers.c: Make z int.
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
* gdb.opt/inline-markers.c: Make z volatile.

View File

@ -14,7 +14,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
extern int x, y;
extern volatile z;
extern volatile int z;
void bar(void)
{