diff options
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 9843b6c..97e309c 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2005-12-16 Alexandre Oliva <aoliva@redhat.com> + + * jcf-parse.c (set_source_filename): Set the decl source location + even when returning early. + 2005-12-15 Tom Tromey <tromey@redhat.com> Andrew Haley <aph@redhat.com> |