aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-dump.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+3
2012-04-11Fix java bootstrap on 32-bit targetsRainer Orth1-5/+7
2012-04-11jcf.h (bootstrap_method): New.Andrew Haley1-0/+64
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2011-08-10jcf-dump.c (print_constant): Cast first frexp arg.Rainer Orth1-2/+2
2011-05-20Makefile.in (LIBDEPS): Add libcommon.a.Joseph Myers1-0/+11
2011-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-4/+0
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-2/+0
2010-01-09gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2009-11-28jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-2/+1
2009-02-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2008-05-12jcf-dump.c (print_constant): Use HOST_LONG_LONG_FORMAT.Aaron W. LaFramboise1-2/+4
2008-03-02re PR driver/35420 (--version copyright date vs. 2008)Jakub Jelinek1-2/+2
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook1-2/+2
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-05-18Index: gcc/java/ChangeLogGeoffrey Keating1-3/+4
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-2/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-2/+234
2006-06-06jcf-dump.c (print_access_flags): Handle varargs, bridge, synthetic, enum, ann...Tom Tromey1-3/+8
2006-05-29javaop.h (int16, [...]): Define to exactly 16 (resp.Jakub Jelinek1-1/+1
2006-01-21gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi1-3/+1
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi1-0/+5
2005-03-30jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where inner_class_in...Tom Tromey1-7/+15
2005-03-06jcf-dump.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-01jcf-reader.c (get_attribute): Handle SourceDebugExtension (JSR 45) if HANDLE_...Per Bothner1-0/+7
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers1-2/+2
2004-10-17class.c (ident_subst): Always alloca buffer.Steven Bosscher1-1/+1
2004-09-25expr.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-1/+1
2004-03-16jcf-jump.c (options): New --print-constants option.Per Bothner1-1/+2
2004-03-16jcf-dump.c (flag_print_constant_pool): Default to off.Per Bothner1-29/+47
2004-02-10gjavah.c: Include "intl.h".Joseph Myers1-30/+33
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-1/+1
2003-03-21javaop.h (jfloat, jdouble): Make them structures mirroring the bit fields of ...Zack Weinberg1-11/+74
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+1
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-15/+15
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-27/+14
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-08system.h (GCCBUGURL): Delete.Zack Weinberg1-1/+1
2002-10-01jcf-dump.c (print_constant, [...]): Don't fall foul of type-based aliasing.Nathan Sidwell1-3/+11
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-4/+0
2002-04-12Add --extdirs support.Anthony Green1-3/+10