]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/cris/ChangeLog
sim: update device_error() prototype
authorMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2010 20:38:26 +0000 (20:38 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2010 20:38:26 +0000 (20:38 +0000)
commitfb0cc53ef61e1f7302f886a07fef53a908a1795d
tree338f99a1cc4abd6544ccd232560e5a327831f7a7
parent739dfd28c359b1b0ef4a78092f990f86ca0e165b
sim: update device_error() prototype

The device_error() takes a printf style string, so update the prototype
accordingly.  The message should be const and it should use an attribute.
This fixes gcc warnings like:

sim-core.c: In function 'sim_core_map_attach':
sim-core.c:200: warning: passing argument 2 of 'device_error' discards qualifiers from pointer target type
sim-core.c:237: warning: passing argument 2 of 'device_error' discards qualifiers from pointer target type
sim-core.c: In function 'sim_core_attach':
sim-core.c:304: warning: passing argument 2 of 'device_error' discards qualifiers from pointer target type
sim-core.c:314: warning: passing argument 2 of 'device_error' discards qualifiers from pointer target type
sim-core.c:335: warning: passing argument 2 of 'device_error' discards qualifiers from pointer target type
sim-core.c:348: warning: passing argument 2 of 'device_error' discards qualifiers from pointer target type
sim/common/ChangeLog
sim/common/sim-core.h
sim/cris/ChangeLog [new file with mode: 0644]
sim/cris/devices.c
sim/frv/ChangeLog
sim/frv/devices.c
sim/m32r/ChangeLog
sim/m32r/devices.c