binutils-gdb/sim
Mike Frysinger 709b3bb3ce sim: constify save_data()
The local save_data() function takes a pointer to a buffer and only uses it as
the source to the memcpy() function.  Since it is given const strings, GCC
likes to spit out warnings:
common/sim-trace.c: In function 'trace_prefix':
common/sim-trace.c:697: warning: passing argument 5 of 'save_data' discards
	qualifiers from pointer target type

So I've committed this as obvious.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-10 08:00:58 +00:00
..
arm Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
avr Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
common sim: constify save_data() 2010-04-10 08:00:58 +00:00
cr16 Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
cris sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
d10v Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
erc32 Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
frv sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
h8300 Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
igen Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
iq2000 Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
lm32 Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
m32c * m32c.opc (MATH_OP): When doing subtraction, also set carry if 2010-01-20 05:52:19 +00:00
m32r sim: update device_error() prototype 2010-03-30 20:38:26 +00:00
m68hc11 Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
mcore Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
microblaze Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
mips Cannot build mips simulator on darwin. 2010-01-18 03:30:28 +00:00
mn10300 Sync Libtool from GCC. 2010-01-09 21:11:44 +00:00
moxie sim/moxie/ 2010-02-27 01:24:37 +00:00
ppc * ppc-instructions: Fix missing assignment in last change. 2010-02-14 10:00:46 +00:00
rx * configure.in: Check if the host has getopt.h. 2010-02-14 07:37:11 +00:00
sh * interp.c: Don't include sysdep.h. 2010-02-14 07:15:57 +00:00
sh64 regenerate cgen-based files 2010-02-13 04:44:41 +00:00
testsuite Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
v850 sim: v850: fix build failure after watchpoint constification 2010-03-30 23:43:03 +00:00
ChangeLog Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
configure [sim] 2009-11-24 19:22:45 +00:00
configure.ac [sim] 2009-11-24 19:22:45 +00:00
MAINTAINERS * MAINTAINERS: Add myself as m32r maintainer. 2009-10-16 18:57:30 +00:00
Makefile.in Update copyright notices to add year 2010. 2010-01-01 10:03:36 +00:00
README-HACKING * Makefile.in (ChangeLog): New makefile variable. 2002-06-06 16:33:45 +00:00