This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] sim/mcore/interp.c: Include "unistd.h" standard C header file to avoid compiling warnings.


On 2/8/15 07:22, Doug Evans wrote:
> On Sat, Feb 7, 2015 at 6:19 AM, Chen Gang S <gang.chen@sunrus.com.cn> wrote:
>> The related warnings:
>>
>>   gcc -DHAVE_CONFIG_H     -DPROFILE=1 -DWITH_PROFILE=-1          -DDEFAULT_INLINE=0              -I. -I../../../binutils-gdb/sim/mcore -I../common -I../../../binutils-gdb/sim/mcore/../common -I../../include -I../../../binutils-gdb/sim/mcore/../../include -I../../bfd -I../../../binutils-gdb/sim/mcore/../../bfd -I../../opcodes -I../../../binutils-gdb/sim/mcore/../../opcodes  -g -O2 -c -o interp.o -MT interp.o -MMD -MP -MF .deps/interp.Tpo ../../../binutils-gdb/sim/mcore/interp.c
>> ../../../binutils-gdb/sim/mcore/interp.c: In function âhandle_trap1â:
>> ../../../binutils-gdb/sim/mcore/interp.c:559:22: warning: implicit declaration of function âlinkâ [-Wimplicit-function-declaration]
>>          cpu.gr[RET1] = link ((char *) a[0], (char *) a[1]);
>>                         ^
>>   ../../../binutils-gdb/sim/mcore/interp.c:585:22: warning: implicit declaration of function âaccessâ [-Wimplicit-function-declaration]
>>          cpu.gr[RET1] = access ((char *) a[0], a[1]);
>>                         ^
>>
>> 2015-02-07  Chen Gang <gang.chen.5i5j@gmail.com>
>>
>>         * mcore/interp.c: Include "unistd.h" standard C header file to
>>         avoid compiling warnings.
> 
> LGTM

Excuse me, I am not quite familiar with the short word, I guess it is "
Look Good To ME",

Is what I guess correct?


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]