aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-01-15 07:14:45 +0400
committerJoel Brobecker <brobecker@adacore.com>2015-01-15 07:21:50 +0400
commita300380e12ca04a6cb900e9bfd26161b3fe56ed8 (patch)
tree5a4063f785dc0dcfab1f927e2a137506d1091a7c /sim/rx/ChangeLog
parent10b8fe5e0eac145ff075f16872d6cbef7883ec37 (diff)
downloadgdb-a300380e12ca04a6cb900e9bfd26161b3fe56ed8.zip
gdb-a300380e12ca04a6cb900e9bfd26161b3fe56ed8.tar.gz
gdb-a300380e12ca04a6cb900e9bfd26161b3fe56ed8.tar.bz2
Build failure in sim/rx/gdb-if.c on windows
This should fix a build failure reported on x86_64-mingw32 by Daniel Calcoen due to conflicting declarations of "open". This patch just renames the static global in sim/rx/gdb-if.c into "rx_sim_is_open". sim/rx/ChangeLog: * gdb-if.c (open): Rename to... (rx_sim_is_open): This. Replace all uses of "open" by uses of "rx_sim_is_open" throughout. Tested by rebuilding on x86_64-linux.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r--sim/rx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index 3c1c4e5..8d4c4ec 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-15 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb-if.c (open): Rename to...
+ (rx_sim_is_open): This. Replace all uses of "open" by uses of
+ "rx_sim_is_open" throughout.
+
2014-08-19 Alan Modra <amodra@gmail.com>
* configure: Regenerate.