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]

sim/rx/gdb-if.c variable name collision


I built binutils (from master) for linux without problems.

When I try to build the same source/target but now using x64-mingw32 I get a name collision with a local variable name “open” declared in line 64 of/sim/rx/gdb-if.c,

used in lines 64,82 and 101.


Could this variable be renamed? And commited?


Once renamed the compilation went fine.

I'm not aware of the naming conventions used by gdb people this is why I didn't propose a patch.

Daniel


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