This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: arm-*-pe target error



> gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include ./config/arm/pe.c
> ./config/arm/pe.c: In function `arm_dllexport_name_p':
> ./config/arm/pe.c:169: argument `symbol' doesn't match prototype
> config/arm/arm-protos.h:181: prototype declaration
> ./config/arm/pe.c: In function `arm_dllimport_name_p':
> ./config/arm/pe.c:178: argument `symbol' doesn't match prototype
> config/arm/arm-protos.h:182: prototype declaration


Thanks.  I've fixed the prototypes in arm-proto.h.

R.


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