summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-07-19 02:06:05 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-07-19 02:06:05 +0200
commitfef03b756ac50e55bdf109dd21699d4fe7ace269 (patch)
tree142f3a409b6106672a9c0029c9bec992594496e2
parent6c61549db82df89057d358146a4c6de22e953af6 (diff)
parent6084d6bd82f859261fdaf5aef7f9d0729c80718f (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
-rw-r--r--contributing/web_pages/news/moth_next.mdwn6
-rw-r--r--faq/how_many_developers/discussion.mdwn43
-rw-r--r--hurd/translator.mdwn3
-rw-r--r--open_issues/gcc.mdwn23
-rw-r--r--open_issues/gcc/log_build.diff288
-rw-r--r--open_issues/gcc/log_install.diff132
-rw-r--r--open_issues/libpthread_pthread_key_create_reuse.mdwn2
-rw-r--r--open_issues/libpthread_pthread_key_create_reuse/pthread_key_create_reuse.c48
-rw-r--r--open_issues/systemd.mdwn126
-rw-r--r--open_issues/translators_set_up_by_untrusted_users.mdwn274
10 files changed, 633 insertions, 312 deletions
diff --git a/contributing/web_pages/news/moth_next.mdwn b/contributing/web_pages/news/moth_next.mdwn
index 4aad54a2..dec41583 100644
--- a/contributing/web_pages/news/moth_next.mdwn
+++ b/contributing/web_pages/news/moth_next.mdwn
@@ -57,8 +57,14 @@ And …
* <http://phoronix.com/forums/showthread.php?57303-Coming-Up-Benchmarks-Of-GNU-Hurd>
+ * <http://www.phoronix.com/scan.php?page=article&item=debian_gnu_hurd&num=1>
+
+ * <http://phoronix.com/forums/showthread.php?57441-Test-Driving-GNU-Hurd-With-Benchmarks-Against-Linux>
+
* <http://news.slashdot.org/story/11/07/14/2141229/Watch-Out-Linux-GNU-Hurd-Coming>
+ * <http://news.slashdot.org/story/11/07/18/1854209/Test-Driving-GNU-Hurd-With-Benchmarks-Against-Linux>
+
* <http://blog.schmehl.info/Debian/hurd-not-default>
"""]]
diff --git a/faq/how_many_developers/discussion.mdwn b/faq/how_many_developers/discussion.mdwn
index 9fc44f25..6ca47c9a 100644
--- a/faq/how_many_developers/discussion.mdwn
+++ b/faq/how_many_developers/discussion.mdwn
@@ -8,7 +8,48 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-IRC, freenode, #hurd, 2011-07-09
+# IRC, freenode, #hurd, 2011-05-22
+
+ <silver_hook> Since apparently Hurd's aim is a very stable and transparent
+ system ...why aren't there any companies backing it up?
+ <antrik> silver_hook: it's not in a state yet where it would be
+ commercially interesting
+ <antrik> silver_hook: and after some epic failures in the 90s, few
+ companies dare to invest in microkernel development...
+ <silver_hook> Isn't MacOS X running on top of Mach?
+ <antrik> yes, but it's not a true microkernel system
+ <antrik> for one, it's single-server, which is boring
+ <antrik> also it uses co-location, i.e. runs all the system code in the
+ kernel address space -- they are separated only formally
+ <antrik> even NT is more of a microkernel system I think
+ <silver_hook> Oh, OK, I'm not that knowledgeable about kernels to know
+ that.
+ <antrik> well, now you know :-)
+ <silver_hook> Yup, thanks :)
+ <antrik> most people don't know this, so don't worry
+ <silver_hook> I was just wondering that it might be potentially an ideal
+ server system, right?
+ <antrik> well, *potentially* it might be an ideal general-purpose system,
+ which includes server use... though personally I think the advantages of
+ the architecture are more visible in desktop use, as servers tend to be
+ rather streamlined, with little need for individualisation :-)
+ <antrik> however, it still remains to be proven that true (multi-server)
+ microkernel operating systems actually work for general-purpose
+ applications...
+ <silver_hook> antrik: I mean regarding hosting or virtual servers.
+ <antrik> so far, they are only successful in the much simpler embedded
+ space
+ <antrik> well, yes, the Hurd architecture in theory allows very much
+ flexibility regarding virtual environments... I once blogged about
+ that. not sure whether server applications really require that
+ flexibility though. I think most people are pretty happy with the various
+ virtualisation/container solutions available in Linux. again, the
+ flexibility is more relevant in the desktop space IMHO
+ <antrik> dosn't mean it wouldn't be useful for servers too... just not as
+ much of a selling point I fear :-)
+
+
+# IRC, freenode, #hurd, 2011-07-09
<antrik> gnu_srs1: regarding your question why people aren't interested in
workin on Hurd: Eric Raymond explains it pretty well in his famous
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index aa8b966a..33da7afd 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -72,6 +72,9 @@ available.
Read about translator [[short-circuiting]].
+The [[concept|concepts]] of translators creates its own problems, too:
+[[open_issues/translators_set_up_by_untrusted_users]].
+
# Existing Translators
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn
index a66a4ad9..f0f2af51 100644
--- a/open_issues/gcc.mdwn
+++ b/open_issues/gcc.mdwn
@@ -67,8 +67,8 @@ testsuite.
# Configuration
-Last reviewed up to the [[Git mirror's 6aed13f1c173ef4a398e10e6dc09866dbde6b324
-(2011-07-15) sources|source_repositories/gcc]].
+Last reviewed up to the [[Git mirror's 7c9f953a01d23c6b6885dc908d5b1dba8009efd4
+(2011-07-18) sources|source_repositories/gcc]].
<http://gcc.gnu.org/install/configure.html> has documentation for the
`configure` switches.
@@ -172,13 +172,14 @@ Last reviewed up to the [[Git mirror's 6aed13f1c173ef4a398e10e6dc09866dbde6b324
* [high] 9b0fef97f18ed5c9f2f9a361262fbb450f2b0b53
- Very likely needed for us, too. Patch on gcc-patches.
+ Very likely needed for us, too. Patch on gcc-patches and in
+ *config/extra_parts* branch.
# Build
Here's a log of a GCC build run; this is from our [[Git repository's
-726414af2443a89ffbbce3a884ac6da71dae6992 (2011-07-13)
+09ba3e78c07654e08c8bef82761dbbb26d3c00c9 (2011-07-18)
sources|source_repositories/gcc]], run on kepler.SCHWINGE and coulomb.SCHWINGE.
$ export LC_ALL=C
@@ -193,8 +194,8 @@ harmonized.
Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved.
-This takes up around 2.6 GiB, and needs roughly 3 h on kepler.SCHWINGE, and 13
-h on coulomb.SCHWINGE.
+This takes up around 2.3 GiB, and needs roughly 2.75 h on kepler.SCHWINGE, and
+11 h on coulomb.SCHWINGE.
## Analysis
@@ -210,7 +211,7 @@ h on coulomb.SCHWINGE.
* DFP
- Addressed in hurd/decimal_floating_point branch.
+ Addressed in *hurd/decimal_floating_point* branch.
+configure: WARNING: decimal float is not supported for this target, ignored
@@ -284,7 +285,7 @@ h on coulomb.SCHWINGE.
+ from [...]/hurd/master/libobjc/../gcc/gthr.h:160,
+ from [...]/hurd/master/libobjc/thr.c:45:
+[...]/hurd/master/libobjc/../gcc/gthr-posix.h: In function '__gthread_objc_thread_set_priority':
- +[...]/hurd/master/libobjc/../gcc/gthr-posix.h:384:41: warning: unused parameter 'priority' [-Wunused-parameter]
+ +[...]/hurd/master/libobjc/../gcc/gthr-posix.h:389:41: warning: unused parameter 'priority' [-Wunused-parameter]
* `/proc/self/*`
@@ -333,7 +334,7 @@ h on coulomb.SCHWINGE.
+gnu/java/nio/channels/natFileChannelImpl.cc: In member function 'jint gnu::java::nio::channels::FileChannelImpl::available()':
+gnu/java/nio/channels/natFileChannelImpl.cc:388:20: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
- * `libgcj.la`, `.libs/libgcj.a`
+ * `libgcj.la`
Just different order of object files, or another problem?
@@ -352,8 +353,8 @@ h on coulomb.SCHWINGE.
Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved.
-This takes up around 0.8 GiB, and needs roughly 5 min on kepler.SCHWINGE, and
-50 min on coulomb.SCHWINGE.
+This takes up around 0.6 GiB, and needs roughly 4 min on kepler.SCHWINGE, and
+35 min on coulomb.SCHWINGE.
## Analysis
diff --git a/open_issues/gcc/log_build.diff b/open_issues/gcc/log_build.diff
index 07cbd436..8bf12f45 100644
--- a/open_issues/gcc/log_build.diff
+++ b/open_issues/gcc/log_build.diff
@@ -1,5 +1,5 @@
---- /dev/fd/63 2011-07-15 23:31:18.168517450 +0200
-+++ /dev/fd/62 2011-07-15 23:31:18.168517450 +0200
+--- /dev/fd/63 2011-07-18 22:46:16.567430251 +0200
++++ /dev/fd/62 2011-07-18 22:46:16.567430251 +0200
@@ -146,7 +146,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
@@ -321,7 +321,7 @@
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. ../../master/gcc/ginclude/float.h ../../master/gcc/ginclude/iso646.h ../../master/gcc/ginclude/stdarg.h ../../master/gcc/ginclude/stdbool.h ../../master/gcc/ginclude/stddef.h ../../master/gcc/ginclude/varargs.h ../../master/gcc/ginclude/stdfix.h ../../master/gcc/config/i386/cpuid.h ../../master/gcc/config/i386/mmintrin.h ../../master/gcc/config/i386/mm3dnow.h ../../master/gcc/config/i386/xmmintrin.h ../../master/gcc/config/i386/emmintrin.h ../../master/gcc/config/i386/pmmintrin.h ../../master/gcc/config/i386/tmmintrin.h ../../master/gcc/config/i386/ammintrin.h ../../master/gcc/config/i386/smmintrin.h ../../master/gcc/config/i386/nmmintrin.h ../../master/gcc/config/i386/bmmintrin.h ../../master/gcc/config/i386/fma4intrin.h ../../master/gcc/config/i386/wmmintrin.h ../../master/gcc/config/i386/immintrin.h ../../master/gcc/config/i386/x86intrin.h ../../master/gcc/config/i386/avxintrin.h ../../master/gcc/config/i386/xopintrin.h ../../master/gcc/config/i386/ia32intrin.h ../../master/gcc/config/i386/cross-stdarg.h ../../master/gcc/config/i386/lwpintrin.h ../../master/gcc/config/i386/popcntintrin.h ../../master/gcc/config/i386/abmintrin.h ../../master/gcc/config/i386/bmiintrin.h ../../master/gcc/config/i386/tbmintrin.h mm_malloc.h; do \
@@ -3218,7 +3174,7 @@
- (pod2man --center="GNU" --release="gcc-4.7.0" --date=2011-07-13 --section=7 fsf-funding.pod > doc/fsf-funding.7.T$$ && \
+ (pod2man --center="GNU" --release="gcc-4.7.0" --date=2011-07-18 --section=7 fsf-funding.pod > doc/fsf-funding.7.T$$ && \
mv -f doc/fsf-funding.7.T$$ doc/fsf-funding.7) || \
(rm -f doc/fsf-funding.7.T$$ && exit 1)
-rm gfdl.pod cpp.pod gcov.pod fsf-funding.pod gcc.pod
@@ -543,7 +543,7 @@
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. ../../master/gcc/ginclude/float.h ../../master/gcc/ginclude/iso646.h ../../master/gcc/ginclude/stdarg.h ../../master/gcc/ginclude/stdbool.h ../../master/gcc/ginclude/stddef.h ../../master/gcc/ginclude/varargs.h ../../master/gcc/ginclude/stdfix.h ../../master/gcc/config/i386/cpuid.h ../../master/gcc/config/i386/mmintrin.h ../../master/gcc/config/i386/mm3dnow.h ../../master/gcc/config/i386/xmmintrin.h ../../master/gcc/config/i386/emmintrin.h ../../master/gcc/config/i386/pmmintrin.h ../../master/gcc/config/i386/tmmintrin.h ../../master/gcc/config/i386/ammintrin.h ../../master/gcc/config/i386/smmintrin.h ../../master/gcc/config/i386/nmmintrin.h ../../master/gcc/config/i386/bmmintrin.h ../../master/gcc/config/i386/fma4intrin.h ../../master/gcc/config/i386/wmmintrin.h ../../master/gcc/config/i386/immintrin.h ../../master/gcc/config/i386/x86intrin.h ../../master/gcc/config/i386/avxintrin.h ../../master/gcc/config/i386/xopintrin.h ../../master/gcc/config/i386/ia32intrin.h ../../master/gcc/config/i386/cross-stdarg.h ../../master/gcc/config/i386/lwpintrin.h ../../master/gcc/config/i386/popcntintrin.h ../../master/gcc/config/i386/abmintrin.h ../../master/gcc/config/i386/bmiintrin.h ../../master/gcc/config/i386/tbmintrin.h mm_malloc.h; do \
@@ -6931,7 +6885,7 @@
- (pod2man --center="GNU" --release="gcc-4.7.0" --date=2011-07-13 --section=1 rebuild-gcj-db.pod > doc/rebuild-gcj-db.1.T$$ && \
+ (pod2man --center="GNU" --release="gcc-4.7.0" --date=2011-07-18 --section=1 rebuild-gcj-db.pod > doc/rebuild-gcj-db.1.T$$ && \
mv -f doc/rebuild-gcj-db.1.T$$ doc/rebuild-gcj-db.1) || \
(rm -f doc/rebuild-gcj-db.1.T$$ && exit 1)
-rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcj.pod gc-analyze.pod gfdl.pod cpp.pod gij.pod gcov.pod gfortran.pod fsf-funding.pod gcc.pod
@@ -596,15 +596,7 @@
libtool: link: (cd ".libs" && rm -f "libgomp.so.1" && ln -s "libgomp.so.1.0.0" "libgomp.so.1")
libtool: link: (cd ".libs" && rm -f "libgomp.so" && ln -s "libgomp.so.1.0.0" "libgomp.so")
libtool: link: ar rc .libs/libgomp.a alloc.o barrier.o critical.o env.o error.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o
-@@ -7919,6 +7873,7 @@
- fi
- make[6]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
- [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -L. -Wall -L../libgfortran -fsyntax-only omp_lib.f90
-+:
- make[5]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
- make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
- make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
-@@ -7963,7 +7918,7 @@
+@@ -7963,7 +7917,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -613,7 +605,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for ld option to reload object files... -r
-@@ -7995,7 +7950,7 @@
+@@ -7995,7 +7949,7 @@
checking if [...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -622,7 +614,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -8074,12 +8029,12 @@
+@@ -8074,12 +8028,12 @@
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
@@ -637,7 +629,7 @@
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
-@@ -8149,13 +8104,13 @@
+@@ -8149,13 +8103,13 @@
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
@@ -654,7 +646,7 @@
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
-@@ -8170,7 +8125,7 @@
+@@ -8170,7 +8124,7 @@
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
@@ -663,7 +655,7 @@
checking for sysmp... no
checking for table... no
checking for times... yes
-@@ -8828,17 +8783,16 @@
+@@ -8828,17 +8782,16 @@
Using the following target machine macro files:
../../master/gcc/config/vxworks-dummy.h
../../master/gcc/config/i386/i386.h
@@ -684,7 +676,7 @@
checking for __cxa_atexit... yes
checking whether NLS is requested... yes
checking for catalogs to be installed... be da de el es fi fr id ja nl ru sr sv tr vi zh_CN zh_TW
-@@ -8850,7 +8804,7 @@
+@@ -8850,7 +8803,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -693,7 +685,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for ld option to reload object files... -r
-@@ -8871,7 +8825,7 @@
+@@ -8871,7 +8824,7 @@
checking if [...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -702,7 +694,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -8887,7 +8841,7 @@
+@@ -8887,7 +8840,7 @@
checking if g++-4.6 supports -c -o file.o... yes
checking if g++-4.6 supports -c -o file.o... (cached) yes
checking whether the g++-4.6 linker (ld) supports shared libraries... yes
@@ -711,7 +703,7 @@
checking how to hardcode library paths into programs... immediate
checking for as... /usr/bin/as
checking what assembler to use... /usr/bin/as
-@@ -8900,7 +8854,7 @@
+@@ -8900,7 +8853,7 @@
checking what objdump to use... /usr/bin/objdump
checking for readelf... /usr/bin/readelf
checking what readelf to use... /usr/bin/readelf
@@ -720,7 +712,7 @@
checking assembler for .balign and .p2align... yes
checking assembler for .p2align with maximum skip... yes
checking assembler for .literal16... no
-@@ -8942,7 +8896,7 @@
+@@ -8942,7 +8895,7 @@
checking assembler for --debug-prefix-map option... yes
checking assembler for .lcomm with alignment... no
checking assembler for gnu_unique_object... yes
@@ -729,7 +721,7 @@
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-@@ -9019,7 +8973,7 @@
+@@ -9019,7 +8972,7 @@
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
@@ -738,7 +730,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for ld option to reload object files... -r
-@@ -9051,7 +9005,7 @@
+@@ -9051,7 +9004,7 @@
checking if [...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -747,7 +739,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -9447,9 +9401,9 @@
+@@ -9447,9 +9400,9 @@
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/dash ../../master/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
@@ -759,7 +751,7 @@
/bin/dash ../../master/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
gawk -f ../../master/gcc/opt-functions.awk -f ../../master/gcc/opt-read.awk \
-@@ -10111,10 +10065,9 @@
+@@ -10111,10 +10064,9 @@
echo timestamp > s-i386-bt
[...]/hurd/master.build/./prev-gcc/xgcc -B[...]/hurd/master.build/./prev-gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../master/gcc -I../../master/gcc/. -I../../master/gcc/../include -I../../master/gcc/../libcpp/include -I../../master/gcc/../libdecnumber -I../../master/gcc/../libdecnumber/bid -I../libdecnumber \
../../master/gcc/config/i386/i386.c -o i386.o
@@ -772,7 +764,7 @@
ranlib libbackend.a
build/genhooks "Common Target Hook" \
> tmp-common-target-hooks-def.h
-@@ -10435,7 +10388,7 @@
+@@ -10435,7 +10387,7 @@
make[4]: Leaving directory `[...]/hurd/master.build/prev-gcc'
echo timestamp > stmp-fixinc
rm -f mm_malloc.h
@@ -781,8 +773,8 @@
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
for file in .. ../../master/gcc/ginclude/float.h ../../master/gcc/ginclude/iso646.h ../../master/gcc/ginclude/stdarg.h ../../master/gcc/ginclude/stdbool.h ../../master/gcc/ginclude/stddef.h ../../master/gcc/ginclude/varargs.h ../../master/gcc/ginclude/stdfix.h ../../master/gcc/config/i386/cpuid.h ../../master/gcc/config/i386/mmintrin.h ../../master/gcc/config/i386/mm3dnow.h ../../master/gcc/config/i386/xmmintrin.h ../../master/gcc/config/i386/emmintrin.h ../../master/gcc/config/i386/pmmintrin.h ../../master/gcc/config/i386/tmmintrin.h ../../master/gcc/config/i386/ammintrin.h ../../master/gcc/config/i386/smmintrin.h ../../master/gcc/config/i386/nmmintrin.h ../../master/gcc/config/i386/bmmintrin.h ../../master/gcc/config/i386/fma4intrin.h ../../master/gcc/config/i386/wmmintrin.h ../../master/gcc/config/i386/immintrin.h ../../master/gcc/config/i386/x86intrin.h ../../master/gcc/config/i386/avxintrin.h ../../master/gcc/config/i386/xopintrin.h ../../master/gcc/config/i386/ia32intrin.h ../../master/gcc/config/i386/cross-stdarg.h ../../master/gcc/config/i386/lwpintrin.h ../../master/gcc/config/i386/popcntintrin.h ../../master/gcc/config/i386/abmintrin.h ../../master/gcc/config/i386/bmiintrin.h ../../master/gcc/config/i386/tbmintrin.h mm_malloc.h; do \
-@@ -10656,7 +10609,7 @@
- (pod2man --center="GNU" --release="gcc-4.7.0" --date=2011-07-13 --section=1 rebuild-gcj-db.pod > doc/rebuild-gcj-db.1.T$$ && \
+@@ -10656,7 +10608,7 @@
+ (pod2man --center="GNU" --release="gcc-4.7.0" --date=2011-07-18 --section=1 rebuild-gcj-db.pod > doc/rebuild-gcj-db.1.T$$ && \
mv -f doc/rebuild-gcj-db.1.T$$ doc/rebuild-gcj-db.1) || \
(rm -f doc/rebuild-gcj-db.1.T$$ && exit 1)
-rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcj.pod gc-analyze.pod gfdl.pod cpp.pod gij.pod gcov.pod gfortran.pod fsf-funding.pod gcc.pod
@@ -790,7 +782,7 @@
make[3]: Leaving directory `[...]/hurd/master.build/gcc'
mkdir -p -- [ARCH]/libgcc
Checking multilib configuration for libgcc...
-@@ -10691,7 +10644,7 @@
+@@ -10691,7 +10643,7 @@
configure: creating ./config.status
config.status: creating Makefile
config.status: linking ../../../master/libgcc/enable-execute-stack-empty.c to enable-execute-stack.c
@@ -799,7 +791,7 @@
config.status: executing default commands
Adding multilib support to Makefile in ../../../master/libgcc
multidirs=
-@@ -11377,7 +11330,7 @@
+@@ -11377,7 +11329,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -808,7 +800,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -11408,7 +11361,7 @@
+@@ -11408,7 +11360,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -817,7 +809,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -11427,7 +11380,7 @@
+@@ -11427,7 +11379,7 @@
checking if [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... yes
checking if [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
@@ -826,7 +818,7 @@
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
-@@ -11590,7 +11543,7 @@
+@@ -11590,7 +11542,7 @@
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libgomp -I../../../master/libgomp/config/posix -I../../../master/libgomp -Wall -pthread -Werror -g -O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c ../../../master/libgomp/config/[SYSDEP]/affinity.c -o affinity.o >/dev/null 2>&1
mv -f .deps/affinity.Tpo .deps/affinity.Plo
/bin/dash ./libtool --tag CC --mode=link [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -Wall -Werror -Wc,-pthread -g -O2 -Wl,-O1 -o libgomp.la -version-info 1:0:0 -Wl,--version-script,../../../master/libgomp/libgomp.map -rpath [...]/hurd/master.build.install/lib alloc.lo barrier.lo critical.lo env.lo error.lo iter.lo iter_ull.lo loop.lo loop_ull.lo ordered.lo parallel.lo sections.lo single.lo task.lo team.lo work.lo lock.lo mutex.lo proc.lo sem.lo bar.lo ptrlock.lo time.lo fortran.lo affinity.lo -lrt
@@ -835,7 +827,7 @@
libtool: link: (cd ".libs" && rm -f "libgomp.so.1" && ln -s "libgomp.so.1.0.0" "libgomp.so.1")
libtool: link: (cd ".libs" && rm -f "libgomp.so" && ln -s "libgomp.so.1.0.0" "libgomp.so")
libtool: link: ar rc .libs/libgomp.a alloc.o barrier.o critical.o env.o error.o iter.o iter_ull.o loop.o loop_ull.o ordered.o parallel.o sections.o single.o task.o team.o work.o lock.o mutex.o proc.o sem.o bar.o ptrlock.o time.o fortran.o affinity.o
-@@ -11644,6 +11597,7 @@
+@@ -11644,6 +11596,7 @@
fi
make[6]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
[...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -L. -Wall -L../libgfortran -fsyntax-only omp_lib.f90
@@ -843,7 +835,7 @@
make[5]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
-@@ -11655,8 +11609,8 @@
+@@ -11655,8 +11608,8 @@
make[3]: Leaving directory `[...]/hurd/master.build'
Comparing stages 2 and 3
warning: gcc/cc1-checksum.o differs
@@ -853,7 +845,7 @@
Comparison successful.
if false; then \
rm -rf stage2-*; \
-@@ -11835,7 +11789,7 @@
+@@ -11835,7 +11788,7 @@
checking if the linker ([...]/hurd/master.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
@@ -862,7 +854,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -11865,7 +11819,7 @@
+@@ -11865,7 +11818,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -871,7 +863,7 @@
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
-@@ -11887,7 +11841,7 @@
+@@ -11887,7 +11840,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... yes
checking if [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
@@ -880,7 +872,7 @@
checking how to hardcode library paths into programs... immediate
checking for exception model to use... call frame
checking for compiler with PCH support... yes
-@@ -11935,8 +11889,8 @@
+@@ -11935,8 +11888,8 @@
checking for parallel mode support... yes
checking for extra compiler flags for building...
checking for extern template support... yes
@@ -891,7 +883,7 @@
checking for ENOLINK... yes
checking for EPROTO... yes
checking for ENODATA... yes
-@@ -12193,7 +12147,7 @@
+@@ -12194,7 +12147,7 @@
checking for sys/resource.h... (cached) yes
checking for RLIMIT_DATA... yes
checking for RLIMIT_RSS... yes
@@ -900,16 +892,7 @@
checking for RLIMIT_AS... yes
checking for RLIMIT_FSIZE... yes
checking for testsuite resource limits support... yes
-@@ -12209,7 +12163,7 @@
- checking for local stylesheet directory... no
- checking for dblatex... no
- checking for pdflatex... yes
--checking for ruby... yes
-+checking for ruby... no
- checking for dbtoepub... no
- configure: updating cache ./config.cache
- checking for gxx-include-dir... no
-@@ -12599,6 +12553,8 @@
+@@ -12600,6 +12553,8 @@
ln -s [...]/hurd/master/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true
/bin/dash ../libtool --tag CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o basic_file.lo basic_file.cc
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c basic_file.cc -fPIC -DPIC -o .libs/basic_file.o
@@ -918,7 +901,7 @@
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c basic_file.cc -o basic_file.o >/dev/null 2>&1
ln -s [...]/hurd/master/libstdc++-v3/config/locale/gnu/c_locale.cc ./c++locale.cc || true
/bin/dash ../libtool --tag CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c -o c++locale.lo c++locale.cc
-@@ -12676,7 +12632,7 @@
+@@ -12677,7 +12632,7 @@
libtool: link: (cd ".libs" && rm -f "libstdc++.so.6" && ln -s "libstdc++.so.6.0.17" "libstdc++.so.6")
libtool: link: (cd ".libs" && rm -f "libstdc++.so" && ln -s "libstdc++.so.6.0.17" "libstdc++.so")
libtool: link: (cd .libs/libstdc++.lax/libsupc++convenience.a && ar x "[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a")
@@ -927,7 +910,7 @@
libtool: link: ranlib .libs/libstdc++.a
libtool: link: rm -fr .libs/libstdc++.lax
libtool: link: ( cd ".libs" && rm -f "libstdc++.la" && ln -s "../libstdc++.la" "libstdc++.la" )
-@@ -12903,7 +12859,7 @@
+@@ -12904,7 +12859,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -936,7 +919,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -12923,7 +12879,7 @@
+@@ -12924,7 +12879,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -945,7 +928,7 @@
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
-@@ -13145,7 +13101,7 @@
+@@ -13147,7 +13102,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -954,7 +937,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -13165,7 +13121,7 @@
+@@ -13167,7 +13122,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -963,7 +946,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -13360,7 +13316,7 @@
+@@ -13362,7 +13317,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -972,7 +955,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -13380,7 +13336,7 @@
+@@ -13382,7 +13337,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -981,7 +964,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -14051,7 +14007,7 @@
+@@ -14053,7 +14008,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -990,7 +973,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -14071,7 +14027,7 @@
+@@ -14073,7 +14028,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -999,7 +982,7 @@
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
-@@ -14095,7 +14051,7 @@
+@@ -14097,7 +14052,7 @@
checking if [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... yes
checking if [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/gfortran -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
@@ -1008,7 +991,7 @@
checking how to hardcode library paths into programs... immediate
checking whether the GNU Fortran compiler is working... yes
checking for special C compiler options needed for large files... no
-@@ -16857,7 +16813,7 @@
+@@ -16859,7 +16814,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -1017,7 +1000,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -16888,7 +16844,7 @@
+@@ -16890,7 +16845,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -1026,7 +1009,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -16904,7 +16860,7 @@
+@@ -16906,7 +16861,7 @@
checking if [...]/hurd/master.build/./gcc/g++ -B[...]/hurd/master.build/./gcc/ -nostdinc++ -nostdinc++ -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -I[...]/hurd/master/libstdc++-v3/include/backward -I[...]/hurd/master/libstdc++-v3/testsuite/util -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... yes
checking if [...]/hurd/master.build/./gcc/g++ -B[...]/hurd/master.build/./gcc/ -nostdinc++ -nostdinc++ -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -I[...]/hurd/master/libstdc++-v3/include/backward -I[...]/hurd/master/libstdc++-v3/testsuite/util -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/g++ -B[...]/hurd/master.build/./gcc/ -nostdinc++ -nostdinc++ -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include/[ARCH] -I[...]/hurd/master.build/[ARCH]/libstdc++-v3/include -I[...]/hurd/master/libstdc++-v3/libsupc++ -I[...]/hurd/master/libstdc++-v3/include/backward -I[...]/hurd/master/libstdc++-v3/testsuite/util -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
@@ -1035,7 +1018,7 @@
checking how to hardcode library paths into programs... immediate
checking for thread model used by GCC... posix
checking for dlopen in -ldl... yes
-@@ -16958,7 +16914,7 @@
+@@ -16960,7 +16915,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -1044,7 +1027,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -16990,7 +16946,7 @@
+@@ -16992,7 +16947,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -1053,15 +1036,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -17022,7 +16978,6 @@
- make[3]: Entering directory `[...]/hurd/master.build/[ARCH]/boehm-gc/include'
- make all-am
- make[4]: Entering directory `[...]/hurd/master.build/[ARCH]/boehm-gc/include'
--make[4]: Nothing to be done for `all-am'.
- make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/boehm-gc/include'
- make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/boehm-gc/include'
- Making all in testsuite
-@@ -17280,6 +17235,7 @@
+@@ -17282,6 +17237,7 @@
-I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include \
-o encoding.lo
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include [...]/hurd/master/libobjc/encoding.c -c -I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include -fPIC -DPIC -o .libs/encoding.o
@@ -1069,7 +1044,7 @@
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include [...]/hurd/master/libobjc/encoding.c -c -I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include -o encoding.o >/dev/null 2>&1
/bin/dash ./libtool --mode=compile [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include [...]/hurd/master/libobjc/error.c -c \
-I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include \
-@@ -17364,6 +17320,11 @@
+@@ -17366,6 +17322,11 @@
-I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include \
-o thr.lo
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include [...]/hurd/master/libobjc/thr.c -c -I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include -fPIC -DPIC -o .libs/thr.o
@@ -1077,11 +1052,11 @@
+ from [...]/hurd/master/libobjc/../gcc/gthr.h:160,
+ from [...]/hurd/master/libobjc/thr.c:45:
+[...]/hurd/master/libobjc/../gcc/gthr-posix.h: In function '__gthread_objc_thread_set_priority':
-+[...]/hurd/master/libobjc/../gcc/gthr-posix.h:384:41: warning: unused parameter 'priority' [-Wunused-parameter]
++[...]/hurd/master/libobjc/../gcc/gthr-posix.h:389:41: warning: unused parameter 'priority' [-Wunused-parameter]
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include [...]/hurd/master/libobjc/thr.c -c -I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include -o thr.o >/dev/null 2>&1
/bin/dash ./libtool --mode=compile [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include [...]/hurd/master/libobjc/exception.c -c \
-I. -I[...]/hurd/master/libobjc -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions -I[...]/hurd/master/libobjc/../gcc -I[...]/hurd/master/libobjc/../gcc/config -I../.././gcc -I[...]/hurd/master/libobjc/../include -fexceptions \
-@@ -17463,7 +17424,7 @@
+@@ -17465,7 +17426,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -1090,7 +1065,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -17494,7 +17455,7 @@
+@@ -17496,7 +17457,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -1099,7 +1074,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -17739,7 +17700,7 @@
+@@ -17741,7 +17702,7 @@
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
checking whether ln -s works... yes
@@ -1108,7 +1083,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -17770,7 +17731,7 @@
+@@ -17772,7 +17733,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -1117,14 +1092,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -17829,13 +17790,13 @@
- checking for [ARCH]-dlltool... dlltool
- checking for gawk... (cached) gawk
- checking for jar... jar
--checking for zip... /usr/bin/zip
-+checking for zip... no
- checking for unzip... /usr/bin/unzip
- checking whether to enable maintainer-specific portions of Makefiles... no
+@@ -17837,7 +17798,7 @@
[ARCH]
checking if the linker ([...]/hurd/master.build/./gcc/collect-ld) is GNU ld... yes
checking if the GNU linker ([...]/hurd/master.build/./gcc/collect-ld) supports -Bsymbolic-functions... yes
@@ -1133,7 +1101,7 @@
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
-@@ -17846,7 +17807,7 @@
+@@ -17848,7 +17809,7 @@
checking if the linker ([...]/hurd/master.build/./gcc/collect-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... BSD nm
@@ -1142,7 +1110,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r
-@@ -17877,7 +17838,7 @@
+@@ -17879,7 +17840,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -1151,7 +1119,7 @@
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
-@@ -17899,7 +17860,7 @@
+@@ -17901,7 +17862,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... yes
checking if [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
@@ -1160,7 +1128,7 @@
checking how to hardcode library paths into programs... immediate
checking for [ARCH]-gcj... [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include
checking dependency style of [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include ... gcc3
-@@ -17961,8 +17922,8 @@
+@@ -17963,8 +17924,8 @@
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for dladdr in -ldl... yes
@@ -1171,7 +1139,7 @@
checking for ld used by GCC... [...]/hurd/master.build/./gcc/collect-ld
checking if the linker ([...]/hurd/master.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for shared library run path origin... done
-@@ -18098,8 +18059,8 @@
+@@ -18100,8 +18061,8 @@
config.status: linking ../../../master/libjava/sysdep/i386/locks.h to sysdep/locks.h
config.status: linking ../../../master/libjava/sysdep/generic/backtrace.h to sysdep/backtrace.h
config.status: linking ../../../master/libjava/sysdep/descriptor-n.h to sysdep/descriptor.h
@@ -1182,7 +1150,7 @@
config.status: executing default-1 commands
Adding multilib support to Makefile in ../../../master/libjava
multidirs=
-@@ -18159,7 +18120,7 @@
+@@ -18161,7 +18122,7 @@
checking if the linker ([...]/hurd/master.build/./gcc/collect-ld) is GNU ld... (cached) yes
checking for BSD- or MS-compatible name lister (nm)... (cached) [...]/hurd/master.build/./gcc/nm
checking the name lister ([...]/hurd/master.build/./gcc/nm) interface... (cached) BSD nm
@@ -1191,7 +1159,7 @@
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... (cached) -r
-@@ -18179,7 +18140,7 @@
+@@ -18181,7 +18142,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
@@ -1200,7 +1168,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -18206,7 +18167,7 @@
+@@ -18208,7 +18169,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking if [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
@@ -1209,7 +1177,7 @@
checking how to hardcode library paths into programs... immediate
checking __attribute__((,,))... yes
checking __attribute__((unused))... yes
-@@ -18217,9 +18178,9 @@
+@@ -18219,9 +18180,9 @@
checking for sys/types.h... (cached) yes
checking for sys/config.h... (cached) no
checking for sys/ioctl.h... (cached) yes
@@ -1222,7 +1190,7 @@
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking utime.h usability... yes
-@@ -18242,9 +18203,9 @@
+@@ -18244,9 +18205,9 @@
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
@@ -1235,7 +1203,7 @@
checking for ifaddrs.h... (cached) yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
-@@ -18301,8 +18262,8 @@
+@@ -18303,8 +18264,8 @@
checking for statvfs... yes
checking for mmap... (cached) yes
checking for munmap... yes
@@ -1246,7 +1214,7 @@
checking for madvise... yes
checking for getpagesize... yes
checking for sysconf... yes
-@@ -18314,7 +18275,7 @@
+@@ -18316,7 +18277,7 @@
checking for getifaddrs... (cached) yes
checking for kqueue... no
checking for kevent... no
@@ -1255,7 +1223,7 @@
checking for getloadavg... yes
checking for magic_open in -lmagic... no
checking whether struct sockaddr_in6 is in netinet/in.h... yes
-@@ -18339,13 +18300,13 @@
+@@ -18341,7 +18302,7 @@
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
@@ -1264,14 +1232,7 @@
checking whether to enable maintainer-specific portions of Makefiles... no
checking for mkdir... /bin/mkdir
checking for cp... /bin/cp
- checking for date... /bin/date
- checking for find... /usr/bin/find
--checking for zip... (cached) /usr/bin/zip
-+checking for zip... (cached) no
- checking for a jar-like tool... trying fastjar, gjar and jar
- checking for fastjar... /usr/bin/fastjar
- checking whether to regenerate parsers with jay... no
-@@ -18481,7 +18442,7 @@
+@@ -18483,7 +18444,7 @@
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
@@ -1280,7 +1241,7 @@
checking command to parse [...]/hurd/master.build/./gcc/nm output from [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include object... (cached) ok
checking for objdir... (cached) .libs
checking for [ARCH]-ar... (cached) ar
-@@ -18494,7 +18455,7 @@
+@@ -18496,7 +18457,7 @@
checking if [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include supports -c -o file.o... (cached) yes
checking whether the [...]/hurd/master.build/./gcc/xgcc -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include linker ([...]/hurd/master.build/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
@@ -1289,7 +1250,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -18505,7 +18466,7 @@
+@@ -18507,7 +18468,7 @@
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... (cached) LD_LIBRARY_PATH
@@ -1298,25 +1259,7 @@
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... (cached) no
-@@ -18660,7 +18621,7 @@
- make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/zlib'
- make[2]: Leaving directory `[...]/hurd/master.build/[ARCH]/zlib'
- make[2]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
--: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" DO=all multi-do
-+: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" DO=all multi-do
- make[3]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
- if [ -z "" ]; then \
- true; \
-@@ -18676,7 +18637,7 @@
- else \
- if [ -d ../${dir}/${lib} ]; then \
- flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
-- if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" \
-+ if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" \
- CFLAGS="-g -O2 ${flags}" \
- CCASFLAGS=" ${flags}" \
- FCFLAGS=" ${flags}" \
-@@ -18750,705 +18711,705 @@
+@@ -18751,705 +18712,705 @@
Adding java source files from VM directory [...]/hurd/master.build/[ARCH]/libjava
Adding generated files in builddir '..'.
touch compile-classes
@@ -2645,15 +2588,7 @@
touch resources
make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libjava/classpath/lib'
Making all in doc
-@@ -19571,7 +19532,6 @@
- make[4]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava/classpath/include'
- make all-am
- make[5]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava/classpath/include'
--make[5]: Nothing to be done for `all-am'.
- make[5]: Leaving directory `[...]/hurd/master.build/[ARCH]/libjava/classpath/include'
- make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libjava/classpath/include'
- Making all in native
-@@ -19800,30 +19760,30 @@
+@@ -19801,30 +19762,30 @@
echo -n > vm-tools.lst; \
fi
cat classes.lst asm.lst vm-tools.lst > all-classes.lst
@@ -2700,98 +2635,51 @@
cp ../../../../../master/libjava/classpath/tools/resource/com/sun/tools/javac/messages.properties classes/com/sun/tools/javac/messages.properties
cp ../../../../../master/libjava/classpath/tools/resource/sun/rmi/rmic/messages.properties classes/sun/rmi/rmic/messages.properties
cp -pR ../../../../../master/libjava/classpath/tools/asm .
-@@ -19901,10 +19861,10 @@
- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packageclasses.xsl classes/doctranslets/html/packageclasses.xsl
- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/doctranslets/html/packagedoc.xsl classes/doctranslets/html/packagedoc.xsl
- (cd classes; \
-- [...]/hurd/master.build/[ARCH]/libjava/scripts/jar cf ../tools.zip .; \
-+ jar cf ../tools.zip .; \
- cd ..)
- (cd asm; \
-- [...]/hurd/master.build/[ARCH]/libjava/scripts/jar uf ../tools.zip .; \
-+ jar uf ../tools.zip .; \
- cd ..)
- rm -rf asm classes classes.lst asm.lst
- make all-am
-@@ -20099,6 +20059,9 @@
+@@ -20066,6 +20027,9 @@
/bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gnu/gcj/util/natGCInfo.lo -MD -MP -MF $depbase.Tpo -c -o gnu/gcj/util/natGCInfo.lo ../../../master/libjava/gnu/gcj/util/natGCInfo.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gnu/gcj/util/natGCInfo.lo -MD -MP -MF gnu/gcj/util/.deps/natGCInfo.Tpo -c ../../../master/libjava/gnu/gcj/util/natGCInfo.cc -fPIC -DPIC -o gnu/gcj/util/.libs/natGCInfo.o
+../../../master/libjava/gnu/gcj/util/natGCInfo.cc:440:1: warning: unused parameter 'name' [-Wunused-parameter]
+../../../master/libjava/gnu/gcj/util/natGCInfo.cc:446:1: warning: unused parameter 'name' [-Wunused-parameter]
+../../../master/libjava/gnu/gcj/util/natGCInfo.cc:452:1: warning: unused parameter 'name' [-Wunused-parameter]
- libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gnu/gcj/util/natGCInfo.lo -MD -MP -MF gnu/gcj/util/.deps/natGCInfo.Tpo -c ../../../master/libjava/gnu/gcj/util/natGCInfo.cc -o gnu/gcj/util/natGCInfo.o >/dev/null 2>&1
depbase=`echo gnu/java/lang/natMainThread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gnu/java/lang/natMainThread.lo -MD -MP -MF $depbase.Tpo -c -o gnu/java/lang/natMainThread.lo ../../../master/libjava/gnu/java/lang/natMainThread.cc &&\
-@@ -20159,6 +20122,8 @@
+ mv -f $depbase.Tpo $depbase.Plo
+@@ -20114,6 +20078,8 @@
/bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gnu/java/net/natPlainSocketImpl.lo -MD -MP -MF $depbase.Tpo -c -o gnu/java/net/natPlainSocketImpl.lo gnu/java/net/natPlainSocketImpl.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gnu/java/net/natPlainSocketImpl.lo -MD -MP -MF gnu/java/net/.deps/natPlainSocketImpl.Tpo -c gnu/java/net/natPlainSocketImpl.cc -fPIC -DPIC -o gnu/java/net/.libs/natPlainSocketImpl.o
+gnu/java/net/natPlainSocketImpl.cc: In member function 'virtual jint gnu::java::net::PlainSocketImpl::available()':
+gnu/java/net/natPlainSocketImpl.cc:515:27: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
- libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gnu/java/net/natPlainSocketImpl.lo -MD -MP -MF gnu/java/net/.deps/natPlainSocketImpl.Tpo -c gnu/java/net/natPlainSocketImpl.cc -o gnu/java/net/natPlainSocketImpl.o >/dev/null 2>&1
depbase=`echo gnu/java/net/protocol/core/natCoreInputStream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gnu/java/net/protocol/core/natCoreInputStream.lo -MD -MP -MF $depbase.Tpo -c -o gnu/java/net/protocol/core/natCoreInputStream.lo ../../../master/libjava/gnu/java/net/protocol/core/natCoreInputStream.cc &&\
-@@ -20189,6 +20154,8 @@
+ mv -f $depbase.Tpo $depbase.Plo
+@@ -20138,6 +20104,8 @@
/bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gnu/java/nio/channels/natFileChannelImpl.lo -MD -MP -MF $depbase.Tpo -c -o gnu/java/nio/channels/natFileChannelImpl.lo gnu/java/nio/channels/natFileChannelImpl.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gnu/java/nio/channels/natFileChannelImpl.lo -MD -MP -MF gnu/java/nio/channels/.deps/natFileChannelImpl.Tpo -c gnu/java/nio/channels/natFileChannelImpl.cc -fPIC -DPIC -o gnu/java/nio/channels/.libs/natFileChannelImpl.o
+gnu/java/nio/channels/natFileChannelImpl.cc: In member function 'jint gnu::java::nio::channels::FileChannelImpl::available()':
+gnu/java/nio/channels/natFileChannelImpl.cc:388:20: warning: enumeral and non-enumeral type in conditional expression [enabled by default]
- libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gnu/java/nio/channels/natFileChannelImpl.lo -MD -MP -MF gnu/java/nio/channels/.deps/natFileChannelImpl.Tpo -c gnu/java/nio/channels/natFileChannelImpl.cc -o gnu/java/nio/channels/natFileChannelImpl.o >/dev/null 2>&1
depbase=`echo gnu/java/security/jce/prng/natVMSecureRandom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gnu/java/security/jce/prng/natVMSecureRandom.lo -MD -MP -MF $depbase.Tpo -c -o gnu/java/security/jce/prng/natVMSecureRandom.lo gnu/java/security/jce/prng/natVMSecureRandom.cc &&\
-@@ -20414,7 +20381,7 @@
- libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT posix-threads.lo -MD -MP -MF .deps/posix-threads.Tpo -c ../../../master/libjava/posix-threads.cc -o posix-threads.o >/dev/null 2>&1
- here=`pwd`; cd ../../../master/libjava/classpath/lib; \
- find gnu java javax org sun -name .svn -prune -o -name '*.class' -print | \
-- [...]/hurd/master.build/[ARCH]/libjava/scripts/jar -cfM@ $here/libgcj-4.7.0.jar
-+ jar -cfM@ $here/libgcj-4.7.0.jar
- /bin/dash ./libtool --tag=GCJ --mode=compile [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -ffloat-store -fomit-frame-pointer -Usun -fclasspath= -fbootclasspath=../../../master/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -o java/lang/Object.lo -fsource-filename=../../../master/libjava/java/lang/Object.java ../../../master/libjava/classpath/lib/java/lang/Object.class
- libtool: compile: [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -ffloat-store -fomit-frame-pointer -Usun -fclasspath= -fbootclasspath=../../../master/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -fsource-filename=../../../master/libjava/java/lang/Object.java ../../../master/libjava/classpath/lib/java/lang/Object.class -fPIC -o java/lang/.libs/Object.o
- libtool: compile: [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -ffloat-store -fomit-frame-pointer -Usun -fclasspath= -fbootclasspath=../../../master/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -fsource-filename=../../../master/libjava/java/lang/Object.java ../../../master/libjava/classpath/lib/java/lang/Object.class -o java/lang/Object.o >/dev/null 2>&1
-@@ -23266,12 +23233,12 @@
- libtool: link: ln org/ietf/jgss/MessagesBundle.properties.o .libs/libgcj.lax/lt90-MessagesBundle.properties.o || cp org/ietf/jgss/MessagesBundle.properties.o .libs/libgcj.lax/lt90-MessagesBundle.properties.o
- libtool: link: ln .libs/libgcj.lax/libffi_convenience.a/debug.o .libs/libgcj.lax/lt91-debug.o || cp .libs/libgcj.lax/libffi_convenience.a/debug.o .libs/libgcj.lax/lt91-debug.o
- libtool: link: ln .libs/libgcj.lax/libgcjgc_convenience.a/misc.o .libs/libgcj.lax/lt92-misc.o || cp .libs/libgcj.lax/libgcjgc_convenience.a/misc.o .libs/libgcj.lax/lt92-misc.o
--libtool: link: ar rc .libs/libgcj.a prims.o jni.o exception.o stacktrace.o link.o defineclass.o verify.o jvmti.o interpret.o gnu/classpath/jdwp/natVMFrame.o gnu/classpath/jdwp/natVMMethod.o gnu/classpath/jdwp/natVMVirtualMachine.o gnu/classpath/natConfiguration.o gnu/classpath/natSystemProperties.o gnu/classpath/natVMStackWalker.o gnu/gcj/natCore.o gnu/gcj/convert/JIS0208_to_Unicode.o gnu/gcj/convert/JIS0212_to_Unicode.o gnu/gcj/convert/Unicode_to_JIS.o gnu/gcj/convert/natIconv.o gnu/gcj/convert/natInput_EUCJIS.o gnu/gcj/convert/natInput_SJIS.o gnu/gcj/convert/natOutput_EUCJIS.o gnu/gcj/convert/natOutput_SJIS.o gnu/gcj/io/natSimpleSHSStream.o gnu/gcj/io/shs.o gnu/gcj/jvmti/natBreakpoint.o gnu/gcj/jvmti/natNormalBreakpoint.o gnu/gcj/runtime/natFinalizerThread.o gnu/gcj/runtime/natSharedLibLoader.o gnu/gcj/runtime/natSystemClassLoader.o gnu/gcj/runtime/natStringBuffer.o gnu/gcj/util/natDebug.o gnu/gcj/util/natGCInfo.o gnu/java/lang/natMainThread.o gnu/java/lang/management/natVMClassLoadingMXBeanImpl.o gnu/java/lang/management/natVMCompilationMXBeanImpl.o gnu/java/lang/management/natVMGarbageCollectorMXBeanImpl.o gnu/java/lang/management/natVMMemoryMXBeanImpl.o gnu/java/lang/management/natVMMemoryManagerMXBeanImpl.o gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.o gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.o gnu/java/lang/management/natVMRuntimeMXBeanImpl.o gnu/java/lang/management/natVMThreadMXBeanImpl.o gnu/java/net/natPlainDatagramSocketImpl.o gnu/java/net/natPlainSocketImpl.o gnu/java/net/protocol/core/natCoreInputStream.o gnu/java/nio/natVMPipe.o gnu/java/nio/natVMSelector.o gnu/java/nio/natNIOServerSocket.o gnu/java/nio/natVMChannel.o gnu/java/nio/channels/natFileChannelImpl.o gnu/java/security/jce/prng/natVMSecureRandom.o java/io/natFile.o java/io/natVMObjectInputStream.o java/io/natVMObjectStreamClass.o java/lang/natCharacter.o java/lang/natClass.o java/lang/natClassLoader.o java/lang/natConcreteProcess.o java/lang/natVMDouble.o java/lang/natVMFloat.o java/lang/natMath.o java/lang/natObject.o java/lang/natRuntime.o java/lang/natString.o java/lang/natAbstractStringBuffer.o java/lang/natSystem.o java/lang/natThread.o java/lang/natThreadLocal.o java/lang/natVMClassLoader.o java/lang/natVMProcess.o java/lang/natVMThrowable.o java/lang/ref/natReference.o java/lang/reflect/natArray.o java/lang/reflect/natConstructor.o java/lang/reflect/natField.o java/lang/reflect/natMethod.o java/lang/reflect/natVMProxy.o java/net/natVMInetAddress.o java/net/natVMNetworkInterface.o java/net/natVMURLConnection.o java/nio/channels/natVMChannels.o java/nio/natVMDirectByteBufferImpl.o java/security/natVMAccessController.o java/security/natVMAccessControlState.o java/text/natCollator.o java/util/natVMTimeZone.o java/util/concurrent/atomic/natAtomicLong.o java/util/logging/natLogger.o java/util/zip/natDeflater.o java/util/zip/natInflater.o sun/misc/natUnsafe.o boehm.o posix.o posix-threads.o java/lang/Object.o java/lang/Class.o java/process-Posix.o gnu/awt.o gnu/awt/j2d.o gnu/classpath.o gnu/classpath/debug.o gnu/classpath/toolkit.o gnu/gcj.o gnu/gcj/convert.o gnu/gcj/io.o gnu/gcj/runtime.o gnu/gcj/util.o .libs/libgcj.lax/lt1-awt.o gnu/java/awt/color.o gnu/java/awt/dnd.o gnu/java/awt/font.o gnu/java/awt/font/autofit.o gnu/java/awt/font/opentype.o gnu/java/awt/font/opentype/truetype.o gnu/java/awt/image.o gnu/java/awt/java2d.o gnu/java/awt/peer.o gnu/java/awt/peer/headless.o gnu/java/awt/print.o .libs/libgcj.lax/lt2-io.o gnu/java/lang.o gnu/java/lang/reflect.o gnu/java/locale.o gnu/java/net.o gnu/java/net/loader.o gnu/java/net/local.o gnu/java/net/protocol/core.o gnu/java/net/protocol/file.o gnu/java/net/protocol/ftp.o gnu/java/net/protocol/gcjlib.o gnu/java/net/protocol/http.o gnu/java/net/protocol/https.o gnu/java/net/protocol/jar.o gnu/java/nio.o gnu/java/nio/channels.o gnu/java/nio/charset.o gnu/java/rmi.o gnu/java/rmi/activation.o gnu/java/rmi/dgc.o gnu/java/rmi/registry.o gnu/java/rmi/server.o gnu/java/security.o gnu/java/security/action.o gnu/java/security/ber.o gnu/java/security/der.o gnu/java/security/hash.o .libs/libgcj.lax/lt3-hash.o gnu/java/security/jce/prng.o gnu/java/security/jce/sig.o gnu/java/security/key.o gnu/java/security/key/dss.o gnu/java/security/key/rsa.o gnu/java/security/pkcs.o .libs/libgcj.lax/lt4-prng.o gnu/java/security/provider.o .libs/libgcj.lax/lt5-sig.o .libs/libgcj.lax/lt6-dss.o .libs/libgcj.lax/lt7-rsa.o .libs/libgcj.lax/lt8-util.o gnu/java/security/x509.o gnu/java/security/x509/ext.o gnu/java/text.o .libs/libgcj.lax/lt9-util.o .libs/libgcj.lax/lt10-jar.o gnu/java/util/prefs.o gnu/java/util/regex.o gnu/javax/activation/viewers.o gnu/javax/crypto.o gnu/javax/crypto/assembly.o gnu/javax/crypto/cipher.o gnu/javax/crypto/jce.o .libs/libgcj.lax/lt11-cipher.o .libs/libgcj.lax/lt12-key.o gnu/javax/crypto/jce/keyring.o gnu/javax/crypto/jce/mac.o gnu/javax/crypto/jce/params.o .libs/libgcj.lax/lt13-prng.o .libs/libgcj.lax/lt14-sig.o gnu/javax/crypto/jce/spec.o .libs/libgcj.lax/lt15-key.o gnu/javax/crypto/key/dh.o gnu/javax/crypto/key/srp6.o .libs/libgcj.lax/lt16-keyring.o gnu/javax/crypto/kwa.o .libs/libgcj.lax/lt17-mac.o gnu/javax/crypto/mode.o gnu/javax/crypto/pad.o .libs/libgcj.lax/lt18-prng.o gnu/javax/crypto/sasl.o gnu/javax/crypto/sasl/anonymous.o gnu/javax/crypto/sasl/crammd5.o gnu/javax/crypto/sasl/plain.o gnu/javax/crypto/sasl/srp.o gnu/javax/imageio.o gnu/javax/imageio/bmp.o gnu/javax/imageio/gif.o gnu/javax/imageio/jpeg.o gnu/javax/imageio/png.o gnu/javax/naming/giop.o gnu/javax/naming/ictxImpl/trans.o gnu/javax/naming/jndi/url/corbaname.o .libs/libgcj.lax/lt19-rmi.o gnu/javax/net/ssl.o .libs/libgcj.lax/lt20-provider.o .libs/libgcj.lax/lt21-print.o gnu/javax/print/ipp.o gnu/javax/print/ipp/attribute.o gnu/javax/print/ipp/attribute/defaults.o gnu/javax/print/ipp/attribute/job.o gnu/javax/print/ipp/attribute/printer.o gnu/javax/print/ipp/attribute/supported.o gnu/javax/security/auth.o gnu/javax/security/auth/callback.o gnu/javax/security/auth/login.o gnu/javax/sound.o gnu/javax/sound/sampled/AU.o gnu/javax/sound/sampled/WAV.o gnu/javax/swing/plaf/gnu.o gnu/javax/swing/plaf/metal.o gnu/javax/swing/text/html.o gnu/javax/swing/text/html/css.o gnu/javax/swing/text/html/parser/GnuParserDelegator.o gnu/javax/swing/text/html/parser/HTML_401F.o gnu/javax/swing/text/html/parser/SmallHtmlAttributeSet.o gnu/javax/swing/text/html/parser/gnuDTD.o gnu/javax/swing/text/html/parser/htmlAttributeSet.o gnu/javax/swing/text/html/parser/htmlValidator.o gnu/javax/swing/text/html/parser/models.o gnu/javax/swing/text/html/parser/support.o gnu/javax/swing/text/html/parser/support/low.o gnu/javax/swing/tree.o java/applet.o .libs/libgcj.lax/lt22-awt.o .libs/libgcj.lax/lt23-color.o java/awt/datatransfer.o .libs/libgcj.lax/lt24-dnd.o .libs/libgcj.lax/lt25-peer.o java/awt/event.o .libs/libgcj.lax/lt26-font.o java/awt/geom.o java/awt/im.o java/awt/im/spi.o .libs/libgcj.lax/lt27-image.o java/awt/image/renderable.o .libs/libgcj.lax/lt28-peer.o .libs/libgcj.lax/lt29-print.o java/beans.o java/beans/beancontext.o .libs/libgcj.lax/lt30-io.o .libs/libgcj.lax/lt31-lang.o java/lang/annotation.o java/lang/instrument.o java/lang/ref.o .libs/libgcj.lax/lt32-reflect.o java/math.o .libs/libgcj.lax/lt33-net.o .libs/libgcj.lax/lt34-nio.o .libs/libgcj.lax/lt35-channels.o .libs/libgcj.lax/lt36-spi.o .libs/libgcj.lax/lt37-charset.o .libs/libgcj.lax/lt38-spi.o .libs/libgcj.lax/lt39-rmi.o .libs/libgcj.lax/lt40-activation.o .libs/libgcj.lax/lt41-dgc.o .libs/libgcj.lax/lt42-registry.o .libs/libgcj.lax/lt43-server.o .libs/libgcj.lax/lt44-security.o java/security/acl.o java/security/cert.o java/security/interfaces.o .libs/libgcj.lax/lt45-spec.o java/sql.o .libs/libgcj.lax/lt46-text.o .libs/libgcj.lax/lt47-spi.o .libs/libgcj.lax/lt48-util.o java/util/concurrent.o java/util/concurrent/atomic.o java/util/concurrent/locks.o .libs/libgcj.lax/lt49-jar.o java/util/logging.o .libs/libgcj.lax/lt50-prefs.o .libs/libgcj.lax/lt51-regex.o .libs/libgcj.lax/lt52-spi.o java/util/zip.o javax/accessibility.o .libs/libgcj.lax/lt53-activation.o javax/activity.o .libs/libgcj.lax/lt54-crypto.o .libs/libgcj.lax/lt55-interfaces.o .libs/libgcj.lax/lt56-spec.o javax/management.o javax/management/loading.o javax/management/openmbean.o javax/management/remote.o .libs/libgcj.lax/lt57-rmi.o javax/naming.o javax/naming/directory.o .libs/libgcj.lax/lt58-event.o javax/naming/ldap.o .libs/libgcj.lax/lt59-spi.o .libs/libgcj.lax/lt60-net.o .libs/libgcj.lax/lt61-ssl.o .libs/libgcj.lax/lt62-print.o .libs/libgcj.lax/lt63-attribute.o javax/print/attribute/standard.o .libs/libgcj.lax/lt64-event.o .libs/libgcj.lax/lt65-auth.o .libs/libgcj.lax/lt66-callback.o javax/security/auth/kerberos.o .libs/libgcj.lax/lt67-login.o .libs/libgcj.lax/lt68-spi.o javax/security/auth/x500.o .libs/libgcj.lax/lt69-cert.o .libs/libgcj.lax/lt70-sasl.o javax/sound/midi.o .libs/libgcj.lax/lt71-spi.o javax/sound/sampled.o .libs/libgcj.lax/lt72-spi.o .libs/libgcj.lax/lt73-sql.o javax/swing.o javax/swing/border.o javax/swing/colorchooser.o .libs/libgcj.lax/lt74-event.o javax/swing/filechooser.o javax/swing/plaf.o javax/swing/plaf/basic.o .libs/libgcj.lax/lt75-metal.o javax/swing/plaf/multi.o javax/swing/plaf/synth.o javax/swing/table.o .libs/libgcj.lax/lt76-text.o .libs/libgcj.lax/lt77-html.o javax/swing/text/html/parser.o javax/swing/text/rtf.o .libs/libgcj.lax/lt78-tree.o javax/swing/undo.o javax/tools.o javax/transaction.o javax/transaction/xa.o org/ietf/jgss.o .libs/libgcj.lax/lt79-awt.o sun/misc.o .libs/libgcj.lax/lt80-reflect.o .libs/libgcj.lax/lt81-annotation.o .libs/libgcj.lax/lt82-misc.o gnu/classpath/jdwp.o .libs/libgcj.lax/lt83-event.o gnu/classpath/jdwp/event/filters.o .libs/libgcj.lax/lt84-exception.o gnu/classpath/jdwp/id.o gnu/classpath/jdwp/processor.o gnu/classpath/jdwp/transport.o .libs/libgcj.lax/lt85-util.o gnu/classpath/jdwp/value.o .libs/libgcj.lax/lt86-jvmti.o gnu/java/awt/font/fonts.properties.o gnu/java/awt/peer/gtk/font.properties.o .libs/libgcj.lax/lt87-fonts.properties.o gnu/java/awt/peer/x/xfonts.properties.o gnu/java/locale/LocaleInformation.properties.o gnu/java/locale/LocaleInformation_aa.properties.o gnu/java/locale/LocaleInformation_aa_DJ.properties.o gnu/java/locale/LocaleInformation_aa_ER.properties.o gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties.o gnu/java/locale/LocaleInformation_aa_ET.properties.o gnu/java/locale/LocaleInformation_af.properties.o gnu/java/locale/LocaleInformation_af_NA.properties.o gnu/java/locale/LocaleInformation_af_ZA.properties.o gnu/java/locale/LocaleInformation_ak.properties.o gnu/java/locale/LocaleInformation_am.properties.o gnu/java/locale/LocaleInformation_am_ET.properties.o gnu/java/locale/LocaleInformation_ar.properties.o gnu/java/locale/LocaleInformation_ar_DZ.properties.o gnu/java/locale/LocaleInformation_ar_JO.properties.o gnu/java/locale/LocaleInformation_ar_LB.properties.o gnu/java/locale/LocaleInformation_ar_MA.properties.o gnu/java/locale/LocaleInformation_ar_QA.properties.o gnu/java/locale/LocaleInformation_ar_SA.properties.o gnu/java/locale/LocaleInformation_ar_SY.properties.o gnu/java/locale/LocaleInformation_ar_TN.properties.o gnu/java/locale/LocaleInformation_ar_YE.properties.o gnu/java/locale/LocaleInformation_as.properties.o gnu/java/locale/LocaleInformation_as_IN.properties.o gnu/java/locale/LocaleInformation_az.properties.o gnu/java/locale/LocaleInformation_az_Cyrl.properties.o gnu/java/locale/LocaleInformation_be.properties.o gnu/java/locale/LocaleInformation_be_BY.properties.o gnu/java/locale/LocaleInformation_bg.properties.o gnu/java/locale/LocaleInformation_bg_BG.properties.o gnu/java/locale/LocaleInformation_bn.properties.o gnu/java/locale/LocaleInformation_bn_IN.properties.o gnu/java/locale/LocaleInformation_bo.properties.o gnu/java/locale/LocaleInformation_bs.properties.o gnu/java/locale/LocaleInformation_byn.properties.o gnu/java/locale/LocaleInformation_byn_ER.properties.o gnu/java/locale/LocaleInformation_ca.properties.o gnu/java/locale/LocaleInformation_ca_ES.properties.o gnu/java/locale/LocaleInformation_cch.properties.o gnu/java/locale/LocaleInformation_cop.properties.o gnu/java/locale/LocaleInformation_cs.properties.o gnu/java/locale/LocaleInformation_cs_CZ.properties.o gnu/java/locale/LocaleInformation_cy.properties.o gnu/java/locale/LocaleInformation_cy_GB.properties.o gnu/java/locale/LocaleInformation_da.properties.o gnu/java/locale/LocaleInformation_da_DK.properties.o gnu/java/locale/LocaleInformation_de.properties.o gnu/java/locale/LocaleInformation_de_AT.properties.o gnu/java/locale/LocaleInformation_de_BE.properties.o gnu/java/locale/LocaleInformation_de_CH.properties.o gnu/java/locale/LocaleInformation_de_DE.properties.o gnu/java/locale/LocaleInformation_de_LI.properties.o gnu/java/locale/LocaleInformation_de_LU.properties.o gnu/java/locale/LocaleInformation_dv.properties.o gnu/java/locale/LocaleInformation_dv_MV.properties.o gnu/java/locale/LocaleInformation_dz.properties.o gnu/java/locale/LocaleInformation_dz_BT.properties.o gnu/java/locale/LocaleInformation_ee.properties.o gnu/java/locale/LocaleInformation_el.properties.o gnu/java/locale/LocaleInformation_el_CY.properties.o gnu/java/locale/LocaleInformation_el_GR.properties.o gnu/java/locale/LocaleInformation_en.properties.o gnu/java/locale/LocaleInformation_en_AS.properties.o gnu/java/locale/LocaleInformation_en_AU.properties.o gnu/java/locale/LocaleInformation_en_BE.properties.o gnu/java/locale/LocaleInformation_en_BW.properties.o gnu/java/locale/LocaleInformation_en_BZ.properties.o gnu/java/locale/LocaleInformation_en_CA.properties.o gnu/java/locale/LocaleInformation_en_Dsrt.properties.o gnu/java/locale/LocaleInformation_en_GB.properties.o gnu/java/locale/LocaleInformation_en_GU.properties.o gnu/java/locale/LocaleInformation_en_HK.properties.o gnu/java/locale/LocaleInformation_en_IE.properties.o gnu/java/locale/LocaleInformation_en_IN.properties.o gnu/java/locale/LocaleInformation_en_JM.properties.o gnu/java/locale/LocaleInformation_en_MH.properties.o gnu/java/locale/LocaleInformation_en_MP.properties.o gnu/java/locale/LocaleInformation_en_MT.properties.o gnu/java/locale/LocaleInformation_en_NA.properties.o gnu/java/locale/LocaleInformation_en_NZ.properties.o gnu/java/locale/LocaleInformation_en_PH.properties.o gnu/java/locale/LocaleInformation_en_PK.properties.o gnu/java/locale/LocaleInformation_en_SG.properties.o gnu/java/locale/LocaleInformation_en_Shaw.properties.o gnu/java/locale/LocaleInformation_en_TT.properties.o gnu/java/locale/LocaleInformation_en_UM.properties.o gnu/java/locale/LocaleInformation_en_US.properties.o gnu/java/locale/LocaleInformation_en_US_POSIX.properties.o gnu/java/locale/LocaleInformation_en_VI.properties.o gnu/java/locale/LocaleInformation_en_ZA.properties.o gnu/java/locale/LocaleInformation_en_ZW.properties.o gnu/java/locale/LocaleInformation_eo.properties.o gnu/java/locale/LocaleInformation_es.properties.o gnu/java/locale/LocaleInformation_es_AR.properties.o gnu/java/locale/LocaleInformation_es_BO.properties.o gnu/java/locale/LocaleInformation_es_CL.properties.o gnu/java/locale/LocaleInformation_es_CO.properties.o gnu/java/locale/LocaleInformation_es_CR.properties.o gnu/java/locale/LocaleInformation_es_DO.properties.o gnu/java/locale/LocaleInformation_es_EC.properties.o gnu/java/locale/LocaleInformation_es_ES.properties.o gnu/java/locale/LocaleInformation_es_GT.properties.o gnu/java/locale/LocaleInformation_es_HN.properties.o gnu/java/locale/LocaleInformation_es_MX.properties.o gnu/java/locale/LocaleInformation_es_NI.properties.o gnu/java/locale/LocaleInformation_es_PA.properties.o gnu/java/locale/LocaleInformation_es_PE.properties.o gnu/java/locale/LocaleInformation_es_PR.properties.o gnu/java/locale/LocaleInformation_es_PY.properties.o gnu/java/locale/LocaleInformation_es_SV.properties.o gnu/java/locale/LocaleInformation_es_US.properties.o gnu/java/locale/LocaleInformation_es_UY.properties.o gnu/java/locale/LocaleInformation_es_VE.properties.o gnu/java/locale/LocaleInformation_et.properties.o gnu/java/locale/LocaleInformation_et_EE.properties.o gnu/java/locale/LocaleInformation_eu.properties.o gnu/java/locale/LocaleInformation_eu_ES.properties.o gnu/java/locale/LocaleInformation_fa.properties.o gnu/java/locale/LocaleInformation_fa_AF.properties.o gnu/java/locale/LocaleInformation_fa_IR.properties.o gnu/java/locale/LocaleInformation_fi.properties.o gnu/java/locale/LocaleInformation_fi_FI.properties.o gnu/java/locale/LocaleInformation_fil.properties.o gnu/java/locale/LocaleInformation_fo.properties.o gnu/java/locale/LocaleInformation_fo_FO.properties.o gnu/java/locale/LocaleInformation_fr.properties.o gnu/java/locale/LocaleInformation_fr_BE.properties.o gnu/java/locale/LocaleInformation_fr_CA.properties.o gnu/java/locale/LocaleInformation_fr_CH.properties.o gnu/java/locale/LocaleInformation_fr_LU.properties.o gnu/java/locale/LocaleInformation_fur.properties.o gnu/java/locale/LocaleInformation_ga.properties.o gnu/java/locale/LocaleInformation_ga_IE.properties.o gnu/java/locale/LocaleInformation_gaa.properties.o gnu/java/locale/LocaleInformation_gez.properties.o gnu/java/locale/LocaleInformation_gez_ER.properties.o gnu/java/locale/LocaleInformation_gez_ET.properties.o gnu/java/locale/LocaleInformation_gl.properties.o gnu/java/locale/LocaleInformation_gl_ES.properties.o gnu/java/locale/LocaleInformation_gu.properties.o gnu/java/locale/LocaleInformation_gu_IN.properties.o gnu/java/locale/LocaleInformation_gv.properties.o gnu/java/locale/LocaleInformation_gv_GB.properties.o gnu/java/locale/LocaleInformation_ha.properties.o gnu/java/locale/LocaleInformation_ha_Arab.properties.o gnu/java/locale/LocaleInformation_haw.properties.o gnu/java/locale/LocaleInformation_haw_US.properties.o gnu/java/locale/LocaleInformation_he.properties.o gnu/java/locale/LocaleInformation_he_IL.properties.o gnu/java/locale/LocaleInformation_hi.properties.o gnu/java/locale/LocaleInformation_hi_IN.properties.o gnu/java/locale/LocaleInformation_hr.properties.o gnu/java/locale/LocaleInformation_hu.properties.o gnu/java/locale/LocaleInformation_hu_HU.properties.o gnu/java/locale/LocaleInformation_hy.properties.o gnu/java/locale/LocaleInformation_hy_AM.properties.o gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties.o gnu/java/locale/LocaleInformation_ia.properties.o gnu/java/locale/LocaleInformation_id.properties.o gnu/java/locale/LocaleInformation_id_ID.properties.o gnu/java/locale/LocaleInformation_ig.properties.o gnu/java/locale/LocaleInformation_ii.properties.o gnu/java/locale/LocaleInformation_is.properties.o gnu/java/locale/LocaleInformation_is_IS.properties.o gnu/java/locale/LocaleInformation_it.properties.o gnu/java/locale/LocaleInformation_it_CH.properties.o gnu/java/locale/LocaleInformation_it_IT.properties.o gnu/java/locale/LocaleInformation_iu.properties.o gnu/java/locale/LocaleInformation_ja.properties.o gnu/java/locale/LocaleInformation_ja_JP.properties.o gnu/java/locale/LocaleInformation_ka.properties.o gnu/java/locale/LocaleInformation_kaj.properties.o gnu/java/locale/LocaleInformation_kam.properties.o gnu/java/locale/LocaleInformation_kcg.properties.o gnu/java/locale/LocaleInformation_kfo.properties.o gnu/java/locale/LocaleInformation_kk.properties.o gnu/java/locale/LocaleInformation_kk_KZ.properties.o gnu/java/locale/LocaleInformation_kl.properties.o gnu/java/locale/LocaleInformation_kl_GL.properties.o gnu/java/locale/LocaleInformation_km.properties.o gnu/java/locale/LocaleInformation_km_KH.properties.o gnu/java/locale/LocaleInformation_kn.properties.o gnu/java/locale/LocaleInformation_kn_IN.properties.o gnu/java/locale/LocaleInformation_ko.properties.o gnu/java/locale/LocaleInformation_ko_KR.properties.o gnu/java/locale/LocaleInformation_kok.properties.o gnu/java/locale/LocaleInformation_kok_IN.properties.o gnu/java/locale/LocaleInformation_kpe.properties.o gnu/java/locale/LocaleInformation_ku.properties.o gnu/java/locale/LocaleInformation_ku_Arab.properties.o gnu/java/locale/LocaleInformation_ku_Latn.properties.o gnu/java/locale/LocaleInformation_kw.properties.o gnu/java/locale/LocaleInformation_kw_GB.properties.o gnu/java/locale/LocaleInformation_ky.properties.o gnu/java/locale/LocaleInformation_ln.properties.o gnu/java/locale/LocaleInformation_lo.properties.o gnu/java/locale/LocaleInformation_lo_LA.properties.o gnu/java/locale/LocaleInformation_lt.properties.o gnu/java/locale/LocaleInformation_lt_LT.properties.o gnu/java/locale/LocaleInformation_lv.properties.o gnu/java/locale/LocaleInformation_lv_LV.properties.o gnu/java/locale/LocaleInformation_mk.properties.o gnu/java/locale/LocaleInformation_ml.properties.o gnu/java/locale/LocaleInformation_ml_IN.properties.o gnu/java/locale/LocaleInformation_mn.properties.o gnu/java/locale/LocaleInformation_mr.properties.o gnu/java/locale/LocaleInformation_mr_IN.properties.o gnu/java/locale/LocaleInformation_ms.properties.o gnu/java/locale/LocaleInformation_ms_BN.properties.o gnu/java/locale/LocaleInformation_ms_MY.properties.o gnu/java/locale/LocaleInformation_mt.properties.o gnu/java/locale/LocaleInformation_mt_MT.properties.o gnu/java/locale/LocaleInformation_my.properties.o gnu/java/locale/LocaleInformation_nb.properties.o gnu/java/locale/LocaleInformation_nb_NO.properties.o gnu/java/locale/LocaleInformation_ne.properties.o gnu/java/locale/LocaleInformation_nl.properties.o gnu/java/locale/LocaleInformation_nl_BE.properties.o gnu/java/locale/LocaleInformation_nl_NL.properties.o gnu/java/locale/LocaleInformation_nn.properties.o gnu/java/locale/LocaleInformation_nn_NO.properties.o gnu/java/locale/LocaleInformation_nr.properties.o gnu/java/locale/LocaleInformation_nso.properties.o gnu/java/locale/LocaleInformation_ny.properties.o gnu/java/locale/LocaleInformation_om.properties.o gnu/java/locale/LocaleInformation_om_ET.properties.o gnu/java/locale/LocaleInformation_om_KE.properties.o gnu/java/locale/LocaleInformation_or.properties.o gnu/java/locale/LocaleInformation_or_IN.properties.o gnu/java/locale/LocaleInformation_pa.properties.o gnu/java/locale/LocaleInformation_pa_Arab.properties.o gnu/java/locale/LocaleInformation_pa_IN.properties.o gnu/java/locale/LocaleInformation_pl.properties.o gnu/java/locale/LocaleInformation_pl_PL.properties.o gnu/java/locale/LocaleInformation_ps.properties.o gnu/java/locale/LocaleInformation_ps_AF.properties.o gnu/java/locale/LocaleInformation_pt.properties.o gnu/java/locale/LocaleInformation_pt_BR.properties.o gnu/java/locale/LocaleInformation_pt_PT.properties.o gnu/java/locale/LocaleInformation_ro.properties.o gnu/java/locale/LocaleInformation_ro_RO.properties.o gnu/java/locale/LocaleInformation_ru.properties.o gnu/java/locale/LocaleInformation_ru_RU.properties.o gnu/java/locale/LocaleInformation_ru_UA.properties.o gnu/java/locale/LocaleInformation_rw.properties.o gnu/java/locale/LocaleInformation_sa.properties.o gnu/java/locale/LocaleInformation_sa_IN.properties.o gnu/java/locale/LocaleInformation_se.properties.o gnu/java/locale/LocaleInformation_se_FI.properties.o gnu/java/locale/LocaleInformation_si.properties.o gnu/java/locale/LocaleInformation_sid.properties.o gnu/java/locale/LocaleInformation_sid_ET.properties.o gnu/java/locale/LocaleInformation_sk.properties.o gnu/java/locale/LocaleInformation_sk_SK.properties.o gnu/java/locale/LocaleInformation_sl.properties.o gnu/java/locale/LocaleInformation_sl_SI.properties.o gnu/java/locale/LocaleInformation_so.properties.o gnu/java/locale/LocaleInformation_so_DJ.properties.o gnu/java/locale/LocaleInformation_so_ET.properties.o gnu/java/locale/LocaleInformation_so_KE.properties.o gnu/java/locale/LocaleInformation_so_SO.properties.o gnu/java/locale/LocaleInformation_sq.properties.o gnu/java/locale/LocaleInformation_sq_AL.properties.o gnu/java/locale/LocaleInformation_sr.properties.o gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties.o gnu/java/locale/LocaleInformation_sr_BA_Latn.properties.o gnu/java/locale/LocaleInformation_sr_Cyrl.properties.o gnu/java/locale/LocaleInformation_sr_Latn.properties.o gnu/java/locale/LocaleInformation_sr_ME_Latn.properties.o gnu/java/locale/LocaleInformation_sr_RS_Latn.properties.o gnu/java/locale/LocaleInformation_ss.properties.o gnu/java/locale/LocaleInformation_ssy.properties.o gnu/java/locale/LocaleInformation_st.properties.o gnu/java/locale/LocaleInformation_sv.properties.o gnu/java/locale/LocaleInformation_sv_FI.properties.o gnu/java/locale/LocaleInformation_sv_SE.properties.o gnu/java/locale/LocaleInformation_sw.properties.o gnu/java/locale/LocaleInformation_sw_KE.properties.o gnu/java/locale/LocaleInformation_sw_TZ.properties.o gnu/java/locale/LocaleInformation_syr.properties.o gnu/java/locale/LocaleInformation_syr_SY.properties.o gnu/java/locale/LocaleInformation_ta.properties.o gnu/java/locale/LocaleInformation_ta_IN.properties.o gnu/java/locale/LocaleInformation_te.properties.o gnu/java/locale/LocaleInformation_te_IN.properties.o gnu/java/locale/LocaleInformation_tg.properties.o gnu/java/locale/LocaleInformation_th.properties.o gnu/java/locale/LocaleInformation_th_TH.properties.o gnu/java/locale/LocaleInformation_ti.properties.o gnu/java/locale/LocaleInformation_ti_ER.properties.o gnu/java/locale/LocaleInformation_ti_ET.properties.o gnu/java/locale/LocaleInformation_tig.properties.o gnu/java/locale/LocaleInformation_tig_ER.properties.o gnu/java/locale/LocaleInformation_tn.properties.o gnu/java/locale/LocaleInformation_to.properties.o gnu/java/locale/LocaleInformation_tr.properties.o gnu/java/locale/LocaleInformation_tr_TR.properties.o gnu/java/locale/LocaleInformation_trv.properties.o gnu/java/locale/LocaleInformation_ts.properties.o gnu/java/locale/LocaleInformation_tt.properties.o gnu/java/locale/LocaleInformation_tt_RU.properties.o gnu/java/locale/LocaleInformation_ug.properties.o gnu/java/locale/LocaleInformation_uk.properties.o gnu/java/locale/LocaleInformation_uk_UA.properties.o gnu/java/locale/LocaleInformation_ur.properties.o gnu/java/locale/LocaleInformation_ur_IN.properties.o gnu/java/locale/LocaleInformation_uz.properties.o gnu/java/locale/LocaleInformation_uz_AF_Arab.properties.o gnu/java/locale/LocaleInformation_uz_Arab.properties.o gnu/java/locale/LocaleInformation_uz_Latn.properties.o gnu/java/locale/LocaleInformation_ve.properties.o gnu/java/locale/LocaleInformation_vi.properties.o gnu/java/locale/LocaleInformation_wal.properties.o gnu/java/locale/LocaleInformation_wal_ET.properties.o gnu/java/locale/LocaleInformation_wo.properties.o gnu/java/locale/LocaleInformation_xh.properties.o gnu/java/locale/LocaleInformation_yo.properties.o gnu/java/locale/LocaleInformation_zh.properties.o gnu/java/locale/LocaleInformation_zh_CN_Hans.properties.o gnu/java/locale/LocaleInformation_zh_HK_Hant.properties.o gnu/java/locale/LocaleInformation_zh_Hant.properties.o gnu/java/locale/LocaleInformation_zh_MO_Hant.properties.o gnu/java/locale/LocaleInformation_zh_SG_Hans.properties.o gnu/java/locale/LocaleInformation_zh_TW_Hant.properties.o gnu/java/locale/LocaleInformation_zu.properties.o gnu/java/util/regex/MessagesBundle.properties.o gnu/java/util/regex/MessagesBundle_fr.properties.o gnu/java/util/regex/MessagesBundle_it.properties.o gnu/javax/print/PrinterDialog.properties.o gnu/javax/print/PrinterDialog_de.properties.o .libs/libgcj.lax/lt88-MessagesBundle.properties.o java/text/metazones.properties.o java/util/iso4217.properties.o java/util/weeks.properties.o .libs/libgcj.lax/lt89-MessagesBundle.properties.o javax/swing/text/html/default.css.o .libs/libgcj.lax/lt90-MessagesBundle.properties.o META-INF/services/java.util.prefs.PreferencesFactory.o META-INF/services/java.util.prefs.PreferencesFactory.in.o META-INF/services/javax.sound.midi.spi.MidiDeviceProvider.o META-INF/services/javax.sound.midi.spi.MidiFileReader.o META-INF/services/javax.sound.midi.spi.MidiFileWriter.o META-INF/services/javax.sound.sampled.spi.AudioFileReader.o gnu-CORBA.o gnu-java-awt-dnd-peer-gtk.o gnu-java-awt-peer-gtk.o gnu-java-awt-peer-swing.o gnu-java-beans.o gnu-java-lang-management.o gnu-java-math.o gnu-java-util-prefs-gconf.o gnu-javax-management.o gnu-javax-rmi.o gnu-javax-sound-midi.o gnu-xml-aelfred2.o gnu-xml-dom.o gnu-xml-libxmlj.o gnu-xml-pipeline.o gnu-xml-stream.o gnu-xml-transform.o gnu-xml-util.o gnu-xml-validation.o gnu-xml-xpath.o java-lang-management.o javax-imageio.o javax-rmi.o javax-xml.o org-omg-CORBA.o org-omg-CORBA_2_3.o org-omg-CosNaming.o org-omg-Dynamic.o org-omg-DynamicAny.o org-omg-IOP.o org-omg-Messaging.o org-omg-PortableInterceptor.o org-omg-PortableServer.o org-omg-SendingContext.o org-omg-stub.o org-relaxng.o org-w3c.o org-xml.o .libs/libgcj.lax/libltdlc.a/ltdl.o .libs/libgcj.lax/libfdlibm.a/w_remainder.o .libs/libgcj.lax/libfdlibm.a/s_fabs.o .libs/libgcj.lax/libfdlibm.a/w_acos.o .libs/libgcj.lax/libfdlibm.a/sf_fabs.o .libs/libgcj.lax/libfdlibm.a/w_atan2.o .libs/libgcj.lax/libfdlibm.a/e_fmod.o .libs/libgcj.lax/libfdlibm.a/w_log.o .libs/libgcj.lax/libfdlibm.a/e_acos.o .libs/libgcj.lax/libfdlibm.a/e_sqrt.o .libs/libgcj.lax/libfdlibm.a/w_asin.o .libs/libgcj.lax/libfdlibm.a/w_log10.o .libs/libgcj.lax/libfdlibm.a/s_sin.o .libs/libgcj.lax/libfdlibm.a/k_cos.o .libs/libgcj.lax/libfdlibm.a/k_sin.o .libs/libgcj.lax/libfdlibm.a/s_rint.o .libs/libgcj.lax/libfdlibm.a/w_hypot.o .libs/libgcj.lax/libfdlibm.a/k_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/w_sqrt.o .libs/libgcj.lax/libfdlibm.a/s_tan.o .libs/libgcj.lax/libfdlibm.a/s_copysign.o .libs/libgcj.lax/libfdlibm.a/s_finite.o .libs/libgcj.lax/libfdlibm.a/e_hypot.o .libs/libgcj.lax/libfdlibm.a/w_exp.o .libs/libgcj.lax/libfdlibm.a/e_exp.o .libs/libgcj.lax/libfdlibm.a/mprec.o .libs/libgcj.lax/libfdlibm.a/s_log1p.o .libs/libgcj.lax/libfdlibm.a/w_pow.o .libs/libgcj.lax/libfdlibm.a/w_cosh.o .libs/libgcj.lax/libfdlibm.a/w_fmod.o .libs/libgcj.lax/libfdlibm.a/k_tan.o .libs/libgcj.lax/libfdlibm.a/s_expm1.o .libs/libgcj.lax/libfdlibm.a/s_floor.o .libs/libgcj.lax/libfdlibm.a/s_cbrt.o .libs/libgcj.lax/libfdlibm.a/s_ceil.o .libs/libgcj.lax/libfdlibm.a/e_asin.o .libs/libgcj.lax/libfdlibm.a/strtod.o .libs/libgcj.lax/libfdlibm.a/w_sinh.o .libs/libgcj.lax/libfdlibm.a/e_atan2.o .libs/libgcj.lax/libfdlibm.a/s_scalbn.o .libs/libgcj.lax/libfdlibm.a/dtoa.o .libs/libgcj.lax/libfdlibm.a/s_cos.o .libs/libgcj.lax/libfdlibm.a/e_scalb.o .libs/libgcj.lax/libfdlibm.a/e_log.o .libs/libgcj.lax/libfdlibm.a/e_log10.o .libs/libgcj.lax/libfdlibm.a/e_pow.o .libs/libgcj.lax/libfdlibm.a/s_atan.o .libs/libgcj.lax/libfdlibm.a/e_cosh.o .libs/libgcj.lax/libfdlibm.a/s_tanh.o .libs/libgcj.lax/libfdlibm.a/e_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/e_remainder.o .libs/libgcj.lax/libfdlibm.a/sf_rint.o .libs/libgcj.lax/libfdlibm.a/e_sinh.o .libs/libgcj.lax/libffi_convenience.a/ffi.o .libs/libgcj.lax/libffi_convenience.a/sysv.o .libs/libgcj.lax/libffi_convenience.a/raw_api.o .libs/libgcj.lax/lt91-debug.o .libs/libgcj.lax/libffi_convenience.a/types.o .libs/libgcj.lax/libffi_convenience.a/closures.o .libs/libgcj.lax/libffi_convenience.a/prep_cif.o .libs/libgcj.lax/libffi_convenience.a/java_raw_api.o .libs/libgcj.lax/libzgcj_convenience.a/adler32.o .libs/libgcj.lax/libzgcj_convenience.a/gzio.o .libs/libgcj.lax/libzgcj_convenience.a/inftrees.o .libs/libgcj.lax/libzgcj_convenience.a/uncompr.o .libs/libgcj.lax/libzgcj_convenience.a/crc32.o .libs/libgcj.lax/libzgcj_convenience.a/compress.o .libs/libgcj.lax/libzgcj_convenience.a/inffast.o .libs/libgcj.lax/libzgcj_convenience.a/zutil.o .libs/libgcj.lax/libzgcj_convenience.a/inflate.o .libs/libgcj.lax/libzgcj_convenience.a/deflate.o .libs/libgcj.lax/libzgcj_convenience.a/trees.o .libs/libgcj.lax/libzgcj_convenience.a/infback.o .libs/libgcj.lax/libgcjgc_convenience.a/malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/mallocx.o .libs/libgcj.lax/libgcjgc_convenience.a/os_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/typd_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/darwin_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/mark_rts.o .libs/libgcj.lax/libgcjgc_convenience.a/ptr_chck.o .libs/libgcj.lax/libgcjgc_convenience.a/backgraph.o .libs/libgcj.lax/libgcjgc_convenience.a/gc_dlopen.o .libs/libgcj.lax/libgcjgc_convenience.a/pcr_interface.o .libs/libgcj.lax/libgcjgc_convenience.a/reclaim.o .libs/libgcj.lax/libgcjgc_convenience.a/win32_threads.o .libs/libgcj.lax/libgcjgc_convenience.a/allchblk.o .libs/libgcj.lax/libgcjgc_convenience.a/gcj_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/finalize.o .libs/libgcj.lax/lt92-misc.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/blacklst.o .libs/libgcj.lax/libgcjgc_convenience.a/obj_map.o .libs/libgcj.lax/libgcjgc_convenience.a/dbg_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/new_hblk.o .libs/libgcj.lax/libgcjgc_convenience.a/alloc.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_support.o .libs/libgcj.lax/libgcjgc_convenience.a/real_malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/mach_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/headers.o .libs/libgcj.lax/libgcjgc_convenience.a/dyn_load.o .libs/libgcj.lax/libgcjgc_convenience.a/specific.o .libs/libgcj.lax/libgcjgc_convenience.a/checksums.o .libs/libgcj.lax/libgcjgc_convenience.a/stubborn.o .libs/libgcj.lax/libgcjgc_convenience.a/mark.o
-+libtool: link: ar rc .libs/libgcj.a prims.o jni.o exception.o stacktrace.o link.o defineclass.o verify.o jvmti.o interpret.o gnu/classpath/jdwp/natVMFrame.o gnu/classpath/jdwp/natVMMethod.o gnu/classpath/jdwp/natVMVirtualMachine.o gnu/classpath/natConfiguration.o gnu/classpath/natSystemProperties.o gnu/classpath/natVMStackWalker.o gnu/gcj/natCore.o gnu/gcj/convert/JIS0208_to_Unicode.o gnu/gcj/convert/JIS0212_to_Unicode.o gnu/gcj/convert/Unicode_to_JIS.o gnu/gcj/convert/natIconv.o gnu/gcj/convert/natInput_EUCJIS.o gnu/gcj/convert/natInput_SJIS.o gnu/gcj/convert/natOutput_EUCJIS.o gnu/gcj/convert/natOutput_SJIS.o gnu/gcj/io/natSimpleSHSStream.o gnu/gcj/io/shs.o gnu/gcj/jvmti/natBreakpoint.o gnu/gcj/jvmti/natNormalBreakpoint.o gnu/gcj/runtime/natFinalizerThread.o gnu/gcj/runtime/natSharedLibLoader.o gnu/gcj/runtime/natSystemClassLoader.o gnu/gcj/runtime/natStringBuffer.o gnu/gcj/util/natDebug.o gnu/gcj/util/natGCInfo.o gnu/java/lang/natMainThread.o gnu/java/lang/management/natVMClassLoadingMXBeanImpl.o gnu/java/lang/management/natVMCompilationMXBeanImpl.o gnu/java/lang/management/natVMGarbageCollectorMXBeanImpl.o gnu/java/lang/management/natVMMemoryMXBeanImpl.o gnu/java/lang/management/natVMMemoryManagerMXBeanImpl.o gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.o gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.o gnu/java/lang/management/natVMRuntimeMXBeanImpl.o gnu/java/lang/management/natVMThreadMXBeanImpl.o gnu/java/net/natPlainDatagramSocketImpl.o gnu/java/net/natPlainSocketImpl.o gnu/java/net/protocol/core/natCoreInputStream.o gnu/java/nio/natVMPipe.o gnu/java/nio/natVMSelector.o gnu/java/nio/natNIOServerSocket.o gnu/java/nio/natVMChannel.o gnu/java/nio/channels/natFileChannelImpl.o gnu/java/security/jce/prng/natVMSecureRandom.o java/io/natFile.o java/io/natVMObjectInputStream.o java/io/natVMObjectStreamClass.o java/lang/natCharacter.o java/lang/natClass.o java/lang/natClassLoader.o java/lang/natConcreteProcess.o java/lang/natVMDouble.o java/lang/natVMFloat.o java/lang/natMath.o java/lang/natObject.o java/lang/natRuntime.o java/lang/natString.o java/lang/natAbstractStringBuffer.o java/lang/natSystem.o java/lang/natThread.o java/lang/natThreadLocal.o java/lang/natVMClassLoader.o java/lang/natVMProcess.o java/lang/natVMThrowable.o java/lang/ref/natReference.o java/lang/reflect/natArray.o java/lang/reflect/natConstructor.o java/lang/reflect/natField.o java/lang/reflect/natMethod.o java/lang/reflect/natVMProxy.o java/net/natVMInetAddress.o java/net/natVMNetworkInterface.o java/net/natVMURLConnection.o java/nio/channels/natVMChannels.o java/nio/natVMDirectByteBufferImpl.o java/security/natVMAccessController.o java/security/natVMAccessControlState.o java/text/natCollator.o java/util/natVMTimeZone.o java/util/concurrent/atomic/natAtomicLong.o java/util/logging/natLogger.o java/util/zip/natDeflater.o java/util/zip/natInflater.o sun/misc/natUnsafe.o boehm.o posix.o posix-threads.o java/lang/Object.o java/lang/Class.o java/process-Posix.o gnu/awt.o gnu/awt/j2d.o gnu/classpath.o gnu/classpath/debug.o gnu/classpath/toolkit.o gnu/gcj.o gnu/gcj/convert.o gnu/gcj/io.o gnu/gcj/runtime.o gnu/gcj/util.o .libs/libgcj.lax/lt1-awt.o gnu/java/awt/color.o gnu/java/awt/dnd.o gnu/java/awt/font.o gnu/java/awt/font/autofit.o gnu/java/awt/font/opentype.o gnu/java/awt/font/opentype/truetype.o gnu/java/awt/image.o gnu/java/awt/java2d.o gnu/java/awt/peer.o gnu/java/awt/peer/headless.o gnu/java/awt/print.o .libs/libgcj.lax/lt2-io.o gnu/java/lang.o gnu/java/lang/reflect.o gnu/java/locale.o gnu/java/net.o gnu/java/net/loader.o gnu/java/net/local.o gnu/java/net/protocol/core.o gnu/java/net/protocol/file.o gnu/java/net/protocol/ftp.o gnu/java/net/protocol/gcjlib.o gnu/java/net/protocol/http.o gnu/java/net/protocol/https.o gnu/java/net/protocol/jar.o gnu/java/nio.o gnu/java/nio/channels.o gnu/java/nio/charset.o gnu/java/rmi.o gnu/java/rmi/activation.o gnu/java/rmi/dgc.o gnu/java/rmi/registry.o gnu/java/rmi/server.o gnu/java/security.o gnu/java/security/action.o gnu/java/security/ber.o gnu/java/security/der.o gnu/java/security/hash.o .libs/libgcj.lax/lt3-hash.o gnu/java/security/jce/prng.o gnu/java/security/jce/sig.o gnu/java/security/key.o gnu/java/security/key/dss.o gnu/java/security/key/rsa.o gnu/java/security/pkcs.o .libs/libgcj.lax/lt4-prng.o gnu/java/security/provider.o .libs/libgcj.lax/lt5-sig.o .libs/libgcj.lax/lt6-dss.o .libs/libgcj.lax/lt7-rsa.o .libs/libgcj.lax/lt8-util.o gnu/java/security/x509.o gnu/java/security/x509/ext.o gnu/java/text.o .libs/libgcj.lax/lt9-util.o .libs/libgcj.lax/lt10-jar.o gnu/java/util/prefs.o gnu/java/util/regex.o gnu/javax/activation/viewers.o gnu/javax/crypto.o gnu/javax/crypto/assembly.o gnu/javax/crypto/cipher.o gnu/javax/crypto/jce.o .libs/libgcj.lax/lt11-cipher.o .libs/libgcj.lax/lt12-key.o gnu/javax/crypto/jce/keyring.o gnu/javax/crypto/jce/mac.o gnu/javax/crypto/jce/params.o .libs/libgcj.lax/lt13-prng.o .libs/libgcj.lax/lt14-sig.o gnu/javax/crypto/jce/spec.o .libs/libgcj.lax/lt15-key.o gnu/javax/crypto/key/dh.o gnu/javax/crypto/key/srp6.o .libs/libgcj.lax/lt16-keyring.o gnu/javax/crypto/kwa.o .libs/libgcj.lax/lt17-mac.o gnu/javax/crypto/mode.o gnu/javax/crypto/pad.o .libs/libgcj.lax/lt18-prng.o gnu/javax/crypto/sasl.o gnu/javax/crypto/sasl/anonymous.o gnu/javax/crypto/sasl/crammd5.o gnu/javax/crypto/sasl/plain.o gnu/javax/crypto/sasl/srp.o gnu/javax/imageio.o gnu/javax/imageio/bmp.o gnu/javax/imageio/gif.o gnu/javax/imageio/jpeg.o gnu/javax/imageio/png.o gnu/javax/naming/giop.o gnu/javax/naming/ictxImpl/trans.o gnu/javax/naming/jndi/url/corbaname.o .libs/libgcj.lax/lt19-rmi.o gnu/javax/net/ssl.o .libs/libgcj.lax/lt20-provider.o .libs/libgcj.lax/lt21-print.o gnu/javax/print/ipp.o gnu/javax/print/ipp/attribute.o gnu/javax/print/ipp/attribute/defaults.o gnu/javax/print/ipp/attribute/job.o gnu/javax/print/ipp/attribute/printer.o gnu/javax/print/ipp/attribute/supported.o gnu/javax/security/auth.o gnu/javax/security/auth/callback.o gnu/javax/security/auth/login.o gnu/javax/sound.o gnu/javax/sound/sampled/AU.o gnu/javax/sound/sampled/WAV.o gnu/javax/swing/plaf/gnu.o gnu/javax/swing/plaf/metal.o gnu/javax/swing/text/html.o gnu/javax/swing/text/html/css.o gnu/javax/swing/text/html/parser/GnuParserDelegator.o gnu/javax/swing/text/html/parser/HTML_401F.o gnu/javax/swing/text/html/parser/SmallHtmlAttributeSet.o gnu/javax/swing/text/html/parser/gnuDTD.o gnu/javax/swing/text/html/parser/htmlAttributeSet.o gnu/javax/swing/text/html/parser/htmlValidator.o gnu/javax/swing/text/html/parser/models.o gnu/javax/swing/text/html/parser/support.o gnu/javax/swing/text/html/parser/support/low.o gnu/javax/swing/tree.o java/applet.o .libs/libgcj.lax/lt22-awt.o .libs/libgcj.lax/lt23-color.o java/awt/datatransfer.o .libs/libgcj.lax/lt24-dnd.o .libs/libgcj.lax/lt25-peer.o java/awt/event.o .libs/libgcj.lax/lt26-font.o java/awt/geom.o java/awt/im.o java/awt/im/spi.o .libs/libgcj.lax/lt27-image.o java/awt/image/renderable.o .libs/libgcj.lax/lt28-peer.o .libs/libgcj.lax/lt29-print.o java/beans.o java/beans/beancontext.o .libs/libgcj.lax/lt30-io.o .libs/libgcj.lax/lt31-lang.o java/lang/annotation.o java/lang/instrument.o java/lang/ref.o .libs/libgcj.lax/lt32-reflect.o java/math.o .libs/libgcj.lax/lt33-net.o .libs/libgcj.lax/lt34-nio.o .libs/libgcj.lax/lt35-channels.o .libs/libgcj.lax/lt36-spi.o .libs/libgcj.lax/lt37-charset.o .libs/libgcj.lax/lt38-spi.o .libs/libgcj.lax/lt39-rmi.o .libs/libgcj.lax/lt40-activation.o .libs/libgcj.lax/lt41-dgc.o .libs/libgcj.lax/lt42-registry.o .libs/libgcj.lax/lt43-server.o .libs/libgcj.lax/lt44-security.o java/security/acl.o java/security/cert.o java/security/interfaces.o .libs/libgcj.lax/lt45-spec.o java/sql.o .libs/libgcj.lax/lt46-text.o .libs/libgcj.lax/lt47-spi.o .libs/libgcj.lax/lt48-util.o java/util/concurrent.o java/util/concurrent/atomic.o java/util/concurrent/locks.o .libs/libgcj.lax/lt49-jar.o java/util/logging.o .libs/libgcj.lax/lt50-prefs.o .libs/libgcj.lax/lt51-regex.o .libs/libgcj.lax/lt52-spi.o java/util/zip.o javax/accessibility.o .libs/libgcj.lax/lt53-activation.o javax/activity.o .libs/libgcj.lax/lt54-crypto.o .libs/libgcj.lax/lt55-interfaces.o .libs/libgcj.lax/lt56-spec.o javax/management.o javax/management/loading.o javax/management/openmbean.o javax/management/remote.o .libs/libgcj.lax/lt57-rmi.o javax/naming.o javax/naming/directory.o .libs/libgcj.lax/lt58-event.o javax/naming/ldap.o .libs/libgcj.lax/lt59-spi.o .libs/libgcj.lax/lt60-net.o .libs/libgcj.lax/lt61-ssl.o .libs/libgcj.lax/lt62-print.o .libs/libgcj.lax/lt63-attribute.o javax/print/attribute/standard.o .libs/libgcj.lax/lt64-event.o .libs/libgcj.lax/lt65-auth.o .libs/libgcj.lax/lt66-callback.o javax/security/auth/kerberos.o .libs/libgcj.lax/lt67-login.o .libs/libgcj.lax/lt68-spi.o javax/security/auth/x500.o .libs/libgcj.lax/lt69-cert.o .libs/libgcj.lax/lt70-sasl.o javax/sound/midi.o .libs/libgcj.lax/lt71-spi.o javax/sound/sampled.o .libs/libgcj.lax/lt72-spi.o .libs/libgcj.lax/lt73-sql.o javax/swing.o javax/swing/border.o javax/swing/colorchooser.o .libs/libgcj.lax/lt74-event.o javax/swing/filechooser.o javax/swing/plaf.o javax/swing/plaf/basic.o .libs/libgcj.lax/lt75-metal.o javax/swing/plaf/multi.o javax/swing/plaf/synth.o javax/swing/table.o .libs/libgcj.lax/lt76-text.o .libs/libgcj.lax/lt77-html.o javax/swing/text/html/parser.o javax/swing/text/rtf.o .libs/libgcj.lax/lt78-tree.o javax/swing/undo.o javax/tools.o javax/transaction.o javax/transaction/xa.o org/ietf/jgss.o .libs/libgcj.lax/lt79-awt.o sun/misc.o .libs/libgcj.lax/lt80-reflect.o .libs/libgcj.lax/lt81-annotation.o .libs/libgcj.lax/lt82-misc.o gnu/classpath/jdwp.o .libs/libgcj.lax/lt83-event.o gnu/classpath/jdwp/event/filters.o .libs/libgcj.lax/lt84-exception.o gnu/classpath/jdwp/id.o gnu/classpath/jdwp/processor.o gnu/classpath/jdwp/transport.o .libs/libgcj.lax/lt85-util.o gnu/classpath/jdwp/value.o .libs/libgcj.lax/lt86-jvmti.o gnu/java/awt/font/fonts.properties.o gnu/java/awt/peer/gtk/font.properties.o .libs/libgcj.lax/lt87-fonts.properties.o gnu/java/awt/peer/x/xfonts.properties.o gnu/java/locale/LocaleInformation.properties.o gnu/java/locale/LocaleInformation_aa.properties.o gnu/java/locale/LocaleInformation_aa_DJ.properties.o gnu/java/locale/LocaleInformation_aa_ER.properties.o gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties.o gnu/java/locale/LocaleInformation_aa_ET.properties.o gnu/java/locale/LocaleInformation_af.properties.o gnu/java/locale/LocaleInformation_af_NA.properties.o gnu/java/locale/LocaleInformation_af_ZA.properties.o gnu/java/locale/LocaleInformation_ak.properties.o gnu/java/locale/LocaleInformation_am.properties.o gnu/java/locale/LocaleInformation_am_ET.properties.o gnu/java/locale/LocaleInformation_ar.properties.o gnu/java/locale/LocaleInformation_ar_DZ.properties.o gnu/java/locale/LocaleInformation_ar_JO.properties.o gnu/java/locale/LocaleInformation_ar_LB.properties.o gnu/java/locale/LocaleInformation_ar_MA.properties.o gnu/java/locale/LocaleInformation_ar_QA.properties.o gnu/java/locale/LocaleInformation_ar_SA.properties.o gnu/java/locale/LocaleInformation_ar_SY.properties.o gnu/java/locale/LocaleInformation_ar_TN.properties.o gnu/java/locale/LocaleInformation_ar_YE.properties.o gnu/java/locale/LocaleInformation_as.properties.o gnu/java/locale/LocaleInformation_as_IN.properties.o gnu/java/locale/LocaleInformation_az.properties.o gnu/java/locale/LocaleInformation_az_Cyrl.properties.o gnu/java/locale/LocaleInformation_be.properties.o gnu/java/locale/LocaleInformation_be_BY.properties.o gnu/java/locale/LocaleInformation_bg.properties.o gnu/java/locale/LocaleInformation_bg_BG.properties.o gnu/java/locale/LocaleInformation_bn.properties.o gnu/java/locale/LocaleInformation_bn_IN.properties.o gnu/java/locale/LocaleInformation_bo.properties.o gnu/java/locale/LocaleInformation_bs.properties.o gnu/java/locale/LocaleInformation_byn.properties.o gnu/java/locale/LocaleInformation_byn_ER.properties.o gnu/java/locale/LocaleInformation_ca.properties.o gnu/java/locale/LocaleInformation_ca_ES.properties.o gnu/java/locale/LocaleInformation_cch.properties.o gnu/java/locale/LocaleInformation_cop.properties.o gnu/java/locale/LocaleInformation_cs.properties.o gnu/java/locale/LocaleInformation_cs_CZ.properties.o gnu/java/locale/LocaleInformation_cy.properties.o gnu/java/locale/LocaleInformation_cy_GB.properties.o gnu/java/locale/LocaleInformation_da.properties.o gnu/java/locale/LocaleInformation_da_DK.properties.o gnu/java/locale/LocaleInformation_de.properties.o gnu/java/locale/LocaleInformation_de_AT.properties.o gnu/java/locale/LocaleInformation_de_BE.properties.o gnu/java/locale/LocaleInformation_de_CH.properties.o gnu/java/locale/LocaleInformation_de_DE.properties.o gnu/java/locale/LocaleInformation_de_LI.properties.o gnu/java/locale/LocaleInformation_de_LU.properties.o gnu/java/locale/LocaleInformation_dv.properties.o gnu/java/locale/LocaleInformation_dv_MV.properties.o gnu/java/locale/LocaleInformation_dz.properties.o gnu/java/locale/LocaleInformation_dz_BT.properties.o gnu/java/locale/LocaleInformation_ee.properties.o gnu/java/locale/LocaleInformation_el.properties.o gnu/java/locale/LocaleInformation_el_CY.properties.o gnu/java/locale/LocaleInformation_el_GR.properties.o gnu/java/locale/LocaleInformation_en.properties.o gnu/java/locale/LocaleInformation_en_AS.properties.o gnu/java/locale/LocaleInformation_en_AU.properties.o gnu/java/locale/LocaleInformation_en_BE.properties.o gnu/java/locale/LocaleInformation_en_BW.properties.o gnu/java/locale/LocaleInformation_en_BZ.properties.o gnu/java/locale/LocaleInformation_en_CA.properties.o gnu/java/locale/LocaleInformation_en_Dsrt.properties.o gnu/java/locale/LocaleInformation_en_GB.properties.o gnu/java/locale/LocaleInformation_en_GU.properties.o gnu/java/locale/LocaleInformation_en_HK.properties.o gnu/java/locale/LocaleInformation_en_IE.properties.o gnu/java/locale/LocaleInformation_en_IN.properties.o gnu/java/locale/LocaleInformation_en_JM.properties.o gnu/java/locale/LocaleInformation_en_MH.properties.o gnu/java/locale/LocaleInformation_en_MP.properties.o gnu/java/locale/LocaleInformation_en_MT.properties.o gnu/java/locale/LocaleInformation_en_NA.properties.o gnu/java/locale/LocaleInformation_en_NZ.properties.o gnu/java/locale/LocaleInformation_en_PH.properties.o gnu/java/locale/LocaleInformation_en_PK.properties.o gnu/java/locale/LocaleInformation_en_SG.properties.o gnu/java/locale/LocaleInformation_en_Shaw.properties.o gnu/java/locale/LocaleInformation_en_TT.properties.o gnu/java/locale/LocaleInformation_en_UM.properties.o gnu/java/locale/LocaleInformation_en_US.properties.o gnu/java/locale/LocaleInformation_en_US_POSIX.properties.o gnu/java/locale/LocaleInformation_en_VI.properties.o gnu/java/locale/LocaleInformation_en_ZA.properties.o gnu/java/locale/LocaleInformation_en_ZW.properties.o gnu/java/locale/LocaleInformation_eo.properties.o gnu/java/locale/LocaleInformation_es.properties.o gnu/java/locale/LocaleInformation_es_AR.properties.o gnu/java/locale/LocaleInformation_es_BO.properties.o gnu/java/locale/LocaleInformation_es_CL.properties.o gnu/java/locale/LocaleInformation_es_CO.properties.o gnu/java/locale/LocaleInformation_es_CR.properties.o gnu/java/locale/LocaleInformation_es_DO.properties.o gnu/java/locale/LocaleInformation_es_EC.properties.o gnu/java/locale/LocaleInformation_es_ES.properties.o gnu/java/locale/LocaleInformation_es_GT.properties.o gnu/java/locale/LocaleInformation_es_HN.properties.o gnu/java/locale/LocaleInformation_es_MX.properties.o gnu/java/locale/LocaleInformation_es_NI.properties.o gnu/java/locale/LocaleInformation_es_PA.properties.o gnu/java/locale/LocaleInformation_es_PE.properties.o gnu/java/locale/LocaleInformation_es_PR.properties.o gnu/java/locale/LocaleInformation_es_PY.properties.o gnu/java/locale/LocaleInformation_es_SV.properties.o gnu/java/locale/LocaleInformation_es_US.properties.o gnu/java/locale/LocaleInformation_es_UY.properties.o gnu/java/locale/LocaleInformation_es_VE.properties.o gnu/java/locale/LocaleInformation_et.properties.o gnu/java/locale/LocaleInformation_et_EE.properties.o gnu/java/locale/LocaleInformation_eu.properties.o gnu/java/locale/LocaleInformation_eu_ES.properties.o gnu/java/locale/LocaleInformation_fa.properties.o gnu/java/locale/LocaleInformation_fa_AF.properties.o gnu/java/locale/LocaleInformation_fa_IR.properties.o gnu/java/locale/LocaleInformation_fi.properties.o gnu/java/locale/LocaleInformation_fi_FI.properties.o gnu/java/locale/LocaleInformation_fil.properties.o gnu/java/locale/LocaleInformation_fo.properties.o gnu/java/locale/LocaleInformation_fo_FO.properties.o gnu/java/locale/LocaleInformation_fr.properties.o gnu/java/locale/LocaleInformation_fr_BE.properties.o gnu/java/locale/LocaleInformation_fr_CA.properties.o gnu/java/locale/LocaleInformation_fr_CH.properties.o gnu/java/locale/LocaleInformation_fr_LU.properties.o gnu/java/locale/LocaleInformation_fur.properties.o gnu/java/locale/LocaleInformation_ga.properties.o gnu/java/locale/LocaleInformation_ga_IE.properties.o gnu/java/locale/LocaleInformation_gaa.properties.o gnu/java/locale/LocaleInformation_gez.properties.o gnu/java/locale/LocaleInformation_gez_ER.properties.o gnu/java/locale/LocaleInformation_gez_ET.properties.o gnu/java/locale/LocaleInformation_gl.properties.o gnu/java/locale/LocaleInformation_gl_ES.properties.o gnu/java/locale/LocaleInformation_gu.properties.o gnu/java/locale/LocaleInformation_gu_IN.properties.o gnu/java/locale/LocaleInformation_gv.properties.o gnu/java/locale/LocaleInformation_gv_GB.properties.o gnu/java/locale/LocaleInformation_ha.properties.o gnu/java/locale/LocaleInformation_ha_Arab.properties.o gnu/java/locale/LocaleInformation_haw.properties.o gnu/java/locale/LocaleInformation_haw_US.properties.o gnu/java/locale/LocaleInformation_he.properties.o gnu/java/locale/LocaleInformation_he_IL.properties.o gnu/java/locale/LocaleInformation_hi.properties.o gnu/java/locale/LocaleInformation_hi_IN.properties.o gnu/java/locale/LocaleInformation_hr.properties.o gnu/java/locale/LocaleInformation_hu.properties.o gnu/java/locale/LocaleInformation_hu_HU.properties.o gnu/java/locale/LocaleInformation_hy.properties.o gnu/java/locale/LocaleInformation_hy_AM.properties.o gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties.o gnu/java/locale/LocaleInformation_ia.properties.o gnu/java/locale/LocaleInformation_id.properties.o gnu/java/locale/LocaleInformation_id_ID.properties.o gnu/java/locale/LocaleInformation_ig.properties.o gnu/java/locale/LocaleInformation_ii.properties.o gnu/java/locale/LocaleInformation_is.properties.o gnu/java/locale/LocaleInformation_is_IS.properties.o gnu/java/locale/LocaleInformation_it.properties.o gnu/java/locale/LocaleInformation_it_CH.properties.o gnu/java/locale/LocaleInformation_it_IT.properties.o gnu/java/locale/LocaleInformation_iu.properties.o gnu/java/locale/LocaleInformation_ja.properties.o gnu/java/locale/LocaleInformation_ja_JP.properties.o gnu/java/locale/LocaleInformation_ka.properties.o gnu/java/locale/LocaleInformation_kaj.properties.o gnu/java/locale/LocaleInformation_kam.properties.o gnu/java/locale/LocaleInformation_kcg.properties.o gnu/java/locale/LocaleInformation_kfo.properties.o gnu/java/locale/LocaleInformation_kk.properties.o gnu/java/locale/LocaleInformation_kk_KZ.properties.o gnu/java/locale/LocaleInformation_kl.properties.o gnu/java/locale/LocaleInformation_kl_GL.properties.o gnu/java/locale/LocaleInformation_km.properties.o gnu/java/locale/LocaleInformation_km_KH.properties.o gnu/java/locale/LocaleInformation_kn.properties.o gnu/java/locale/LocaleInformation_kn_IN.properties.o gnu/java/locale/LocaleInformation_ko.properties.o gnu/java/locale/LocaleInformation_ko_KR.properties.o gnu/java/locale/LocaleInformation_kok.properties.o gnu/java/locale/LocaleInformation_kok_IN.properties.o gnu/java/locale/LocaleInformation_kpe.properties.o gnu/java/locale/LocaleInformation_ku.properties.o gnu/java/locale/LocaleInformation_ku_Arab.properties.o gnu/java/locale/LocaleInformation_ku_Latn.properties.o gnu/java/locale/LocaleInformation_kw.properties.o gnu/java/locale/LocaleInformation_kw_GB.properties.o gnu/java/locale/LocaleInformation_ky.properties.o gnu/java/locale/LocaleInformation_ln.properties.o gnu/java/locale/LocaleInformation_lo.properties.o gnu/java/locale/LocaleInformation_lo_LA.properties.o gnu/java/locale/LocaleInformation_lt.properties.o gnu/java/locale/LocaleInformation_lt_LT.properties.o gnu/java/locale/LocaleInformation_lv.properties.o gnu/java/locale/LocaleInformation_lv_LV.properties.o gnu/java/locale/LocaleInformation_mk.properties.o gnu/java/locale/LocaleInformation_ml.properties.o gnu/java/locale/LocaleInformation_ml_IN.properties.o gnu/java/locale/LocaleInformation_mn.properties.o gnu/java/locale/LocaleInformation_mr.properties.o gnu/java/locale/LocaleInformation_mr_IN.properties.o gnu/java/locale/LocaleInformation_ms.properties.o gnu/java/locale/LocaleInformation_ms_BN.properties.o gnu/java/locale/LocaleInformation_ms_MY.properties.o gnu/java/locale/LocaleInformation_mt.properties.o gnu/java/locale/LocaleInformation_mt_MT.properties.o gnu/java/locale/LocaleInformation_my.properties.o gnu/java/locale/LocaleInformation_nb.properties.o gnu/java/locale/LocaleInformation_nb_NO.properties.o gnu/java/locale/LocaleInformation_ne.properties.o gnu/java/locale/LocaleInformation_nl.properties.o gnu/java/locale/LocaleInformation_nl_BE.properties.o gnu/java/locale/LocaleInformation_nl_NL.properties.o gnu/java/locale/LocaleInformation_nn.properties.o gnu/java/locale/LocaleInformation_nn_NO.properties.o gnu/java/locale/LocaleInformation_nr.properties.o gnu/java/locale/LocaleInformation_nso.properties.o gnu/java/locale/LocaleInformation_ny.properties.o gnu/java/locale/LocaleInformation_om.properties.o gnu/java/locale/LocaleInformation_om_ET.properties.o gnu/java/locale/LocaleInformation_om_KE.properties.o gnu/java/locale/LocaleInformation_or.properties.o gnu/java/locale/LocaleInformation_or_IN.properties.o gnu/java/locale/LocaleInformation_pa.properties.o gnu/java/locale/LocaleInformation_pa_Arab.properties.o gnu/java/locale/LocaleInformation_pa_IN.properties.o gnu/java/locale/LocaleInformation_pl.properties.o gnu/java/locale/LocaleInformation_pl_PL.properties.o gnu/java/locale/LocaleInformation_ps.properties.o gnu/java/locale/LocaleInformation_ps_AF.properties.o gnu/java/locale/LocaleInformation_pt.properties.o gnu/java/locale/LocaleInformation_pt_BR.properties.o gnu/java/locale/LocaleInformation_pt_PT.properties.o gnu/java/locale/LocaleInformation_ro.properties.o gnu/java/locale/LocaleInformation_ro_RO.properties.o gnu/java/locale/LocaleInformation_ru.properties.o gnu/java/locale/LocaleInformation_ru_RU.properties.o gnu/java/locale/LocaleInformation_ru_UA.properties.o gnu/java/locale/LocaleInformation_rw.properties.o gnu/java/locale/LocaleInformation_sa.properties.o gnu/java/locale/LocaleInformation_sa_IN.properties.o gnu/java/locale/LocaleInformation_se.properties.o gnu/java/locale/LocaleInformation_se_FI.properties.o gnu/java/locale/LocaleInformation_si.properties.o gnu/java/locale/LocaleInformation_sid.properties.o gnu/java/locale/LocaleInformation_sid_ET.properties.o gnu/java/locale/LocaleInformation_sk.properties.o gnu/java/locale/LocaleInformation_sk_SK.properties.o gnu/java/locale/LocaleInformation_sl.properties.o gnu/java/locale/LocaleInformation_sl_SI.properties.o gnu/java/locale/LocaleInformation_so.properties.o gnu/java/locale/LocaleInformation_so_DJ.properties.o gnu/java/locale/LocaleInformation_so_ET.properties.o gnu/java/locale/LocaleInformation_so_KE.properties.o gnu/java/locale/LocaleInformation_so_SO.properties.o gnu/java/locale/LocaleInformation_sq.properties.o gnu/java/locale/LocaleInformation_sq_AL.properties.o gnu/java/locale/LocaleInformation_sr.properties.o gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties.o gnu/java/locale/LocaleInformation_sr_BA_Latn.properties.o gnu/java/locale/LocaleInformation_sr_Cyrl.properties.o gnu/java/locale/LocaleInformation_sr_Latn.properties.o gnu/java/locale/LocaleInformation_sr_ME_Latn.properties.o gnu/java/locale/LocaleInformation_sr_RS_Latn.properties.o gnu/java/locale/LocaleInformation_ss.properties.o gnu/java/locale/LocaleInformation_ssy.properties.o gnu/java/locale/LocaleInformation_st.properties.o gnu/java/locale/LocaleInformation_sv.properties.o gnu/java/locale/LocaleInformation_sv_FI.properties.o gnu/java/locale/LocaleInformation_sv_SE.properties.o gnu/java/locale/LocaleInformation_sw.properties.o gnu/java/locale/LocaleInformation_sw_KE.properties.o gnu/java/locale/LocaleInformation_sw_TZ.properties.o gnu/java/locale/LocaleInformation_syr.properties.o gnu/java/locale/LocaleInformation_syr_SY.properties.o gnu/java/locale/LocaleInformation_ta.properties.o gnu/java/locale/LocaleInformation_ta_IN.properties.o gnu/java/locale/LocaleInformation_te.properties.o gnu/java/locale/LocaleInformation_te_IN.properties.o gnu/java/locale/LocaleInformation_tg.properties.o gnu/java/locale/LocaleInformation_th.properties.o gnu/java/locale/LocaleInformation_th_TH.properties.o gnu/java/locale/LocaleInformation_ti.properties.o gnu/java/locale/LocaleInformation_ti_ER.properties.o gnu/java/locale/LocaleInformation_ti_ET.properties.o gnu/java/locale/LocaleInformation_tig.properties.o gnu/java/locale/LocaleInformation_tig_ER.properties.o gnu/java/locale/LocaleInformation_tn.properties.o gnu/java/locale/LocaleInformation_to.properties.o gnu/java/locale/LocaleInformation_tr.properties.o gnu/java/locale/LocaleInformation_tr_TR.properties.o gnu/java/locale/LocaleInformation_trv.properties.o gnu/java/locale/LocaleInformation_ts.properties.o gnu/java/locale/LocaleInformation_tt.properties.o gnu/java/locale/LocaleInformation_tt_RU.properties.o gnu/java/locale/LocaleInformation_ug.properties.o gnu/java/locale/LocaleInformation_uk.properties.o gnu/java/locale/LocaleInformation_uk_UA.properties.o gnu/java/locale/LocaleInformation_ur.properties.o gnu/java/locale/LocaleInformation_ur_IN.properties.o gnu/java/locale/LocaleInformation_uz.properties.o gnu/java/locale/LocaleInformation_uz_AF_Arab.properties.o gnu/java/locale/LocaleInformation_uz_Arab.properties.o gnu/java/locale/LocaleInformation_uz_Latn.properties.o gnu/java/locale/LocaleInformation_ve.properties.o gnu/java/locale/LocaleInformation_vi.properties.o gnu/java/locale/LocaleInformation_wal.properties.o gnu/java/locale/LocaleInformation_wal_ET.properties.o gnu/java/locale/LocaleInformation_wo.properties.o gnu/java/locale/LocaleInformation_xh.properties.o gnu/java/locale/LocaleInformation_yo.properties.o gnu/java/locale/LocaleInformation_zh.properties.o gnu/java/locale/LocaleInformation_zh_CN_Hans.properties.o gnu/java/locale/LocaleInformation_zh_HK_Hant.properties.o gnu/java/locale/LocaleInformation_zh_Hant.properties.o gnu/java/locale/LocaleInformation_zh_MO_Hant.properties.o gnu/java/locale/LocaleInformation_zh_SG_Hans.properties.o gnu/java/locale/LocaleInformation_zh_TW_Hant.properties.o gnu/java/locale/LocaleInformation_zu.properties.o gnu/java/util/regex/MessagesBundle.properties.o gnu/java/util/regex/MessagesBundle_fr.properties.o gnu/java/util/regex/MessagesBundle_it.properties.o gnu/javax/print/PrinterDialog.properties.o gnu/javax/print/PrinterDialog_de.properties.o .libs/libgcj.lax/lt88-MessagesBundle.properties.o java/text/metazones.properties.o java/util/iso4217.properties.o java/util/weeks.properties.o .libs/libgcj.lax/lt89-MessagesBundle.properties.o javax/swing/text/html/default.css.o .libs/libgcj.lax/lt90-MessagesBundle.properties.o META-INF/services/java.util.prefs.PreferencesFactory.o META-INF/services/java.util.prefs.PreferencesFactory.in.o META-INF/services/javax.sound.midi.spi.MidiDeviceProvider.o META-INF/services/javax.sound.midi.spi.MidiFileReader.o META-INF/services/javax.sound.midi.spi.MidiFileWriter.o META-INF/services/javax.sound.sampled.spi.AudioFileReader.o gnu-CORBA.o gnu-java-awt-dnd-peer-gtk.o gnu-java-awt-peer-gtk.o gnu-java-awt-peer-swing.o gnu-java-beans.o gnu-java-lang-management.o gnu-java-math.o gnu-java-util-prefs-gconf.o gnu-javax-management.o gnu-javax-rmi.o gnu-javax-sound-midi.o gnu-xml-aelfred2.o gnu-xml-dom.o gnu-xml-libxmlj.o gnu-xml-pipeline.o gnu-xml-stream.o gnu-xml-transform.o gnu-xml-util.o gnu-xml-validation.o gnu-xml-xpath.o java-lang-management.o javax-imageio.o javax-rmi.o javax-xml.o org-omg-CORBA.o org-omg-CORBA_2_3.o org-omg-CosNaming.o org-omg-Dynamic.o org-omg-DynamicAny.o org-omg-IOP.o org-omg-Messaging.o org-omg-PortableInterceptor.o org-omg-PortableServer.o org-omg-SendingContext.o org-omg-stub.o org-relaxng.o org-w3c.o org-xml.o .libs/libgcj.lax/libltdlc.a/ltdl.o .libs/libgcj.lax/libfdlibm.a/dtoa.o .libs/libgcj.lax/libfdlibm.a/e_acos.o .libs/libgcj.lax/libfdlibm.a/e_asin.o .libs/libgcj.lax/libfdlibm.a/e_atan2.o .libs/libgcj.lax/libfdlibm.a/e_cosh.o .libs/libgcj.lax/libfdlibm.a/e_exp.o .libs/libgcj.lax/libfdlibm.a/e_fmod.o .libs/libgcj.lax/libfdlibm.a/e_hypot.o .libs/libgcj.lax/libfdlibm.a/e_log.o .libs/libgcj.lax/libfdlibm.a/e_log10.o .libs/libgcj.lax/libfdlibm.a/e_pow.o .libs/libgcj.lax/libfdlibm.a/e_remainder.o .libs/libgcj.lax/libfdlibm.a/e_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/e_scalb.o .libs/libgcj.lax/libfdlibm.a/e_sinh.o .libs/libgcj.lax/libfdlibm.a/e_sqrt.o .libs/libgcj.lax/libfdlibm.a/k_cos.o .libs/libgcj.lax/libfdlibm.a/k_rem_pio2.o .libs/libgcj.lax/libfdlibm.a/k_sin.o .libs/libgcj.lax/libfdlibm.a/k_tan.o .libs/libgcj.lax/libfdlibm.a/mprec.o .libs/libgcj.lax/libfdlibm.a/s_atan.o .libs/libgcj.lax/libfdlibm.a/s_cbrt.o .libs/libgcj.lax/libfdlibm.a/s_ceil.o .libs/libgcj.lax/libfdlibm.a/s_copysign.o .libs/libgcj.lax/libfdlibm.a/s_cos.o .libs/libgcj.lax/libfdlibm.a/s_expm1.o .libs/libgcj.lax/libfdlibm.a/s_fabs.o .libs/libgcj.lax/libfdlibm.a/sf_fabs.o .libs/libgcj.lax/libfdlibm.a/s_finite.o .libs/libgcj.lax/libfdlibm.a/s_floor.o .libs/libgcj.lax/libfdlibm.a/s_log1p.o .libs/libgcj.lax/libfdlibm.a/sf_rint.o .libs/libgcj.lax/libfdlibm.a/s_rint.o .libs/libgcj.lax/libfdlibm.a/s_scalbn.o .libs/libgcj.lax/libfdlibm.a/s_sin.o .libs/libgcj.lax/libfdlibm.a/s_tan.o .libs/libgcj.lax/libfdlibm.a/s_tanh.o .libs/libgcj.lax/libfdlibm.a/strtod.o .libs/libgcj.lax/libfdlibm.a/w_acos.o .libs/libgcj.lax/libfdlibm.a/w_asin.o .libs/libgcj.lax/libfdlibm.a/w_atan2.o .libs/libgcj.lax/libfdlibm.a/w_cosh.o .libs/libgcj.lax/libfdlibm.a/w_exp.o .libs/libgcj.lax/libfdlibm.a/w_fmod.o .libs/libgcj.lax/libfdlibm.a/w_hypot.o .libs/libgcj.lax/libfdlibm.a/w_log.o .libs/libgcj.lax/libfdlibm.a/w_log10.o .libs/libgcj.lax/libfdlibm.a/w_pow.o .libs/libgcj.lax/libfdlibm.a/w_remainder.o .libs/libgcj.lax/libfdlibm.a/w_sinh.o .libs/libgcj.lax/libfdlibm.a/w_sqrt.o .libs/libgcj.lax/lt91-debug.o .libs/libgcj.lax/libffi_convenience.a/prep_cif.o .libs/libgcj.lax/libffi_convenience.a/types.o .libs/libgcj.lax/libffi_convenience.a/raw_api.o .libs/libgcj.lax/libffi_convenience.a/java_raw_api.o .libs/libgcj.lax/libffi_convenience.a/closures.o .libs/libgcj.lax/libffi_convenience.a/ffi.o .libs/libgcj.lax/libffi_convenience.a/sysv.o .libs/libgcj.lax/libzgcj_convenience.a/adler32.o .libs/libgcj.lax/libzgcj_convenience.a/compress.o .libs/libgcj.lax/libzgcj_convenience.a/crc32.o .libs/libgcj.lax/libzgcj_convenience.a/deflate.o .libs/libgcj.lax/libzgcj_convenience.a/gzio.o .libs/libgcj.lax/libzgcj_convenience.a/infback.o .libs/libgcj.lax/libzgcj_convenience.a/inffast.o .libs/libgcj.lax/libzgcj_convenience.a/inflate.o .libs/libgcj.lax/libzgcj_convenience.a/inftrees.o .libs/libgcj.lax/libzgcj_convenience.a/trees.o .libs/libgcj.lax/libzgcj_convenience.a/uncompr.o .libs/libgcj.lax/libzgcj_convenience.a/zutil.o .libs/libgcj.lax/libgcjgc_convenience.a/allchblk.o .libs/libgcj.lax/libgcjgc_convenience.a/alloc.o .libs/libgcj.lax/libgcjgc_convenience.a/blacklst.o .libs/libgcj.lax/libgcjgc_convenience.a/checksums.o .libs/libgcj.lax/libgcjgc_convenience.a/dbg_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/dyn_load.o .libs/libgcj.lax/libgcjgc_convenience.a/finalize.o .libs/libgcj.lax/libgcjgc_convenience.a/gc_dlopen.o .libs/libgcj.lax/libgcjgc_convenience.a/gcj_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/headers.o .libs/libgcj.lax/libgcjgc_convenience.a/malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/mallocx.o .libs/libgcj.lax/libgcjgc_convenience.a/mark.o .libs/libgcj.lax/libgcjgc_convenience.a/mark_rts.o .libs/libgcj.lax/lt92-misc.o .libs/libgcj.lax/libgcjgc_convenience.a/new_hblk.o .libs/libgcj.lax/libgcjgc_convenience.a/obj_map.o .libs/libgcj.lax/libgcjgc_convenience.a/os_dep.o .libs/libgcj.lax/libgcjgc_convenience.a/pcr_interface.o .libs/libgcj.lax/libgcjgc_convenience.a/ptr_chck.o .libs/libgcj.lax/libgcjgc_convenience.a/real_malloc.o .libs/libgcj.lax/libgcjgc_convenience.a/reclaim.o .libs/libgcj.lax/libgcjgc_convenience.a/specific.o .libs/libgcj.lax/libgcjgc_convenience.a/stubborn.o .libs/libgcj.lax/libgcjgc_convenience.a/typd_mlc.o .libs/libgcj.lax/libgcjgc_convenience.a/backgraph.o .libs/libgcj.lax/libgcjgc_convenience.a/win32_threads.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_support.o .libs/libgcj.lax/libgcjgc_convenience.a/pthread_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/darwin_stop_world.o .libs/libgcj.lax/libgcjgc_convenience.a/mach_dep.o
- libtool: link: ranlib .libs/libgcj.a
- libtool: link: rm -fr .libs/libgcj.lax .libs/libgcj.lax
+ mv -f $depbase.Tpo $depbase.Plo
+@@ -22427,15 +22395,15 @@
+ libtool: link: (cd ".libs" && rm -f "libgcj.so.13" && ln -s "libgcj.so.13.0.0" "libgcj.so.13")
+ libtool: link: (cd ".libs" && rm -f "libgcj.so" && ln -s "libgcj.so.13.0.0" "libgcj.so")
libtool: link: ( cd ".libs" && rm -f "libgcj.la" && ln -s "../libgcj.la" "libgcj.la" )
-/bin/dash ./libtool --tag=CXX --mode=link [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -o libjvm.la -avoid-version -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib/gcj-4.7.0-13 jni-libjvm.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la
-libtool: link: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -shared -nostdlib [SYSTEM_MULTILIB]/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/jni-libjvm.o -Wl,-rpath -Wl,[...]/hurd/master.build/[ARCH]/libjava/.libs -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs ./.libs/libgcj.so -L[...]/hurd/master.build/[ARCH]/libjava -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L[SYSTEM_MULTILIB] -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o [SYSTEM_MULTILIB]/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libjvm.so -o .libs/libjvm.so
+/bin/dash ./libtool --tag=CXX --mode=link [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -o libjvm.la -avoid-version -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib/gcj-4.7.0-13 jni-libjvm.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la
+libtool: link: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -shared -nostdlib [SYSTEM_MULTILIB]/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/jni-libjvm.o -Wl,-rpath -Wl,[...]/hurd/master.build/[ARCH]/libjava/.libs -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs ./.libs/libgcj.so -L[...]/hurd/master.build/[ARCH]/libjava -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L[SYSTEM_MULTILIB] -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o [SYSTEM_MULTILIB]/crtn.o -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libjvm.so -o .libs/libjvm.so
- libtool: link: ar rc .libs/libjvm.a jni-libjvm.o
- libtool: link: ranlib .libs/libjvm.a
libtool: link: ( cd ".libs" && rm -f "libjvm.la" && ln -s "../libjvm.la" "libjvm.la" )
-@@ -23280,8 +23247,8 @@
+ depbase=`echo gij.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+ /bin/dash ./libtool --tag=CXX --mode=compile [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -MT gij.lo -MD -MP -MF $depbase.Tpo -c -o gij.lo ../../../master/libjava/gij.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gij.lo -MD -MP -MF .deps/gij.Tpo -c ../../../master/libjava/gij.cc -fPIC -DPIC -o .libs/gij.o
- libtool: compile: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -DHAVE_CONFIG_H -I. -I../../../master/libjava -I./include -I./gcj -I../../../master/libjava -Iinclude -I../../../master/libjava/include -I../../../master/libjava/classpath/include -Iclasspath/include -I../../../master/libjava/classpath/native/fdlibm -I../../../master/libjava/../boehm-gc/include -I../boehm-gc/include -I../../../master/libjava/libltdl -I../../../master/libjava/libltdl -I../../../master/libjava/.././libjava/../gcc -I../../../master/libjava/../zlib -I../../../master/libjava/../libffi/include -I../libffi/include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX=\"[...]/hurd/master.build.install\" -DTOOLEXECLIBDIR=\"[...]/hurd/master.build.install/lib\" -DJAVA_HOME=\"[...]/hurd/master.build.install\" -DBOOT_CLASS_PATH=\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\" -DJAVA_EXT_DIRS=\"[...]/hurd/master.build.install/share/java/ext\" -DGCJ_ENDORSED_DIRS=\"[...]/hurd/master.build.install/share/java/gcj-endorsed\" -DGCJ_VERSIONED_LIBDIR=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\" -g -O2 -D_GNU_SOURCE -MT gij.lo -MD -MP -MF .deps/gij.Tpo -c ../../../master/libjava/gij.cc -o gij.o >/dev/null 2>&1
-/bin/dash ./libtool --tag=CXX --mode=link [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -o libgij.la -rpath [...]/hurd/master.build.install/lib -version-info `grep -v '^#' ../../../master/libjava/libtool-version` -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la
-libtool: link: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -shared -nostdlib [SYSTEM_MULTILIB]/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.o -Wl,-rpath -Wl,[...]/hurd/master.build/[ARCH]/libjava/.libs -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs ./.libs/libgcj.so -L[...]/hurd/master.build/[ARCH]/libjava -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L[SYSTEM_MULTILIB] -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o [SYSTEM_MULTILIB]/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libgij.so.13 -o .libs/libgij.so.13.0.0
+/bin/dash ./libtool --tag=CXX --mode=link [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum -D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall -D_GNU_SOURCE -DPREFIX="\"[...]/hurd/master.build.install\"" -DTOOLEXECLIBDIR="\"[...]/hurd/master.build.install/lib\"" -DJAVA_HOME="\"[...]/hurd/master.build.install\"" -DBOOT_CLASS_PATH="\"[...]/hurd/master.build.install/share/java/libgcj-4.7.0.jar\"" -DJAVA_EXT_DIRS="\"[...]/hurd/master.build.install/share/java/ext\"" -DGCJ_ENDORSED_DIRS="\"[...]/hurd/master.build.install/share/java/gcj-endorsed\"" -DGCJ_VERSIONED_LIBDIR="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.7.0-13/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.7.0-13/classmap.db\"" -g -O2 -D_GNU_SOURCE -o libgij.la -rpath [...]/hurd/master.build.install/lib -version-info `grep -v '^#' ../../../master/libjava/libtool-version` -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la
+libtool: link: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -shared -nostdlib [SYSTEM_MULTILIB]/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.o -Wl,-rpath -Wl,[...]/hurd/master.build/[ARCH]/libjava/.libs -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs ./.libs/libgcj.so -L[...]/hurd/master.build/[ARCH]/libjava -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L[SYSTEM_MULTILIB] -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o [SYSTEM_MULTILIB]/crtn.o -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgij.so.13 -o .libs/libgij.so.13.0.0
libtool: link: (cd ".libs" && rm -f "libgij.so.13" && ln -s "libgij.so.13.0.0" "libgij.so.13")
libtool: link: (cd ".libs" && rm -f "libgij.so" && ln -s "libgij.so.13.0.0" "libgij.so")
- libtool: link: ar rc .libs/libgij.a gij.o
-@@ -23360,7 +23327,7 @@
- libtool: link: [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o .libs/gc-analyze --main=gnu.gcj.tools.gc_analyze.MemoryAnalyze -shared-libgcc -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libjava ./.libs/libgcj-tools.so -lm [...]/hurd/master.build/[ARCH]/libjava/.libs/libgcj.so ./.libs/libgcj.so -lpthread -lrt -ldl -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib
- /bin/dash ./libtool --tag=GCJ --mode=link [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -L[...]/hurd/master.build/[ARCH]/libjava -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o gjdoc --main=gnu.classpath.tools.gjdoc.Main -Djava.class.path=/usr/share/java/antlr.jar -rpath [...]/hurd/master.build.install/lib -shared-libgcc -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj-tools.la
- libtool: link: [...]/hurd/master.build/./gcc/gcj -B[...]/hurd/master.build/[ARCH]/libjava/ -B[...]/hurd/master.build/./gcc/ -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o .libs/gjdoc --main=gnu.classpath.tools.gjdoc.Main -Djava.class.path=/usr/share/java/antlr.jar -shared-libgcc -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libjava ./.libs/libgcj-tools.so -lm [...]/hurd/master.build/[ARCH]/libjava/.libs/libgcj.so -lpthread -lrt -ldl -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib
--: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" DO=all multi-do
-+: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" DO=all multi-do
- make[4]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
- if [ -z "" ]; then \
- true; \
-@@ -23376,7 +23343,7 @@
- else \
- if [ -d ../${dir}/${lib} ]; then \
- flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
-- if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" \
-+ if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" \
- CFLAGS="-g -O2 ${flags}" \
- CCASFLAGS=" ${flags}" \
- FCFLAGS=" ${flags}" \
+ libtool: link: ( cd ".libs" && rm -f "libgij.la" && ln -s "../libgij.la" "libgij.la" )
diff --git a/open_issues/gcc/log_install.diff b/open_issues/gcc/log_install.diff
index 1fc0ba03..e7c0241f 100644
--- a/open_issues/gcc/log_install.diff
+++ b/open_issues/gcc/log_install.diff
@@ -1,5 +1,5 @@
---- /dev/fd/63 2011-07-16 00:33:44.577933231 +0200
-+++ /dev/fd/62 2011-07-16 00:33:44.577933231 +0200
+--- /dev/fd/63 2011-07-18 23:38:36.566593099 +0200
++++ /dev/fd/62 2011-07-18 23:38:36.566593099 +0200
@@ -22,7 +22,6 @@
libtool: install: (cd [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.7.0 && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so.0 || { rm -f liblto_plugin.so.0 && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so.0; }; })
libtool: install: (cd [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.7.0 && { ln -s -f liblto_plugin.so.0.0.0 liblto_plugin.so || { rm -f liblto_plugin.so && ln -s liblto_plugin.so.0.0.0 liblto_plugin.so; }; })
@@ -8,16 +8,16 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.7.0
-@@ -425,7 +424,7 @@
- /usr/bin/install -c -m 644 ../../master/gcc/cp/cxx-pretty-print.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/cp/cxx-pretty-print.h
- /usr/bin/install -c -m 644 ../../master/gcc/cp/name-lookup.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/cp/name-lookup.h
+@@ -429,7 +428,7 @@
+ /bin/dash ../../master/gcc/../move-if-change tmp-header-vars b-header-vars
+ echo timestamp > s-header-vars
/bin/dash ../../master/gcc/../mkinstalldirs [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include
-headers=`echo tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h config.h auto-host.h ../../master/gcc/../include/ansidecl.h system.h hwint.h ../../master/gcc/../include/libiberty.h ../../master/gcc/../include/safe-ctype.h ../../master/gcc/../include/filenames.h coretypes.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h toplev.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h vecir.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h target.h target.def target-hooks-macros.h insn-modes.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def tree-pass.h timevar.h timevar.def gcc-plugin.h highlev-plugin-common.h config.h auto-host.h ../../master/gcc/../include/ansidecl.h system.h hwint.h ../../master/gcc/../include/libiberty.h ../../master/gcc/../include/safe-ctype.h ../../master/gcc/../include/filenames.h ../../master/gcc/../include/hashtab.h ggc.h gtype-desc.h statistics.h tree-dump.h ../../master/gcc/../include/splay-tree.h tree-pass.h timevar.h timevar.def pretty-print.h ../../master/gcc/../libcpp/include/line-map.h input.h ../../master/gcc/../include/obstack.h ../../master/gcc/../libcpp/include/line-map.h input.h vec.h statistics.h opts.h params.h params.def plugin.def options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h options.h insn-constants.h config/vxworks-dummy.h config/i386/i386.h config/linux-android.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/linux.h config/i386/gnu-user.h config/i386/linux.h defaults.h ../../master/gcc/config/i386/i386-protos.h tm-preds.h config/i386/i386-protos.h tm-preds.h auto-host.h ../../master/gcc/../include/ansidecl.h auto-host.h ansidecl.h auto-host.h ansidecl.h intl.h plugin-version.h configargs.h diagnostic.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h ../../master/gcc/../libcpp/include/line-map.h input.h ../../master/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def ../../master/gcc/../include/splay-tree.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def c-family/c-objc.h c-family/c-pretty-print.h pretty-print.h ../../master/gcc/../libcpp/include/line-map.h input.h ../../master/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def ../../master/gcc/../include/splay-tree.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-iterator.h plugin.h gcc-plugin.h highlev-plugin-common.h config.h auto-host.h ../../master/gcc/../include/ansidecl.h system.h hwint.h ../../master/gcc/../include/libiberty.h ../../master/gcc/../include/safe-ctype.h ../../master/gcc/../include/filenames.h ../../master/gcc/../include/hashtab.h tree-flow.h tree-flow-inline.h tree-ssa-operands.h bitmap.h ../../master/gcc/../include/hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h vecir.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h target.h target.def target-hooks-macros.h insn-modes.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def ../../master/gcc/../include/hashtab.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h ../../master/gcc/../include/plugin-api.h ipa-reference.h bitmap.h ../../master/gcc/../include/hashtab.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-ssa-alias.h langhooks.h incpath.h debug.h except.h ../../master/gcc/../include/hashtab.h vecprim.h vecir.h tree-ssa-sccvn.h real.h output.h ipa-utils.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h ../../master/gcc/../include/plugin-api.h c-family/c-pragma.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cppdefault.h flags.h ../../master/gcc/../include/md5.h params.def params.h prefix.h tree-inline.h gimple-pretty-print.h tree-pretty-print.h realmpfr.h ipa-prop.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h vec.h statistics.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h ../../master/gcc/../include/plugin-api.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h vecir.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h target.h target.def target-hooks-macros.h insn-modes.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def ../../master/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h ../../master/gcc/../include/hashtab.h genrtl.h vecir.h tm_p.h ../../master/gcc/config/i386/i386-protos.h tm-preds.h cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/linux-android.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/linux.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def ../../master/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h ../../master/gcc/../include/hashtab.h genrtl.h vecir.h vecprim.h double-int.h bitmap.h ../../master/gcc/../include/hashtab.h statistics.h sbitmap.h emit-rtl.h version.h | tr ' ' '\012' | sort -u`; \
+headers=`echo tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h config.h auto-host.h ../../master/gcc/../include/ansidecl.h system.h hwint.h ../../master/gcc/../include/libiberty.h ../../master/gcc/../include/safe-ctype.h ../../master/gcc/../include/filenames.h coretypes.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h toplev.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h vecir.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h target.h target.def target-hooks-macros.h insn-modes.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def tree-pass.h timevar.h timevar.def gcc-plugin.h highlev-plugin-common.h config.h auto-host.h ../../master/gcc/../include/ansidecl.h system.h hwint.h ../../master/gcc/../include/libiberty.h ../../master/gcc/../include/safe-ctype.h ../../master/gcc/../include/filenames.h ../../master/gcc/../include/hashtab.h ggc.h gtype-desc.h statistics.h tree-dump.h ../../master/gcc/../include/splay-tree.h tree-pass.h timevar.h timevar.def pretty-print.h ../../master/gcc/../libcpp/include/line-map.h input.h ../../master/gcc/../include/obstack.h ../../master/gcc/../libcpp/include/line-map.h input.h vec.h statistics.h opts.h params.h params.def plugin.def options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h options.h insn-constants.h config/vxworks-dummy.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/gnu-user.h config/glibc-stdint.h config/i386/gnu-user.h config/gnu.h config/i386/gnu.h defaults.h ../../master/gcc/config/i386/i386-protos.h tm-preds.h config/i386/i386-protos.h tm-preds.h auto-host.h ../../master/gcc/../include/ansidecl.h auto-host.h ansidecl.h auto-host.h ansidecl.h intl.h plugin-version.h configargs.h diagnostic.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def pretty-print.h ../../master/gcc/../libcpp/include/line-map.h input.h ../../master/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def ../../master/gcc/../include/splay-tree.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def c-family/c-objc.h c-family/c-pretty-print.h pretty-print.h ../../master/gcc/../libcpp/include/line-map.h input.h ../../master/gcc/../include/obstack.h c-family/c-common.h c-family/c-common.def ../../master/gcc/../include/splay-tree.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h ggc.h gtype-desc.h statistics.h diagnostic-core.h ../../master/gcc/../libcpp/include/line-map.h input.h bversion.h diagnostic.def tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-iterator.h plugin.h gcc-plugin.h highlev-plugin-common.h config.h auto-host.h ../../master/gcc/../include/ansidecl.h system.h hwint.h ../../master/gcc/../include/libiberty.h ../../master/gcc/../include/safe-ctype.h ../../master/gcc/../include/filenames.h ../../master/gcc/../include/hashtab.h tree-flow.h tree-flow-inline.h tree-ssa-operands.h bitmap.h ../../master/gcc/../include/hashtab.h statistics.h sbitmap.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h vecir.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h target.h target.def target-hooks-macros.h insn-modes.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def ../../master/gcc/../include/hashtab.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h ../../master/gcc/../include/plugin-api.h ipa-reference.h bitmap.h ../../master/gcc/../include/hashtab.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-ssa-alias.h langhooks.h incpath.h debug.h except.h ../../master/gcc/../include/hashtab.h vecprim.h vecir.h tree-ssa-sccvn.h real.h output.h ipa-utils.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h ../../master/gcc/../include/plugin-api.h c-family/c-pragma.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h ../../master/gcc/../libcpp/include/line-map.h ../../master/gcc/../libcpp/include/cpplib.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cppdefault.h flags.h ../../master/gcc/../include/md5.h params.def params.h prefix.h tree-inline.h gimple-pretty-print.h tree-pretty-print.h realmpfr.h ipa-prop.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h vec.h statistics.h cgraph.h vec.h statistics.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cif-code.def ipa-ref.h ipa-ref-inline.h ../../master/gcc/../include/plugin-api.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h vecir.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h target.h target.def target-hooks-macros.h insn-modes.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def ../../master/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h ../../master/gcc/../include/hashtab.h genrtl.h vecir.h tm_p.h ../../master/gcc/config/i386/i386-protos.h tm-preds.h cfgloop.h basic-block.h predict.h predict.def vec.h statistics.h function.h tree.h all-tree.def tree.def c-family/c-common.def ../../master/gcc/ada/gcc-interface/ada-tree.def ../../master/gcc/cp/cp-tree.def ../../master/gcc/java/java-tree.def ../../master/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def sync-builtins.def omp-builtins.def ../../master/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h statistics.h treestruct.def ../../master/gcc/../include/hashtab.h double-int.h alias.h ../../master/gcc/../libcpp/include/symtab.h ../../master/gcc/../include/obstack.h flags.h coretypes.h flag-types.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h vecir.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h ../../master/gcc/../include/hashtab.h vecprim.h tm.h options.h ../../master/gcc/config/vxworks-dummy.h ../../master/gcc/config/i386/i386.h ../../master/gcc/config/i386/unix.h ../../master/gcc/config/i386/att.h ../../master/gcc/config/dbxelf.h ../../master/gcc/config/elfos.h ../../master/gcc/config/gnu-user.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/gnu-user.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h libgcc_tm.h insn-flags.h options.h flag-types.h ../../master/gcc/config/i386/i386-opts.h hard-reg-set.h cfghooks.h rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def ../../master/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h statistics.h vec.h statistics.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h ../../master/gcc/../include/hashtab.h genrtl.h vecir.h vecprim.h double-int.h bitmap.h ../../master/gcc/../include/hashtab.h statistics.h sbitmap.h emit-rtl.h version.h | tr ' ' '\012' | sort -u`; \
srcdirstrip=`echo "../../master/gcc" | sed 's/[].[^$\\*|]/\\\\&/g'`; \
for file in $headers; do \
if [ -f $file ] ; then \
-@@ -464,16 +463,15 @@
+@@ -468,16 +467,15 @@
/usr/bin/install -c -m 644 ../../master/gcc/config/elfos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/elfos.h
/usr/bin/install -c -m 644 ../../master/gcc/config/glibc-stdint.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/glibc-stdint.h
/usr/bin/install -c -m 644 ../../master/gcc/config/gnu-user.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/gnu-user.h
@@ -36,7 +36,7 @@
/usr/bin/install -c -m 644 ../../master/gcc/config/vxworks-dummy.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/vxworks-dummy.h
/usr/bin/install -c -m 644 ../../master/gcc/cp/cp-tree.def [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/cp/cp-tree.def
/usr/bin/install -c -m 644 ../../master/gcc/defaults.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/defaults.h
-@@ -503,14 +501,13 @@
+@@ -507,14 +505,13 @@
/usr/bin/install -c -m 644 ../../master/gcc/config/elfos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/elfos.h
/usr/bin/install -c -m 644 ../../master/gcc/config/glibc-stdint.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/glibc-stdint.h
/usr/bin/install -c -m 644 ../../master/gcc/config/gnu-user.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/gnu-user.h
@@ -53,7 +53,7 @@
/usr/bin/install -c -m 644 ../../master/gcc/config/vxworks-dummy.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/vxworks-dummy.h
/usr/bin/install -c -m 644 configargs.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/configargs.h
/usr/bin/install -c -m 644 ../../master/gcc/coretypes.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/coretypes.h
-@@ -797,7 +794,6 @@
+@@ -801,7 +798,6 @@
libtool: install: /usr/bin/install -c .libs/libsupc++.a [...]/hurd/master.build.install/lib/libsupc++.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libsupc++.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libsupc++.a
@@ -61,7 +61,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -849,7 +845,6 @@
+@@ -853,7 +849,6 @@
libtool: install: /usr/bin/install -c .libs/libstdc++.a [...]/hurd/master.build.install/lib/libstdc++.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libstdc++.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libstdc++.a
@@ -69,7 +69,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1125,9 +1120,6 @@
+@@ -1129,9 +1124,6 @@
libtool: install: /usr/bin/install -c .libs/libmudflapth.a [...]/hurd/master.build.install/lib/libmudflapth.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libmudflapth.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libmudflapth.a
@@ -79,7 +79,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1260,9 +1252,6 @@
+@@ -1264,9 +1256,6 @@
libtool: install: /usr/bin/install -c .libs/libssp_nonshared.a [...]/hurd/master.build.install/lib/libssp_nonshared.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libssp_nonshared.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libssp_nonshared.a
@@ -89,7 +89,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1460,9 +1449,6 @@
+@@ -1464,9 +1453,6 @@
libtool: install: /usr/bin/install -c .libs/libquadmath.a [...]/hurd/master.build.install/lib/libquadmath.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libquadmath.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libquadmath.a
@@ -99,7 +99,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1547,7 +1533,6 @@
+@@ -1551,7 +1537,6 @@
libtool: install: /usr/bin/install -c .libs/libcaf_single.a [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/libcaf_single.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/libcaf_single.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/libcaf_single.a
@@ -107,7 +107,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0
-@@ -1619,7 +1604,6 @@
+@@ -1623,7 +1608,6 @@
libtool: install: /usr/bin/install -c .libs/libgfortranbegin.a [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/libgfortranbegin.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/libgfortranbegin.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/libgfortranbegin.a
@@ -115,7 +115,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0
-@@ -1652,9 +1636,6 @@
+@@ -1656,9 +1640,6 @@
libtool: install: /usr/bin/install -c .libs/libgfortran.a [...]/hurd/master.build.install/lib/libgfortran.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libgfortran.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libgfortran.a
@@ -125,7 +125,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1687,9 +1668,6 @@
+@@ -1691,9 +1672,6 @@
libtool: install: /usr/bin/install -c .libs/libobjc.a [...]/hurd/master.build.install/lib/libobjc.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libobjc.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libobjc.a
@@ -135,7 +135,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1759,9 +1737,6 @@
+@@ -1763,9 +1741,6 @@
done; \
fi
make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/libobjc'
@@ -145,7 +145,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1963,9 +1938,6 @@
+@@ -1967,9 +1942,6 @@
libtool: install: /usr/bin/install -c .libs/libffi.a [...]/hurd/master.build.install/lib/libffi.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libffi.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libffi.a
@@ -155,25 +155,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -1989,7 +1961,7 @@
- make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/libffi'
- make[2]: Leaving directory `[...]/hurd/master.build/[ARCH]/libffi'
- make[2]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
--make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" DO=install multi-do
-+make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" DO=install multi-do
- make[3]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
- if [ -z "" ]; then \
- true; \
-@@ -2005,7 +1977,7 @@
- else \
- if [ -d ../${dir}/${lib} ]; then \
- flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
-- if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" \
-+ if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" \
- CFLAGS="-g -O2 ${flags}" \
- CCASFLAGS=" ${flags}" \
- FCFLAGS=" ${flags}" \
-@@ -2175,7 +2147,6 @@
+@@ -2179,7 +2151,6 @@
/bin/dash ../../../libtool --mode=install /usr/bin/install -c libjavamath.la '[...]/hurd/master.build.install/lib/gcj-4.7.0-13'
libtool: install: /usr/bin/install -c .libs/libjavamath.so [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjavamath.so
libtool: install: /usr/bin/install -c .libs/libjavamath.lai [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjavamath.la
@@ -181,25 +163,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib/gcj-4.7.0-13
-@@ -2256,7 +2227,7 @@
- make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libjava/testsuite'
- make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/libjava/testsuite'
- make[3]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
--: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" DO=all multi-do
-+: make ; exec make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" DO=all multi-do
- make[4]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
- if [ -z "" ]; then \
- true; \
-@@ -2272,7 +2243,7 @@
- else \
- if [ -d ../${dir}/${lib} ]; then \
- flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
-- if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" \
-+ if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" \
- CFLAGS="-g -O2 ${flags}" \
- CCASFLAGS=" ${flags}" \
- FCFLAGS=" ${flags}" \
-@@ -2366,14 +2337,13 @@
+@@ -2370,11 +2341,10 @@
test -z "[...]/hurd/master.build.install/lib/gcj-4.7.0-13" || /bin/mkdir -p "[...]/hurd/master.build.install/lib/gcj-4.7.0-13"
/bin/dash ./libtool --mode=install /usr/bin/install -c libjvm.la '[...]/hurd/master.build.install/lib/gcj-4.7.0-13'
libtool: install: warning: relinking `libjvm.la'
@@ -209,32 +173,11 @@
+libtool: relink: [...]/hurd/master.build/./gcc/xgcc -shared-libgcc -B[...]/hurd/master.build/./gcc -nostdinc++ -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -B[...]/hurd/master.build.install/[ARCH]/bin/ -B[...]/hurd/master.build.install/[ARCH]/lib/ -isystem [...]/hurd/master.build.install/[ARCH]/include -isystem [...]/hurd/master.build.install/[ARCH]/sys-include -shared -nostdlib /usr/lib/i386-gnu/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/jni-libjvm.o -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libjava/.libs -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -L[...]/hurd/master.build.install/lib -lgcj -L[...]/hurd/master.build/[ARCH]/libjava -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L/usr/lib/i386-gnu -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/i386-gnu/crtn.o -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libjvm.so -o .libs/libjvm.so
libtool: install: /usr/bin/install -c .libs/libjvm.soT [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjvm.so
libtool: install: /usr/bin/install -c .libs/libjvm.lai [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjvm.la
- libtool: install: /usr/bin/install -c .libs/libjvm.a [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjvm.a
- libtool: install: chmod 644 [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjvm.a
- libtool: install: ranlib [...]/hurd/master.build.install/lib/gcj-4.7.0-13/libjvm.a
-libtool: finish: PATH="/home/thomas/command-i686:/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n [...]/hurd/master.build.install/lib/gcj-4.7.0-13
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib/gcj-4.7.0-13
-@@ -2393,7 +2363,7 @@
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- test -z "[...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.7.0" || /bin/mkdir -p "[...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.7.0"
--make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" DO=install multi-do
-+make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" DO=install multi-do
- make[5]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
- if [ -z "" ]; then \
- true; \
-@@ -2409,7 +2379,7 @@
- else \
- if [ -d ../${dir}/${lib} ]; then \
- flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
-- if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" \
-+ if (cd ../${dir}/${lib}; make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" \
- CFLAGS="-g -O2 ${flags}" \
- CCASFLAGS=" ${flags}" \
- FCFLAGS=" ${flags}" \
-@@ -2447,15 +2417,15 @@
+@@ -2448,15 +2418,15 @@
libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj.so.13.0.0 libgcj.so || { rm -f libgcj.so && ln -s libgcj.so.13.0.0 libgcj.so; }; })
libtool: install: /usr/bin/install -c .libs/libgcj.lai [...]/hurd/master.build.install/lib/libgcj.la
libtool: install: warning: relinking `libgij.la'
@@ -253,26 +196,17 @@
libtool: install: /usr/bin/install -c .libs/libgcj-tools.so.13.0.0T [...]/hurd/master.build.install/lib/libgcj-tools.so.13.0.0
libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj-tools.so.13.0.0 libgcj-tools.so.13 || { rm -f libgcj-tools.so.13 && ln -s libgcj-tools.so.13.0.0 libgcj-tools.so.13; }; })
libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj-tools.so.13.0.0 libgcj-tools.so || { rm -f libgcj-tools.so && ln -s libgcj-tools.so.13.0.0 libgcj-tools.so; }; })
-@@ -2476,9 +2446,6 @@
- libtool: install: /usr/bin/install -c .libs/libgcj_bc.a [...]/hurd/master.build.install/lib/libgcj_bc.a
- libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libgcj_bc.a
- libtool: install: ranlib [...]/hurd/master.build.install/lib/libgcj_bc.a
+@@ -2465,9 +2435,6 @@
+ libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj_bc.so.1.0.0 libgcj_bc.so.1 || { rm -f libgcj_bc.so.1 && ln -s libgcj_bc.so.1.0.0 libgcj_bc.so.1; }; })
+ libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj_bc.so.1.0.0 libgcj_bc.so || { rm -f libgcj_bc.so && ln -s libgcj_bc.so.1.0.0 libgcj_bc.so; }; })
+ libtool: install: /usr/bin/install -c .libs/libgcj_bc.lai [...]/hurd/master.build.install/lib/libgcj_bc.la
-libtool: finish: PATH="/home/thomas/command-i686:/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n [...]/hurd/master.build.install/lib
-ldconfig: [...]/hurd/master.build.install/lib/libstdc++.so.6.0.17-gdb.py is not an ELF file - it has the wrong magic bytes at the start.
-
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -2499,7 +2466,7 @@
- ----------------------------------------------------------------------
- test -z "[...]/hurd/master.build.install/lib" || /bin/mkdir -p "[...]/hurd/master.build.install/lib"
- /usr/bin/install -c -m 644 libgcj.spec '[...]/hurd/master.build.install/lib'
--make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=[...]/hurd/master.build/[ARCH]/libjava/scripts/jar" install-exec-hook
-+make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc-4.6" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/dash" "RUNTESTFLAGS=" "exec_prefix=[...]/hurd/master.build.install" "datadir=[...]/hurd/master.build.install/share" "infodir=[...]/hurd/master.build.install/share/info" "libdir=[...]/hurd/master.build.install/lib" "mandir=[...]/hurd/master.build.install/share/man" "prefix=[...]/hurd/master.build.install" "gxx_include_dir=[...]/hurd/master.build.install/include/c++/4.7.0" "AR=ar" "AS=[...]/hurd/master.build/./gcc/as" "DLLTOOL=dlltool" "LD=[...]/hurd/master.build/./gcc/collect-ld" "LIBCFLAGS=-g -O2" "NM=[...]/hurd/master.build/./gcc/nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" "JAR=jar" install-exec-hook
- make[5]: Entering directory `[...]/hurd/master.build/[ARCH]/libjava'
- test -z "[...]/hurd/master.build.install/bin" || /bin/mkdir -p "[...]/hurd/master.build.install/bin"
- /bin/dash ./libtool --mode=install /usr/bin/install -c jv-convert gij grmic grmiregistry gcj-dbtool gappletviewer gjarsigner gkeytool gjar gcjh gjavah gnative2ascii gorbd grmid gserialver gtnameserv gc-analyze gjdoc '[...]/hurd/master.build.install/bin'
-@@ -2528,15 +2495,15 @@
+@@ -2517,15 +2484,15 @@
libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj.so.13.0.0 libgcj.so || { rm -f libgcj.so && ln -s libgcj.so.13.0.0 libgcj.so; }; })
libtool: install: /usr/bin/install -c .libs/libgcj.lai [...]/hurd/master.build.install/lib/libgcj.la
libtool: install: warning: relinking `libgij.la'
@@ -291,17 +225,17 @@
libtool: install: /usr/bin/install -c .libs/libgcj-tools.so.13.0.0T [...]/hurd/master.build.install/lib/libgcj-tools.so.13.0.0
libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj-tools.so.13.0.0 libgcj-tools.so.13 || { rm -f libgcj-tools.so.13 && ln -s libgcj-tools.so.13.0.0 libgcj-tools.so.13; }; })
libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj-tools.so.13.0.0 libgcj-tools.so || { rm -f libgcj-tools.so && ln -s libgcj-tools.so.13.0.0 libgcj-tools.so; }; })
-@@ -2557,9 +2524,6 @@
- libtool: install: /usr/bin/install -c .libs/libgcj_bc.a [...]/hurd/master.build.install/lib/libgcj_bc.a
- libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libgcj_bc.a
- libtool: install: ranlib [...]/hurd/master.build.install/lib/libgcj_bc.a
+@@ -2534,9 +2501,6 @@
+ libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj_bc.so.1.0.0 libgcj_bc.so.1 || { rm -f libgcj_bc.so.1 && ln -s libgcj_bc.so.1.0.0 libgcj_bc.so.1; }; })
+ libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj_bc.so.1.0.0 libgcj_bc.so || { rm -f libgcj_bc.so && ln -s libgcj_bc.so.1.0.0 libgcj_bc.so; }; })
+ libtool: install: /usr/bin/install -c .libs/libgcj_bc.lai [...]/hurd/master.build.install/lib/libgcj_bc.la
-libtool: finish: PATH="/home/thomas/command-i686:/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/sbin" ldconfig -n [...]/hurd/master.build.install/lib
-ldconfig: [...]/hurd/master.build.install/lib/libstdc++.so.6.0.17-gdb.py is not an ELF file - it has the wrong magic bytes at the start.
-
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -3638,6 +3602,7 @@
+@@ -3615,6 +3579,7 @@
done; \
fi
make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp'
@@ -309,7 +243,7 @@
make[4]: Entering directory `[...]/hurd/master.build/[ARCH]/libgomp'
make DO=install multi-do # make
make[5]: Entering directory `[...]/hurd/master.build/[ARCH]/libgomp'
-@@ -3697,9 +3662,6 @@
+@@ -3674,9 +3639,6 @@
libtool: install: /usr/bin/install -c .libs/libgomp.a [...]/hurd/master.build.install/lib/libgomp.a
libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libgomp.a
libtool: install: ranlib [...]/hurd/master.build.install/lib/libgomp.a
@@ -319,7 +253,7 @@
----------------------------------------------------------------------
Libraries have been installed in:
[...]/hurd/master.build.install/lib
-@@ -3723,6 +3685,7 @@
+@@ -3700,6 +3662,7 @@
install-info --info-dir='[...]/hurd/master.build.install/share/info' '[...]/hurd/master.build.install/share/info/libgomp.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
diff --git a/open_issues/libpthread_pthread_key_create_reuse.mdwn b/open_issues/libpthread_pthread_key_create_reuse.mdwn
index 11c9a821..a5704d0f 100644
--- a/open_issues/libpthread_pthread_key_create_reuse.mdwn
+++ b/open_issues/libpthread_pthread_key_create_reuse.mdwn
@@ -45,3 +45,5 @@ IRC, FreeNode, #hurd, 2011-07-02
< youpi> that's the pity part
< pinotree> youpi: the licq case could look like a similar issue, at a
veeery quick glance
+
+Test program: [[pthread_key_create_reuse.c]]
diff --git a/open_issues/libpthread_pthread_key_create_reuse/pthread_key_create_reuse.c b/open_issues/libpthread_pthread_key_create_reuse/pthread_key_create_reuse.c
new file mode 100644
index 00000000..f7f5874e
--- /dev/null
+++ b/open_issues/libpthread_pthread_key_create_reuse/pthread_key_create_reuse.c
@@ -0,0 +1,48 @@
+#include <pthread.h>
+#include <stdio.h>
+#include <assert.h>
+
+#define DEBUG
+
+void del(void *x __attribute__((unused)))
+{
+}
+
+void work(int val)
+{
+ pthread_key_t key1;
+ pthread_key_t key2;
+
+#ifdef DEBUG
+ printf("work/%d: start\n", val);
+#endif
+ assert(pthread_key_create(&key1, &del) == 0);
+ assert(pthread_key_create(&key2, &del) == 0);
+#ifdef DEBUG
+ printf("work/%d: pre-setspecific: %p,%p\n", val, pthread_getspecific(key1), pthread_getspecific(key2));
+#else
+ assert(pthread_getspecific(key1) == NULL);
+ assert(pthread_getspecific(key2) == NULL);
+#endif
+ assert(pthread_setspecific(key1, (void *)(0x100 + val)) == 0);
+ assert(pthread_setspecific(key2, (void *)(0x200 + val)) == 0);
+#ifdef DEBUG
+ printf("work/%d: post-setspecific: %p,%p\n", val, pthread_getspecific(key1), pthread_getspecific(key2));
+#else
+ assert(pthread_getspecific(key1) == (void *)(0x100 + val));
+ assert(pthread_getspecific(key2) == (void *)(0x200 + val));
+#endif
+ assert(pthread_key_delete(key1) == 0);
+ assert(pthread_key_delete(key2) == 0);
+}
+
+int main()
+{
+ int i;
+
+ for (i = 0; i < 8; ++i) {
+ work(i + 1);
+ }
+
+ return 0;
+}
diff --git a/open_issues/systemd.mdwn b/open_issues/systemd.mdwn
index bf8ae70a..1d774307 100644
--- a/open_issues/systemd.mdwn
+++ b/open_issues/systemd.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -24,3 +24,127 @@ Introduction: [*Ressourcen-Verwaltung mit Control Groups (cgroups)*
Daniel Gollub, Stefan Seyfried, 2010-10-14.
Likely there's also some other porting needed.
+
+
+# IRC, OFTC, #debian-hurd, 2011-05-19
+
+ <pinotree> pochu: http://news.gmane.org/gmane.comp.gnome.desktop - the
+ "systemd as dependency" and all the messages in it don't give me a bright
+ future for gnome on hurd...
+ <pochu> yeah, I've read the thread
+ <pochu> it's only a proposal so far... hopefully it'll be rejected, or they
+ will only accept the interfaces that other OSes can implement...
+ <pochu> we'll see
+ <pinotree> you can always help me with kde on hurd, would be nice ;)
+ <pochu> hehe
+ <pinotree> pochu: well, even if the depenency is rejected, the whole «don't
+ give a damn about non-linux and only bless linux for the "gnome os"» is a
+ bit... worrying attitude
+ <pochu> yeah... it doesn't come from all the community though
+ <pochu> I'm sure some people have always thought that way
+ <tschwinge> Or we could get systemd going? :-)
+ <pochu> good luck with that :p
+ <guillem> tschwinge: haha!? :)
+ <tschwinge> That bad?
+ <guillem> tschwinge: if you mean by that forking indefinitely then maybe
+ <guillem> tschwinge: upstream has expressely stated multiple times, no
+ interest whatsoever in any kind of portability to anything non-Linux
+ <guillem> or even older Linux versions!
+ <guillem> to the point of rejecting patches, because they "clutter" the
+ source code...
+ <tschwinge> Well, then let's ``just'' implement the Linux interfaces. :-)
+ <guillem> tschwinge: then you'll be always playing catch up
+ <guillem> tschwinge: for example several of the Linux-only things upstream
+ makes heavy use of, are pretty recent Linux-only additions to the kernel,
+ but equivalents have been present on FreeBSD for years
+ <tschwinge> Yeah. I'm half-serious, half-joking.
+ <tschwinge> I haven't looked at the systemd code at all.
+ <guillem>
+ https://mail.gnome.org/archives/desktop-devel-list/2011-May/msg00447.html
+ for a list of its dependencies
+ <guillem> some are just glibc extensions though
+ <guillem> and some are IMO optional and should be conditionalized, but...
+ <guillem> pochu: I don't think that attitude is that old, there was a time
+ when Linux was not used widely, or even that functional, I think it has
+ been taking strength since the Linux Plumbers Cartel started :)
+ <guillem> as in one thing is not caring about anything non-Linux, the other
+ is outright rejecting portability fixes
+ <guillem> tschwinge: in any case, these "recent" events are "pissing me
+ off" to the point of having considered several times implementing
+ portable replacements for some of those Utopia projects, the problem as
+ always is time though :)
+ <guillem> tschwinge: and the issue is not only with systemd, upstart's
+ upstream has the same approach to portability, if you want to port it,
+ you'll have to maintain a fork
+ <pochu> let's create our own init system, make it better than anyone else,
+ and when people start switching to it, let's start using hurd-only APIs
+ :)
+ <tschwinge> We already had someone work on that. Like ten years ago. DMD.
+ Daemon Managing Daemons. <http://directory.fsf.org/project/DMD/>
+ <guillem> the real problem with that attitude is not the lack of care for
+ portabilty, the real problem is that these people are pushing for their
+ stuff all over the stack, and most of the time deprecating their own
+ stuff after a while when they have rewritten it from scratch, leaving the
+ burden of maintaining the old stuff to the other ports
+ <guillem> witness HAL, ConsoleKit, etc etc
+ <guillem> (anyway enough ranting I guess :)
+ <tschwinge> Yeah, it's true, though.
+ <pochu> agreed
+
+
+# Requires Interfaces
+
+In the thread starting
+[here](http://lists.debian.org/debian-devel/2011/07/threads.html#00269), a
+[message](http://lists.debian.org/debian-devel/2011/07/msg00281.html) has been
+posted that contains the following list (no claim for completeness) of
+interfaces that are used in (two source code files of) systemd:
+
+ * cgroups
+ * namespaces
+ * selinux
+ * autofs4
+ * capabilities
+ * udev
+ * oom score adjust
+ * RLIMIT_RTTIME
+ * RLIMIT_RTPRIO
+ * ionice
+ * SCHED_RESET_ON_FORK
+ * /proc/$PID/stat
+ * fanotify
+ * inotify
+ * TIOCVHANGUP
+ * IP_TRANSPORT
+ * audit
+ * F_SETPIPE_SZ
+ * CLONE_xxx
+ * BTRFS_IOC_DEFRAG
+ * PR_SET_NAME
+ * PR_CAPBSET_DROP
+ * PR_SET_PDEATHSIG
+ * PR_GET_SECUREBITS
+ * /proc/$PID/comm
+ * /proc/$PID/cmdline
+ * /proc/cmdline
+ * numerous GNU APIs like asprintf
+ * SOCK_CLOEXEC, O_CLOEXEC
+ * /proc/$PID/fd
+ * /dev/tty0
+ * TIOCLINUX
+ * VT_ACTIVATE
+ * TIOCNXCL
+ * KDSKBMODE
+ * /dev/random
+ * /dev/char/
+ * openat() and friends
+ * /proc/$PID/root
+ * waitid()
+ * /dev/disk/by-label/
+ * /dev/disk/by-uuid/
+ * /sys/class/tty/console/active
+ * /sys/class/dmi/id
+ * /proc/$PID/cgroup
+ * \033[3J
+ * /dev/rtc
+ * settimeofday() and its semantics
diff --git a/open_issues/translators_set_up_by_untrusted_users.mdwn b/open_issues/translators_set_up_by_untrusted_users.mdwn
new file mode 100644
index 00000000..edc92796
--- /dev/null
+++ b/open_issues/translators_set_up_by_untrusted_users.mdwn
@@ -0,0 +1,274 @@
+[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+[[!tag open_issue_hurd]]
+
+
+# IRC, freenode, #hurd, 2011-07-17
+
+ <antrik> Reventlov: this is the so-called "firmlink issue" -- though AFAIK
+ it doesn't actually apply to firmlinks ;-)
+ <antrik> the problem is that any user can in theory create and set up a
+ special translator, which will redirect to another directory, without any
+ indication that it's a link
+ <braunr> but this doesn't supersede the file system permissions, does it ?
+ <antrik> as a result, if someone runs rm -r on the directory containing
+ that translator (which could be a world-writable one such as tmp), the rm
+ -r will descend into the directory, and thus remove it with the
+ permissions of the user who ran the rm -- not the one who set up the
+ translator
+ <braunr> oh i see, when tmp gets cleared by a script run as root, your home
+ is deleted ?
+ <antrik> right
+ <antrik> of course, the workaround is trivial: just don't follow
+ translators set up by untrusted users
+ <antrik> (which is precisely the default policy for FUSE BTW)
+ <braunr> which is the general policy around memory managers in general
+ <antrik> it's just nobody cared to implement this change
+ <youpi> antrik: does rm use O_NOTRANS ?
+ <antrik> youpi: I'm pretty sure it doesn't
+ <youpi> so it's still an issue for now
+ <antrik> yes, it's still an issue. it's just not a really fundamental
+ problem as macrus claimed it to be... [sigh]
+ <youpi> well, fix rm and then you can say it's not an issue any more
+ <braunr> does it only concern rm ?
+ <antrik> youpi: rm is just an example. the problem is much more generic: a
+ malicious translator can do all kinds of harm
+ <youpi> sure
+ <youpi> it's just about tools not blindly following things
+ <antrik> the only simple and effective answer is not to follow translators
+ from untrusted users by default
+ <youpi> antrik: but then /dev/null can't be non-root
+ <braunr> depends how "untrusted users" are identified
+ <antrik> we discussed a more sophisticated solution with cfhammer, that
+ would change the way reauthentication works in lookups, and should
+ prevent these kinds of permission escalation without preventing desirable
+ uses... but it still wouldn't address DOS issues, so it would be only a
+ partial solution
+ <antrik> youpi: why should it?
+ <manuel> (http://lists.gnu.org/archive/html/bug-hurd/2009-11/msg00231.html
+ for the most sophisticated solution)
+ <antrik> braunr: well, currently the permission system generally trusts
+ root and the own user. implementing something else might be tricky... not
+ sure
+ <antrik> manuel: yes, that's precisely the discussion I was referring
+ to... thanks for the link :-)
+ <youpi> antrik: depends what you mean by "follow"
+ <youpi> what DOS are you thinking of?
+ <antrik> youpi: a translator can generate endless amounts of "data"; a
+ translator can generate endless recursive directory tress; or it can just
+ never return from RPCs... all things that can do pretty much harm
+ depending on the situation
+ <antrik> filesystem clients generally trust filesystem operations to be
+ safe -- and that's just not true anymore with filesystems run by
+ untrusted users
+ <antrik> (be it Hurd translators or FUSE modules)
+ <antrik> this is a fundamental problem as marcus and neal rightly observed
+ <antrik> I just don't agree about the seriousness of the consequences
+ <antrik> I don't think not following untrusted translators really looses us
+ much
+ <youpi> EDOOMANYNEGATIONS
+ <youpi> s/D/T
+ <youpi> again, what do you mean by "following" ?
+ <youpi> always use O_NOTRANS ?
+ <tschwinge> Yes, I think.
+ <youpi> or never accept a REAUTH ?
+ <youpi> O_NOTRANS would mean ftpfs running as root, brrr
+ <youpi> it's not really true that clients always trust filesystem
+ operations
+ <youpi> the "not returning" case for instance, also appears with nfs mounts
+ <antrik> no, not always use O_NOTRANS. just be more selective about what
+ translators to follow. specifically, don't follow translators set up by
+ untrusted users. (unless explicitly requested)
+ <antrik> you can think of it as O_NO_UNTRUSTED_TRANS
+ <antrik> note that if you run ftpfs under a special user, who is not root
+ but trusted by root, this would still be fine. I hope it shouldn't be too
+ hard to implement that...
+ <antrik> as for NFS: clients generally do *not* try to catch possible
+ failures. if the NFS server doesn't return, the clients hang forever. but
+ the NFS server is generally trusted, so this is not much of a problem
+ <antrik> BTW, I guess not accepting reauth from untrusted translators would
+ also fix the privilege escalations (similar to the proposed modified
+ reauth mechanism, only more invasive); but it wouldn't fix the DoS issues
+ <ArneBab> antrik: would that also be an issue for a run translator, which
+ runs a command on read?
+ <ArneBab> youpi: couldn’t ftpfs have root drop priviledges?
+ <ArneBab> like a runas trans
+ <ArneBab> essertially su for translators to drop privs
+ <antrik> ArneBab: hm... if we can make sure that the translator was started
+ as root, and dropped privileges later, I guess that would be fine... not
+ sure how hard that is
+ <antrik> ArneBab: but I think it would be more elegant to start the
+ translators as trusted non-root users in the first place
+ <ArneBab> then i ph.avme to trust them
+ <ArneBab> deper hierarchy
+ <ArneBab> deeper
+ <ArneBab> but essertially the same
+ <ArneBab> if then someone mounted his home himself, would I be able to read
+ it?
+ <ArneBab> /home/user
+ <ArneBab> antrik: if not, that would be really non-nice
+ <antrik> ArneBab: sorry, but we simply *can't* trust a translator set up by
+ an untrusted user. if he controls it, he can make it behave maliciously
+ <antrik> we could in theory try to come up with a proxy that catches
+ problematic semantics, and presents a "safe" variant to the actual
+ clients... but that would be not-trivial, and I'm not sure how safe it
+ can be made
+ <antrik> ArneBab: of course you should always have the option to explicitly
+ say that you want to trust the translator, if you think the user doesn't
+ have malicious intentions :-)
+ <antrik> (I think nsmux would be a good way to achieve this...)
+ <braunr> unless it's really really necessary (and i don't see why it would
+ be), no design should force a process to start with privileges and drop
+ them
+ <braunr> having a set of trusted users (e.g. uid < 100) is a nice solution
+ to the problem imho
+ <braunr> or part of a group, 100 is a non-hurdish static limit
+ <ArneBab> What user is running a passive translator?
+ <braunr> passive translators are a pain for such things :/
+ <braunr> a command line and attach point are not enough to persistently
+ encode the execution context of the tranlator
+ <ArneBab> What user is running a passive translator?
+ <ArneBab> sorry
+ <braunr> the one owning the inode if i'm right
+ <ArneBab> so actually the orly problem are recursive commands, which also
+ are a problem with plain symlinks?
+ <braunr> i'm not sure
+ <ArneBab> Is thene any havoc a translator can wreak that a symlink can’t?
+ <braunr> well, as symlinks are translators, if a translator can damage
+ something, a symlink may too
+ <ArneBab> but not in Linux?
+ <braunr> err
+ <braunr> there are no translator in linux
+ <ArneBab> → commands could just treat translators as symlinks
+ <ArneBab> jepp, but it has symlinks
+ <braunr> no, this would defeat the purpose of translators :p
+ <braunr> and it's just no doable
+ <braunr> you would have recursion everywhere
+ <ArneBab> why?
+ <braunr> because every file access is sent to a translator
+ <ArneBab> hm, yes
+ <braunr> and we don't want to change commands
+ <braunr> we want to fix the design
+ <ArneBab> → only untrusted trans
+ <braunr> rather than considering them as symlinks, just consider them as
+ untrusted translators
+ <braunr> this doesn't change the semantics, only the action of accessing a
+ node or not
+ <braunr> but as antrik said, this has to be done :)
+ <braunr> the real problem would simplify to "how do you know if a
+ translator can be trusted", which is a matter of selecting the righ
+ identification strategy
+ <braunr> one strong strategy would be to have a port right copied to each
+ trusted task
+ <braunr> i wonder if one of the special ports could be used for that
+ <braunr> or if we have to add a new one
+ <ArneBab> so when I login, I would give port rights to trusted uids?
+ <braunr> no
+ <braunr> when a trusted translator starts a passive translator attached on
+ a node owned by root, it would copy its trusted right to the new task
+ <braunr> much like the device master port is passed to root tasks
+ <braunr> but i'm not sure this mechanism can be safely used to know if the
+ translator can be trusted
+ <braunr> the translator would be able to actively call services requiring
+ this capability
+ <braunr> but i guess client tasks would have to ask for the translator to
+ prove it's trusted
+ <braunr> which is a problem because the issue is to know if it can be
+ trusted before asking it anything
+ <braunr> another way is to register trusted tasks in another server, and
+ ask this server if the target translator is trusted
+ <braunr> i"m pretty sure these strategies already exist in some form on the
+ hurd
+ <ArneBab> hm
+ <braunr> does someone here have an idea why BSD-derived VMs account wiring
+ information at the high level vm_map instead of storing it in lower level
+ vm_page ?
+ <ArneBab> braunr: a translator anywhene in the FS can only be there, if the
+ creator had sufficient rights to the node, right?
+ <ArneBab> so wouldn’t it suffice to check the access rights?
+ <braunr> no
+ <braunr> ismple example: /dev/null is owned by root, but you have read
+ access to it
+ <braunr> hm that may not answer your question actually
+ <braunr> what access right would you check ?
+ <braunr> if someone creates a node with rights 777, do you still want to
+ access it ?
+ <ArneBab> no
+ <braunr> simple enough i hope :)
+ <ArneBab> arg…
+ <ArneBab> if I can write to it, I can give it a translaton
+ <ArneBab> translator
+ <braunr> but this doesn't tell you it can be trusted
+ <ArneBab> well, actually: yes, access, but not recurse
+ <braunr> the owner sets his own rights, and you can't trust the owner
+ <braunr> unless it's root, but you don't want all your translators to run
+ as root
+ <ArneBab> it can act as its owner?
+ <ArneBab> yes
+ <braunr> well, as i told you, a passive translator is started by its parent
+ translator (the one managing the file systeme node it's attached to)
+ <braunr> the new translator runs as the user owning the node
+ <braunr> (if i'm right)
+ <ArneBab> …and so on, till noot starts the first
+ <ArneBab> root
+ <braunr> ?
+ <ArneBab> root starts /, right?
+ <braunr> no
+ <braunr> gnumach starts /
+ <ArneBab> ah, right
+ <braunr> gnumach starts somefs.static
+ <braunr> which attaches at /
+ <braunr> and runs with root privileges
+ <braunr> keep in mind that unix permissions are implemented as capabilities
+ on the hurd
+ <ArneBab> → root has it / it’s root
+ <braunr> the rights you have aren't limited to those permissions
+ <ArneBab> jepp
+ <braunr> and it's not "until"
+ <ArneBab> so why should I not access a translator run by someone else? I
+ just don’t want to do any active command (recurse)… hm… can a translator
+ turn a read request into a write?
+ <braunr> that's the only problem
+ <ArneBab> program with my rights wants to read, but the translator makes it
+ write instead?
+ <braunr> no
+ <braunr> a translator can do pretty much anything with your request
+ <ArneBab> with my rights?
+ <braunr> no
+ <braunr> the most obvious example of DoS is simply not answering
+ <braunr> your process hangs
+ <braunr> considering some file system accesses, a translator could return
+ inconsistent data
+ <ArneBab> so if the translator tries to make me write instead of read, it
+ can do so only when the owner of the translaton can write to the file in
+ question?
+ <braunr> a well written application shouldn't have too much trouble dealing
+ with it but some aren't that well written
+ <braunr> this has *nothing* to do with read/write permissions
+ <braunr> you should read the critique :p
+
+[[hurd/critique]]
+
+ <ArneBab> ln -s /home/you /home/me → “why don’t you look into my home?”
+ <ArneBab> read it again, that is :)
+ <ArneBab> (has been some time since I read it)
+ <antrik> braunr: you just described the auth mechanism ;-)
+ <antrik> ArneBab: symlinks can do considerably less than translators; and
+ even these caused a lot of trouble when introduced (and still cause
+ sometimes)
+ <antrik> we can't make every application aware of translators
+ <antrik> indeed I believe we can a avoid many problems by presenting
+ various translators as symlinks -- but this is not approriate for all
+ translators
+ <antrik> it is something the translator itself decides, so it's not helpful
+ to solve security issues at all
+ <antrik> and as braunr already pointed out, this wouldn't help with DoS
+ problems