mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 17:30:11 +08:00
Fix some whitespace issues in the changelog.
From-SVN: r116883
This commit is contained in:
parent
91c884163e
commit
5f86874e9f
@ -47,8 +47,8 @@
|
|||||||
|
|
||||||
2006-06-19 Andrew Haley <aph@redhat.com>
|
2006-06-19 Andrew Haley <aph@redhat.com>
|
||||||
|
|
||||||
PR java/1305
|
PR java/1305
|
||||||
PR java/27908
|
PR java/27908
|
||||||
* expr.c (java_modify_addr_for_volatile): New function.
|
* expr.c (java_modify_addr_for_volatile): New function.
|
||||||
(expand_java_field_op): Handle volatile fields.
|
(expand_java_field_op): Handle volatile fields.
|
||||||
* java-gimplify.c (java_gimplify_component_ref): Call
|
* java-gimplify.c (java_gimplify_component_ref): Call
|
||||||
@ -361,7 +361,7 @@
|
|||||||
PR java/25535
|
PR java/25535
|
||||||
* constants.c (build_constants_constructor): move initializer into
|
* constants.c (build_constants_constructor): move initializer into
|
||||||
first halfword on a 64-bit big-endian machine.
|
first halfword on a 64-bit big-endian machine.
|
||||||
|
|
||||||
2006-02-04 Tom Tromey <tromey@redhat.com>
|
2006-02-04 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR java/25676:
|
PR java/25676:
|
||||||
@ -520,7 +520,7 @@
|
|||||||
|
|
||||||
2005-11-24 Bryce McKinlay <mckinlay@redhat.com>
|
2005-11-24 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
* gcj.texi (gij options): Add -Xss documentation.
|
* gcj.texi (gij options): Add -Xss documentation.
|
||||||
|
|
||||||
2005-11-08 Wil Mahan <wmahan@gmail.com>
|
2005-11-08 Wil Mahan <wmahan@gmail.com>
|
||||||
|
|
||||||
@ -769,7 +769,7 @@
|
|||||||
|
|
||||||
2005-07-07 Bryce McKinlay <mckinlay@redhat.com>
|
2005-07-07 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
PR java/21045
|
PR java/21045
|
||||||
* parse.y (add_exception_to_throws): New function.
|
* parse.y (add_exception_to_throws): New function.
|
||||||
(purge_unchecked_exceptions): Removed.
|
(purge_unchecked_exceptions): Removed.
|
||||||
(get_constructor_super): Renamed from verify_constructor_super. Now
|
(get_constructor_super): Renamed from verify_constructor_super. Now
|
||||||
@ -781,9 +781,9 @@
|
|||||||
|
|
||||||
2005-07-05 Bryce McKinlay <mckinlay@redhat.com>
|
2005-07-05 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
PR java/19674
|
PR java/19674
|
||||||
* parse.y (interface_member_declaration): Allow empty statements in
|
* parse.y (interface_member_declaration): Allow empty statements in
|
||||||
interface declarations.
|
interface declarations.
|
||||||
|
|
||||||
2005-07-05 Paolo Bonzini <bonzini@gnu.org>
|
2005-07-05 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
@ -3489,7 +3489,7 @@
|
|||||||
2004-05-28 Bryce McKinlay <mckinlay@redhat.com>
|
2004-05-28 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
* check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,
|
* check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,
|
||||||
UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, and LTGT_EXPR.
|
UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, and LTGT_EXPR.
|
||||||
|
|
||||||
2004-05-28 Bryce McKinlay <mckinlay@redhat.com>
|
2004-05-28 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
@ -9773,8 +9773,8 @@
|
|||||||
|
|
||||||
2000-10-24 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
2000-10-24 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||||
|
|
||||||
* parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
|
* parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
|
||||||
scope.
|
scope.
|
||||||
|
|
||||||
2000-10-24 Tom Tromey <tromey@cygnus.com>
|
2000-10-24 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
@ -10980,8 +10980,8 @@
|
|||||||
|
|
||||||
2000-05-23 Bryce McKinlay <bryce@albatross.co.nz>
|
2000-05-23 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
* parse.y (patch_method_invocation): Don't try to lookup methods
|
* parse.y (patch_method_invocation): Don't try to lookup methods
|
||||||
in primitive types.
|
in primitive types.
|
||||||
|
|
||||||
2000-05-02 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
2000-05-02 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||||
|
|
||||||
@ -14553,7 +14553,7 @@
|
|||||||
|
|
||||||
* jcf-write.c (generate_bytecode_insns): Handle __builtin_fmod, for %.
|
* jcf-write.c (generate_bytecode_insns): Handle __builtin_fmod, for %.
|
||||||
|
|
||||||
Tue Mar 9 11:52:08 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
Tue Mar 9 11:52:08 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||||
|
|
||||||
* parse.y (method_header): Don't set ACC_ABSTRACT flags on
|
* parse.y (method_header): Don't set ACC_ABSTRACT flags on
|
||||||
interfaces.
|
interfaces.
|
||||||
|
Loading…
Reference in New Issue
Block a user