Mike Frysinger e377ca5219 sim: constify dup_arg_p
The dup_arg_p function is only given const strings, and it maintains a
local table of those const strings.  So constify the whole thing to fix
the GCC warnings:

common/sim-options.c: In function 'sim_parse_args':
common/sim-options.c:559: warning: passing argument 1 of 'dup_arg_p'
	discards qualifiers from pointer target type
common/sim-options.c: In function 'print_help':
common/sim-options.c:675: warning: passing argument 1 of 'dup_arg_p'
	discards qualifiers from pointer target type

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-12 16:00:44 +00:00
..
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-04-12 16:00:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-02-12 02:44:26 +00:00
2010-02-12 02:44:26 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-02-27 01:24:37 +00:00
2010-02-14 07:15:57 +00:00
2010-02-13 04:44:41 +00:00
2010-02-12 02:44:26 +00:00
2009-11-24 19:22:45 +00:00
2009-11-24 19:22:45 +00:00