]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: constify watchpoint interrupt names
authorMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2010 20:42:02 +0000 (20:42 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2010 20:42:02 +0000 (20:42 +0000)
commitff398ee4f38a388e9565a63458e90ff56aace188
tree681e2977655ce51f565a2acd1311f8f4a895278e
parent6bf91687eb2ee78ad7cb60708d9f66288e345e16
sim: constify watchpoint interrupt names

GCC issues warnings because const strings like "foo" are passed as char*.
sim-watch.c: In function 'watchpoint_type_to_str':
sim-watch.c:120: warning: return discards qualifiers from pointer target type
sim/common/ChangeLog
sim/common/sim-watch.c
sim/common/sim-watch.h