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. --- .../PortableServer/POAPackage/AdapterAlreadyExists.class | Bin 0 -> 637 bytes .../POAPackage/AdapterAlreadyExistsHelper.class | Bin 0 -> 2943 bytes .../PortableServer/POAPackage/AdapterNonExistent.class | Bin 0 -> 631 bytes .../POAPackage/AdapterNonExistentHelper.class | Bin 0 -> 2915 bytes .../omg/PortableServer/POAPackage/InvalidPolicy.class | Bin 0 -> 1185 bytes .../PortableServer/POAPackage/InvalidPolicyHelper.class | Bin 0 -> 3122 bytes .../org/omg/PortableServer/POAPackage/NoServant.class | Bin 0 -> 604 bytes .../omg/PortableServer/POAPackage/NoServantHelper.class | Bin 0 -> 2807 bytes .../PortableServer/POAPackage/ObjectAlreadyActive.class | Bin 0 -> 634 bytes .../POAPackage/ObjectAlreadyActiveHelper.class | Bin 0 -> 2931 bytes .../omg/PortableServer/POAPackage/ObjectNotActive.class | Bin 0 -> 622 bytes .../POAPackage/ObjectNotActiveHelper.class | Bin 0 -> 2879 bytes .../PortableServer/POAPackage/ServantAlreadyActive.class | Bin 0 -> 637 bytes .../POAPackage/ServantAlreadyActiveHelper.class | Bin 0 -> 2943 bytes .../omg/PortableServer/POAPackage/ServantNotActive.class | Bin 0 -> 625 bytes .../POAPackage/ServantNotActiveHelper.class | Bin 0 -> 2891 bytes .../org/omg/PortableServer/POAPackage/WrongAdapter.class | Bin 0 -> 613 bytes .../PortableServer/POAPackage/WrongAdapterHelper.class | Bin 0 -> 2843 bytes .../org/omg/PortableServer/POAPackage/WrongPolicy.class | Bin 0 -> 610 bytes .../PortableServer/POAPackage/WrongPolicyHelper.class | Bin 0 -> 2831 bytes 20 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistent.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicy.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServant.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServantHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActive.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActive.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActive.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapter.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapterHelper.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicy.class create mode 100644 libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicyHelper.class (limited to 'libjava/classpath/lib/org/omg/PortableServer/POAPackage') diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.class new file mode 100644 index 000000000..5e9ffe5b9 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.class new file mode 100644 index 000000000..2dfc3a1e3 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistent.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistent.class new file mode 100644 index 000000000..b09e0f488 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistent.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.class new file mode 100644 index 000000000..5de0e15b9 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicy.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicy.class new file mode 100644 index 000000000..62e0779fc Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicy.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.class new file mode 100644 index 000000000..f37dd6c52 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServant.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServant.class new file mode 100644 index 000000000..b34ae168a Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServant.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServantHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServantHelper.class new file mode 100644 index 000000000..aceb6f390 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/NoServantHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.class new file mode 100644 index 000000000..735333ac4 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.class new file mode 100644 index 000000000..e3c870929 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActive.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActive.class new file mode 100644 index 000000000..12158c15c Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActive.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.class new file mode 100644 index 000000000..35c98fa61 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActive.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActive.class new file mode 100644 index 000000000..05311dab7 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActive.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.class new file mode 100644 index 000000000..e21d26b91 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActive.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActive.class new file mode 100644 index 000000000..9bb2d4129 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActive.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.class new file mode 100644 index 000000000..21a32d107 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapter.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapter.class new file mode 100644 index 000000000..435f57c7b Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapter.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapterHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapterHelper.class new file mode 100644 index 000000000..098b707e3 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongAdapterHelper.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicy.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicy.class new file mode 100644 index 000000000..378e7cdb4 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicy.class differ diff --git a/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicyHelper.class b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicyHelper.class new file mode 100644 index 000000000..9419d7964 Binary files /dev/null and b/libjava/classpath/lib/org/omg/PortableServer/POAPackage/WrongPolicyHelper.class differ -- cgit v1.2.3