From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- libjava/classpath/lib/org/xml/sax/AttributeList.class | Bin 0 -> 300 bytes libjava/classpath/lib/org/xml/sax/Attributes.class | Bin 0 -> 484 bytes libjava/classpath/lib/org/xml/sax/ContentHandler.class | Bin 0 -> 799 bytes libjava/classpath/lib/org/xml/sax/DTDHandler.class | Bin 0 -> 366 bytes libjava/classpath/lib/org/xml/sax/DocumentHandler.class | Bin 0 -> 617 bytes libjava/classpath/lib/org/xml/sax/EntityResolver.class | Bin 0 -> 291 bytes libjava/classpath/lib/org/xml/sax/ErrorHandler.class | Bin 0 -> 282 bytes libjava/classpath/lib/org/xml/sax/HandlerBase.class | Bin 0 -> 2468 bytes libjava/classpath/lib/org/xml/sax/InputSource.class | Bin 0 -> 1772 bytes libjava/classpath/lib/org/xml/sax/Locator.class | Bin 0 -> 230 bytes libjava/classpath/lib/org/xml/sax/Parser.class | Bin 0 -> 587 bytes libjava/classpath/lib/org/xml/sax/SAXException.class | Bin 0 -> 1117 bytes .../lib/org/xml/sax/SAXNotRecognizedException.class | Bin 0 -> 477 bytes .../lib/org/xml/sax/SAXNotSupportedException.class | Bin 0 -> 474 bytes .../classpath/lib/org/xml/sax/SAXParseException.class | Bin 0 -> 1971 bytes libjava/classpath/lib/org/xml/sax/XMLFilter.class | Bin 0 -> 237 bytes libjava/classpath/lib/org/xml/sax/XMLReader.class | Bin 0 -> 1101 bytes libjava/classpath/lib/org/xml/sax/ext/Attributes2.class | Bin 0 -> 297 bytes .../classpath/lib/org/xml/sax/ext/Attributes2Impl.class | Bin 0 -> 3721 bytes libjava/classpath/lib/org/xml/sax/ext/DeclHandler.class | Bin 0 -> 504 bytes .../classpath/lib/org/xml/sax/ext/DefaultHandler2.class | Bin 0 -> 2469 bytes .../classpath/lib/org/xml/sax/ext/EntityResolver2.class | Bin 0 -> 473 bytes .../classpath/lib/org/xml/sax/ext/LexicalHandler.class | Bin 0 -> 474 bytes libjava/classpath/lib/org/xml/sax/ext/Locator2.class | Bin 0 -> 209 bytes .../classpath/lib/org/xml/sax/ext/Locator2Impl.class | Bin 0 -> 1050 bytes .../lib/org/xml/sax/helpers/AttributeListImpl.class | Bin 0 -> 2485 bytes .../lib/org/xml/sax/helpers/AttributesImpl.class | Bin 0 -> 5438 bytes .../lib/org/xml/sax/helpers/DefaultHandler.class | Bin 0 -> 2922 bytes .../classpath/lib/org/xml/sax/helpers/LocatorImpl.class | Bin 0 -> 1480 bytes .../org/xml/sax/helpers/NamespaceSupport$Context.class | Bin 0 -> 3777 bytes .../lib/org/xml/sax/helpers/NamespaceSupport.class | Bin 0 -> 3965 bytes .../classpath/lib/org/xml/sax/helpers/NewInstance.class | Bin 0 -> 1771 bytes .../helpers/ParserAdapter$AttributeListAdapter.class | Bin 0 -> 2443 bytes .../lib/org/xml/sax/helpers/ParserAdapter.class | Bin 0 -> 11822 bytes .../lib/org/xml/sax/helpers/ParserFactory.class | Bin 0 -> 1233 bytes .../lib/org/xml/sax/helpers/XMLFilterImpl.class | Bin 0 -> 6984 bytes .../helpers/XMLReaderAdapter$AttributesAdapter.class | Bin 0 -> 1477 bytes .../lib/org/xml/sax/helpers/XMLReaderAdapter.class | Bin 0 -> 4848 bytes .../lib/org/xml/sax/helpers/XMLReaderFactory.class | Bin 0 -> 3272 bytes 39 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/org/xml/sax/AttributeList.class create mode 100644 libjava/classpath/lib/org/xml/sax/Attributes.class create mode 100644 libjava/classpath/lib/org/xml/sax/ContentHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/DTDHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/DocumentHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/EntityResolver.class create mode 100644 libjava/classpath/lib/org/xml/sax/ErrorHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/HandlerBase.class create mode 100644 libjava/classpath/lib/org/xml/sax/InputSource.class create mode 100644 libjava/classpath/lib/org/xml/sax/Locator.class create mode 100644 libjava/classpath/lib/org/xml/sax/Parser.class create mode 100644 libjava/classpath/lib/org/xml/sax/SAXException.class create mode 100644 libjava/classpath/lib/org/xml/sax/SAXNotRecognizedException.class create mode 100644 libjava/classpath/lib/org/xml/sax/SAXNotSupportedException.class create mode 100644 libjava/classpath/lib/org/xml/sax/SAXParseException.class create mode 100644 libjava/classpath/lib/org/xml/sax/XMLFilter.class create mode 100644 libjava/classpath/lib/org/xml/sax/XMLReader.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/Attributes2.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/Attributes2Impl.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/DeclHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/DefaultHandler2.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/EntityResolver2.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/LexicalHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/Locator2.class create mode 100644 libjava/classpath/lib/org/xml/sax/ext/Locator2Impl.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/AttributeListImpl.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/AttributesImpl.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/DefaultHandler.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/LocatorImpl.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport$Context.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/NewInstance.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/ParserFactory.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/XMLFilterImpl.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter.class create mode 100644 libjava/classpath/lib/org/xml/sax/helpers/XMLReaderFactory.class (limited to 'libjava/classpath/lib/org/xml') diff --git a/libjava/classpath/lib/org/xml/sax/AttributeList.class b/libjava/classpath/lib/org/xml/sax/AttributeList.class new file mode 100644 index 000000000..d91b8884d Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/AttributeList.class differ diff --git a/libjava/classpath/lib/org/xml/sax/Attributes.class b/libjava/classpath/lib/org/xml/sax/Attributes.class new file mode 100644 index 000000000..4459cfece Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/Attributes.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ContentHandler.class b/libjava/classpath/lib/org/xml/sax/ContentHandler.class new file mode 100644 index 000000000..79234c195 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ContentHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/DTDHandler.class b/libjava/classpath/lib/org/xml/sax/DTDHandler.class new file mode 100644 index 000000000..fca2bbabd Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/DTDHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/DocumentHandler.class b/libjava/classpath/lib/org/xml/sax/DocumentHandler.class new file mode 100644 index 000000000..9db19d0ed Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/DocumentHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/EntityResolver.class b/libjava/classpath/lib/org/xml/sax/EntityResolver.class new file mode 100644 index 000000000..1a9f63264 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/EntityResolver.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ErrorHandler.class b/libjava/classpath/lib/org/xml/sax/ErrorHandler.class new file mode 100644 index 000000000..5a1c65553 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ErrorHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/HandlerBase.class b/libjava/classpath/lib/org/xml/sax/HandlerBase.class new file mode 100644 index 000000000..555e6c513 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/HandlerBase.class differ diff --git a/libjava/classpath/lib/org/xml/sax/InputSource.class b/libjava/classpath/lib/org/xml/sax/InputSource.class new file mode 100644 index 000000000..799b31166 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/InputSource.class differ diff --git a/libjava/classpath/lib/org/xml/sax/Locator.class b/libjava/classpath/lib/org/xml/sax/Locator.class new file mode 100644 index 000000000..2f415ee48 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/Locator.class differ diff --git a/libjava/classpath/lib/org/xml/sax/Parser.class b/libjava/classpath/lib/org/xml/sax/Parser.class new file mode 100644 index 000000000..e644bf541 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/Parser.class differ diff --git a/libjava/classpath/lib/org/xml/sax/SAXException.class b/libjava/classpath/lib/org/xml/sax/SAXException.class new file mode 100644 index 000000000..282aa37a7 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/SAXException.class differ diff --git a/libjava/classpath/lib/org/xml/sax/SAXNotRecognizedException.class b/libjava/classpath/lib/org/xml/sax/SAXNotRecognizedException.class new file mode 100644 index 000000000..26692ef3b Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/SAXNotRecognizedException.class differ diff --git a/libjava/classpath/lib/org/xml/sax/SAXNotSupportedException.class b/libjava/classpath/lib/org/xml/sax/SAXNotSupportedException.class new file mode 100644 index 000000000..c6fbe7671 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/SAXNotSupportedException.class differ diff --git a/libjava/classpath/lib/org/xml/sax/SAXParseException.class b/libjava/classpath/lib/org/xml/sax/SAXParseException.class new file mode 100644 index 000000000..2e9400ca5 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/SAXParseException.class differ diff --git a/libjava/classpath/lib/org/xml/sax/XMLFilter.class b/libjava/classpath/lib/org/xml/sax/XMLFilter.class new file mode 100644 index 000000000..91ce7d99a Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/XMLFilter.class differ diff --git a/libjava/classpath/lib/org/xml/sax/XMLReader.class b/libjava/classpath/lib/org/xml/sax/XMLReader.class new file mode 100644 index 000000000..b4c86d607 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/XMLReader.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/Attributes2.class b/libjava/classpath/lib/org/xml/sax/ext/Attributes2.class new file mode 100644 index 000000000..d531eda55 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/Attributes2.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/Attributes2Impl.class b/libjava/classpath/lib/org/xml/sax/ext/Attributes2Impl.class new file mode 100644 index 000000000..5ce82fc15 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/Attributes2Impl.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/DeclHandler.class b/libjava/classpath/lib/org/xml/sax/ext/DeclHandler.class new file mode 100644 index 000000000..a5d9286e8 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/DeclHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/DefaultHandler2.class b/libjava/classpath/lib/org/xml/sax/ext/DefaultHandler2.class new file mode 100644 index 000000000..72cbdde85 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/DefaultHandler2.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/EntityResolver2.class b/libjava/classpath/lib/org/xml/sax/ext/EntityResolver2.class new file mode 100644 index 000000000..5b5501339 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/EntityResolver2.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/LexicalHandler.class b/libjava/classpath/lib/org/xml/sax/ext/LexicalHandler.class new file mode 100644 index 000000000..a51f26074 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/LexicalHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/Locator2.class b/libjava/classpath/lib/org/xml/sax/ext/Locator2.class new file mode 100644 index 000000000..4e64eb148 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/Locator2.class differ diff --git a/libjava/classpath/lib/org/xml/sax/ext/Locator2Impl.class b/libjava/classpath/lib/org/xml/sax/ext/Locator2Impl.class new file mode 100644 index 000000000..f6cc7ae95 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/ext/Locator2Impl.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/AttributeListImpl.class b/libjava/classpath/lib/org/xml/sax/helpers/AttributeListImpl.class new file mode 100644 index 000000000..01caf28e1 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/AttributeListImpl.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/AttributesImpl.class b/libjava/classpath/lib/org/xml/sax/helpers/AttributesImpl.class new file mode 100644 index 000000000..c67bff4b2 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/AttributesImpl.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/DefaultHandler.class b/libjava/classpath/lib/org/xml/sax/helpers/DefaultHandler.class new file mode 100644 index 000000000..6a4967942 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/DefaultHandler.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/LocatorImpl.class b/libjava/classpath/lib/org/xml/sax/helpers/LocatorImpl.class new file mode 100644 index 000000000..0f54ec0b3 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/LocatorImpl.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport$Context.class b/libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport$Context.class new file mode 100644 index 000000000..f109d7206 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport$Context.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport.class b/libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport.class new file mode 100644 index 000000000..3bd96a4e7 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/NamespaceSupport.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/NewInstance.class b/libjava/classpath/lib/org/xml/sax/helpers/NewInstance.class new file mode 100644 index 000000000..9fa91f989 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/NewInstance.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class b/libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class new file mode 100644 index 000000000..5bc24d026 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter.class b/libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter.class new file mode 100644 index 000000000..cceb560dc Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/ParserAdapter.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/ParserFactory.class b/libjava/classpath/lib/org/xml/sax/helpers/ParserFactory.class new file mode 100644 index 000000000..ace29cbf0 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/ParserFactory.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/XMLFilterImpl.class b/libjava/classpath/lib/org/xml/sax/helpers/XMLFilterImpl.class new file mode 100644 index 000000000..992aa3410 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/XMLFilterImpl.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class b/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class new file mode 100644 index 000000000..5bcb43919 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter.class b/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter.class new file mode 100644 index 000000000..bd879f365 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderAdapter.class differ diff --git a/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderFactory.class b/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderFactory.class new file mode 100644 index 000000000..9992ef211 Binary files /dev/null and b/libjava/classpath/lib/org/xml/sax/helpers/XMLReaderFactory.class differ -- cgit v1.2.3