]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/ChangeLog
sim: dv-sockser: push module init prototype down
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Mar 2015 06:55:08 +0000 (02:55 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 15 Mar 2015 07:05:05 +0000 (03:05 -0400)
commit8406bb5944940a8830b37b97584dda3208a3d07d
tree9fed3d4c5c3ca932b0fc4955a965bf38ea3dd447
parentb19839da382a4755e91d0a943b6d89d13fd74972
sim: dv-sockser: push module init prototype down

Pull out the duplicated dv_sockser_install prototype from the tconfig.in
files and put it in the one place it gets used -- sim-module.c.  This is
still arguably incorrect, but it's better than the status quo where the
tconfig.in has to include header files and duplicate the dv-sockser func.
The tconfig header is meant to be simple and contain a target defines.
24 files changed:
include/gdb/ChangeLog
include/gdb/remote-sim.h
sim/bfin/ChangeLog
sim/bfin/tconfig.in
sim/common/ChangeLog
sim/common/dv-sockser.h
sim/common/sim-module.c
sim/common/sim-module.h
sim/cris/ChangeLog
sim/cris/tconfig.in
sim/frv/ChangeLog
sim/frv/tconfig.in
sim/iq2000/ChangeLog
sim/iq2000/tconfig.in
sim/lm32/ChangeLog
sim/lm32/Makefile.in
sim/m32r/ChangeLog
sim/m32r/tconfig.in
sim/mips/ChangeLog
sim/mips/tconfig.in
sim/mn10300/ChangeLog
sim/mn10300/tconfig.in [deleted file]
sim/sh64/ChangeLog
sim/sh64/tconfig.in