diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-11 07:00:29 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-11 07:00:29 +0000 |
| commit | ccde66305ab806fc33232e693caacbd41d80e7b6 (patch) | |
| tree | cfd2f8c8ec7d2f005b6873db96576c77c7ec1ff4 /libjava/Makefile.in | |
| parent | 47b8a95e33f15f8f7f754a990349584fe4134b05 (diff) | |
| download | ppe42-gcc-ccde66305ab806fc33232e693caacbd41d80e7b6.tar.gz ppe42-gcc-ccde66305ab806fc33232e693caacbd41d80e7b6.zip | |
2002-11-11 Michael Koch <konqueror@gmx.de>
* java/nio/BufferOverflowException.java,
java/nio/BufferUnderflowException.java: New file.
* Makefile.am (ordinary_java_source_files):
Added new files.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59011 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.in')
| -rw-r--r-- | libjava/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in index e7d62503026..c44007674ec 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -1709,6 +1709,8 @@ java/net/URLStreamHandlerFactory.java \ java/net/UnknownHostException.java \ java/net/UnknownServiceException.java \ java/nio/Buffer.java \ +java/nio/BufferOverflowException.java \ +java/nio/BufferUnderflowException.java \ java/nio/ByteBuffer.java \ java/nio/ByteOrder.java \ java/nio/MappedByteBuffer.java \ @@ -2977,8 +2979,9 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \ .deps/java/net/natInetAddress.P .deps/java/net/natNetworkInterface.P \ .deps/java/net/natPlainDatagramSocketImpl.P \ .deps/java/net/natPlainSocketImpl.P .deps/java/nio/Buffer.P \ -.deps/java/nio/ByteBuffer.P .deps/java/nio/ByteOrder.P \ -.deps/java/nio/MappedByteBuffer.P \ +.deps/java/nio/BufferOverflowException.P \ +.deps/java/nio/BufferUnderflowException.P .deps/java/nio/ByteBuffer.P \ +.deps/java/nio/ByteOrder.P .deps/java/nio/MappedByteBuffer.P \ .deps/java/nio/channels/AlreadyConnectedException.P \ .deps/java/nio/channels/ByteChannel.P .deps/java/nio/channels/Channel.P \ .deps/java/nio/channels/ClosedChannelException.P \ |

