mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 05:14:18 +08:00
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:
@ -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>
|
2015-08-24 Luis Machado <lgustavo@codesourcery.com>
|
||||||
|
|
||||||
* gdb.opt/inline-markers.c: Make z volatile.
|
* gdb.opt/inline-markers.c: Make z volatile.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
extern int x, y;
|
extern int x, y;
|
||||||
extern volatile z;
|
extern volatile int z;
|
||||||
|
|
||||||
void bar(void)
|
void bar(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user