lib: cleaned up missing BXEXPORT / BXLOCAL flags for exceptions
commit7b388e5cbf4952b31e5011bd1da473827a8c86e4
authorChris Frey <cdfrey@foursquare.net>
Fri, 1 Oct 2010 05:13:07 +0000 (1 01:13 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 1 Oct 2010 06:02:27 +0000 (1 02:02 -0400)
treee3c8741dde85b3e85b598a1d503204319a684c60
parent895d901c3f8253d0eaaf81f0cb9e0db25c040e9d
lib: cleaned up missing BXEXPORT / BXLOCAL flags for exceptions

See http://gcc.gnu.org/wiki/Visibility

All exceptions must be BXEXPORT, and any static functions that
are BXLOCAL must be used and defined in the .cc file.
ChangeLog
src/error.cc
src/error.h
src/j_jdwp.h