mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 04:43:31 +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:
gdb/testsuite
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user