This is the mail archive of the
gdb-testers@sourceware.org
mailing list for the GDB project.
[binutils-gdb] sim: sh: clean up gencode
- From: sergiodj+buildbot at redhat dot com
- To: gdb-testers at sourceware dot org
- Date: Sat, 28 Mar 2015 18:29:27 -0400
- Subject: [binutils-gdb] sim: sh: clean up gencode
- Authentication-results: sourceware.org; auth=none
*** TEST RESULTS FOR COMMIT ed4d32c28adc5f00ee9bc0e4ac785eeff5e1dc74 ***
Author: Mike Frysinger <vapier@gentoo.org>
Branch: master
Commit: ed4d32c28adc5f00ee9bc0e4ac785eeff5e1dc74
sim: sh: clean up gencode
The build line was missing the normal BUILD_xxx flags. Once we added
that, we get warnings that weren't shown before. As we fix those, we
notice that the -d option segfaults because it tries to write readonly
memory. Fix that too as part of the const/prototype clean up.