]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: arm/mips: fix sim_read/sim_write linkage errors
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Apr 2015 09:47:39 +0000 (05:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 12 Apr 2015 09:47:39 +0000 (05:47 -0400)
commite787f858a43c9a6b54a74cec24f954b52619433e
tree1d90686ca7f3bacbf767271b4642eb5f2bba4771
parent29f1a5934a1b4b3b22aaeee2c4c471fbd95f0ba2
sim: arm/mips: fix sim_read/sim_write linkage errors

With sim-hrw.o being built & linked in the common list, some people are
getting linking errors now for these targets.  Move the main objects that
provide these functions before the common list to avoid that.
sim/arm/ChangeLog
sim/arm/Makefile.in
sim/mips/ChangeLog
sim/mips/Makefile.in