mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
1999-07-21 H.J. Lu <hjl@gnu.org>
* binutils-all/testprog.c: Include <stdio.h>.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
1999-07-21 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* binutils-all/testprog.c: Include <stdio.h>.
|
||||||
|
|
||||||
1999-06-29 Nick Clifton <nickc@cygnus.com>
|
1999-06-29 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* binutils-all/objdump.exp: Add fr30 and MCore to expected cpus
|
* binutils-all/objdump.exp: Add fr30 and MCore to expected cpus
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/* This program is used to test objcopy and strip. */
|
/* This program is used to test objcopy and strip. */
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int common;
|
int common;
|
||||||
int global = 1;
|
int global = 1;
|
||||||
static int local = 2;
|
static int local = 2;
|
||||||
|
Reference in New Issue
Block a user