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. --- .../lib/gnu/java/awt/font/opentype/truetype/Fixed.class | Bin 0 -> 2338 bytes .../java/awt/font/opentype/truetype/GlyphLoader.class | Bin 0 -> 7728 bytes .../font/opentype/truetype/GlyphLocator$FourByte.class | Bin 0 -> 1050 bytes .../font/opentype/truetype/GlyphLocator$TwoByte.class | Bin 0 -> 1055 bytes .../java/awt/font/opentype/truetype/GlyphLocator.class | Bin 0 -> 1073 bytes .../java/awt/font/opentype/truetype/GlyphMeasurer.class | Bin 0 -> 2140 bytes .../lib/gnu/java/awt/font/opentype/truetype/Point.class | Bin 0 -> 3845 bytes .../awt/font/opentype/truetype/TrueTypeScaler.class | Bin 0 -> 4892 bytes .../awt/font/opentype/truetype/VirtualMachine.class | Bin 0 -> 25469 bytes .../lib/gnu/java/awt/font/opentype/truetype/Zone.class | Bin 0 -> 5577 bytes .../awt/font/opentype/truetype/ZonePathIterator.class | Bin 0 -> 2919 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Fixed.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLoader.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$FourByte.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$TwoByte.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphMeasurer.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Point.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/TrueTypeScaler.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/VirtualMachine.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Zone.class create mode 100644 libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/ZonePathIterator.class (limited to 'libjava/classpath/lib/gnu/java/awt/font/opentype/truetype') diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Fixed.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Fixed.class new file mode 100644 index 000000000..699993ab9 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Fixed.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLoader.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLoader.class new file mode 100644 index 000000000..cfb829946 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLoader.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$FourByte.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$FourByte.class new file mode 100644 index 000000000..d6ffe04c6 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$FourByte.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$TwoByte.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$TwoByte.class new file mode 100644 index 000000000..1f218efd9 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator$TwoByte.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator.class new file mode 100644 index 000000000..9a129eac0 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphLocator.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphMeasurer.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphMeasurer.class new file mode 100644 index 000000000..b29fa6ff2 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/GlyphMeasurer.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Point.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Point.class new file mode 100644 index 000000000..bd8faab01 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Point.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/TrueTypeScaler.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/TrueTypeScaler.class new file mode 100644 index 000000000..7b8f4c2f8 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/TrueTypeScaler.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/VirtualMachine.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/VirtualMachine.class new file mode 100644 index 000000000..6bd9b3c8f Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/VirtualMachine.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Zone.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Zone.class new file mode 100644 index 000000000..81587fd94 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/Zone.class differ diff --git a/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/ZonePathIterator.class b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/ZonePathIterator.class new file mode 100644 index 000000000..a9c5f9601 Binary files /dev/null and b/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/ZonePathIterator.class differ -- cgit v1.2.3