diff options
author | Tom Tromey <tromey@redhat.com> | 2001-07-12 17:06:40 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-07-12 17:06:40 +0000 |
commit | a3cb5122ec0765cc4d4764d4ab59d113e6c09459 (patch) | |
tree | 64e18cbc4658d24afea6fb22c62c5c3b3747a653 /gcc/java/ChangeLog | |
parent | b9aaec62b7c3838fc80744a99a98792870a1e204 (diff) | |
download | gcc-a3cb5122ec0765cc4d4764d4ab59d113e6c09459.zip gcc-a3cb5122ec0765cc4d4764d4ab59d113e6c09459.tar.gz gcc-a3cb5122ec0765cc4d4764d4ab59d113e6c09459.tar.bz2 |
expr.c (expand_load_internal): New function.
* expr.c (expand_load_internal): New function.
(LOAD_INTERNAL): Use it.
From-SVN: r43969
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 6a138b7..6e23ae4 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2001-07-12 Tom Tromey <tromey@redhat.com> + + * expr.c (expand_load_internal): New function. + (LOAD_INTERNAL): Use it. + 2001-07-10 Alexandre Petit-Bianco <apbianco@redhat.com> * lang-specs.h: Forbit the use if `-femit-class-file{s}' without |