This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ecj] Patch: FYI: update jcf-dump for 1.5


On Mon, Jun 05, 2006 at 12:07:58PM -0600, Tom Tromey wrote:
> I'm checking this in on the gcj-eclipse branch.
> 
> This updates jcf-dump to properly dump the new 1.5 access bits.
> 
> We still don't dump the new attributes, e.g., annotations.  I expect
> we'll do annotations as another set of patches somewhat later.
> 
> Tom
> 
> Index: ChangeLog
> from  Tom Tromey  <tromey@redhat.com>
> 
> 	* jcf-dump.c (print_access_flags): Handle varargs, bridge,
> 	synthetic, enum, annotation.
> 	* jcf.h (ACC_BRIDGE): New macro.
> 	(ACC_VARARGS): Likewise.
> 	(ACC_SYNTHETIC): Likewise.
> 	(ACC_ENUM): Likewise.
> 	(ACC_ANNOTATION): Likewise.

Is there a reason this was only commited to the gcj-eclipse branch? I
think there is no reason not to commit this to trunk too. This would
help some people (at least me).


Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]