diff options
99 files changed, 27501 insertions, 8069 deletions
diff --git a/advantages.mdwn b/advantages.mdwn index 21577903..cb5640ea 100644 --- a/advantages.mdwn +++ b/advantages.mdwn @@ -71,3 +71,5 @@ or a proposal. You don't have to wait at all before you can [[start using|hurd/running]] and [[developing|contributing]] it. <!-- add stuff from hurd-talk.html --> + +*Technical advantages from a users viewpoint can be seen in the weblog entry [[Some technical advantages of the Hurd|community/weblogs/ArneBab/technical-advantages-of-the-hurd]].* diff --git a/community/gsoc/project_ideas/virtualization.mdwn b/community/gsoc/project_ideas/virtualization.mdwn index 822b8d99..bd67718b 100644 --- a/community/gsoc/project_ideas/virtualization.mdwn +++ b/community/gsoc/project_ideas/virtualization.mdwn @@ -29,7 +29,7 @@ independent instance of the Hurd in parallel to the main one. While subhurd allow creating a complete second system instance, with an own set of Hurd servers and [[UNIX]] daemons and all, there are also situations where it is -desirable to have a smaller subenvironment, living withing the main system and +desirable to have a smaller subenvironment, living within the main system and using most of its facilities -- similar to a chroot environment. A simple way to create such a subenvironment with a single command would be very helpful. diff --git a/community/meetings.mdwn b/community/meetings.mdwn index 939d5269..6c15d144 100644 --- a/community/meetings.mdwn +++ b/community/meetings.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2010 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 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 @@ -13,13 +13,18 @@ License|/fdl]]."]]"""]] # Upcoming - * [[FOSDEM_2011]] + * [[GNU Hackers Meeting, 2011, Paris|ghm2011]] + +## In the Future + * [[Self-organised]] + # Past + * [[FOSDEM_2011]] * [[DebConf10]] - * [[GNU Hackers Meeting in the Hague 2010|ghm2010]] + * [[GNU Hackers Meeting, 2010, Den Haag|ghm2010]] * [[FOSDEM_2010]] * [[EuroSys_2009]] * [[FOSDEM_2008]] diff --git a/community/meetings/ghm2010.mdwn b/community/meetings/ghm2010.mdwn index b7d7e880..c8a9d8c3 100644 --- a/community/meetings/ghm2010.mdwn +++ b/community/meetings/ghm2010.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 @@ -8,7 +8,7 @@ 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]]."]]"""]] -[[!meta title="GNU Hackers Meeting in the Hague 2010"]] +[[!meta title="GNU Hackers Meeting, 2010, Den Haag"]] <http://www.gnu.org/ghm/2010/denhaag/> diff --git a/open_issues/gdb_config.mdwn b/community/meetings/ghm2011.mdwn index 4f031c8f..7a2df8a0 100644 --- a/open_issues/gdb_config.mdwn +++ b/community/meetings/ghm2011.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] +[[!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 @@ -8,10 +8,6 @@ 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_gdb]] +[[!meta title="GNU Hackers Meeting, 2011, Paris"]] - * Have a look at config/i386/i386gnu.mh. - - * configure.tgt - - * glibc-tdep et al. also for GNU/Hurd? +<http://www.gnu.org/ghm/2011/paris/> diff --git a/community/weblogs/ArneBab/metadata-and-program-communication-akonadi-nepomuk-dbus.mdwn b/community/weblogs/ArneBab/metadata-and-program-communication-akonadi-nepomuk-dbus.mdwn new file mode 100644 index 00000000..41c82c83 --- /dev/null +++ b/community/weblogs/ArneBab/metadata-and-program-communication-akonadi-nepomuk-dbus.mdwn @@ -0,0 +1,20 @@ +Just ideas for more elegant implementations of dbus and akonadi/nepomuk using Hurd interfaces + +tagging: + + settrans ~/ /hurd/nsmux + ls ~/file,,metadata + +store in ~/.metadata + +network store: search for .metadata + +All metadata: + + settrans meta /hurd/metadata --show-store + +dbus: + + settrans -a /dbus /hurd/dbus + +Programs just add an active translator in /dbus: /dbus/org.… → receives dbus calls in-process. diff --git a/community/weblogs/ArneBab/technical-advantages-of-the-hurd.mdwn b/community/weblogs/ArneBab/technical-advantages-of-the-hurd.mdwn index 592f6b39..35e55518 100644 --- a/community/weblogs/ArneBab/technical-advantages-of-the-hurd.mdwn +++ b/community/weblogs/ArneBab/technical-advantages-of-the-hurd.mdwn @@ -1,44 +1,56 @@ -*answer to http://blog.flameeyes.eu/2011/05/15/just-accept-it-truth-hurds .* +Some technical advantages of the Hurd +===================================== -Thanks for explaining your reasons. As answer: +*→ An answer to [just accept it, truth hurds](http://blog.flameeyes.eu/2011/05/15/just-accept-it-truth-hurds), where Flameeyes told his reasons for not liking the Hurd and asked for technical advantages (and claimed, that the Hurd does not offer a concept which got incorporated into other free software, contributing to other projects). Note: These are the points I see. Very likely there are more technical advantages which I don’t see well enough to explain them. Please feel free to [point them out](http://draketo.de/comment/reply/447#comment-form).* -Firstoff: FUSE is essentially an implementation of parts of the translators system (which is the main building block of the Hurd) to Linux and NetBSD recently got a port of the translators system¹. That’s the main contribution to other projects I see. +*__Information for potential testers:__ The Hurd is already usable, but it is not yet in production state. It progressed a lot during the recent years, though. Have a look at the [[status_report|hurd/status]] if you want to see if it’s already interesting for you.* -¹: http://netbsd-soc.sourceforge.net/projects/hurdt/ +Thanks for explaining your reasons. As answer: -On the bare technical side, the translator-based filesystem stands out: The filesystem allows for making arbitrary programs responsible for displaying a given node (which can also be a directory tree) and to start these programs on demand. To make them persistent over reboots, you only need to add them to the filesystem node (for which you need the right to change that node). Also you can start translators on any node without having to change the node itself, but then they are not persistent and only affect your view of the filesystem without affecting other users. These translators are called active, and you don’t need write permissions on a node to add them. +Firstoff: [FUSE](http://fuse.sourceforge.net/) is essentially an implementation of parts of the [[translator_system|hurd/documentation/translators]] (which is the main building block of the [Hurd](http://hurd.gnu.org)) to Linux, and NetBSD recently got a [port of the translators system of the Hurd](http://netbsd-soc.sourceforge.net/projects/hurdt/). That’s the main contribution to other projects that I see. -The filesystem implements stuff like Gnome VFS and KDE network transparency on the filesystem level, so they are available for all programs. And you can add a new filesystem as simple user, just as if you’d just write into a file “instead of this node, show the filesystem you get by interpreting file X with filesystem Y” (this is what you actually do when setting a translator but not yet starting it (passive translator)). +On the bare technical side, the **translator-based filesystem** stands out: The filesystem allows for making arbitrary programs responsible for displaying a given node (which can also be a directory tree) and to start these programs on demand. To make them persistent over reboots, you only need to add them to the filesystem node (for which you need the right to change that node). Also you can start translators on any node without having to change the node itself, but then they are not persistent and only affect your view of the filesystem without affecting other users. These translators are called active, and you don’t need write permissions on a node to add them. +<!--break--> +The filesystem implements stuff like Gnome VFS (gvfs) and KDE **network transparency on the filesystem level**, so those are available for all programs. And you can add a new filesystem as simple user, just as if you’d just write into a file “instead of this node, show the filesystem you get by interpreting file X with filesystem Y” (this is what you actually do when setting a translator but not yet starting it (passive translator)). One practical advantage of this is that the following works: settrans -a ftp\: /hurd/hostmux /hurd/ftpfs / dpkg -i ftp://ftp.gnu.org/path/to/*.deb -The shell sees normal directories (beginning with the directory “ftp:”), so shell expressions just work. +This installs all deb-packages in the folder `path/to` on the FTP server. The shell sees normal directories (beginning with the directory “ftp:”), so shell expressions just work. You could even define a Gentoo mirror translator (`settrans mirror\: /hurd/gentoo-mirror`), so every program could just access mirror://gentoo/portage-2.2.0_alpha31.tar.bz2 and get the data from a mirror automatically: `wget mirror://gentoo/portage-2.2.0_alpha31.tar.bz2` -Or you could add a uniounmount translator to root which makes writes happen at another place. Every user is able to make a readonly system readwrite by just specifying where the writes should go. But the writes only affect his view of the filesystem. +Or you could add a unionmount translator to root which makes writes happen at another place. **Every user is able to make a readonly system readwrite** by just specifying where the writes should go. But the writes **only affect his view of the filesystem**. + +Starting a network process is done by a translator, too: The first time something accesses the network card, the network translator starts up and actually provides the device. This replaces most **initscripts in the Hurd: Just add a translator to a node**, and the service will persist over restarts. -Starting a network process is done by a translator, too: The first time something accesses the network card, the network translator starts up and actually provides the device. This replaces most initscripts in the Hurd: Just add a translator to a node, and the service will persist over restarts. +It’s a surprisingly **simple concept, which reduces the complexity of many basic tasks needed for desktop systems**. -It’s a surprisingly simple concept, which reduces the complexity of many basic tasks needed for desktop systems. +And at its most basic level, *Hurd is a set of protocols for messages which allow using the filesystem to coordinate and connect processes* (along with helper libraries to make that easy). -And at its most basic level, Hurd is a set of protocols for messages which allow using the filesystem to coordinate and connect processes (along with helper libraries to make that easy). +Also it adds **POSIX compatibility to Mach** (while still providing access to the capabilities-based access rights underneath, if you need them). You can **give a process permissions at runtime** and take them away at will. For example you can start all programs without permission to use the network (or write to any file) and add the permissions when you need them. -Also it adds POSIX compatibility to Mach (while still providing access to the capabilities-based access rights underneath, if you need them). You can give a process permissions at runtime and take them away at will. For example you can start all programs without permission to use the network (or write to any file) and add the permissions when you need them. + groups # → root + addauth -p $(ps -L) -g mail + groups # → root mail -And then there are subhurds (essentially lightweight virtualization which allows cutting off processes from other processes without the overhead of creating a virtual machine for each process). But that’s an entire post of its own… +And then there are subhurds (essentially **lightweight virtualization** which allows cutting off processes from other processes without the overhead of creating a virtual machine for each process). But that’s an entire post of its own… And the fact that a translator is just a simple standalone program means that these can be shared and tested much more easily, opening up completely new options for lowlevel hacking, because it massively lowers the barrier of entry. -And then there is the possibility of subdividing memory management and using different microkernels (by porting the Hurd layer, as partly done in the NetBSD port), but that is purely academic right now (search for Viengoos to see what its about). +And then there is the possibility of *subdividing memory management* and using different microkernels (by porting the Hurd layer, as partly done in the NetBSD port), but that is purely *academic* right now (search for *Viengoos* to see what its about). -So in short: The translator system in the Hurd is a simple concept which makes many tasks easy, which are complex with Linux (like init, network transparency, new filesystems, …). Additionally there are capabilities, subhurds and (academic) memory management. +So in short: *The translator system in the Hurd is a simple concept which makes many tasks easy, which are complex with Linux (like init, network transparency, new filesystems, …). Additionally there are capabilities, subhurds and (academic) memory management.* -Best wishes, +Best wishes, Arne -PS: I decided to read your post as “please give me technical reasons to dispell my emotional impression”. +*PS: I decided to read flameeyes’ post as “please give me technical reasons to dispell my emotional impression”.* + +*PPS: If you liked this post, it would be cool if you’d flattr it: <a href="http://flattr.com/thing/273582/Some-technical-advantages-of-the-Hurd" target="_blank"> +<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>* + +*PPPS: Additional information can be found in [Gaël Le Mignot’s talk notes](http://kilobug.free.fr/hurd/pres-en/abstract/html/), in [niches for the Hurd](http://www.gnu.org/software/hurd/community/weblogs/ArneBab/niches_for_the_hurd.html) and the [[GNU_Hurd_documentation_pages|hurd/documentation]].* diff --git a/contributing.mdwn b/contributing.mdwn index e3a7a1f1..229d1cc1 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -91,6 +91,7 @@ For more reading resources, please see these web pages, for example, documents. +<a name="porting"></a> ## Porting Packages Debian is currently the Hurd distribution of choice among Hurd users and @@ -104,6 +105,8 @@ doesn't work or suit you and try to improve that. You can also have a look at the [List of failing packages](http://people.debian.org/~sthibault/failed_packages.txt). +For guidelines, please have a look at the dedicated [[porting_page|hurd/porting]]. + ## Open Issues diff --git a/contributing/web_pages/news/moth_next.mdwn b/contributing/web_pages/news/moth_next.mdwn index 1d543634..4aad54a2 100644 --- a/contributing/web_pages/news/moth_next.mdwn +++ b/contributing/web_pages/news/moth_next.mdwn @@ -23,7 +23,7 @@ else=" [[!cut id="full_news" text=""" -<!--basic structure of a MotH entry. Adapt, reduce and add points as needed. At the end, try to make the text flow as a whole.--> +<!--basic structure of a MotH entry. Adapt, reduce and add points as needed. At the end, try to make the text flow as a unified whole.--> This month [hurd hacker] [item] @@ -41,4 +41,24 @@ And … <!--see [[contributing/web_pages/news/writing_the_moth]] for additional information on writing the MotH.--> + * [[toolchain/ELFOSABI_GNU]] + + * [Arch Hurd, DDE](http://www.archhurd.org/news/22/) + + * Arch Hurd will have a booth at [FrOSCon](http://www.froscon.org/). + + * <http://www.golem.de/1107/84947.html> + + * <http://www.phoronix.com/scan.php?page=news_item&px=OTY2Nw> + + * <http://phoronix.com/forums/showthread.php?57228-A-Status-Update-On-GNU-Hurd-Java-Debian-Money> + + * <http://www.phoronix.com/scan.php?page=news_item&px=OTY3NQ> + + * <http://phoronix.com/forums/showthread.php?57303-Coming-Up-Benchmarks-Of-GNU-Hurd> + + * <http://news.slashdot.org/story/11/07/14/2141229/Watch-Out-Linux-GNU-Hurd-Coming> + + * <http://blog.schmehl.info/Debian/hurd-not-default> + """]] diff --git a/contributing/web_pages/news/skeleton.mdwn b/contributing/web_pages/news/skeleton.mdwn index 1d543634..34c7e2f8 100644 --- a/contributing/web_pages/news/skeleton.mdwn +++ b/contributing/web_pages/news/skeleton.mdwn @@ -23,7 +23,7 @@ else=" [[!cut id="full_news" text=""" -<!--basic structure of a MotH entry. Adapt, reduce and add points as needed. At the end, try to make the text flow as a whole.--> +<!--basic structure of a MotH entry. Adapt, reduce and add points as needed. At the end, try to make the text flow as a unified whole.--> This month [hurd hacker] [item] diff --git a/faq/how_many_developers/discussion.mdwn b/faq/how_many_developers/discussion.mdwn new file mode 100644 index 00000000..9fc44f25 --- /dev/null +++ b/faq/how_many_developers/discussion.mdwn @@ -0,0 +1,20 @@ +[[!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]]."]]"""]] + +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 + "Cathedral and Bazaar" paper + <antrik> people are more likely to work on something that *almost* works + for them, and where they only have to fill in a few missing bits + <antrik> the Hurd doesn't almost work for anyone + <antrik> actually, you should probably reread the whole paper. it's + essentially an analysis why the Hurd failed compared to Linux @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -6,10 +6,13 @@ 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] -The [GNU debugger *GDB*](http://www.gnu.org/software/gdb/). +[[!meta title="GNU GDB"]] + + +# <http://www.gnu.org/software/gdb/> * [[Backtrace]]s @@ -18,4 +21,14 @@ The [GNU debugger *GDB*](http://www.gnu.org/software/gdb/). * [When disassemble doesn't work](http://lists.gnu.org/archive/html/bug-hurd/2007-02/msg00039.html) - * [[Open Issues|tag/open_issue_gdb]] + +# [[Maintenance|open_issues/binutils]] + + +# Open Issues + +[[!inline pages=tag/open_issue_gdb raw=yes feeds=no]] + + * *[Implementing a Mach Debugger for Multithreaded + Applications](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.38.5670)*, + Deborah Caswell and David Black, 1990. This talks about GDB. diff --git a/glibc/discussion.mdwn b/glibc/discussion.mdwn new file mode 100644 index 00000000..17b4fb32 --- /dev/null +++ b/glibc/discussion.mdwn @@ -0,0 +1,25 @@ +[[!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]]."]]"""]] + + +# TLS + + +## IRC, freenode, #hurd, 2011-06-11 + +[[!tag open_issue_documentation]] + + <civodul> youpi: local-tls-support.diff removes libc-tsd.h; what's the + rationale? + <youpi> it's completely replaced by __thread variables + <civodul> ok, but apparently there are still libc headers that #include it + <civodul> like malloc-machine.h + <youpi> they'll include bits/libc-tsd.h instead + <civodul> oh, ok diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 56f7683c..31671308 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.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 @@ -8,146 +8,206 @@ 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]]."]]"""]] -If you haven't: install hurd to partition -get grub image -boot hurd in single user (change grub entry accordingly to the installed partition) +This guide explains how to build and set up +a DDE-based network card driver +with Debian GNU/Hurd, +if your (wired) network card +is not supported by the old in-kernel drivers shipped with gnumach. -> $ export TERM=mach +This guide assumes that you have +an installation of Debian GNU/Linux on the same machine, +which helps in fetching the required packages +in absence of working networking in the Hurd. +The whole process is much more cumbersome otherwise. +It also assumes that apart from networking, +your Hurd system is already installed and operational. -> $ ./native-install -reboot to other debian +We start by booting into Debian GNU/Linux, +so we can downloading everything we will need for building DDE. -suppose hurd partition is hdd1 +Once there, first mount the Hurd partition (as root): -as root + $ mount /dev/hdd1 /mnt -t ext2 # assuming your Hurd partition is hdd1 -- replace with whatever matches your setup -> $ mount /dev/hdd1 /mnt -t ext2 +Prepare apt offline configuration so we can get necessary packages: -> $ cd /mnt/etc/apt + $ cd /mnt/etc/apt -> $ echo "deb http://ftp.debian-ports.org/debian unreleased main" >> sources.list + $ echo "deb http://ftp.debian-ports.org/debian unreleased main" >> sources.list # if you don't have sources.list set up yet on the Hurd system -> $ echo "deb-src http://ftp.debian-ports.org/debian unreleased main" >> sources.list + $ echo "deb-src http://ftp.debian-ports.org/debian unreleased main" >> sources.list -> $ echo "deb http://ftp.uk.debian.org/debian unstable main" >> sources.list + $ echo "deb http://ftp.uk.debian.org/debian unstable main" >> sources.list -> $ echo "deb-src http://ftp.uk.debian.org/debian unstable main" >> sources.list + $ echo "deb-src http://ftp.uk.debian.org/debian unstable main" >> sources.list -> $ wget http://www.gnu.org/software/hurd/hurd/running/debian/DebianAptOffline/apt.conf.offline + $ wget http://www.gnu.org/software/hurd/hurd/running/debian/DebianAptOffline/apt.conf.offline -> $ cd /mnt +Download the packages for offline installation: -> $ apt-get -c etc/apt/apt.conf.offline update + $ cd /mnt -> $ apt-get -c etc/apt/apt.conf.offline upgrade + $ apt-get -c etc/apt/apt.conf.offline update -> $ apt-get -c etc/apt/apt.conf.offline install git-core + $ apt-get -c etc/apt/apt.conf.offline build-dep hurd gnumach -> $ apt-get -c etc/apt/apt.conf.offline build-dep hurd gnumach + $ apt-get -c etc/apt/apt.conf.offline install git-core build-essential libpciaccess-dev libpcap0.8-dev -> $ apt-get -c etc/apt/apt.conf.offline install build-essential libpciaccess-dev libpcap0.8-dev +Get DDE code: -> $ cd /mnt/home + $ cd /mnt/home/me # assuming your user name on the Hurd system is "me" -> $ git clone git://git.sv.gnu.org/hurd/incubator.git -b dde hurd_dde + $ mkdir dde && cd dde -> $ git clone git://git.sv.gnu.org/hurd/gnumach.git -b master-user_level_drivers gnumach_dde + $ git clone git://git.sv.gnu.org/hurd/incubator.git -b dde hurd + $ git clone git://git.sv.gnu.org/hurd/gnumach.git -b master-user_level_drivers -suppose you need forcedeth driver +Now comes the tricky part: +you need to find out +whether there is already a driver for your card +in the DDE source tree, +and otherwise get the driver code +from the official Linux source tree. -Download http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.29.y.git;a=blob_plain;f=drivers/net/forcedeth.c;hb=HEAD from mozilla like -browser to /mnt/home as forcedeth.c +For this, you have to find out which Linux driver +is responsible for your network card. +In this guide we will use the forcedeth driver +(for Nvidia nForce chipsets) as example. +We check whether there is already a `dde_forcedeth` directory +in the newly cloned `hurd_dde` tree. +If there isn't, we have to find and download +the right source file from Linux: -reboot back to hurd (multiuser) +Point a (JavaScript-capable) web browser at -> $ apt-get update + http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.29.y.git;a=tree;f=drivers/net;hb=HEAD -> $ apt-get upgrade +(Note: you **have** to use 2.6.29, +as this is the version DDE is currently based on.) -> $ apt-get install git-core +Find the right file to download +(forcedeth.c in this example); +then hit the "raw" link, +and save the resulting file (page) to /mnt/home/me/dde -> $ apt-get build-dep hurd gnumach +(If you happen to need one of the few drivers +that consist of more than one source file, +the process will be more complicated, +and can't be covered in this guide...) -> $ apt-get install build-essential libpciaccess-dev libpcap0.8-dev +Now everything should be in place, +so we can boot into Hurd to do the actual work. -> $ cd /home/gnumach_dde +Once there, install the packages previously downloaded (again as root): -> $ autoreconf -i && ./configure --enable-kdb --enable-device-drivers=none --enable-lpr --enable-floppy --enable-ide + $ apt-get build-dep hurd gnumach -> $ make + $ apt-get install git-core build-essential libpciaccess-dev libpcap0.8-dev -> $ cd ../hurd_dde +Make sure we can build stuff as normal user: -> $ cp -r dde_pcnet32 dde_forcedeth + $ chown -R me ~me/dde -> $ cd dde_forcedeth +Now you can log in with the normal user account to build stuff. -> $ rm pcnet32.c +Build a DDE-enabled Mach: -> $ cp /home/forcedeth.c ./ + $ cd ~me/dde/gnumach -> $ sed -i 's/pcnet32/forcedeth/g' Makefile + $ autoreconf -i && ./configure --enable-kdb --enable-device-drivers=none --enable-lpr --enable-floppy --enable-ide -> $ sed -i 's/pcnet32/forcedeth/g' .gitignore + $ make -> $ sed -i 's:-lhurd-slab:../libhurd-slab/libhurd-slab.a:' Makefile -> $ sed -i 's:-I/include:-I..:' Makefile +If not already present in DDE, +we need to prepare the driver for the network card: -> $ nano forcedeth.c + $ cd ~me/dde/hurd -add this line after the last #include + $ cp -r dde_pcnet32 dde_forcedeth # using pcnet32 as template + + $ cd dde_forcedeth + + $ rm pcnet32.c # don't want the actual pcnet32 code here... + + $ cp ~me/dde/forcedeth.c . # ...but rather the forcedeth code + + $ sed -i 's/pcnet32/forcedeth/g' Makefile # adapt Makefile accordingly + + $ sed -i 's/pcnet32/forcedeth/g' .gitignore + + $ sed -i 's:-lhurd-slab:../libhurd-slab/libhurd-slab.a:' Makefile # fix up build system... XXX I guess this part is obsolete + + $ sed -i 's:-I/include:-I..:' Makefile # same + + $ nano forcedeth.c # Near the top of the file, there will be many #include lines. After the last one, add this: #include <ddekit/timer.h> -> $ cd .. + $ cd .. + +Commit the new driver with git. +This will be helpful if we update the DDE code later; +as well as for creating a patch for later reuse +and/or upstream submission: -> $ git add dde_forcedeth + $ git add dde_forcedeth -> $ git commit -a -m 'Add forcedeth driver' + $ git commit -a -m 'Add forcedeth driver' -> $ autoreconf -i && ./configure -> $ mkdir -p hurd/include/ddekit +Having prepared the driver, +we can now build the necessary Hurd and DDE bits: -> $ make libddekit libmachdev devnode pfinet + $ autoreconf -i && ./configure -> $ cd libdde_linux26 + $ mkdir -p hurd/include/ddekit # workaround for a buildsystem bug... XXX I'm pretty sure this is not necessary anymore -> $ make + $ make libddekit libmachdev devnode pfinet # Hurd components -> $ cd ../dde_forcedeth + $ cd libdde_linux26 # common DDE driver code -- uses a different Makefile system than the Hurd components! -> $ make + $ make -If the make fails it might be necassary to replace some of the -l options (or all) in Makefile with the real path to the library objects (example: change *-lhurd-slab* to *../libhurd-slab/libhurd-slab.a*) + $ cd ../dde_forcedeth # actual driver -> $ cp /home/gnumach_dde/gnumach /boot/gnumach_dde + $ make -> $ mkdir /hurd/dde +Install the various built components to their final destinations (as root): -> $ cp /home/hurd_dde/devnode/devnode /hurd/dde + $ cd ~me/dde/ -> $ cp /home/hurd_dde/pfinet/pfinet /hurd/dde + $ cp gnumach/gnumach /boot/gnumach_dde -> $ cp /home/hurd_dde/dde_forcedeth/dde_forcedeth /hurd/dde/forcedeth + $ mkdir /hurd/dde -reboot to hurd with the new gnumach_dde + $ cp hurd/devnode/devnode hurd/pfinet/pfinet hurd/dde_forcedeth/dde_forcedeth /hurd/dde -> $ settrans -c /dev/forcedeth /hurd/dde/forcedeth -> $ settrans -c /dev/eth0 /hurd/dde/devnode -M /dev/forcedeth eth0 +Now everything should be ready. +Before we can use the driver, +we have to boot with the newly built gnumach_dde +instead of the standard kernel. +(Adapt your grub configuration; +or manually edit the entry +in the boottime grub menu while testing.) -> $ settrans -c /servers/socket/2 /hurd/dde/pfinet -i /dev/eth0 -a 192.168.1.194 -g 192.168.1.254 -m 255.255.255.0 +Once there, set up the translators for the driver (as root): + $ settrans -c /dev/forcedeth /hurd/dde/forcedeth -replace the ip, gateway and mask with your own ones + $ settrans -c /dev/eth0 /hurd/dde/devnode -M /dev/forcedeth eth0 -> $ nano /etc/resolv.conf +Finally, we can set up the actual network translator, +using something like: -add line: nameserver 192.168.1.254 + $ settrans -c /servers/socket/2 /hurd/dde/pfinet -i /dev/eth0 -a 192.168.1.194 -g 192.168.1.254 -m 255.255.255.0 -DONE +For the exact syntax, +see the normal network setup documentation. +The only differences here +are the different location of the pfinet binary, +and the different syntax for the -i option. diff --git a/hurd/dde/guide/discussion.mdwn b/hurd/dde/guide/discussion.mdwn new file mode 100644 index 00000000..a1cccad4 --- /dev/null +++ b/hurd/dde/guide/discussion.mdwn @@ -0,0 +1,17 @@ +[[!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]]."]]"""]] + +ToDo: + +[[!tag open_issue_documentation]] + +* This guide is probably out of date in some points: the build system got reworked in the meantime I believe... +* The formatting here needs serious cleanup +* Might be nice to explain how to find out the right Linux driver, and in which source file it resides diff --git a/hurd/debugging/rpctrace.mdwn b/hurd/debugging/rpctrace.mdwn index de46c08d..f7136056 100644 --- a/hurd/debugging/rpctrace.mdwn +++ b/hurd/debugging/rpctrace.mdwn @@ -1,13 +1,13 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2010 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 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 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] *rpctrace* is -- roughly -- an equivavlent to Linux's *strace* or Solaris' or BSD's *truss*. It is used to trace [[remote_procedure_call|rpc]]s a process is @@ -51,3 +51,8 @@ See `rpctrace --help` about how to use it. <antrik> it's a while since I have dived into rpctrace; but AIUI, it should work just fine if the proxying is done properly <antrik> note that there is a number of known bugs in rpctrace, for which zhengda has sent patches... though I haven't reviewed all of them I think <antrik> there are some nasty Mach operations that are really hard to proxy -- but I don't think the auth mechanism needs any of these... + + +# See Also + +See also [[open_issues/librpci]]. diff --git a/hurd/documentation.mdwn b/hurd/documentation.mdwn index 874ce847..48fd017c 100644 --- a/hurd/documentation.mdwn +++ b/hurd/documentation.mdwn @@ -1,5 +1,5 @@ [[!meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -2009 Free Software Foundation, Inc."]] +2009, 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,6 +24,8 @@ is included in the section entitled * [[*The_Hurd*|/hurd-talk]], a presentation by Marcus Brinkmann. + * The *[[translator_primer]]*. + * A document about *[[translators]]* by Marcus Brinkmann. * [[*A_Critique_of_the_GNU_Hurd_Multi-server_Operating_System*|critique]], an diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn new file mode 100644 index 00000000..d8d89148 --- /dev/null +++ b/hurd/documentation/translator_primer.mdwn @@ -0,0 +1,70 @@ +[[!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]]."]]"""]] + +# Small Examples on Using Translators + +The [[concept|concepts]] of user-space servers, [[translator]]s, is a very +powerful one. Here is an introductionary text. + + +## Intro + +The Hurd has some unique capabilities, and we created this simple image +to enable you to easily try two of them: + +* The simplest of translators: Hello World! +* Transparent FTP + +### Hello World + +To try out the simplest of translators, you can go the following simple steps: + + $ cat hello + $ setrans hello /hurd/hello + $ cat hello + "Hello World!" + $ settrans -g hello + $ cat hello + +What you do with these steps is first verifying that the file "hello" is empty. + +Then you setup the translator /hurd/hello in the file/node hello. + +After that you check the contents of the file, and the translator returns "Hello World!". + +To finish it, you tell the translator to go away from the file "hello" via "settrans -g hello" and verify that now the file is empty again. + +### Transparent FTP + +We already setup a a transparent FTP translator for you at /ftp: + +With it you can easily access public FTP via the file system, for example the one from the GNU project: + + $ ls /ftp://ftp.gnu.org/ + +But you can also do this very easily yourself: + + $ # Setup the translator on the node ftp: + $ settrans -c ftp: /hurd/hostmux /hurd/ftpfs / + +and you can access FTP sites via the pseudo-directory ftp:, for example with + + $ ls ftp://ftp.gnu.org/ + +What you do here is setting up the translator /hurd/hostmux on ftp: and passing it the translator /hurd/ftpfs to use for resolving accesses as well as / as additional path component. + + +These were only two basic usages of translators on the Hurd. We're sure you'll quickly see many other ways to use this. + +As a last comment: You can setup a translator on any node you have access to, so you can for example mount any filesystems as normal user. + +You might currently be logged in as root, but you could just as well do the same as normal user. + +Why don't you try it out? diff --git a/hurd/running.mdwn b/hurd/running.mdwn index a51b40cf..b9b50fc0 100644 --- a/hurd/running.mdwn +++ b/hurd/running.mdwn @@ -17,7 +17,6 @@ There are several different ways to run a GNU/Hurd system: * [[QEMU]] - In QEMU * [[VirtualBox]] - In VirtualBox * [[vmware]] (**non-free!**) -* [[FlashHurd]] - From a flash stick * [[FAQ]] diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index 4766b2be..9f085d24 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -60,6 +60,9 @@ Check if your CPU supports kvm: Do not enable kernel-kqemu, as that assumes some particular behavior from the guest kernel, which we are reluctant to artificially add to gnumach. +If QEMU with KVM is not available, [[Virtualbox]] reportedly has better +performance. + #### If you have hardware support (recommended): $ apt-get install qemu-kvm $ modprobe kvm diff --git a/hurd/running/qemu/discussion.mdwn b/hurd/running/qemu/discussion.mdwn index fd0df4c5..1ce14b01 100644 --- a/hurd/running/qemu/discussion.mdwn +++ b/hurd/running/qemu/discussion.mdwn @@ -50,3 +50,95 @@ The problem is actually that the linux block cache doesn't make any consistency between /dev/hda and /dev/hda6, so if you give /dev/hda to qemu, qemu writings won't be consistent with mounting /dev/hda6 in linux. You can give /dev/hda6 directly to qemu and it will be fine. + + +# Host-side Writeback Caching + +IRC, freenode, #hurd, 2011-06-07 + + <braunr> hm, i guess i should have used cache=writeback with kvm before + starting the debian installer :/ + <braunr> ah yes, much better + <braunr> this shows how poor the state of our I/O drivers and subsystem is + :/ + <antrik> indeed... still no clustered pageout :-( + <braunr> and no I/O scheduler either + <braunr> although an I/O scheduler has limited value without clustered + pageouts + <braunr> since one of its goals is to pack related I/O requests together eh + <braunr> i wonder if the wiki mentions using cache=writeback to speed up + qemu performances + <braunr> it would help those unable to use kvm a lot + <braunr> and even those running kvm too + <braunr> kvm -m $RAM \ -monitor stdio \ -drive + cache=writeback,index=0,media=disk,file=hd0.img \ + <braunr> etc.. + <braunr> the idea is that qemu doesn't open its disk file synchronously + <braunr> changes are queued in the host page cache before being flushed to + the disk image + <braunr> but if you brutally close your qemu instance, you're likely to + loose file system consistency + <braunr> ext2fs will think it has committed its metadata to the disk, but + the disk image won't be updated synchronously + <braunr> on my machine (which is quite fast), my kvm has installed debian + like 10 times faster than without the option + <antrik> braunr: I don't think killing qemu should hurt in this + case... probably only matters when the host machine dies + <braunr> antrik: ah yes, right + <braunr> it really makes everything faster, even downloading, since I/O + requests aren't interleaved between networking RPCs + <antrik> regarding I/O sheduler... this discussion came up before, but I + don't remember the outcome -- doesn't the glued Linux driver actually + come with one? + <braunr> i don't remember either + <antrik> braunr: err... I don't think interleaving has anything to do with + it... I guess it's simply the fact that downloading writes the result to + disk, which suffers from lacking clustered pageout like everything else + <antrik> (my internet connection is too slow though to notice :-) ) + <braunr> well, if there is no I/O during downloading, downloading is faster + :) + +IRC, freenode, #hurd, 2011-06-08 + + <braunr> youpi: does xen provide disk caching options ? + <youpi> through a blktap, probably + <braunr> ok + +([[microkernel/mach/gnumach/ports/Xen]], *Host-side Writeback Caching*.) + + <braunr> we should find the pages mentioning qemu on the wiki and add the + options to enable disk image caching + <braunr> it really makes the hurd run a lot faster + <braunr> as a workaround for emulators until I/O is reworked, ofc + +IRC, freenode, #hurd, 2011-06-09 + + <gnu_srs> braunr recommends to use writeback caching with kvm. Is this + really recommended with the frequent crashes I experience? + <youpi> provided that you terminate your kvm normaly (i.e. quitting it, not + killing it), there should be no difference + <jkoenig> I think the host's stability is what matters + <jkoenig> the data presumably sits in linux's cache even if qemu dies + violently + <gnu_srs> But the freezes I see force me to kill kvm :-( + <youpi> maybe kvm doesn't even do caching indeed, I don't know + <youpi> gnu_srs: you can quit even when frozen + <youpi> use the console + <youpi> (the kvm console) + <jkoenig> gnu_srs, "Writeback caching will report data writes as completed + as soon as the data is present in the host page cache. This is safe as + long as you trust your host. If your host crashes or loses power, then + the guest may experience data corruption." (from the qemu manpage) + +IRC, freenode, #hurd, 2011-06-11 + + <gnu_srs> braunr: If you are online. For me setting the parameters -drive + cache=writeback,index=0,media=disk,file=hd0.img does not show any speed + improvement at all compared to the default. + <braunr> gnu_srs: what's your complete qemu command line ? + <gnu_srs> kvm -m 1024 -net nic,model=rtl8139 -net + user,hostfwd=tcp::5556-:22 -drive + cache=writeback,index=0,media=disk,file=hd0.img -cdrom netinst.iso + <braunr> what qemu version ? + <gnu_srs> qemu-kvm 0.14.1+dfsg-1: Sorry, I cannot be online until + tomorrow again. diff --git a/hurd/running/virtualbox.mdwn b/hurd/running/virtualbox.mdwn index 02ab88e7..0731b8d6 100644 --- a/hurd/running/virtualbox.mdwn +++ b/hurd/running/virtualbox.mdwn @@ -20,3 +20,9 @@ supported. The network controller should be configured as PCnet-PCI II or PCNet-FAST III for instance. INTEL PRO or Paravirtualized Network do not work. + + +# Performance + +If [[QEMU with KVM|qemu]] is not available, VirtualBox reportedly has better +performance. diff --git a/hurd/settrans/discussion.mdwn b/hurd/settrans/discussion.mdwn new file mode 100644 index 00000000..c9ec4d34 --- /dev/null +++ b/hurd/settrans/discussion.mdwn @@ -0,0 +1,18 @@ +[[!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_documentation open_issue_hurd]] + + +# IRC, freenode, #hurd, 2011-06-01 + + <antrik> ugh... I just realized why settrans -a without -f doesn't + generally work on filesystem translators + <antrik> obviously, it needs -R too! diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index 6f385b50..aa8b966a 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -63,6 +63,8 @@ Also there is an [[writing/example]] about how to write a simple translator. See some [[examples]] about how to use translators. +There is a [[documentation/translator_primer]]. + Marcus Brinkmann has written a document about [[documentation/translators]]. Here are some [[hints_about_debugging_translators|debugging/translator]] diff --git a/hurd/translator/ext2fs.mdwn b/hurd/translator/ext2fs.mdwn index 305576b8..fff2e74b 100644 --- a/hurd/translator/ext2fs.mdwn +++ b/hurd/translator/ext2fs.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -9,14 +9,20 @@ 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]]."]]"""]] -# Large Stores +# Implementation + + * [[filetype]] option + + +## Large Stores The `ext2fs` translator from the upstream Hurd code base can only handle file systems with sizes of less than roughly 2 GiB. [[!tag open_issue_hurd]] -## Ognyan's Work + +### Ognyan's Work * Ognyan Kulev, [[*Supporting Large ext2 File Systems in the Hurd*|ogi-fosdem2005.mgp]], 2005, at FOSDEM @@ -34,4 +40,6 @@ small backend stores, like floppy devices. # Documentation -<http://www.nongnu.org/ext2-doc/> + * <http://e2fsprogs.sourceforge.net/ext2.html> + + * <http://www.nongnu.org/ext2-doc/> diff --git a/hurd/translator/ext2fs/filetype.mdwn b/hurd/translator/ext2fs/filetype.mdwn new file mode 100644 index 00000000..5d85bac9 --- /dev/null +++ b/hurd/translator/ext2fs/filetype.mdwn @@ -0,0 +1,33 @@ +[[!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]]."]]"""]] + +The *ext2fs* translator doesn't support the ext2 format's *filetype* option. + +According to *mke2fs(8)*: + +> **filetype**: Store file type information in directory entries. + +By setting directory listings' informational `d_type` field (`readdir`, etc.), +this may avoid the need for subsequent `stat` calls. + +Not all file systems can support this option. + +In `[hurd]/ext2fs/dir.c` the `EXT2_FEATURE_INCOMPAT_FILETYPE` is generally +masked out (is not even considered) when adding a node to a directory in +`diskfs_direnter_hard` and when reading in `diskfs_get_directs`. The Hurd's +ext2fs unconditionally sets this field to 0 (`EXT2_FT_UNKNOWN`). + + +# `e2fsck` + +Running `e2fsck` on a file system with the *filetype* option, will correct the +*filetype* for a lot of files (all `EXT2_FT_UNKNOWN`?) to either 1 (regular +file, `EXT2_FT_REG_FILE`), or 2 (directory, `EXT2_FT_DIR`), and likely others. +The Hurd's ext2fs will again ignore these fields, of course. diff --git a/ikiwiki.setup b/ikiwiki.setup index 3ef1bb73..9ae1f669 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -39,8 +39,8 @@ IkiWiki::Setup::Standard->import({ # users who are wiki admins adminuser => [qw{tschwinge}], # users who are banned from the wiki - banned_users => [qw{AlbertF bernhart ColetCris flamberian jasclaine - NateNash + banned_users => [qw{AlbertF bernhart ColetCris flamberian Jack_Dark + jasclaine NateNash http://calvinyoung.myopenid.com/ http://heaton.myopenid.com/ http://hilarybunton.myopenid.com/}], @@ -11,41 +11,22 @@ License|/fdl]]."]]"""]] [[!meta title="IRC"]] -While all official development takes place on the mailing lists and the Savannah trackers, -a lot of discussions are had on IRC as well. Everybody is welcome to join and follow these channels, but please -respect the below guidelines if you want to participate. - -# Asking Questions - -[[!inline pages=asking_questions raw=yes feeds=no]] - -# Staying On-Topic +There are some IRC channels where Hurd topics are discussed. -Please try to stay on topic. +Everybody is welcome to join and participate in the discussions, but please +respect the below guidelines if you want to participate. -* emacs vs. vi **is not** on topic -* If it is appropriate for a **slashdot comment**, it's **not appropriate** - here -* why GNU sucks is **off-topic** -* when the next release of the Hurd will be **is inappropriate** -* you should not advocate your favorite **GNU/Linux** ditribution +Please try to stay on topic. We're not interested in Emacs vs. vi discussions, +we don't want to hear why you think that the GNU project sucks, or what your +favorite GNU/Linux distribution is. -# Pasting Logs +[[!inline pages=asking_questions raw=yes feeds=no]] Sometimes providing a log or some other excerpt of text can -help solve a problem or answer a question. **Do not** paste -the log in the channel itself. Instead use a +help solve a problem or answer a question. Do not paste +the log in the channel itself if it's more than a few lines. Instead use a [paste bin](http://paste.debian.net). -# Rich Text - -Don't use it. Don't use colors. Don't use bold. Don't use emphasis. - -# Greeting - -If you never contribute to the discussion, there is no need -to always greet the channel when you enter and before leave. - <a name="regular_meetings"></a> # Regular Meetings @@ -54,33 +35,33 @@ Starting in early 2008, there have been regular IRC meetings held between the (now former) [[Google Summer of Code|community/gsoc]] students and their mentors. These meetings turned out to considerably help student-mentor interactions, and other developers regularely took part, too. -<!-- For this reason, we decided to continue having these meetings, even if it's not currently Google Summer of Code time. ---> Currently, the meetings take place in the **`#hurd` channel every -Tuesday at 19:00 UTC** and are open to any interested party. So, +Wednesday at 19:00 UTC** and are open to any interested party. So, everyone, take your chance to chat with GNU Hurd developers! # Channels -All Hurd IRC channels are hosted on [Freenode.net](http://freenode.net/). +## Freenode + +`irc.freenode.net`, <http://freenode.net/> + + * `#hurd`, the official GNU Hurd IRC channel. Some of the Hurd developers + and users hang out there. [Logs](http://richtlijn.be/~larstiq/hurd/). + + * `#hurdfr`, the French chapter. -* #hurd - The official Hurd IRC channel. Some of the Hurd developers and users hang out there, and discussions about GNU Hurd, GNU/Hurd and -Debian GNU/Hurd are had there. + * `#archhurd`, [[hurd/running/Arch_Hurd]]. + [Logs](http://files.archhurd.org/irclogs). -Local user channels include: -* #hurd-it - Italian -* #hurd-es - Spanish -* #hurdfr - French -* #hurd-de - German -* #hurd.in - Indian regional languages(but primarily English) +## OFTC -# Channel logs +`irc.oftc.net`, <http://www.oftc.net/> -* [#hurd logs](http://richtlijn.be/~larstiq/hurd/) + * `#debian-hurd`, [[Debian GNU/Hurd|hurd/running/debian]]. # Related diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn index 3a93c6ad..2f52adf8 100644 --- a/microkernel/mach/gnumach/debugging.mdwn +++ b/microkernel/mach/gnumach/debugging.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -6,8 +6,8 @@ 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] Mach has a built-in kernel debugger. [Manual](http://www.gnu.org/software/hurd/gnumach-doc/Kernel-Debugger.html). @@ -67,3 +67,12 @@ The call of `halt_cpu` will -- as the name suggests -- halt the system afterwards. This might be what you want or it might not, but it is needed at some place when running the kernel inside QEMU, as QEMU somehow decides not to update its display buffer anymore under certain conditions. + + +IRC, freenode, #hurd, 2011-07-14: + + <braunr> one ugly trick i use when printf isn't available is to halt the + cpu + <braunr> then use info registers to know where the cpu is halted + <braunr> and you'll know if you reached that code or not + <braunr> (info registers is a qemu command) diff --git a/microkernel/mach/gnumach/memory_management.mdwn b/microkernel/mach/gnumach/memory_management.mdwn index 17c7ad79..43b99d83 100644 --- a/microkernel/mach/gnumach/memory_management.mdwn +++ b/microkernel/mach/gnumach/memory_management.mdwn @@ -50,3 +50,33 @@ IRC, freenode, #hurd, 2011-02-16 <braunr> antrik: but you're right, since mach uses a direct mapped kernel space, the true problem is the lack of linux-like highmem support <braunr> which isn't required if the kernel space is really virtual + + +--- + +IRC, freenode, #hurd, 2011-06-09 + + <braunr> btw, how can gnumach use 1 GiB of RAM ? did you lower the + user/kernel boundary address ? + <youpi> I did + <braunr> 2G ? + <youpi> yes + <braunr> ok + <youpi> it doesn't make so much sense to let processes have 3G addressing + space when there can't be more that 1G physical memory + <braunr> that's sad for an operating system which does most things by + mapping memory eh + <youpi> well, if a process wants to map crazy things, 3G may be tight + already + <youpi> e.g. ext2fs + <braunr> yes + <youpi> so there's little point in supporting them + <braunr> we need hurd/amd64 + <youpi> and there's quite some benefit in shrinking them to 2G + <youpi> yes + <youpi> actually even 2G may become a bit tight + <youpi> webkit linking needs about 1.5-2GiB + <youpi> things become really crazy + <braunr> wow + <braunr> i remember the linux support for 4G/4G split when there was enough + RAM to fill the kernel space with struct page entries diff --git a/microkernel/mach/gnumach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn index bf26410a..af431c92 100644 --- a/microkernel/mach/gnumach/ports/xen.mdwn +++ b/microkernel/mach/gnumach/ports/xen.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -6,11 +6,12 @@ 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]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] [[!toc]] + # Xen dom0, hypervisor /!\ Now that GNU Mach handles PAE you can use a PAE-enabled hypervisor. @@ -30,6 +31,7 @@ If you have a free partition, you can fdisk to type 0x83, create a filesystem us Replace /dev/sda4 with your partition. Install and use crosshurd to setup a GNU/Hurd system on this partition. + # /etc/xen/hurd configuration Here is a sample /etc/xen/hurd configuration @@ -49,6 +51,7 @@ Suggestions about [[networking_configuration]] are available. If you need stable MAC addresses, use a syntax like `vif = [ 'mac=00:16:3e:XX:XX:XX, bridge=br0' ]`. + # Running Hurd with Xen To run Hurd with Xen, use: @@ -63,6 +66,7 @@ and gnumach should get started. Proceed with native-install. - If `xm` complains about networking (`vif could not be connected`), it's Xen scripts' fault, see Xen documentation for how to configure the network. The simplest way is network-bridge with fixed IPs (note that you need the bridge-utils package for this). You can also just disable networking by commenting the vif line in the config. - If `xm` complains `Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n')`, you most probably have a PAE-enabled hypervisor and a non-PAE gnumach. Either install and boot non-PAE hypervisor and kernel, or rebuilt gnumach in PAE mode. + # Building from sources If you want to generate these images, first get the `gnumach-1-branch-Xen-branch` branch from gnumach CVS. @@ -75,7 +79,6 @@ Then use The current `hurd-modules` was built from the debian packages `hurd 20070606-2` and `libc0.3 2.6.1-1`. /!\ This means that when using this image, your GNU/Hurd system also needs to be a glibc version 2.6 or later-based one! ---- # Miscellaneous @@ -83,7 +86,6 @@ The current `hurd-modules` was built from the debian packages `hurd 20070606-2` [[!GNU_Savannah_task 5468]], [[!GNU_Savannah_task 6584]]. ---- # `pv-grub` @@ -91,3 +93,15 @@ From Xen 4.0 on you'll be able to run the GNU Hurd directly using `pv-grub`, without the need to [prepare a special bootstrap image](http://youpibouh.thefreecat.org/hurd-xen/build_hurd-modules) (like an initrd). + + +# Host-side Writeback Caching + +Optimization possible as it is with [[QEMU|hurd/running/qemu/discussion]], +*Host-side Writeback Caching*? + +IRC, freenode, #hurd, 2011-06-08 + + <braunr> youpi: does xen provide disk caching options ? + <youpi> through a blktap, probably + <braunr> ok diff --git a/microkernel/mach/rpc.mdwn b/microkernel/mach/rpc.mdwn index 60275a86..422e0441 100644 --- a/microkernel/mach/rpc.mdwn +++ b/microkernel/mach/rpc.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2002, 2003, 2007, 2008, 2010 Free Software +[[!meta copyright="Copyright © 2002, 2003, 2007, 2008, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -19,3 +19,10 @@ implementation in the kernel possible, too, which is called *NORMA*, but is not avilable in [[GNU Mach|gnumach]]. The RPC stub code generated by [[MIG]]. + + +# Tracing + + * [[hurd/debugging/rpctrace]] + + * [[open_issues/librpci]] diff --git a/microkernel/mach/rpc/discussion.mdwn b/microkernel/mach/rpc/discussion.mdwn new file mode 100644 index 00000000..00e4a012 --- /dev/null +++ b/microkernel/mach/rpc/discussion.mdwn @@ -0,0 +1,117 @@ +[[!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_documentation]] + + +# IRC, freenode, #hurd, 2011-06-11 + + <antrik> I don't think we have a precendence case of Mach initiating RPCs + to userspace tasks + <braunr> well mach regularly sends RPCs to external pagers + <antrik> hm, right + <antrik> anyways, the ds_ in device.defs is for use *inside* Mach, not for + the userspace interface + <braunr> what makes you think so ? + <antrik> several things + <antrik> not least the fact that without zhengda's modifications, the + device handling never calls out to userspace for all I know + <braunr> hm, it does + <braunr> for async I/O + <braunr> when the kernel has finished its I/O, it calls + ds_device_read_reply/ds_device_write_reply + <antrik> I see + <antrik> I never quite understood the _reply stuff + <braunr> although i wonder how mig is supposed to forge those names + <antrik> braunr: it isn't + <antrik> braunr: there is a separate device_reply.defs + <antrik> braunr: and it sets a *userprefix* of ds_ + <antrik> rather than a serverprefix + <braunr> i saw, yes + <braunr> ah right + <antrik> so ds still refers to the in-Mach device server, not anything + userspace + <braunr> so this is where the patch is supposed to introduce the + device_intr_notify RPC + <antrik> or at least that's my understanding... + <braunr> no, it doesn't refer to in-mach servers + <braunr> it really forges the right rpcs to be called by mach + <antrik> the definition of "RPC" is rather unclear here + <braunr> why ? + <braunr> mach has its own mach_msg() call for kernel-to-user messaging + <antrik> yes, but this is used only to send the reply message for the RPC + earlier initiated by userspace AIUI + <antrik> it doesn't look like there is any special RPC for async I/O + <braunr> yes, because this is the only use case they had + <braunr> hence the name "reply" + <braunr> intr_notify isn't a reply, but it uses the same mechanism + <braunr> these are declared as simpleroutine + <antrik> sure. but the fact that it isn't a reply message, but rather + initiates a new RPC, changes things from MiG point of view I believe + <antrik> right, as there is no reply to the reply :-) + <braunr> :) + <braunr> a simpleroutine is how to turn an rpc into a simple ipc + <antrik> I know + <antrik> so in _reply, we pretend that the reply is actually a new RPC, + with server and client roles reversed, and no reply + <antrik> (this is actually rather kludgy... apparently MIG has no real + notion of async replies) + <braunr> i don't understand what you mean + <braunr> simpleroutine is the explicit solution for async replies + <braunr> as stated in + http://www.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/mig.ps + <braunr> it's not a new rpc with roles reversed + <braunr> it's not a reply either + <antrik> it might be an explicit solution for that, but it still seems + kludgy :-) + <braunr> i don't see why :/ + <braunr> would you have expected something like an option to create both + sync and async versions ? + <antrik> because it requires an extra .defs file + <antrik> yes + <braunr> ok + <braunr> well this seems cumbersome to me :) + <braunr> i prefer the simpleroutine approach + <braunr> but i agree this seems odd since mach has a high level ipc api + <antrik> anyways, my point is that the ds_ in device_reply.defs still + refers to the Mach side of things + <braunr> npnth: which package fails to build ? + <antrik> though a userspace process that actually handles the replies in an + async fashion will of course need some kind of device server too, just + like the DDE stuff... + <antrik> though naming it ds_ is confusing IMHO, because of the name clash + with the device server in Mach + <braunr> hm again, i fail to see why + <braunr> ds_ just means device_server + <braunr> and as most things in mach, it can be in kernel or not + <braunr> i mean, this is an interface prefix, i don't refer to an actual + single instance of a "device server" out there + <antrik> oh, right... DDE implements the Mach device protocol, so it *does* + do the ds_ part... but that makes the interrupt notification stuff even + more confusing + <braunr> hm + <braunr> because it provides a ds_device_intr_notify() which will never be + used, just to completely implement the interface ? + <antrik> yeah, that's what I suspect... + <braunr> sounds likely + <antrik> the device interface actually has two parts: one for "generic" + RPCs on the master device port, and one for device-specific RPCs. DDE + implements the latter, and uses the former... + <antrik> they live in separate places though I think: the individual device + RPCs are implemented in libmachdev, while the intr_ stuff is used in + libddekit probably + <braunr> it would be hairy to build otherwise + <antrik> so we *really* need to know what component npnth gets the error + with + <antrik> braunr: nah, not really. that's why we always have a separate + prefix for the server routines in Hurd RPCs + <braunr> right, i really need to read about mig again + <antrik> it's pretty normal for a translator to both implement and use an + interface diff --git a/news/2011-q2.mdwn b/news/2011-q2.mdwn new file mode 100644 index 00000000..92c13b55 --- /dev/null +++ b/news/2011-q2.mdwn @@ -0,0 +1,61 @@ +[[!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]]."]]"""]] + +[[!meta date="2011-07-03 17:30 UTC"]] + +A quarter of the Hurd, Q2 of 2011: *Graphical Installer*, *GSoC*, and *Debian*. +[[!if test="included()" then="""[[!toggle id=full_news +text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]""" +else=" +[[!paste id=full_news]]"]] + +[[!cut id="full_news" text=""" + +Jérémie Koenig started working on his [[Google Summer of Code +project|user/jkoenig/java]]: bringing not only Java to the Hurd, but also +fixing or adding missing parts in the Hurd's components along the way. For +example, he already contributed [a set of signal handling +improvements](http://sourceware.org/ml/libc-alpha/2011-06/threads.html#00119). + +Samuel Thibault +[created](http://lists.gnu.org/archive/html/bug-hurd/2011-05/msg00189.html) the +first Debian GNU/Hurd CD set with a graphical installer. You can dowload it at +[the usual place for Debian CD +images](http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/). + +Amongst others, Samuel also [tracked down and +fixed](http://lists.gnu.org/archive/html/bug-hurd/2011-05/msg00025.html) a port +leak in `file_reparent`. This one got visible on the Debian package builder +machine. + +On the organizational side, there is now a real plan to release a Hurd variant +of Debian with their next major release, Wheezy. Expected towards the end of +2012 or beginning of 2013, the Hurd-specific bits of that release effort's +process are being tracked on <http://wiki.debian.org/Debian_GNU/Hurd>. There +is still a lot of work left to be done, but -- as everyone knows -- a real goal +as well as a bit of pressure might help to actually get it done. If you want +to lend a helping hand in order to make this happen, [[porting +packages|contributing#porting]] is a great way to get started and do something +useful at the same time. + +Tanguy le Carrour offered to sponsor some Hurd work, and followed up on his +offer by adding to the Hurd bounties that Thomas Schwinge had set up over at on +FOSS Factory -- [[claim them if you can|2011-05-02-foss_factory]]! It's not +(not yet?) comparable to a Google Summer of Code student's salary, but a step +into the right direction. So, if you have more money than time and want the +Hurd to advance, why don't you [[join Tanguy|2011-05-02-foss_factory]]? + +At the end of August, Hurd folks will be meeting at the [[GNU Hackers +Meeting|community/meetings/ghm2011]] in Paris. Samuel Thibault will be giving +a talk (*GNU/Hurd, aka. Extensibility from the Ground*), and -- amongs others +-- Jérémie Koenig will be there too, ready to answer all the questions about +his Java/Hurd Google Summer of Code work. + +"""]] diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index ca7496f0..1c3bc022 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -30,8 +30,8 @@ though, as explained below. # Configuration -Last reviewed up to the [[Git mirror's a446ef2f3862fb5f89c669b34a2b6a2ab943ff96 -(2011-02-10) sources|source_repositories/binutils]]. +Last reviewed up to the [[Git mirror's 57a1a9e822a763aeeb3ea66fd493aa58888c76c4 +(2011-07-03) sources|source_repositories/binutils]]. * Globally @@ -107,51 +107,49 @@ Last reviewed up to the [[Git mirror's a446ef2f3862fb5f89c669b34a2b6a2ab943ff96 # Build -Here's a log of a binutils build run; this is from our [[Git -repository's e8052e7548e0d5523f1764b7d3896ca000bfaed7 (2011-02-10) -sources|source_repositories/binutils]], run on kepler.SCHWINGE and grubber. +Here's a log of a binutils build run; this is from our [[Git repository's +6d4a384ae978b7a423f2cd51b396d366b9000df2 (2011-07-03) +sources|source_repositories/binutils]], run on kepler.SCHWINGE and +coulomb.SCHWINGE. $ export LC_ALL=C - $ ../master/configure --prefix="$PWD".install 2>&1 | tee log_build + $ ../master/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.6 CXX=g++-4.6 2>&1 | tee log_build [...] - $ make SHELL=/bin/bash 2>&1 | tee log_build_ + $ make 2>&1 | tee log_build_ [...] -(kepler.SCHWINGE defaults to using /bin/sh for libtool, grubber to /bin/bash; -thus harmonized.) +Different hosts may default to different shells and compiler versions; thus +harmonized. -On grubber, this needs roughly one hour, and takes up around 100 MiB. +This takes up around 100 MiB, and needs roughly 4 min on kepler.SCHWINGE, and +15 min on coulomb.SCHWINGE. ## Analysis -x86 GNU/Linux and GNU/Hurd's configurations are [[slightly -different|binutils]], thus mask out most of the differences that are due to -GNU/Linux defining `-DTRAD_CORE`, `-DHAVE_i386linux_vec` -(`-DSELECT_VECS='[...],&i386linux_vec[...]`), `-DHAVE_i386pei_vec` -(`-DSELECT_VECS='[...],&i386pei_vec[...]`). +x86 GNU/Linux' and GNU/Hurd's configurations are slightly different, thus mask +out most of the differences that are due to GNU/Linux supporting more core file +formats, and more emulation vectors. - $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd/master.build/log_build* | sed -e "s%${PWD}%[...]%g" -e s%-DTRAD_CORE%% -e s%-DHAVE_i386linux_vec%% -e s%-DHAVE_i386pei_vec%% -e s%-DSELECT_VECS=\\\('\\\''\\\?\\\)\&bfd_elf32_i386_vec,\&i386linux_vec,\&i386pei_vec,\&bfd_elf32_little_generic_vec,\&bfd_elf32_big_generic_vec'\\\''\\\?%-DSELECT_VECS=\\\1\\\&bfd_elf32_i386_vec,\\\&bfd_elf32_little_generic_vec,\\\&bfd_elf32_big_generic_vec\\\1%') <(ssh grubber 'cd tmp/binutils/ && cat hurd/master.build/log_build* | sed "s%${PWD}%[...]%g"') > open_issues/binutils/log_build-diff + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd/master.build/log_build* | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' | sed -f open_issues/binutils/log_build-linux.sed) <(ssh coulomb.SCHWINGE 'cd tmp/binutils/ && cat hurd/master.build/log_build* | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' | sed -f open_issues/binutils/log_build-hurd.sed) > open_issues/binutils/log_build.diff -[[log_build-diff]]. +[[log_build.diff]]. # Install - $ make SHELL=/bin/bash install 2>&1 | tee log_install + $ make install 2>&1 | tee log_install [...] -(kepler.SCHWINGE defaults to using /bin/sh, grubber to /bin/bash; thus -harmonized.) - -On grubber, this needs roughly 5 minutes, and takes up around 60 MiB. +This takes up around 60 MiB, and needs roughly 1 min on kepler.SCHWINGE, and 5 +min on coulomb.SCHWINGE. ## Analysis - $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-pc-linux-gnu%[ARCH]%g"') <(ssh grubber 'cd tmp/binutils/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-unknown-gnu0\.3%[ARCH]%g"') > open_issues/binutils/log_install-diff + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd/master.build/log_install | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' | sed -f open_issues/binutils/log_install-linux.sed) <(ssh coulomb.SCHWINGE 'cd tmp/binutils/ && cat hurd/master.build/log_install | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' | sed -f open_issues/binutils/log_install-hurd.sed) > open_issues/binutils/log_install.diff -[[log_install-diff]]. +[[log_install.diff]]. * `libtool: finish`: `ldconfig` is not run for the Hurd. @@ -161,39 +159,39 @@ On grubber, this needs roughly 5 minutes, and takes up around 60 MiB. $ make -k check [...] -On grubber, this takes roughly one hour. +This needs roughly 5 min on kepler.SCHWINGE, and 15 min on coulomb.SCHWINGE. - $ ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd/master.build/*/*.sum hurd/master.build/*/*/*.sum | sed "s%${PWD}%[...]%g"' > open_issues/binutils/sum_linux - $ ssh grubber 'cd tmp/binutils/ && cat hurd/master.build/*/*.sum hurd/master.build/*/*/*.sum | sed "s%${PWD}%[...]%g"' > open_issues/binutils/sum_hurd + $ ssh kepler.SCHWINGE 'cd tmp/source/binutils/ && cat hurd/master.build/*/*.sum hurd/master.build/*/*/*.sum | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' > open_issues/binutils/sum_linux + $ ssh coulomb.SCHWINGE 'cd tmp/binutils/ && cat hurd/master.build/*/*.sum hurd/master.build/*/*/*.sum | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' > open_issues/binutils/sum_hurd Comparing the results files, [[sum_linux]] to [[sum_hurd]]: $ diff -u -F ^Running open_issues/binutils/sum_linux open_issues/binutils/sum_hurd - --- open_issues/binutils/sum_linux 2011-02-10 19:01:56.000000000 +0100 - +++ open_issues/binutils/sum_hurd 2011-02-10 20:27:17.000000000 +0100 + --- open_issues/binutils/sum_linux 2011-07-03 23:54:19.000000000 +0200 + +++ open_issues/binutils/sum_hurd 2011-07-03 23:54:25.000000000 +0200 @@ -1,5 +1,5 @@ - -Test Run By thomas on Thu Feb 10 18:57:42 2011 + -Test Run By thomas on Sun Jul 3 18:33:54 2011 -Native configuration is i686-pc-linux-gnu - +Test Run By tschwinge on Thu Feb 10 18:58:16 2011 + +Test Run By thomas on Sun Jul 3 19:11:49 2011 +Native configuration is i686-unknown-gnu0.3 - === binutils tests === + === binutils tests === - @@ -114,8 +114,8 @@ Running [...]/hurd/master/binutils/tests + @@ -119,8 +119,8 @@ Running [...]/hurd/master/binutils/tests - # of expected passes 83 - # of unsupported tests 2 - -Test Run By thomas on Thu Feb 10 18:58:10 2011 + # of expected passes 88 + # of unsupported tests 2 + -Test Run By thomas on Sun Jul 3 18:34:31 2011 -Native configuration is i686-pc-linux-gnu - +Test Run By tschwinge on Thu Feb 10 19:06:15 2011 + +Test Run By thomas on Sun Jul 3 19:14:02 2011 +Native configuration is i686-unknown-gnu0.3 - === ld tests === + === ld tests === - @@ -296,10 +296,10 @@ Running [...]/hurd/master/ld/testsuite/l - PASS: init array - PASS: fini array - PASS: init array mixed + @@ -324,10 +324,10 @@ Running [...]/hurd/master/ld/testsuite/l + PASS: PIE init array + PASS: PIE fini array + PASS: PIE init array mixed -PASS: static preinit array -PASS: static init array -PASS: static fini array @@ -201,11 +199,11 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]: +XFAIL: static preinit array +XFAIL: static init array +XFAIL: static fini array - +XPASS: static init array mixed + +XFAIL: static init array mixed Running [...]/hurd/master/ld/testsuite/ld-elf/exclude.exp ... PASS: ld link shared library PASS: ld export symbols from archive - @@ -553,8 +553,8 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -581,8 +581,8 @@ Running [...]/hurd/master/ld/testsuite/l PASS: ELF DSO weak func last DSO PASS: ELF weak func first PASS: ELF weak func last @@ -216,7 +214,7 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]: PASS: ELF DSO weak data first PASS: ELF DSO weak data last PASS: ELF DSO weak data first DSO - @@ -565,10 +565,10 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -593,10 +593,10 @@ Running [...]/hurd/master/ld/testsuite/l PASS: ELF weak data last PASS: ELF weak data first common PASS: ELF weak data last common @@ -231,24 +229,23 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]: PASS: ELF DSO small bar (size) PASS: ELF DSO foo with small bar (size) PASS: ELF DSO big bar (size) - @@ -882,13 +882,14 @@ Running [...]/hurd/master/ld/testsuite/l + @@ -924,13 +924,13 @@ Running [...]/hurd/master/ld/testsuite/l - === ld Summary === + === ld Summary === - -# of expected passes 626 - -# of expected failures 8 - +# of expected passes 616 - +# of unexpected successes 1 - +# of expected failures 17 - # of untested testcases 6 - /media/data[...]/hurd/master.build/ld/ld-new 2.21.51.20110210 + -# of expected passes 660 + -# of expected failures 8 + +# of expected passes 650 + +# of expected failures 18 + # of untested testcases 6 + [...]/hurd/master.build/ld/ld-new 2.21.52.20110703 - -Test Run By thomas on Thu Feb 10 18:57:49 2011 + -Test Run By thomas on Sun Jul 3 18:34:03 2011 -Native configuration is i686-pc-linux-gnu - +Test Run By tschwinge on Thu Feb 10 19:00:16 2011 + +Test Run By thomas on Sun Jul 3 19:12:21 2011 +Native configuration is i686-unknown-gnu0.3 - === gas tests === + === gas tests === @@ -259,7 +256,7 @@ Comparing the results files, [[sum_linux]] to [[sum_hurd]]: The testsuite isn't prepared for using `crt0.o` instead of `crt1.o` depending on whether a static or dynamic executable is created. Documented in `ld/configure.host`. Perhaps we should finally rewrite this messy code - in glibc to avoid this difference... + in glibc? * <a name="64ksec">`FAIL: ld-elf/64ksec`</a> diff --git a/open_issues/binutils/log_build-diff b/open_issues/binutils/log_build-diff deleted file mode 100644 index 3408d97d..00000000 --- a/open_issues/binutils/log_build-diff +++ /dev/null @@ -1,639 +0,0 @@ ---- /dev/fd/63 2011-02-10 17:33:04.738225001 +0100 -+++ /dev/fd/62 2011-02-10 17:33:04.738225001 +0100 -@@ -1,6 +1,6 @@ --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 - checking for a BSD-compatible install... /usr/bin/install -c - checking whether ln works... yes - checking whether ln -s works... yes -@@ -99,7 +99,7 @@ - checking for gmsgfmt... /usr/bin/msgfmt - checking for xgettext... /usr/bin/xgettext - checking for msgmerge... /usr/bin/msgmerge --checking for i686-pc-linux-gnu-gcc... gcc -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -108,9 +108,9 @@ - checking whether we are using the GNU C compiler... yes - checking whether gcc accepts -g... yes - checking for gcc option to accept ISO C89... none needed --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-ranlib... ranlib -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-ranlib... ranlib - checking for library containing strerror... none required - checking how to run the C preprocessor... gcc -E - checking for grep that handles long lines and -e... /bin/grep -@@ -217,11 +217,11 @@ - checking whether to enable maintainer-specific portions of Makefiles... no - checking for makeinfo... makeinfo --split-size=5000000 - checking for perl... perl --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-ranlib... ranlib --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-ranlib... ranlib -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -276,12 +276,12 @@ - checking for sys/sysinfo.h... yes - checking for machine/hal_sysinfo.h... no - checking for sys/table.h... no --checking for sys/sysctl.h... yes -+checking for sys/sysctl.h... no - checking for sys/systemcfg.h... no - checking for stdint.h... (cached) yes - checking for stdio_ext.h... yes - checking for process.h... no --checking for sys/prctl.h... yes -+checking for sys/prctl.h... no - 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 -@@ -351,13 +351,13 @@ - checking for working fork... yes - checking for working vfork... (cached) yes - checking for _doprnt... no --checking for sys_errlist... yes --checking for sys_nerr... yes -+checking for sys_errlist... no -+checking for sys_nerr... no - checking for sys_siglist... yes - checking for external symbol _system_configuration... no - checking for __fsetlocking... yes - checking for canonicalize_file_name... yes --checking for dup3... yes -+checking for dup3... no - checking for getrusage... yes - checking for getsysinfo... no - checking for gettimeofday... (cached) yes -@@ -372,7 +372,7 @@ - checking for strerror... yes - checking for strsignal... yes - checking for sysconf... yes --checking for sysctl... yes -+checking for sysctl... no - checking for sysmp... no - checking for table... no - checking for times... yes -@@ -406,10 +406,10 @@ - mkdir -p -- ./bfd - Configuring in ./bfd - configure: creating cache ./config.cache --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -426,9 +426,9 @@ - checking whether make sets $(MAKE)... yes - checking for style of include used by make... GNU - checking dependency style of gcc... gcc3 --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-ranlib... ranlib --checking for i686-pc-linux-gnu-gcc... (cached) gcc -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-ranlib... ranlib -+checking for i686-unknown-gnu0.3-gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed -@@ -457,34 +457,34 @@ - checking for BSD- or MS-compatible name lister (nm)... nm - checking the name lister (nm) interface... BSD nm - checking whether ln -s works... yes --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r --checking for i686-pc-linux-gnu-objdump... objdump -+checking for i686-unknown-gnu0.3-objdump... objdump - checking how to recognize dependent libraries... pass_all --checking for i686-pc-linux-gnu-ar... (cached) ar --checking for i686-pc-linux-gnu-strip... no -+checking for i686-unknown-gnu0.3-ar... (cached) ar -+checking for i686-unknown-gnu0.3-strip... no - checking for strip... strip --checking for i686-pc-linux-gnu-ranlib... (cached) ranlib -+checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib - checking command to parse nm output from gcc object... ok - checking for dlfcn.h... yes - checking for objdir... .libs - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for shl_load... no - checking for shl_load in -ldld... no - checking for dlopen... no - checking for dlopen in -ldl... yes - checking whether a program can dlopen itself... yes --checking whether a statically linked program can dlopen itself... no -+checking whether a statically linked program can dlopen itself... yes - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes - checking whether to build shared libraries... no -@@ -567,22 +567,22 @@ - checking sys/procfs.h usability... yes - checking sys/procfs.h presence... yes - checking for sys/procfs.h... yes --checking for prstatus_t in sys/procfs.h... yes -+checking for prstatus_t in sys/procfs.h... no - checking for prstatus32_t in sys/procfs.h... no - checking for prstatus_t.pr_who in sys/procfs.h... no - checking for prstatus32_t.pr_who in sys/procfs.h... no --checking for pstatus_t in sys/procfs.h... no -+checking for pstatus_t in sys/procfs.h... yes - checking for pxstatus_t in sys/procfs.h... no - checking for pstatus32_t in sys/procfs.h... no --checking for prpsinfo_t in sys/procfs.h... yes -+checking for prpsinfo_t in sys/procfs.h... no - checking for prpsinfo32_t in sys/procfs.h... no --checking for psinfo_t in sys/procfs.h... no -+checking for psinfo_t in sys/procfs.h... yes - checking for psinfo32_t in sys/procfs.h... no --checking for lwpstatus_t in sys/procfs.h... no -+checking for lwpstatus_t in sys/procfs.h... yes - checking for lwpxstatus_t in sys/procfs.h... no - checking for lwpstatus_t.pr_context in sys/procfs.h... no --checking for lwpstatus_t.pr_reg in sys/procfs.h... no --checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no -+checking for lwpstatus_t.pr_reg in sys/procfs.h... yes -+checking for lwpstatus_t.pr_fpreg in sys/procfs.h... yes - checking for win32_pstatus_t in sys/procfs.h... no - checking linker --as-needed support... yes - checking for cos in -lm... yes -@@ -597,7 +597,7 @@ - checking for unistd.h... (cached) yes - checking for getpagesize... (cached) yes - checking for working mmap... yes --checking for madvise... yes -+checking for madvise... no - checking for mprotect... yes - configure: updating cache ./config.cache - configure: creating ./config.status -@@ -1215,36 +1215,15 @@ - /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../master/bfd/dwarf1.c - libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../master/bfd/dwarf1.c -o dwarf1.o - mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo --/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../master/bfd/i386linux.c --libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../master/bfd/i386linux.c -o i386linux.o --mv -f .deps/i386linux.Tpo .deps/i386linux.Plo --/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../master/bfd/aout32.c --libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../master/bfd/aout32.c -o aout32.o --mv -f .deps/aout32.Tpo .deps/aout32.Plo --/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../master/bfd/pei-i386.c --libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../master/bfd/pei-i386.c -o pei-i386.o --mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo --rm -f peigen.c --sed -e s/XX/pe/g < ../../master/bfd/peXXigen.c > peigen.new --mv -f peigen.new peigen.c --/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c --libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o --mv -f .deps/peigen.Tpo .deps/peigen.Plo --/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../master/bfd/cofflink.c --libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../master/bfd/cofflink.c -o cofflink.o --mv -f .deps/cofflink.Tpo .deps/cofflink.Plo - /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../master/bfd/elf32-gen.c - libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../master/bfd/elf32-gen.c -o elf32-gen.o - mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo - /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../master/bfd/cpu-i386.c - libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../master/bfd/cpu-i386.c -o cpu-i386.o - mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo --/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../master/bfd/trad-core.c --libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../master/bfd/trad-core.c -o trad-core.o --mv -f .deps/trad-core.Tpo .deps/trad-core.Plo - rm -f tofiles - f=""; \ -- for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo i386linux.lo aout32.lo pei-i386.lo peigen.lo cofflink.lo elf32-gen.lo cpu-i386.lo trad-core.lo ; do \ -+ for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-i386.lo ; do \ - case " $f " in \ - *" $i "*) ;; \ - *) f="$f $i" ;; \ -@@ -1254,7 +1233,7 @@ - /bin/bash ../../master/bfd/../move-if-change tofiles ofiles - touch stamp-ofiles - /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -release `cat libtool-soversion` -o libbfd.la -rpath [...]/hurd/master.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz --libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o -+libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-i386.o - libtool: link: ranlib .libs/libbfd.a - libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) - libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ -@@ -1270,10 +1249,10 @@ - mkdir -p -- ./opcodes - Configuring in ./opcodes - configure: creating cache ./config.cache --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -1290,7 +1269,7 @@ - checking whether make sets $(MAKE)... yes - checking for style of include used by make... GNU - checking dependency style of gcc... gcc3 --checking for i686-pc-linux-gnu-gcc... (cached) gcc -+checking for i686-unknown-gnu0.3-gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed -@@ -1311,8 +1290,8 @@ - checking minix/config.h presence... no - checking for minix/config.h... no - checking whether it is safe to define __EXTENSIONS__... yes --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-ranlib... ranlib -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-ranlib... ranlib - checking how to print strings... printf - checking for a sed that does not truncate output... /bin/sed - checking for fgrep... /bin/grep -F -@@ -1321,27 +1300,27 @@ - checking for BSD- or MS-compatible name lister (nm)... nm - checking the name lister (nm) interface... BSD nm - checking whether ln -s works... yes --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r --checking for i686-pc-linux-gnu-objdump... objdump -+checking for i686-unknown-gnu0.3-objdump... objdump - checking how to recognize dependent libraries... pass_all --checking for i686-pc-linux-gnu-ar... (cached) ar --checking for i686-pc-linux-gnu-strip... no -+checking for i686-unknown-gnu0.3-ar... (cached) ar -+checking for i686-unknown-gnu0.3-strip... no - checking for strip... strip --checking for i686-pc-linux-gnu-ranlib... (cached) ranlib -+checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib - checking command to parse nm output from gcc object... ok - checking for dlfcn.h... yes - checking for objdir... .libs - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -1445,10 +1424,10 @@ - mkdir -p -- ./binutils - Configuring in ./binutils - configure: creating cache ./config.cache --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -1465,7 +1444,7 @@ - checking whether make sets $(MAKE)... yes - checking for style of include used by make... GNU - checking dependency style of gcc... gcc3 --checking for i686-pc-linux-gnu-gcc... (cached) gcc -+checking for i686-unknown-gnu0.3-gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed -@@ -1496,28 +1475,28 @@ - checking for BSD- or MS-compatible name lister (nm)... nm - checking the name lister (nm) interface... BSD nm - checking whether ln -s works... yes --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r --checking for i686-pc-linux-gnu-objdump... objdump -+checking for i686-unknown-gnu0.3-objdump... objdump - checking how to recognize dependent libraries... pass_all --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-strip... no -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-strip... no - checking for strip... strip --checking for i686-pc-linux-gnu-ranlib... ranlib -+checking for i686-unknown-gnu0.3-ranlib... ranlib - checking command to parse nm output from gcc object... ok - checking for dlfcn.h... yes - checking for objdir... .libs - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -1537,7 +1516,7 @@ - checking for xgettext... /usr/bin/xgettext - checking for msgmerge... /usr/bin/msgmerge - checking whether to enable maintainer-specific portions of Makefiles... no --checking for i686-pc-linux-gnu-ranlib... (cached) ranlib -+checking for i686-unknown-gnu0.3-ranlib... (cached) ranlib - checking for string.h... (cached) yes - checking for strings.h... (cached) yes - checking for stdlib.h... (cached) yes -@@ -1912,10 +1891,10 @@ - mkdir -p -- ./gas - Configuring in ./gas - configure: creating cache ./config.cache --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -1932,7 +1911,7 @@ - checking whether make sets $(MAKE)... yes - checking for style of include used by make... GNU - checking dependency style of gcc... gcc3 --checking for i686-pc-linux-gnu-gcc... (cached) gcc -+checking for i686-unknown-gnu0.3-gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed -@@ -1963,28 +1942,28 @@ - checking for BSD- or MS-compatible name lister (nm)... nm - checking the name lister (nm) interface... BSD nm - checking whether ln -s works... yes --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r --checking for i686-pc-linux-gnu-objdump... objdump -+checking for i686-unknown-gnu0.3-objdump... objdump - checking how to recognize dependent libraries... pass_all --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-strip... no -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-strip... no - checking for strip... strip --checking for i686-pc-linux-gnu-ranlib... ranlib -+checking for i686-unknown-gnu0.3-ranlib... ranlib - checking command to parse nm output from gcc object... ok - checking for dlfcn.h... yes - checking for objdir... .libs - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -2164,10 +2143,10 @@ - mkdir -p -- ./gprof - Configuring in ./gprof - configure: creating cache ./config.cache --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -2184,7 +2163,7 @@ - checking whether make sets $(MAKE)... yes - checking for style of include used by make... GNU - checking dependency style of gcc... gcc3 --checking for i686-pc-linux-gnu-gcc... (cached) gcc -+checking for i686-unknown-gnu0.3-gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed -@@ -2215,28 +2194,28 @@ - checking for BSD- or MS-compatible name lister (nm)... nm - checking the name lister (nm) interface... BSD nm - checking whether ln -s works... yes --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r --checking for i686-pc-linux-gnu-objdump... objdump -+checking for i686-unknown-gnu0.3-objdump... objdump - checking how to recognize dependent libraries... pass_all --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-strip... no -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-strip... no - checking for strip... strip --checking for i686-pc-linux-gnu-ranlib... ranlib -+checking for i686-unknown-gnu0.3-ranlib... ranlib - checking command to parse nm output from gcc object... ok - checking for dlfcn.h... yes - checking for objdir... .libs - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -2397,10 +2376,10 @@ - mkdir -p -- ./ld - Configuring in ./ld - configure: creating cache ./config.cache --checking build system type... i686-pc-linux-gnu --checking host system type... i686-pc-linux-gnu --checking target system type... i686-pc-linux-gnu --checking for i686-pc-linux-gnu-gcc... gcc -+checking build system type... i686-unknown-gnu0.3 -+checking host system type... i686-unknown-gnu0.3 -+checking target system type... i686-unknown-gnu0.3 -+checking for i686-unknown-gnu0.3-gcc... gcc - checking for C compiler default output file name... a.out - checking whether the C compiler works... yes - checking whether we are cross compiling... no -@@ -2422,7 +2401,7 @@ - checking for grep that handles long lines and -e... /bin/grep - checking for egrep... /bin/grep -E - Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror --checking for i686-pc-linux-gnu-gcc... (cached) gcc -+checking for i686-unknown-gnu0.3-gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed -@@ -2453,28 +2432,28 @@ - checking for BSD- or MS-compatible name lister (nm)... nm - checking the name lister (nm) interface... BSD nm - checking whether ln -s works... yes --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r --checking for i686-pc-linux-gnu-objdump... objdump -+checking for i686-unknown-gnu0.3-objdump... objdump - checking how to recognize dependent libraries... pass_all --checking for i686-pc-linux-gnu-ar... ar --checking for i686-pc-linux-gnu-strip... no -+checking for i686-unknown-gnu0.3-ar... ar -+checking for i686-unknown-gnu0.3-strip... no - checking for strip... strip --checking for i686-pc-linux-gnu-ranlib... ranlib -+checking for i686-unknown-gnu0.3-ranlib... ranlib - checking command to parse nm output from gcc object... ok - checking for dlfcn.h... yes - checking for objdir... .libs - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -2486,11 +2465,11 @@ - checking whether the g++ linker (ld) supports shared libraries... yes - checking for g++ option to produce PIC... -fPIC -DPIC - checking if g++ PIC flag -fPIC -DPIC works... yes --checking if g++ static flag -static works... yes -+checking if g++ static flag -static works... no - checking if g++ supports -c -o file.o... yes - checking if g++ supports -c -o file.o... (cached) yes - checking whether the g++ linker (ld) supports shared libraries... yes --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether NLS is requested... yes - checking for catalogs to be installed... bg da es fi fr ga id ja sv tr vi zh_CN zh_TW -@@ -2570,13 +2549,13 @@ - /bin/bash ../../master/ld/../ylwrap ../../master/ld/ldgram.y y.tab.c ldgram.c y.tab.h ldgram.h y.output ldgram.output -- bison -y -d - updating ldgram.h - (echo "/* This file is automatically generated. DO NOT EDIT! */";\ -- for f in `echo " " eelf_i386.o ei386linux.o eelf32_x86_64.o "" \ -+ for f in `echo " " eelf_i386.o "" \ - | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ - echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ - done;\ - echo "";\ - echo "#define EMULATION_LIST \\";\ -- for f in `echo " " eelf_i386.o ei386linux.o eelf32_x86_64.o "" \ -+ for f in `echo " " eelf_i386.o "" \ - | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ - echo " &ld_${f}_emulation, \\"; \ - done;\ -@@ -2665,8 +2644,8 @@ - mv -f .deps/ldctor.Tpo .deps/ldctor.Po - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ - -DDEFAULT_EMULATION='"elf_i386"' \ -- -DBINDIR='"[...]/hurd/master.build.install/bin"' -DTOOLBINDIR='"[...]/hurd/master.build.install/i686-pc-linux-gnu/bin"' \ -- -DTARGET='"i686-pc-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"\" \ -+ -DBINDIR='"[...]/hurd/master.build.install/bin"' -DTOOLBINDIR='"[...]/hurd/master.build.install/i686-unknown-gnu0.3/bin"' \ -+ -DTARGET='"i686-unknown-gnu0.3"' -DTARGET_SYSTEM_ROOT=\"\" \ - ../../master/ld/ldmain.c - mv -f .deps/ldmain.Tpo .deps/ldmain.Po - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../../master/ld/ldwrite.c -@@ -2680,7 +2659,7 @@ - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../../master/ld/ldmisc.c - mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ -- -DSCRIPTDIR='"[...]/hurd/master.build.install/i686-pc-linux-gnu/lib"' -DBINDIR='"[...]/hurd/master.build.install/bin"' -DTOOLBINDIR='"[...]/hurd/master.build.install/i686-pc-linux-gnu/bin"' \ -+ -DSCRIPTDIR='"[...]/hurd/master.build.install/i686-unknown-gnu0.3/lib"' -DBINDIR='"[...]/hurd/master.build.install/bin"' -DTOOLBINDIR='"[...]/hurd/master.build.install/i686-unknown-gnu0.3/bin"' \ - ../../master/ld/ldfile.c - mv -f .deps/ldfile.Tpo .deps/ldfile.Po - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../../master/ld/ldcref.c -@@ -2688,17 +2667,11 @@ - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../master/ld/plugin.c - mv -f .deps/plugin.Tpo .deps/plugin.Po - cp ../../master/ld/emultempl/astring.sed stringify.sed --LIB_PATH='' /bin/bash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" i686-pc-linux-gnu i686-pc-linux-gnu i686-pc-linux-gnu "elf_i386 elf32_x86_64" "/usr/local/lib /lib /usr/lib" no yes elf_i386 "i686-pc-linux-gnu" -+LIB_PATH='' /bin/bash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" i686-unknown-gnu0.3 i686-unknown-gnu0.3 i686-unknown-gnu0.3 "elf_i386" "/usr/local/lib /lib /usr/lib" no yes elf_i386 "i686-unknown-gnu0.3" - gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT eelf_i386.o -MD -MP -MF .deps/eelf_i386.Tpo -c -o eelf_i386.o eelf_i386.c - mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po --LIB_PATH='' /bin/bash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" i686-pc-linux-gnu i686-pc-linux-gnu i686-pc-linux-gnu "elf_i386 elf32_x86_64" "/usr/local/lib /lib /usr/lib" no yes i386linux "i686-pc-linux-gnuaout" --gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ei386linux.o -MD -MP -MF .deps/ei386linux.Tpo -c -o ei386linux.o ei386linux.c --mv -f .deps/ei386linux.Tpo .deps/ei386linux.Po --LIB_PATH='' /bin/bash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" i686-pc-linux-gnu i686-pc-linux-gnu i686-pc-linux-gnu "elf_i386 elf32_x86_64" "/usr/local/lib /lib /usr/lib" no yes elf32_x86_64 "i686-pc-linux-gnu" --gcc -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT eelf32_x86_64.o -MD -MP -MF .deps/eelf32_x86_64.Tpo -c -o eelf32_x86_64.o eelf32_x86_64.c --mv -f .deps/eelf32_x86_64.Tpo .deps/eelf32_x86_64.Po --/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ei386linux.o eelf32_x86_64.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl --libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ei386linux.o eelf32_x86_64.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl -+/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl -+libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl - touch ld.1 - perl ../../master/ld/../etc/texi2pod.pl -I ../../master/ld -I ../../master/ld/../bfd/doc -I ../bfd/doc -I ../../master/ld/../libiberty -Dman < ../../master/ld/ld.texinfo > ld.pod - (pod2man --center="GNU Development Tools" --release="binutils-2.21.51" --section=1 ld.pod | \ diff --git a/open_issues/binutils/log_build-hurd.sed b/open_issues/binutils/log_build-hurd.sed new file mode 100644 index 00000000..070f9823 --- /dev/null +++ b/open_issues/binutils/log_build-hurd.sed @@ -0,0 +1,5 @@ +s%i686-unknown-gnu0\.3%[ARCH]%g + + + +s%-DSELECT_VECS=\('\?\)&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec\1%-DSELECT_VECS=\1[SELECT_VECS]\1% diff --git a/open_issues/binutils/log_build-linux.sed b/open_issues/binutils/log_build-linux.sed new file mode 100644 index 00000000..9c94797c --- /dev/null +++ b/open_issues/binutils/log_build-linux.sed @@ -0,0 +1,5 @@ +s%i686-pc-linux-gnu%[ARCH]%g +s%-DTRAD_CORE%% +s%-DHAVE_i386linux_vec%% +s%-DHAVE_i386pei_vec%% +s%-DSELECT_VECS=\('\?\)&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec\1%-DSELECT_VECS=\1[SELECT_VECS]\1% diff --git a/open_issues/binutils/log_build.diff b/open_issues/binutils/log_build.diff new file mode 100644 index 00000000..0350d32a --- /dev/null +++ b/open_issues/binutils/log_build.diff @@ -0,0 +1,280 @@ +--- /dev/fd/63 2011-07-03 19:28:40.826894462 +0200 ++++ /dev/fd/62 2011-07-03 19:28:40.830894333 +0200 +@@ -276,12 +276,12 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes + checking for process.h... no +-checking for sys/prctl.h... yes ++checking for sys/prctl.h... no + 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 +@@ -351,13 +351,13 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -372,7 +372,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -457,7 +457,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -477,7 +477,7 @@ + checking if gcc-4.6 supports -c -o file.o... yes + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking for shl_load... no + checking for shl_load in -ldld... no +@@ -567,26 +567,26 @@ + checking sys/procfs.h usability... yes + checking sys/procfs.h presence... yes + checking for sys/procfs.h... yes +-checking for prstatus_t in sys/procfs.h... yes ++checking for prstatus_t in sys/procfs.h... no + checking for prstatus32_t in sys/procfs.h... no + checking for prstatus_t.pr_who in sys/procfs.h... no + checking for prstatus32_t.pr_who in sys/procfs.h... no +-checking for pstatus_t in sys/procfs.h... no ++checking for pstatus_t in sys/procfs.h... yes + checking for pxstatus_t in sys/procfs.h... no + checking for pstatus32_t in sys/procfs.h... no +-checking for prpsinfo_t in sys/procfs.h... yes +-checking for prpsinfo_t.pr_pid in sys/procfs.h... yes ++checking for prpsinfo_t in sys/procfs.h... no ++checking for prpsinfo_t.pr_pid in sys/procfs.h... no + checking for prpsinfo32_t in sys/procfs.h... no + checking for prpsinfo32_t.pr_pid in sys/procfs.h... no +-checking for psinfo_t in sys/procfs.h... no +-checking for psinfo_t.pr_pid in sys/procfs.h... no ++checking for psinfo_t in sys/procfs.h... yes ++checking for psinfo_t.pr_pid in sys/procfs.h... yes + checking for psinfo32_t in sys/procfs.h... no + checking for psinfo32_t.pr_pid in sys/procfs.h... no +-checking for lwpstatus_t in sys/procfs.h... no ++checking for lwpstatus_t in sys/procfs.h... yes + checking for lwpxstatus_t in sys/procfs.h... no + checking for lwpstatus_t.pr_context in sys/procfs.h... no +-checking for lwpstatus_t.pr_reg in sys/procfs.h... no +-checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no ++checking for lwpstatus_t.pr_reg in sys/procfs.h... yes ++checking for lwpstatus_t.pr_fpreg in sys/procfs.h... yes + checking for win32_pstatus_t in sys/procfs.h... no + checking linker --as-needed support... yes + checking for cos in -lm... yes +@@ -1219,36 +1219,15 @@ + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../master/bfd/dwarf1.c + libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../master/bfd/dwarf1.c -o dwarf1.o + mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../master/bfd/i386linux.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../master/bfd/i386linux.c -o i386linux.o +-mv -f .deps/i386linux.Tpo .deps/i386linux.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../master/bfd/aout32.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../master/bfd/aout32.c -o aout32.o +-mv -f .deps/aout32.Tpo .deps/aout32.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../master/bfd/pei-i386.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../master/bfd/pei-i386.c -o pei-i386.o +-mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo +-rm -f peigen.c +-sed -e s/XX/pe/g < ../../master/bfd/peXXigen.c > peigen.new +-mv -f peigen.new peigen.c +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o +-mv -f .deps/peigen.Tpo .deps/peigen.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../master/bfd/cofflink.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../master/bfd/cofflink.c -o cofflink.o +-mv -f .deps/cofflink.Tpo .deps/cofflink.Plo + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../master/bfd/elf32-gen.c + libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../master/bfd/elf32-gen.c -o elf32-gen.o + mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../master/bfd/cpu-i386.c + libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../master/bfd/cpu-i386.c -o cpu-i386.o + mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../master/bfd/trad-core.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../master/bfd/trad-core.c -o trad-core.o +-mv -f .deps/trad-core.Tpo .deps/trad-core.Plo + rm -f tofiles + f=""; \ +- for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo i386linux.lo aout32.lo pei-i386.lo peigen.lo cofflink.lo elf32-gen.lo cpu-i386.lo trad-core.lo ; do \ ++ for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-i386.lo ; do \ + case " $f " in \ + *" $i "*) ;; \ + *) f="$f $i" ;; \ +@@ -1258,7 +1237,7 @@ + /bin/dash ../../master/bfd/../move-if-change tofiles ofiles + touch stamp-ofiles + /bin/dash ./libtool --tag=CC --mode=link gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -release `cat libtool-soversion` -o libbfd.la -rpath [...]/hurd/master.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz +-libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o ++libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-i386.o + libtool: link: ranlib .libs/libbfd.a + libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) + libtooldir=`/bin/dash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ +@@ -1325,7 +1304,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -1345,7 +1324,7 @@ + checking if gcc-4.6 supports -c -o file.o... yes + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -1500,7 +1479,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -1521,7 +1500,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -1967,7 +1946,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -1988,7 +1967,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2221,7 +2200,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -2242,7 +2221,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2461,7 +2440,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -2482,7 +2461,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2498,7 +2477,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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether NLS is requested... yes + checking for catalogs to be installed... bg da es fi fr ga id ja sv tr vi zh_CN zh_TW +@@ -2578,13 +2557,13 @@ + /bin/dash ../../master/ld/../ylwrap ../../master/ld/ldgram.y y.tab.c ldgram.c y.tab.h ldgram.h y.output ldgram.output -- bison -y -d + updating ldgram.h + (echo "/* This file is automatically generated. DO NOT EDIT! */";\ +- for f in `echo " " eelf_i386.o ei386linux.o eelf32_x86_64.o "" \ ++ for f in `echo " " eelf_i386.o "" \ + | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ + echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ + done;\ + echo "";\ + echo "#define EMULATION_LIST \\";\ +- for f in `echo " " eelf_i386.o ei386linux.o eelf32_x86_64.o "" \ ++ for f in `echo " " eelf_i386.o "" \ + | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ + echo " &ld_${f}_emulation, \\"; \ + done;\ +@@ -2696,17 +2675,11 @@ + gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../../master/ld/plugin.c + mv -f .deps/plugin.Tpo .deps/plugin.Po + cp ../../master/ld/emultempl/astring.sed stringify.sed +-LIB_PATH='' /bin/dash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" [ARCH] [ARCH] [ARCH] "elf_i386 elf32_x86_64" "/usr/local/lib /lib /usr/lib" no yes elf_i386 "[ARCH]" ++LIB_PATH='' /bin/dash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" [ARCH] [ARCH] [ARCH] "elf_i386" "/usr/local/lib /lib /usr/lib" no yes elf_i386 "[ARCH]" + gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT eelf_i386.o -MD -MP -MF .deps/eelf_i386.Tpo -c -o eelf_i386.o eelf_i386.c + mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po +-LIB_PATH='' /bin/dash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" [ARCH] [ARCH] [ARCH] "elf_i386 elf32_x86_64" "/usr/local/lib /lib /usr/lib" no yes i386linux "[ARCH]aout" +-gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ei386linux.o -MD -MP -MF .deps/ei386linux.Tpo -c -o ei386linux.o ei386linux.c +-mv -f .deps/ei386linux.Tpo .deps/ei386linux.Po +-LIB_PATH='' /bin/dash ../../master/ld/genscripts.sh "../../master/ld" "[...]/hurd/master.build.install/lib" "[...]/hurd/master.build.install" "[...]/hurd/master.build.install" [ARCH] [ARCH] [ARCH] "elf_i386 elf32_x86_64" "/usr/local/lib /lib /usr/lib" no yes elf32_x86_64 "[ARCH]" +-gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT eelf32_x86_64.o -MD -MP -MF .deps/eelf32_x86_64.Tpo -c -o eelf32_x86_64.o eelf32_x86_64.c +-mv -f .deps/eelf32_x86_64.Tpo .deps/eelf32_x86_64.Po +-/bin/dash ./libtool --tag=CC --mode=link gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ei386linux.o eelf32_x86_64.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl +-libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ei386linux.o eelf32_x86_64.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl ++/bin/dash ./libtool --tag=CC --mode=link gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl ++libtool: link: gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o eelf_i386.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lz -ldl + touch ld.1 + perl ../../master/ld/../etc/texi2pod.pl -I ../../master/ld -I ../../master/ld/../bfd/doc -I ../bfd/doc -I ../../master/ld/../libiberty -Dman < ../../master/ld/ld.texinfo > ld.pod + (pod2man --center="GNU Development Tools" --release="binutils-2.21.52" --section=1 ld.pod | \ diff --git a/open_issues/binutils/log_install-hurd.sed b/open_issues/binutils/log_install-hurd.sed new file mode 100644 index 00000000..9565aaae --- /dev/null +++ b/open_issues/binutils/log_install-hurd.sed @@ -0,0 +1 @@ +s%i686-unknown-gnu0\.3%[ARCH]%g diff --git a/open_issues/binutils/log_install-linux.sed b/open_issues/binutils/log_install-linux.sed new file mode 100644 index 00000000..22880cc5 --- /dev/null +++ b/open_issues/binutils/log_install-linux.sed @@ -0,0 +1 @@ +s%i686-pc-linux-gnu%[ARCH]%g diff --git a/open_issues/binutils/log_install-diff b/open_issues/binutils/log_install.diff index 00496f8b..83e01c55 100644 --- a/open_issues/binutils/log_install-diff +++ b/open_issues/binutils/log_install.diff @@ -1,5 +1,5 @@ ---- /dev/fd/63 2011-02-10 18:56:20.086225001 +0100 -+++ /dev/fd/62 2011-02-10 18:56:20.086225001 +0100 +--- /dev/fd/63 2011-07-03 19:28:49.538615011 +0200 ++++ /dev/fd/62 2011-07-03 19:28:49.538615011 +0200 @@ -68,7 +68,6 @@ libtool: install: /usr/bin/install -c .libs/libbfd.a [...]/hurd/master.build.install/lib/libbfd.a libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libbfd.a diff --git a/open_issues/binutils/sum_hurd b/open_issues/binutils/sum_hurd index 15d225f9..42f4d331 100644 --- a/open_issues/binutils/sum_hurd +++ b/open_issues/binutils/sum_hurd @@ -1,4 +1,4 @@ -Test Run By tschwinge on Thu Feb 10 18:58:16 2011 +Test Run By thomas on Sun Jul 3 19:11:49 2011 Native configuration is i686-unknown-gnu0.3 === binutils tests === @@ -14,6 +14,8 @@ PASS: ar thin archive PASS: ar thin archive with nested archive PASS: ar argument parsing PASS: ar deterministic archive +PASS: ar deleting an element +PASS: ar moving an element PASS: ar unique symbol in archive Running [...]/hurd/master/binutils/testsuite/binutils-all/arm/objdump.exp ... Running [...]/hurd/master/binutils/testsuite/binutils-all/bfin/objdump.exp ... @@ -36,6 +38,7 @@ Running [...]/hurd/master/binutils/testsuite/binutils-all/m68k/objdump.exp ... Running [...]/hurd/master/binutils/testsuite/binutils-all/nm.exp ... PASS: nm (no arguments) PASS: nm -g +PASS: nm -g on unique symbols PASS: nm -P Running [...]/hurd/master/binutils/testsuite/binutils-all/objcopy.exp ... PASS: objcopy (simple copy) @@ -47,10 +50,12 @@ PASS: objcopy --adjust-start PASS: objcopy --adjust-vma PASS: objcopy --adjust-section-vma + PASS: objcopy --adjust-section-vma = +PASS: strip preserving OS/ABI PASS: strip PASS: strip with saving a symbol PASS: simple objcopy of executable PASS: run objcopy of executable +PASS: run stripped executable preserving OS/ABI PASS: run stripped executable PASS: run stripped executable with saving a symbol PASS: keep only debug data @@ -112,9 +117,9 @@ Running [...]/hurd/master/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... === binutils Summary === -# of expected passes 83 +# of expected passes 88 # of unsupported tests 2 -Test Run By tschwinge on Thu Feb 10 19:06:15 2011 +Test Run By thomas on Sun Jul 3 19:14:02 2011 Native configuration is i686-unknown-gnu0.3 === ld tests === @@ -173,30 +178,42 @@ PASS: objcopy -z relro -shared (relro1) PASS: strip -z relro -shared (relro2) PASS: objcopy -z relro -shared (relro2) PASS: strip -T [...]/hurd/master/ld/testsuite/ld-elf/lma.lnk (lma) -PASS: objcopy (tbss1) -PASS: objcopy -z relro (tbss1) -PASS: objcopy -shared (tbss1) -PASS: objcopy -shared -z relro (tbss1) -PASS: objcopy -z max-page-size=0x100000 (tbss1) -PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss1) PASS: objcopy (tdata1) PASS: objcopy -z relro (tdata1) PASS: objcopy -shared (tdata1) PASS: objcopy -shared -z relro (tdata1) PASS: objcopy -z max-page-size=0x100000 (tdata1) PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata1) -PASS: objcopy (tbss2) -PASS: objcopy -z relro (tbss2) -PASS: objcopy -shared (tbss2) -PASS: objcopy -shared -z relro (tbss2) -PASS: objcopy -z max-page-size=0x100000 (tbss2) -PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss2) PASS: objcopy (tdata2) PASS: objcopy -z relro (tdata2) PASS: objcopy -shared (tdata2) PASS: objcopy -shared -z relro (tdata2) PASS: objcopy -z max-page-size=0x100000 (tdata2) PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata2) +PASS: objcopy (tdata3) +PASS: objcopy -z relro (tdata3) +PASS: objcopy -shared (tdata3) +PASS: objcopy -shared -z relro (tdata3) +PASS: objcopy -z max-page-size=0x100000 (tdata3) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata3) +PASS: objcopy (tbss1) +PASS: objcopy -z relro (tbss1) +PASS: objcopy -shared (tbss1) +PASS: objcopy -shared -z relro (tbss1) +PASS: objcopy -z max-page-size=0x100000 (tbss1) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss1) +PASS: objcopy (tbss2) +PASS: objcopy -z relro (tbss2) +PASS: objcopy -shared (tbss2) +PASS: objcopy -shared -z relro (tbss2) +PASS: objcopy -z max-page-size=0x100000 (tbss2) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss2) +PASS: objcopy (tbss3) +PASS: objcopy -z relro (tbss3) +PASS: objcopy -shared (tbss3) +PASS: objcopy -shared -z relro (tbss3) +PASS: objcopy -z max-page-size=0x100000 (tbss3) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss3) Running [...]/hurd/master/ld/testsuite/ld-elf/compress.exp ... PASS: Build libfoo.so with compressed debug sections PASS: Build libbar.so with compressed debug sections @@ -211,6 +228,10 @@ PASS: Guess the target size from eh-group1size.o PASS: Build eh-group1.o PASS: Link eh-group.o to eh-group Running [...]/hurd/master/ld/testsuite/ld-elf/elf.exp ... +PASS: Build symbol3.a +PASS: Build symbol3w.a +PASS: Build shared library for next test +PASS: Link using broken linker script PASS: ld-elf/commonpage1 PASS: ld-elf/compress1a PASS: ld-elf/compress1b @@ -218,6 +239,7 @@ PASS: ld-elf/compress1c PASS: ld-elf/discard1 PASS: ld-elf/discard2 PASS: ld-elf/discard3 +PASS: ld-elf/dynamic1 PASS: ld-elf/dynsym1 PASS: ld-elf/eh-frame-hdr PASS: ld-elf/eh5 @@ -274,6 +296,7 @@ PASS: ld-elf/orphan3 PASS: ld-elf/orphan4 PASS: ld-elf/overlay PASS: ld-elf/pr11304 +PASS: ld-elf/pr12851 PASS: ld-elf/pr349 PASS: relocatable with script PASS: ld-elf/seg @@ -289,6 +312,7 @@ PASS: ld-elf/unknown PASS: ld-elf/unknown2 PASS: ld-elf/warn1 PASS: ld-elf/warn2 +PASS: ld-elf/warn3 PASS: Weak symbols in dynamic objects 1 (support) PASS: Weak symbols in dynamic objects 1 (main test) PASS: --gc-sections on tls variable @@ -296,10 +320,14 @@ PASS: preinit array PASS: init array PASS: fini array PASS: init array mixed +PASS: PIE preinit array +PASS: PIE init array +PASS: PIE fini array +PASS: PIE init array mixed XFAIL: static preinit array XFAIL: static init array XFAIL: static fini array -XPASS: static init array mixed +XFAIL: static init array mixed Running [...]/hurd/master/ld/testsuite/ld-elf/exclude.exp ... PASS: ld link shared library PASS: ld export symbols from archive @@ -622,10 +650,14 @@ PASS: ld-i386/protected1 PASS: ld-i386/protected2 PASS: ld-i386/protected3 PASS: TLS with PIE +PASS: TLS with PIE PASS: ld-i386/nogot1 PASS: ld-i386/nogot2 PASS: ld-i386/discarded1 +PASS: PR ld/12718 +PASS: PR ld/12921 PASS: undefined symbol with compressed debug sections +PASS: PR ld/12627 Running [...]/hurd/master/ld/testsuite/ld-ia64/ia64.exp ... Running [...]/hurd/master/ld/testsuite/ld-ia64/line.exp ... Running [...]/hurd/master/ld/testsuite/ld-ifunc/binutils.exp ... @@ -642,6 +674,7 @@ PASS: ld-ifunc/ifunc-10-i386 PASS: ld-ifunc/ifunc-11-i386 PASS: ld-ifunc/ifunc-12-i386 PASS: ld-ifunc/ifunc-13-i386 +PASS: ld-ifunc/ifunc-14-i386 PASS: ld-ifunc/ifunc-2-i386 PASS: ld-ifunc/ifunc-2-local-i386 PASS: ld-ifunc/ifunc-3a-x86 @@ -853,6 +886,8 @@ Running [...]/hurd/master/ld/testsuite/ld-srec/srec.exp ... PASS: S-records PASS: S-records with constructors Running [...]/hurd/master/ld/testsuite/ld-tic6x/tic6x.exp ... +Running [...]/hurd/master/ld/testsuite/ld-tilegx/tilegx.exp ... +Running [...]/hurd/master/ld/testsuite/ld-tilepro/tilepro.exp ... Running [...]/hurd/master/ld/testsuite/ld-undefined/entry.exp ... PASS: Build libentry.a PASS: --entry foo archive @@ -868,6 +903,13 @@ PASS: undefined function PASS: undefined line Running [...]/hurd/master/ld/testsuite/ld-undefined/weak-undef.exp ... PASS: weak undefined symbols +Running [...]/hurd/master/ld/testsuite/ld-unique/unique.exp ... +PASS: Checking unique object +PASS: Checking unique executable +PASS: Checking empty unique object +PASS: Checking unique PIC object +PASS: Checking unique PIC object +PASS: Checking shared empty executable Running [...]/hurd/master/ld/testsuite/ld-v850/v850.exp ... Running [...]/hurd/master/ld/testsuite/ld-versados/versados.exp ... Running [...]/hurd/master/ld/testsuite/ld-vxworks/vxworks.exp ... @@ -882,13 +924,12 @@ Running [...]/hurd/master/ld/testsuite/ld-xtensa/xtensa.exp ... === ld Summary === -# of expected passes 616 -# of unexpected successes 1 -# of expected failures 17 +# of expected passes 650 +# of expected failures 18 # of untested testcases 6 -/media/data[...]/hurd/master.build/ld/ld-new 2.21.51.20110210 +[...]/hurd/master.build/ld/ld-new 2.21.52.20110703 -Test Run By tschwinge on Thu Feb 10 19:00:16 2011 +Test Run By thomas on Sun Jul 3 19:12:21 2011 Native configuration is i686-unknown-gnu0.3 === gas tests === @@ -1012,6 +1053,7 @@ PASS: DWARF2 2 PASS: DWARF2 3 PASS: DWARF2 4 PASS: Check bad section flag +PASS: Check bad size directive Running [...]/hurd/master/gas/testsuite/gas/fr30/allinsn.exp ... Running [...]/hurd/master/gas/testsuite/gas/fr30/fr30.exp ... Running [...]/hurd/master/gas/testsuite/gas/frv/allinsn.exp ... @@ -1095,6 +1137,7 @@ PASS: i386 -mtune=i686 nops 1 PASS: i386 -mtune=k8 nops 1 PASS: i386 -mtune=core2 nops 1 PASS: i386 -mtune=bdver1 nops 1 +PASS: i386 -mtune=bdver2 nops 1 PASS: i386 nops 2 PASS: i386 nops -mtune=i386 2 PASS: i386 -march=i386 -mtune=core2 nops 2 @@ -1136,6 +1179,7 @@ PASS: i386 arch 6 PASS: i386 arch 7 PASS: i386 arch 9 PASS: i386 arch 10 +PASS: i386 arch 10 (lzcnt) PASS: i386 arch-10-1 PASS: i386 arch-10-2 PASS: i386 arch-10-3 @@ -1157,6 +1201,12 @@ PASS: i386 AVX PASS: i386 AVX (Intel disassembly) PASS: i386 AVX scalar insns PASS: i386 AVX scalar insns (Intel disassembly) +PASS: i386 256bit integer AVX insns +PASS: i386 256bit integer AVX insns (Intel disassembly) +PASS: i386 AVX2 insns +PASS: i386 AVX2 insns (Intel disassembly) +PASS: i386 AVX GATHER insns +PASS: i386 AVX GATHER insns (Intel disassembly) PASS: i386 SSE with AVX encoding PASS: i386 inval-avx PASS: i386 SSE check (none) @@ -1170,6 +1220,9 @@ PASS: i386 inval-movbe PASS: i386 EPT PASS: i386 EPT (Intel disassembly) PASS: i386 inval-ept +PASS: i386 INVPCID insns +PASS: i386 INVPCID insns (Intel disassembly) +PASS: i386 inval-invpcid PASS: i386 arch avx 1 PASS: i386 arch-avx-1-1 PASS: i386 arch-avx-1-2 @@ -1181,6 +1234,8 @@ PASS: encoding option PASS: encoding option (Intel mode) PASS: encoding option with -msse2avx PASS: encoding option with -msse2avx (Intel mode) +PASS: i386 BMI2 insns +PASS: i386 BMI2 insns (Intel disassembly) PASS: i386 FMA PASS: i386 FMA (Intel disassembly) PASS: i386 FMA scalar insns @@ -1225,6 +1280,8 @@ PASS: i386 l1om-inval PASS: i386 local PIC PASS: DWARF2 debugging information 1 PASS: DWARF2 debugging information 2 +PASS: Check bad size directive +PASS: i386 jump PASS: x86 Intel expressions PASS: string insn operands PASS: i386 string-bad @@ -1326,6 +1383,8 @@ PASS: symver symver6 Running [...]/hurd/master/gas/testsuite/gas/tic4x/tic4x.exp ... Running [...]/hurd/master/gas/testsuite/gas/tic54x/tic54x.exp ... Running [...]/hurd/master/gas/testsuite/gas/tic6x/tic6x.exp ... +Running [...]/hurd/master/gas/testsuite/gas/tilegx/tilegx.exp ... +Running [...]/hurd/master/gas/testsuite/gas/tilepro/tilepro.exp ... Running [...]/hurd/master/gas/testsuite/gas/v850/basic.exp ... Running [...]/hurd/master/gas/testsuite/gas/vax/vax.exp ... Running [...]/hurd/master/gas/testsuite/gas/xc16x/xc16x.exp ... @@ -1337,6 +1396,6 @@ Running [...]/hurd/master/gas/testsuite/gas/z8k/z8k.exp ... === gas Summary === -# of expected passes 326 -../as-new 2.21.51.20110210 +# of expected passes 342 +../as-new 2.21.52.20110703 diff --git a/open_issues/binutils/sum_linux b/open_issues/binutils/sum_linux index 49cf53fb..4e37f06c 100644 --- a/open_issues/binutils/sum_linux +++ b/open_issues/binutils/sum_linux @@ -1,4 +1,4 @@ -Test Run By thomas on Thu Feb 10 18:57:42 2011 +Test Run By thomas on Sun Jul 3 18:33:54 2011 Native configuration is i686-pc-linux-gnu === binutils tests === @@ -14,6 +14,8 @@ PASS: ar thin archive PASS: ar thin archive with nested archive PASS: ar argument parsing PASS: ar deterministic archive +PASS: ar deleting an element +PASS: ar moving an element PASS: ar unique symbol in archive Running [...]/hurd/master/binutils/testsuite/binutils-all/arm/objdump.exp ... Running [...]/hurd/master/binutils/testsuite/binutils-all/bfin/objdump.exp ... @@ -36,6 +38,7 @@ Running [...]/hurd/master/binutils/testsuite/binutils-all/m68k/objdump.exp ... Running [...]/hurd/master/binutils/testsuite/binutils-all/nm.exp ... PASS: nm (no arguments) PASS: nm -g +PASS: nm -g on unique symbols PASS: nm -P Running [...]/hurd/master/binutils/testsuite/binutils-all/objcopy.exp ... PASS: objcopy (simple copy) @@ -47,10 +50,12 @@ PASS: objcopy --adjust-start PASS: objcopy --adjust-vma PASS: objcopy --adjust-section-vma + PASS: objcopy --adjust-section-vma = +PASS: strip preserving OS/ABI PASS: strip PASS: strip with saving a symbol PASS: simple objcopy of executable PASS: run objcopy of executable +PASS: run stripped executable preserving OS/ABI PASS: run stripped executable PASS: run stripped executable with saving a symbol PASS: keep only debug data @@ -112,9 +117,9 @@ Running [...]/hurd/master/binutils/testsuite/binutils-all/x86-64/x86-64.exp ... === binutils Summary === -# of expected passes 83 +# of expected passes 88 # of unsupported tests 2 -Test Run By thomas on Thu Feb 10 18:58:10 2011 +Test Run By thomas on Sun Jul 3 18:34:31 2011 Native configuration is i686-pc-linux-gnu === ld tests === @@ -173,30 +178,42 @@ PASS: objcopy -z relro -shared (relro1) PASS: strip -z relro -shared (relro2) PASS: objcopy -z relro -shared (relro2) PASS: strip -T [...]/hurd/master/ld/testsuite/ld-elf/lma.lnk (lma) -PASS: objcopy (tbss1) -PASS: objcopy -z relro (tbss1) -PASS: objcopy -shared (tbss1) -PASS: objcopy -shared -z relro (tbss1) -PASS: objcopy -z max-page-size=0x100000 (tbss1) -PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss1) PASS: objcopy (tdata1) PASS: objcopy -z relro (tdata1) PASS: objcopy -shared (tdata1) PASS: objcopy -shared -z relro (tdata1) PASS: objcopy -z max-page-size=0x100000 (tdata1) PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata1) -PASS: objcopy (tbss2) -PASS: objcopy -z relro (tbss2) -PASS: objcopy -shared (tbss2) -PASS: objcopy -shared -z relro (tbss2) -PASS: objcopy -z max-page-size=0x100000 (tbss2) -PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss2) PASS: objcopy (tdata2) PASS: objcopy -z relro (tdata2) PASS: objcopy -shared (tdata2) PASS: objcopy -shared -z relro (tdata2) PASS: objcopy -z max-page-size=0x100000 (tdata2) PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata2) +PASS: objcopy (tdata3) +PASS: objcopy -z relro (tdata3) +PASS: objcopy -shared (tdata3) +PASS: objcopy -shared -z relro (tdata3) +PASS: objcopy -z max-page-size=0x100000 (tdata3) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tdata3) +PASS: objcopy (tbss1) +PASS: objcopy -z relro (tbss1) +PASS: objcopy -shared (tbss1) +PASS: objcopy -shared -z relro (tbss1) +PASS: objcopy -z max-page-size=0x100000 (tbss1) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss1) +PASS: objcopy (tbss2) +PASS: objcopy -z relro (tbss2) +PASS: objcopy -shared (tbss2) +PASS: objcopy -shared -z relro (tbss2) +PASS: objcopy -z max-page-size=0x100000 (tbss2) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss2) +PASS: objcopy (tbss3) +PASS: objcopy -z relro (tbss3) +PASS: objcopy -shared (tbss3) +PASS: objcopy -shared -z relro (tbss3) +PASS: objcopy -z max-page-size=0x100000 (tbss3) +PASS: objcopy -z max-page-size=0x100000 -z common-page-size=0x1000 (tbss3) Running [...]/hurd/master/ld/testsuite/ld-elf/compress.exp ... PASS: Build libfoo.so with compressed debug sections PASS: Build libbar.so with compressed debug sections @@ -211,6 +228,10 @@ PASS: Guess the target size from eh-group1size.o PASS: Build eh-group1.o PASS: Link eh-group.o to eh-group Running [...]/hurd/master/ld/testsuite/ld-elf/elf.exp ... +PASS: Build symbol3.a +PASS: Build symbol3w.a +PASS: Build shared library for next test +PASS: Link using broken linker script PASS: ld-elf/commonpage1 PASS: ld-elf/compress1a PASS: ld-elf/compress1b @@ -218,6 +239,7 @@ PASS: ld-elf/compress1c PASS: ld-elf/discard1 PASS: ld-elf/discard2 PASS: ld-elf/discard3 +PASS: ld-elf/dynamic1 PASS: ld-elf/dynsym1 PASS: ld-elf/eh-frame-hdr PASS: ld-elf/eh5 @@ -274,6 +296,7 @@ PASS: ld-elf/orphan3 PASS: ld-elf/orphan4 PASS: ld-elf/overlay PASS: ld-elf/pr11304 +PASS: ld-elf/pr12851 PASS: ld-elf/pr349 PASS: relocatable with script PASS: ld-elf/seg @@ -289,6 +312,7 @@ PASS: ld-elf/unknown PASS: ld-elf/unknown2 PASS: ld-elf/warn1 PASS: ld-elf/warn2 +PASS: ld-elf/warn3 PASS: Weak symbols in dynamic objects 1 (support) PASS: Weak symbols in dynamic objects 1 (main test) PASS: --gc-sections on tls variable @@ -296,6 +320,10 @@ PASS: preinit array PASS: init array PASS: fini array PASS: init array mixed +PASS: PIE preinit array +PASS: PIE init array +PASS: PIE fini array +PASS: PIE init array mixed PASS: static preinit array PASS: static init array PASS: static fini array @@ -622,10 +650,14 @@ PASS: ld-i386/protected1 PASS: ld-i386/protected2 PASS: ld-i386/protected3 PASS: TLS with PIE +PASS: TLS with PIE PASS: ld-i386/nogot1 PASS: ld-i386/nogot2 PASS: ld-i386/discarded1 +PASS: PR ld/12718 +PASS: PR ld/12921 PASS: undefined symbol with compressed debug sections +PASS: PR ld/12627 Running [...]/hurd/master/ld/testsuite/ld-ia64/ia64.exp ... Running [...]/hurd/master/ld/testsuite/ld-ia64/line.exp ... Running [...]/hurd/master/ld/testsuite/ld-ifunc/binutils.exp ... @@ -642,6 +674,7 @@ PASS: ld-ifunc/ifunc-10-i386 PASS: ld-ifunc/ifunc-11-i386 PASS: ld-ifunc/ifunc-12-i386 PASS: ld-ifunc/ifunc-13-i386 +PASS: ld-ifunc/ifunc-14-i386 PASS: ld-ifunc/ifunc-2-i386 PASS: ld-ifunc/ifunc-2-local-i386 PASS: ld-ifunc/ifunc-3a-x86 @@ -853,6 +886,8 @@ Running [...]/hurd/master/ld/testsuite/ld-srec/srec.exp ... PASS: S-records PASS: S-records with constructors Running [...]/hurd/master/ld/testsuite/ld-tic6x/tic6x.exp ... +Running [...]/hurd/master/ld/testsuite/ld-tilegx/tilegx.exp ... +Running [...]/hurd/master/ld/testsuite/ld-tilepro/tilepro.exp ... Running [...]/hurd/master/ld/testsuite/ld-undefined/entry.exp ... PASS: Build libentry.a PASS: --entry foo archive @@ -868,6 +903,13 @@ PASS: undefined function PASS: undefined line Running [...]/hurd/master/ld/testsuite/ld-undefined/weak-undef.exp ... PASS: weak undefined symbols +Running [...]/hurd/master/ld/testsuite/ld-unique/unique.exp ... +PASS: Checking unique object +PASS: Checking unique executable +PASS: Checking empty unique object +PASS: Checking unique PIC object +PASS: Checking unique PIC object +PASS: Checking shared empty executable Running [...]/hurd/master/ld/testsuite/ld-v850/v850.exp ... Running [...]/hurd/master/ld/testsuite/ld-versados/versados.exp ... Running [...]/hurd/master/ld/testsuite/ld-vxworks/vxworks.exp ... @@ -882,12 +924,12 @@ Running [...]/hurd/master/ld/testsuite/ld-xtensa/xtensa.exp ... === ld Summary === -# of expected passes 626 +# of expected passes 660 # of expected failures 8 # of untested testcases 6 -/media/data[...]/hurd/master.build/ld/ld-new 2.21.51.20110210 +[...]/hurd/master.build/ld/ld-new 2.21.52.20110703 -Test Run By thomas on Thu Feb 10 18:57:49 2011 +Test Run By thomas on Sun Jul 3 18:34:03 2011 Native configuration is i686-pc-linux-gnu === gas tests === @@ -1011,6 +1053,7 @@ PASS: DWARF2 2 PASS: DWARF2 3 PASS: DWARF2 4 PASS: Check bad section flag +PASS: Check bad size directive Running [...]/hurd/master/gas/testsuite/gas/fr30/allinsn.exp ... Running [...]/hurd/master/gas/testsuite/gas/fr30/fr30.exp ... Running [...]/hurd/master/gas/testsuite/gas/frv/allinsn.exp ... @@ -1094,6 +1137,7 @@ PASS: i386 -mtune=i686 nops 1 PASS: i386 -mtune=k8 nops 1 PASS: i386 -mtune=core2 nops 1 PASS: i386 -mtune=bdver1 nops 1 +PASS: i386 -mtune=bdver2 nops 1 PASS: i386 nops 2 PASS: i386 nops -mtune=i386 2 PASS: i386 -march=i386 -mtune=core2 nops 2 @@ -1135,6 +1179,7 @@ PASS: i386 arch 6 PASS: i386 arch 7 PASS: i386 arch 9 PASS: i386 arch 10 +PASS: i386 arch 10 (lzcnt) PASS: i386 arch-10-1 PASS: i386 arch-10-2 PASS: i386 arch-10-3 @@ -1156,6 +1201,12 @@ PASS: i386 AVX PASS: i386 AVX (Intel disassembly) PASS: i386 AVX scalar insns PASS: i386 AVX scalar insns (Intel disassembly) +PASS: i386 256bit integer AVX insns +PASS: i386 256bit integer AVX insns (Intel disassembly) +PASS: i386 AVX2 insns +PASS: i386 AVX2 insns (Intel disassembly) +PASS: i386 AVX GATHER insns +PASS: i386 AVX GATHER insns (Intel disassembly) PASS: i386 SSE with AVX encoding PASS: i386 inval-avx PASS: i386 SSE check (none) @@ -1169,6 +1220,9 @@ PASS: i386 inval-movbe PASS: i386 EPT PASS: i386 EPT (Intel disassembly) PASS: i386 inval-ept +PASS: i386 INVPCID insns +PASS: i386 INVPCID insns (Intel disassembly) +PASS: i386 inval-invpcid PASS: i386 arch avx 1 PASS: i386 arch-avx-1-1 PASS: i386 arch-avx-1-2 @@ -1180,6 +1234,8 @@ PASS: encoding option PASS: encoding option (Intel mode) PASS: encoding option with -msse2avx PASS: encoding option with -msse2avx (Intel mode) +PASS: i386 BMI2 insns +PASS: i386 BMI2 insns (Intel disassembly) PASS: i386 FMA PASS: i386 FMA (Intel disassembly) PASS: i386 FMA scalar insns @@ -1224,6 +1280,8 @@ PASS: i386 l1om-inval PASS: i386 local PIC PASS: DWARF2 debugging information 1 PASS: DWARF2 debugging information 2 +PASS: Check bad size directive +PASS: i386 jump PASS: x86 Intel expressions PASS: string insn operands PASS: i386 string-bad @@ -1325,6 +1383,8 @@ PASS: symver symver6 Running [...]/hurd/master/gas/testsuite/gas/tic4x/tic4x.exp ... Running [...]/hurd/master/gas/testsuite/gas/tic54x/tic54x.exp ... Running [...]/hurd/master/gas/testsuite/gas/tic6x/tic6x.exp ... +Running [...]/hurd/master/gas/testsuite/gas/tilegx/tilegx.exp ... +Running [...]/hurd/master/gas/testsuite/gas/tilepro/tilepro.exp ... Running [...]/hurd/master/gas/testsuite/gas/v850/basic.exp ... Running [...]/hurd/master/gas/testsuite/gas/vax/vax.exp ... Running [...]/hurd/master/gas/testsuite/gas/xc16x/xc16x.exp ... @@ -1336,6 +1396,6 @@ Running [...]/hurd/master/gas/testsuite/gas/z8k/z8k.exp ... === gas Summary === -# of expected passes 326 -../as-new 2.21.51.20110210 +# of expected passes 342 +../as-new 2.21.52.20110703 diff --git a/open_issues/debugging.mdwn b/open_issues/debugging.mdwn index e5fbf7a0..b2d49b26 100644 --- a/open_issues/debugging.mdwn +++ b/open_issues/debugging.mdwn @@ -49,3 +49,5 @@ We have debugging infrastructure. For example: * <http://lwn.net/Articles/415728/>, or <http://lwn.net/Articles/415471/> -- just two examples; there's a lot of such stuff for Linux. + + * [[debugging_gnumach_startup_QEMU_GDB]] diff --git a/open_issues/debugging_gnumach_startup_qemu_gdb.mdwn b/open_issues/debugging_gnumach_startup_qemu_gdb.mdwn new file mode 100644 index 00000000..e3a6b648 --- /dev/null +++ b/open_issues/debugging_gnumach_startup_qemu_gdb.mdwn @@ -0,0 +1,116 @@ +[[!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]]."]]"""]] + +[[!meta title="Debugging GNU Mach's startup in QEMU with GDB"]] + +[[!tag open_issue_gdb open_issue_gnumach]] + + +# IRC, freenode, #hurd, 2011-07-14 + + <mcsim> Hello. I have problem with debugging gnumach. I set 2 brakepoints + in file i386/i386at/model_dep.c on functions gdt_init and idt_init. Then + I start qemu with patched gnumach kernel and stop at gdt_init. When I + enter command "continue" in gdb, qemu hangs. But when I go step by step, + using command "next", I freely reach idt_init. What can cause this + problem? + <braunr> hm + <braunr> not sure + <braunr> let me try + <braunr> mcsim: works for me :/ + <mcsim> it works without my patch, but with it qemu hangs + <braunr> oh, i thought it worked when not using continue + <mcsim> with my patch I can reach idt_init only using next + <mcsim> and without all works fine + <braunr> mcsim: are you sure you correctly built it with debugging symbols + ? + <mcsim> I've written in /etc/dpkg/buildflags.conf SET CFLAGS -g3 -O0 + <braunr> hm + <braunr> i have internal kvm errors actually + <braunr> mcsim: do you use kvm ? + <braunr> mcsim: and why break on those functions ? + <braunr> i'm not sure the address space is already fine at this point + <mcsim> no. I don't have hardware virtualisation support. + <braunr> hm actually, you won't be able to use gdb + <braunr> i just remembered how gnumach is linked and mapped :/ + <braunr> the addresses in the elf image are low addresses, matching the + image as it is loaded by the boot loader + <mcsim> I was wondering why qemu hangs. + <braunr> then the kernel uses segmentation to map itself at 2 (or 3 + previously) GiB + <braunr> well, if the addresses are wrong, your breakpoints are wrong + <braunr> i even wonder how it can work when stepping + <braunr> i don't have the issue with x15 because of its linker script + <mcsim> Are there any ways of such debugging without qemu? + <braunr> i don't think so + <braunr> as antrik told you, the in kernel debugger needs many services + running before being usable + <braunr> you'll have to use printf, and there may be steps during bootstrap + when even that isn't available + <mcsim> So I need computer with hardware virtualisation? + <braunr> well, of course stepping works, since the breakpoints are relative + <braunr> no + <braunr> kvm has nothing to do with the problem + <braunr> it's just that the problem appears differently with kvm enabled + <mcsim> ok. thank you. + <braunr> good luck + <antrik> braunr: would it be hard to "fix" gnumach to avoid the + segmentation magic?... + <braunr> antrik: because of the linux drivers, it may + <antrik> or alternatively, implement something in GDB to deal with that?... + <braunr> antrik: i didn't study that part enough to know for sure + <antrik> uhm... why would the Linux drivers depend on that? does Linux also + do such magic?... + <braunr> well it should simply be a matter of shifting the address by a + fixed offset + <braunr> antrik: linux drivers rely on physical memory being allocated + through kmalloc + <braunr> so there must be a direct mapping between virtual kernel memory + and physical memory + <braunr> they don't specifically need that segmentation settings + <braunr> so if you remove the offset implemented through segmentation, you + have to replace it with page mapping + <braunr> and i don't know how much needs to be done for that + <braunr> you also need to link the kernel differently + <antrik> hm, OK + <antrik> so adding GDB support for the offset would probably be easier... + <braunr> yes + <braunr> but using the offset must only be done once segmentation is set up + <braunr> so you must break after gdt_init + <braunr> not on it + <braunr> mcsim: why do you break on these functions btw ? + <mcsim> I just wanted to find out why qemu hangs + <braunr> yes but why those ? + <mcsim> I found out that before gdt_init all workes fine, but after qemu + hangs. So idt_init is just the next function + <braunr> ok + <braunr> and does your patch change something to how segmentation is + initialized ? + <mcsim> now + <mcsim> no + <braunr> try to build it with the regular cflags + <braunr> i don't know if gnumach can work with -O0 + <mcsim> I've tried. But all the same + <mcsim> Regular are -g -O2 + <braunr> can you make your patch available ? + <mcsim> yes + <mcsim> it is available in gnumach repository at savannah + <mcsim> tree mplaneta/libbraunr/master + <antrik> well, if the segmentation stuff is the thing GDB has problems + with, I don't see how it can work without your patch... + <braunr> without ? + <antrik> well, the patch shouldn't affect the segmentation... so I don't + see how it can make a difference + <braunr> he said qemu hanged + <braunr> so let's not introduce gdb yet + <braunr> qemu can hang for other reasons + <antrik> oh, right, without GDB... + <antrik> though if that's what he meant, his statement was very misleading + at least diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index 245bf305..a66a4ad9 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -48,11 +48,27 @@ upstream code, and put it into the local *hurd/boehm-gc/config_backport* branch, planning to submit it to gcc-patches after testing with the GCC testsuite. + * Check + + * 02e191ba495b4ec87aeb961ff9afdb666287104a + + * ce062771587f6637ce09f79c36e24de691032919 + + * a9cc177ef514d6eb39db72c82911fcea2cd70dba + + * 7b8d306d18986cd98808c9ed5d3a696a186dc213 + + Looks generally OK. + + * a3a3fd06ae58af9591a95c94245809b0359289ff + + Looks OK. + # Configuration -Last reviewed up to the [[Git mirror's 3457702eb6f8ee22acaee881dc7f783c3aa2fa91 -(2010-12-08) sources|source_repositories/gcc]]. +Last reviewed up to the [[Git mirror's 6aed13f1c173ef4a398e10e6dc09866dbde6b324 +(2011-07-15) sources|source_repositories/gcc]]. <http://gcc.gnu.org/install/configure.html> has documentation for the `configure` switches. @@ -62,32 +78,41 @@ Last reviewed up to the [[Git mirror's 3457702eb6f8ee22acaee881dc7f783c3aa2fa91 * `configure.ac` - * `libgcc/configure.ac` [might - need](http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00315.html) to be - aligned for us to the `*linux*` cases. As well as at the end of - `libgcc/config.host`. Check. + * `libgomp/configure.tgt` - checking whether decimal floating point is supported... no - checking whether fixed-point is supported... no + * `libstdc++-v3/configure.host` - * `libgomp/configure.tgt` + `abi_baseline_pair` etc. setting. + + * `libstdc++-v3/config/os/gnu-linux/*` - * Etc. + Is used for all GNU systems, as per `libstdc++-v3/configure.host`. + Should rename to `gnu` to reflect this? + + * `gcc/acinclude.m4`:`gcc_GAS_FLAGS`: always pass `--32` to assembler for + x86 Linux. (Why?) * [[`libmudflap`|libmudflap]]. * Might [`-fsplit-stack`](http://nickclifton.livejournal.com/6889.html) be worthwhile w.r.t. our multithreaded libraries? - * <http://gcc.gnu.org/ml/gcc/2007-11/msg00289.html>, - <http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00672.html> + * Also see `libgcc/config/i386/morestack.S`: comments w.r.t + `TARGET_THREAD_SPLIT_STACK_OFFSET`; likely needs porting. + + As per `libgcc/config/i386/t-stack-i386`, the former file is only used for + `-fsplit-stack` support -- which is currently enabled for us in + `libgcc/config.host`, but not usable via GCC proper. + + * `gcc/config/gnu-user.h` defines `*SPLIT_STACK*` macros -- which aren't + valid for us (yet), I think. * `--enable-languages=[...]` * GNAT is not yet ported / bootstrapped? * The Google Go's libgo (introduced in - e440a3286bc89368b8d3a8fd6accd47191790bf2 (2010-12-03)) apparently needs + e440a3286bc89368b8d3a8fd6accd47191790bf2 (2010-12-03)) needs OS configuration / support. * `--enable-frame-pointer` @@ -102,11 +127,6 @@ Last reviewed up to the [[Git mirror's 3457702eb6f8ee22acaee881dc7f783c3aa2fa91 * `--enable-build-with-cxx` - * `--enable-decimal-float`, `--enable-fixed-point`, `--with-long-double-128` - - `configure: WARNING: decimal float is not supported for this target, - ignored` - * `--enable-linker-build-id` * `--enable-gnu-unique-object` @@ -119,12 +139,15 @@ Last reviewed up to the [[Git mirror's 3457702eb6f8ee22acaee881dc7f783c3aa2fa91 [[IFUNC]] + * <http://gcc.gnu.org/ml/gcc/2007-11/msg00289.html>, + <http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00672.html> -# TODO + * `gcc/config/t-linux` should be named `gcc/config/t-gnu-user` or + similar. Likewise for `gcc/config/i386/t-linux`. -Debian's GCC package has Hurd-specific patches. Some have been forwarded -upstream (and have been ignored). [[Thomas_Schwinge|tschwinge]] is working on -getting them integrated. + * Debian's GCC package has Hurd-specific patches. Some have been forwarded + upstream (and have been ignored). [[Thomas_Schwinge|tschwinge]] is working + on getting them integrated. * [\[meta-bug\] bootstrap bugs for \*-gnu\*](http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21824) @@ -135,39 +158,60 @@ getting them integrated. * [-fstack-protector shouldn't use TLS in freestanding mode](http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29838) - * [Tool chain configuration: GNU/\* sharing stuff with - GNU/Linux](http://gcc.gnu.org/ml/gcc/2007-11/msg00289.html) + * Check before/after Joseph changes. (Should be fine.) + + * 34618b3190c110b8926cc2b1db4b4eac95451995 + + What's this used for? (Check ML.) Ask to include i686-pc-gnu (once it is + buildable out of the box)? See also + 73905b5de0d9a086f22ded7638bb1c0ae1b91326. + + * [low, testsuite] 5c7992866145620ffd0bc75b4f23298162b2c17f + + `check_effective_target_pie` should include `*-*-gnu*`, too. + + * [high] 9b0fef97f18ed5c9f2f9a361262fbb450f2b0b53 + + Very likely needed for us, too. Patch on gcc-patches. # Build Here's a log of a GCC build run; this is from our [[Git repository's -5ac39af7792ba0dc363cc199060faf53dfa9dc1a (2010-12-08) -sources|source_repositories/gcc]], run on kepler.SCHWINGE and grubber. +726414af2443a89ffbbce3a884ac6da71dae6992 (2011-07-13) +sources|source_repositories/gcc]], run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C - $ ../master/configure --prefix="$PWD".install 2>&1 | tee log_build + $ (cd ../master/ && contrib/gcc_update --touch) + $ ../master/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.6 CXX=g++-4.6 2>&1 | tee log_build [...] - $ make SHELL=/bin/bash 2>&1 | tee log_build_ + $ LIBRARY_PATH=$(echo /usr/lib/i386*-gnu) make 2>&1 | tee log_build_ [...] -(kepler.SCHWINGE defaults to using /bin/sh, grubber to /bin/bash; thus -harmonized.) +Different hosts may default to different shells and compiler versions; thus +harmonized. + +Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved. -On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. +This takes up around 2.6 GiB, and needs roughly 3 h on kepler.SCHWINGE, and 13 +h on coulomb.SCHWINGE. ## Analysis - $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_build* | sed -e "s%${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-linux.sed) <(ssh grubber 'cd tmp/gcc/ && cat hurd/master.build/log_build* | sed "s%${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-hurd.sed) > open_issues/gcc/log_build-diff + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_build* | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-linux.sed) <(ssh coulomb.SCHWINGE 'cd tmp/gcc/ && cat hurd/master.build/log_build* | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-hurd.sed) > open_issues/gcc/log_build.diff -[[log_build-diff]]. +[[log_build.diff]]. * [[`checking if gcc static flag -static works... no`|glibc_madvise_vs_static_linking]] + Addressed in Debian glibc. + * DFP + Addressed in hurd/decimal_floating_point branch. + +configure: WARNING: decimal float is not supported for this target, ignored ... and later on: @@ -182,6 +226,24 @@ On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. +checking whether decimal floating point is supported... no +configure: WARNING: decimal float is not supported for this target, ignored + * `libstdc++-v3/acinclude.m4`: ISO/IEC TR 24733 + + -checking for ISO/IEC TR 24733 ... yes + +checking for ISO/IEC TR 24733 ... no + + * `--enable-decimal-float`, `--enable-fixed-point`, `--with-long-double-128` + + `configure: WARNING: decimal float is not supported for this target, + ignored` + + * `libgcc/configure.ac` [might + need](http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00315.html) to be + aligned for us to the `*linux*` cases. As well as at the end of + `libgcc/config.host`. Check. + + checking whether decimal floating point is supported... no + checking whether fixed-point is supported... no + * `host-linux.c` vs. `host-default.c` * *fixincludes* stuff @@ -197,48 +259,55 @@ On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. * `-ftls-model=initial-exec -march=i486 -mtune=i686` - * `-static` vs. `dlopen` - - -checking whether a statically linked program can dlopen itself... no - +checking whether a statically linked program can dlopen itself... yes + * Missing `EOWNERDEAD`, `ENOTRECOVERABLE`. What're they used for? - * ISO/IEC TR 24733 - - -checking for ISO/IEC TR 24733 ... yes - +checking for ISO/IEC TR 24733 ... no + * `RLIMIT_VMEM`. Usage kosher? * `basic_file.cc` +basic_file.cc: In member function 'std::streamsize std::__basic_file<char>::showmanyc()': - +basic_file.cc:344:33: warning: enumeral and non-enumeral type in conditional expression [enabled by default] + +basic_file.cc:347:33: warning: enumeral and non-enumeral type in conditional expression [enabled by default] * `libtool: link: ar rc .libs/libstdc++.a [...]` - Just different order of object files, or another problem? + Just different order of object files, or another problem? TODO + + * `libobjc/encoding.c`: - * `gcc/gthr-posix.h` + libtool: compile: [...]/hurd/master.build/./gcc/xgcc [...] [...]/hurd/master/libobjc/encoding.c -c [...] + +[...]/hurd/master/libobjc/encoding.c:128:1: warning: '_darwin_rs6000_special_round_type_align' defined but not used [-Wunused-function] + * `libobjc/thr.c`: `gcc/gthr-posix.h` + + libtool: compile: [...]/hurd/master.build/./gcc/xgcc [...] [...]/hurd/master/libobjc/thr.c -c [...] +In file included from ../.././gcc/gthr-default.h:1:0, - + from [...]/hurd/libobjc/../gcc/gthr.h:162, - + from [...]/hurd/libobjc/thr.c:43: - +[...]/hurd/libobjc/../gcc/gthr-posix.h: In function '__gthread_objc_thread_set_priority': - +[...]/hurd/libobjc/../gcc/gthr-posix.h:384:41: warning: unused parameter 'priority' [-Wunused-parameter] + + 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] + + * `/proc/self/*` + + -checking for /proc/self/exe... yes + -checking for /proc/self/maps... yes + +checking for /proc/self/exe... no + +checking for /proc/self/maps... no - * `java-signal.h`, `java-signal-aux.h` + * GCJ: `java-signal.h`, `java-signal-aux.h` -config.status: linking ../../../hurd/libjava/include/i386-signal.h to include/java-signal.h -config.status: linking ../../../hurd/libjava/include/i386-signal.h to include/java-signal-aux.h +config.status: linking ../../../hurd/libjava/include/default-signal.h to include/java-signal.h +config.status: linking ../../../hurd/libjava/include/default-signal.h to include/java-signal-aux.h - * `jni_md.h` + * GCJ: `jni_md.h` -checking jni_md.h support... yes +checking jni_md.h support... configure: WARNING: no * *default library search path* - -checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib + -checking for the default library search path... /lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /lib64 /usr/lib64 +checking for the default library search path... /lib /usr/lib * `./classpath/[...]/*.properties` @@ -247,17 +316,20 @@ On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. * `libjava/gnu/gcj/util/natGCInfo.cc` - +../../../hurd/libjava/gnu/gcj/util/natGCInfo.cc:440:1: warning: unused parameter 'name' [-Wunused-parameter] - +../../../hurd/libjava/gnu/gcj/util/natGCInfo.cc:446:1: warning: unused parameter 'name' [-Wunused-parameter] - +../../../hurd/libjava/gnu/gcj/util/natGCInfo.cc:452:1: warning: unused parameter 'name' [-Wunused-parameter] + libtool: compile: [...]/hurd/master.build/./gcc/xgcc [...] -c ../../../master/libjava/gnu/gcj/util/natGCInfo.cc [...] + +../../../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] * `gnu/java/net/natPlainSocketImpl.cc` + libtool: compile: [...]/hurd/master.build/./gcc/xgcc [...] -c gnu/java/net/natPlainSocketImpl.cc [...] +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] * `gnu/java/nio/channels/natFileChannelImpl.cc` + libtool: compile: [...]/hurd/master.build/./gcc/xgcc [...] -c gnu/java/nio/channels/natFileChannelImpl.cc [...] +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] @@ -268,11 +340,6 @@ On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. Is there a pattern that GNU/Hurd hands out the files alphabetically sorted where it wouldn't need to ([[!taglink open_issue_hurd]])? - Why does the GNU Hurd's `lib_build_` repeatedly contain a long series - (several KiB) of NUL (0) characters after the 5319th column in the - `/bin/bash ./libtool --tag=CXX --mode=link [...] -o libgcj.la [...]` - command line? Is that only in the log? - * `libjvm.la`, `.libs/libjvm.so`, `libgij.la`, `.libs/libgij.so.12.0.0` `-Wl,-Bsymbolic` vs. `-Wl,-Bsymbolic-functions` @@ -280,20 +347,20 @@ On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. # Install - $ make SHELL=/bin/bash install 2>&1 | tee log_install + $ LIBRARY_PATH=$(echo /usr/lib/i386*-gnu) make install 2>&1 | tee log_install [...] -(kepler.SCHWINGE defaults to using /bin/sh, grubber to /bin/bash; thus -harmonized.) +Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved. -On grubber, this needs roughly 15 minutes, and takes up around 0.7 GiB. +This takes up around 0.8 GiB, and needs roughly 5 min on kepler.SCHWINGE, and +50 min on coulomb.SCHWINGE. ## Analysis - $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-pc-linux-gnu%[ARCH]%g"') <(ssh grubber 'cd tmp/gcc/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-unknown-gnu0\.3%[ARCH]%g"') > open_issues/gcc/log_install-diff + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_install | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' | sed -f open_issues/gcc/log_install-linux.sed) <(ssh coulomb.SCHWINGE 'cd tmp/gcc/ && cat hurd/master.build/log_install | sed -e "s%\(/media/erich\)\?${PWD}%[...]%g"' | sed -f open_issues/gcc/log_install-hurd.sed) > open_issues/gcc/log_install.diff -[[log_install-diff]]. +[[log_install.diff]]. * `libtool: finish`: `ldconfig` is not run for the Hurd. @@ -306,10 +373,13 @@ On grubber, this needs roughly 15 minutes, and takes up around 0.7 GiB. <http://gcc.gnu.org/install/test.html> - $ make SHELL=/bin/bash -k check 2>&1 | tee log_check + $ LIBRARY_PATH=$(echo /usr/lib/i386*-gnu) make -k check 2>&1 | tee log_check [...] -Blocked on [[fork_mach_port_mod_refs_ekern_urefs_owerflow]]. +Setting `LIBRARY_PATH` is needed until [[!debbug 629819]] is resolved. + +Testing on GNU/Hurd is blocked on +[[fork_mach_port_mod_refs_ekern_urefs_owerflow]]. ## Analysis diff --git a/open_issues/gcc/log_build-diff b/open_issues/gcc/log_build-diff deleted file mode 100644 index 777011a3..00000000 --- a/open_issues/gcc/log_build-diff +++ /dev/null @@ -1,3554 +0,0 @@ ---- /dev/fd/63 2010-12-10 08:34:20.938216003 +0100 -+++ /dev/fd/62 2010-12-10 08:34:20.938216003 +0100 -@@ -313,6 +313,7 @@ - checking valgrind.h usability... no - checking valgrind.h presence... no - checking for valgrind.h... no -+configure: WARNING: decimal float is not supported for this target, ignored - configure: WARNING: fixed-point is not supported for this target, ignored - checking whether make sets $(MAKE)... yes - checking for gawk... gawk -@@ -475,7 +476,6 @@ - Using the following target machine macro files: - ../../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 -@@ -484,7 +484,9 @@ - ../../master/gcc/config/linux.h - ../../master/gcc/config/glibc-stdint.h - ../../master/gcc/config/i386/linux.h --Using host-linux.o for host machine hooks. -+ ../../master/gcc/config/gnu.h -+ ../../master/gcc/config/i386/gnu.h -+Using host-default.o for host machine hooks. - 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 -@@ -496,7 +498,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -512,12 +514,12 @@ - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -529,11 +531,11 @@ - checking whether the g++ linker (ld) supports shared libraries... yes - checking for g++ option to produce PIC... -fPIC -DPIC - checking if g++ PIC flag -fPIC -DPIC works... yes --checking if g++ static flag -static works... yes -+checking if g++ static flag -static works... no - checking if g++ supports -c -o file.o... yes - checking if g++ supports -c -o file.o... (cached) yes - checking whether the g++ linker (ld) supports shared libraries... yes --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for as... /usr/bin/as - checking what assembler to use... /usr/bin/as -@@ -546,7 +548,7 @@ - checking what objdump to use... /usr/bin/objdump - checking for readelf... /usr/bin/readelf - checking what readelf to use... /usr/bin/readelf --checking assembler flags... --32 -+checking assembler flags... - checking assembler for .balign and .p2align... yes - checking assembler for .p2align with maximum skip... yes - checking assembler for .literal16... no -@@ -675,12 +677,12 @@ - checking for sys/sysinfo.h... yes - checking for machine/hal_sysinfo.h... no - checking for sys/table.h... no --checking for sys/sysctl.h... yes -+checking for sys/sysctl.h... no - checking for sys/systemcfg.h... no - checking for stdint.h... (cached) yes - checking for stdio_ext.h... yes - checking for process.h... no --checking for sys/prctl.h... yes -+checking for sys/prctl.h... no - 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 -@@ -750,13 +752,13 @@ - checking for working fork... yes - checking for working vfork... (cached) yes - checking for _doprnt... no --checking for sys_errlist... yes --checking for sys_nerr... yes -+checking for sys_errlist... no -+checking for sys_nerr... no - checking for sys_siglist... yes - checking for external symbol _system_configuration... no - checking for __fsetlocking... yes - checking for canonicalize_file_name... yes --checking for dup3... yes -+checking for dup3... no - checking for getrusage... yes - checking for getsysinfo... no - checking for gettimeofday... (cached) yes -@@ -771,7 +773,7 @@ - checking for strerror... yes - checking for strsignal... yes - checking for sysconf... yes --checking for sysctl... yes -+checking for sysctl... no - checking for sysmp... no - checking for table... no - checking for times... yes -@@ -1111,12 +1113,12 @@ - checking for sys/sysinfo.h... yes - checking for machine/hal_sysinfo.h... no - checking for sys/table.h... no --checking for sys/sysctl.h... yes -+checking for sys/sysctl.h... no - checking for sys/systemcfg.h... no - checking for stdint.h... (cached) yes - checking for stdio_ext.h... yes - checking for process.h... no --checking for sys/prctl.h... yes -+checking for sys/prctl.h... no - 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 -@@ -1186,13 +1188,13 @@ - checking for working fork... yes - checking for working vfork... (cached) yes - checking for _doprnt... no --checking for sys_errlist... yes --checking for sys_nerr... yes -+checking for sys_errlist... no -+checking for sys_nerr... no - checking for sys_siglist... yes - checking for external symbol _system_configuration... no - checking for __fsetlocking... yes - checking for canonicalize_file_name... yes --checking for dup3... yes -+checking for dup3... no - checking for getrusage... yes - checking for getsysinfo... no - checking for gettimeofday... (cached) yes -@@ -1207,7 +1209,7 @@ - checking for strerror... yes - checking for strsignal... yes - checking for sysconf... yes --checking for sysctl... yes -+checking for sysctl... no - checking for sysmp... no - checking for table... no - checking for times... yes -@@ -1622,7 +1624,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -1649,12 +1651,12 @@ - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -1969,7 +1971,8 @@ - checking build system type... [ARCH] - checking host system type... [ARCH] - checking target system type... [ARCH] --checking for decimal floating point... bid -+checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored -+dpd - checking whether byte ordering is bigendian... no - configure: updating cache ./config.cache - configure: creating ./config.status -@@ -1982,12 +1985,8 @@ - source='../../master/[libdecnumber]/decimal32.c' object='decimal32.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal32.c - source='../../master/[libdecnumber]/decimal64.c' object='decimal64.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal64.c - source='../../master/[libdecnumber]/decimal128.c' object='decimal128.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal128.c --source='../../master/[libdecnumber]/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/bid2dpd_dpd2bid.c --source='../../master/[libdecnumber]/host-ieee32.c' object='host-ieee32.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee32.c --source='../../master/[libdecnumber]/host-ieee64.c' object='host-ieee64.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee64.c --source='../../master/[libdecnumber]/host-ieee128.c' object='host-ieee128.o' libtool=no gcc -I../../master/libdecnumber -I. -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee128.c - rm -f libdecnumber.a --ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o -+ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o - ranlib libdecnumber.a - make[3]: Leaving directory `/media/data[...]/hurd/master.build/libdecnumber' - make[3]: Entering directory `/media/data[...]/hurd/master.build/gcc' -@@ -2047,9 +2046,9 @@ - HEADERS="auto-host.h ansidecl.h" DEFINES="" \ - /bin/bash ../../master/gcc/mkconfig.sh config.h - TARGET_CPU_DEFAULT="" \ -- HEADERS="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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ -+ HEADERS="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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.h config/gnu.h config/i386/gnu.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 SINGLE_LIBC DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ - /bin/bash ../../master/gcc/mkconfig.sh tm.h --gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/linux.opt ../../master/gcc/config/linux-android.opt > tmp-optionlist -+gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt > tmp-optionlist - /bin/bash ../../master/gcc/../move-if-change tmp-optionlist optionlist - echo timestamp > s-options - gawk -f ../../master/gcc/opt-functions.awk -f ../../master/gcc/opth-gen.awk \ -@@ -2810,8 +2809,7 @@ - ../../master/gcc/config/i386/i386.c: In function 'ix86_handle_fndecl_attribute': - ../../master/gcc/config/i386/i386.c:29153: warning: unknown conversion type character 'E' in format - ../../master/gcc/config/i386/i386.c:29153: warning: too many arguments for format --gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber -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] -I../libdecnumber \ -- ../../master/gcc/config/host-linux.c -+gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber ../../master/gcc/host-default.c -o host-default.o - gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber ../../master/gcc/cgraph.c -o cgraph.o - gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber ../../master/gcc/cgraphbuild.c -o cgraphbuild.o - gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber ../../master/gcc/cgraphunit.c -o cgraphunit.o -@@ -2841,7 +2839,7 @@ - gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber ../../master/gcc/tree-nomudflap.c -o tree-nomudflap.o - gcc -c -g -fkeep-inline-functions -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 -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] -I../libdecnumber ../../master/gcc/varpool.c -o varpool.o - rm -rf libbackend.a --ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o -+ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o host-default.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o - ranlib libbackend.a - build/genchecksum c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o i386-c.o main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a \ - checksum-options > cc1-checksum.c.tmp && \ -@@ -2992,89 +2990,39 @@ - done; \ - fi - Fixing headers into [...]/hurd/master.build/gcc/include-fixed for [ARCH] target --Forbidden identifiers: i386 linux unix -+Forbidden identifiers: MACH i386 unix - Finding directories and links to directories - Searching /usr/include/. - Searching /usr/include/./libpng -+ Searching /usr/include/./mach/machine - Searching /usr/include/./c++/4.4.5 - Making symbolic directory links - Fixing directory /usr/include into [...]/hurd/master.build/gcc/include-fixed --Applying machine_name to openssl/bn.h --Fixed: openssl/bn.h --Applying machine_name to openssl/e_os2.h --Applying sysv68_string to string.h --Applying sun_malloc to malloc.h --Applying pthread_incomplete_struct_argument to pthread.h --Applying io_quotes_use to sound/asound.h --Applying io_quotes_use to sound/asequencer.h --Applying io_quotes_use to sound/emu10k1.h --Applying glibc_stdint to stdint.h -+Applying io_quotes_def to bits/ioctls.h - Applying io_quotes_def to glib-2.0/gio/gmountoperation.h --Applying io_quotes_use to linux/i2o-dev.h --Applying io_quotes_use to linux/raw.h --Applying io_quotes_use to linux/fs.h --Applying io_quotes_use to linux/spi/spidev.h --Applying io_quotes_use to linux/gigaset_dev.h --Applying io_quotes_use to linux/aufs_type.h --Applying io_quotes_use to linux/mmtimer.h --Applying io_quotes_use to linux/cm4000_cs.h --Applying io_quotes_use to linux/phantom.h --Applying io_quotes_use to linux/ipmi.h --Applying io_quotes_use to linux/usb/tmc.h --Applying io_quotes_use to linux/usb/vstusb.h --Applying io_quotes_use to linux/random.h --Applying io_quotes_use to linux/if_pppox.h --Applying io_quotes_use to linux/fd.h --Applying io_quotes_use to linux/auto_fs4.h --Applying io_quotes_use to linux/blkpg.h --Applying io_quotes_use to linux/ppdev.h --Applying io_quotes_use to linux/input.h --Applying io_quotes_use to linux/dm-ioctl.h --Applying io_quotes_use to linux/cciss_ioctl.h --Applying io_quotes_use to linux/raid/md_u.h --Applying io_quotes_use to linux/agpgart.h --Applying io_quotes_use to linux/dn.h --Applying io_quotes_use to linux/rfkill.h --Applying io_quotes_use to linux/auto_fs.h --Applying io_quotes_def to linux/soundcard.h --Applying io_quotes_def to linux/version.h --Applying io_quotes_use to linux/atmbr2684.h --Applying io_quotes_use to linux/nbd.h --Applying io_quotes_use to linux/uinput.h --Applying io_quotes_use to linux/reiserfs_fs.h --Applying io_quotes_use to linux/videotext.h --Applying io_quotes_use to linux/synclink.h --Applying io_quotes_use to linux/kvm.h --Applying machine_name to linux/a.out.h --Fixed: linux/a.out.h --Applying io_quotes_def to linux/pci_regs.h --Applying io_quotes_use to linux/watchdog.h --Applying io_quotes_def to linux/ppp-comp.h --Applying io_quotes_use to linux/pktcdvd.h --Applying io_quotes_use to linux/suspend_ioctls.h -+Applying glibc_stdint to stdint.h -+Applying ctrl_quotes_def to readline/chardefs.h -+Applying sun_malloc to malloc.h -+Applying machine_name to a.out.h -+Fixed: a.out.h -+Applying io_quotes_def to libIDL-2.0/libIDL/IDL.h -+Applying io_quotes_use to libIDL-2.0/libIDL/IDL.h -+Applying io_quotes_def to mach/i386/ioccom.h -+Fixed: mach/i386/ioccom.h -+Applying ctrl_quotes_def to dialog.h -+Applying hpux8_bogus_inlines to math.h - Applying machine_name to X11/Xw32defs.h - Fixed: X11/Xw32defs.h --Applying machine_name to freetype2/freetype/config/ftconfig.h --Fixed: freetype2/freetype/config/ftconfig.h --Quoted includes in freetype2/freetype/config/ftconfig.h --Applying io_quotes_use to video/sisfb.h --Applying ctrl_quotes_def to dialog.h --Applying io_quotes_def to c++/4.4/parallel/settings.h -+Applying io_quotes_def to X11/Xmu/Atoms.h - Applying io_quotes_def to c++/4.4/parallel/multiway_merge.h --Applying io_quotes_use to sys/raw.h --Applying io_quotes_use to sys/mount.h --Applying hpux8_bogus_inlines to math.h --Applying stdio_va_list_clients to krb5.h -+Applying io_quotes_def to c++/4.4/parallel/settings.h -+Applying sysv68_string to string.h - Applying io_quotes_def to gtk-2.0/gtk/gtkmountoperation.h --Applying io_quotes_use to rdma/ib_user_mad.h --Applying io_quotes_use to asm/mtrr.h --Applying io_quotes_use to mtd/ubi-user.h --Applying ctrl_quotes_def to readline/chardefs.h - Cleaning up unneeded directories: - fixincludes is done - echo timestamp > stmp-fixinc - rm -f mm_malloc.h --cat ../../master/gcc/config/i386/pmm_malloc.h > mm_malloc.h -+cat ../../master/gcc/config/i386/gmm_malloc.h > mm_malloc.h - 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 \ -@@ -3223,7 +3171,7 @@ - (pod2man --center="GNU" --release="gcc-4.6.0" --date=2010-12-08 --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 -+rm gcov.pod gfdl.pod cpp.pod fsf-funding.pod gcc.pod - make[3]: Leaving directory `/media/data[...]/hurd/master.build/gcc' - Configuring stage 1 in ./lto-plugin - configure: creating cache ./config.cache -@@ -3259,7 +3207,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -3286,12 +3234,12 @@ - checking if gcc supports -fno-rtti -fno-exceptions... no - checking for gcc option to produce PIC... -fPIC -DPIC - checking if gcc PIC flag -fPIC -DPIC works... yes --checking if gcc static flag -static works... yes -+checking if gcc static flag -static works... no - checking if gcc supports -c -o file.o... yes - checking if gcc supports -c -o file.o... (cached) yes - checking whether the gcc linker (ld) supports shared libraries... yes - checking whether -lc should be explicitly linked in... no --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -3355,7 +3303,8 @@ - checking whether [...]/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 accepts -g... yes - checking for [...]/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 option to accept ISO C89... none needed - checking how to run the C preprocessor... [...]/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 -E --checking whether decimal floating point is supported... yes -+checking whether decimal floating point is supported... no -+configure: WARNING: decimal float is not supported for this target, ignored - checking whether fixed-point is supported... no - checking whether assembler supports CFI directives... yes - checking for __attribute__((visibility("hidden")))... yes -@@ -3559,136 +3508,6 @@ - -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../master/libgcc/../gcc/libgcc2.c \ - -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c ../../../master/libgcc/config/libbid/bid_decimal_globals.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c ../../../master/libgcc/config/libbid/bid_decimal_data.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c ../../../master/libgcc/config/libbid/bid_binarydecimal.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c ../../../master/libgcc/config/libbid/bid_convert_data.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c ../../../master/libgcc/config/libbid/_isinfd32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c ../../../master/libgcc/config/libbid/_isinfd64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c ../../../master/libgcc/config/libbid/_isinfd128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c ../../../master/libgcc/config/libbid/bid64_noncomp.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c ../../../master/libgcc/config/libbid/bid128_noncomp.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c ../../../master/libgcc/config/libbid/bid128_fma.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c ../../../master/libgcc/config/libbid/bid_round.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c ../../../master/libgcc/config/libbid/bid_from_int.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c ../../../master/libgcc/config/libbid/bid64_add.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c ../../../master/libgcc/config/libbid/bid128_add.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c ../../../master/libgcc/config/libbid/bid64_div.c --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64dq_div': --../../../master/libgcc/config/libbid/bid64_div.c:523:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64qd_div': --../../../master/libgcc/config/libbid/bid64_div.c:937:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64qq_div': --../../../master/libgcc/config/libbid/bid64_div.c:1374:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c ../../../master/libgcc/config/libbid/bid128_div.c --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128_div': --../../../master/libgcc/config/libbid/bid128_div.c:39:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128dd_div': --../../../master/libgcc/config/libbid/bid128_div.c:490:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128dq_div': --../../../master/libgcc/config/libbid/bid128_div.c:949:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128qd_div': --../../../master/libgcc/config/libbid/bid128_div.c:1406:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c ../../../master/libgcc/config/libbid/bid64_mul.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c ../../../master/libgcc/config/libbid/bid128_mul.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c ../../../master/libgcc/config/libbid/bid64_compare.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c ../../../master/libgcc/config/libbid/bid128_compare.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c ../../../master/libgcc/config/libbid/bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c ../../../master/libgcc/config/libbid/bid32_to_bid64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c ../../../master/libgcc/config/libbid/bid32_to_bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c ../../../master/libgcc/config/libbid/bid64_to_bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c ../../../master/libgcc/config/libbid/bid64_to_int32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c ../../../master/libgcc/config/libbid/bid64_to_int64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c ../../../master/libgcc/config/libbid/bid64_to_uint32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c ../../../master/libgcc/config/libbid/bid64_to_uint64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c ../../../master/libgcc/config/libbid/bid128_to_int32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c ../../../master/libgcc/config/libbid/bid128_to_int64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c ../../../master/libgcc/config/libbid/bid128_to_uint32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c ../../../master/libgcc/config/libbid/bid128_to_uint64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_addsub_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_div_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_mul_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_eq_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_ne_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_lt_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_gt_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_le_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_ge_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_si_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_di_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_usi_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_udi_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_df_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_xf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_tf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_dd.o -MT _sd_to_dd.o -MD -MP -MF _sd_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_dd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_td.o -MT _sd_to_td.o -MD -MP -MF _sd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_td -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_sd.o -MT _unord_sd.o -MD -MP -MF _unord_sd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_unord_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_dd.o -MT _addsub_dd.o -MD -MP -MF _addsub_dd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_addsub_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_dd.o -MT _div_dd.o -MD -MP -MF _div_dd.dep -DFINE_GRAINED_LIBRARIES -DL_div_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_div_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_dd.o -MT _mul_dd.o -MD -MP -MF _mul_dd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_mul_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_dd.o -MT _eq_dd.o -MD -MP -MF _eq_dd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_eq_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_dd.o -MT _ne_dd.o -MD -MP -MF _ne_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_ne_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_dd.o -MT _lt_dd.o -MD -MP -MF _lt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_lt_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_dd.o -MT _gt_dd.o -MD -MP -MF _gt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_gt_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_dd.o -MT _le_dd.o -MD -MP -MF _le_dd.dep -DFINE_GRAINED_LIBRARIES -DL_le_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_le_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_dd.o -MT _ge_dd.o -MD -MP -MF _ge_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_ge_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_si.o -MT _dd_to_si.o -MD -MP -MF _dd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_si -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_di.o -MT _dd_to_di.o -MD -MP -MF _dd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_di -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_usi.o -MT _dd_to_usi.o -MD -MP -MF _dd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_usi -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_udi.o -MT _dd_to_udi.o -MD -MP -MF _dd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_udi -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_dd.o -MT _si_to_dd.o -MD -MP -MF _si_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_si_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_dd.o -MT _di_to_dd.o -MD -MP -MF _di_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_di_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_dd.o -MT _usi_to_dd.o -MD -MP -MF _usi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_usi_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_dd.o -MT _udi_to_dd.o -MD -MP -MF _udi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_udi_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sf.o -MT _dd_to_sf.o -MD -MP -MF _dd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_df.o -MT _dd_to_df.o -MD -MP -MF _dd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_df -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_xf.o -MT _dd_to_xf.o -MD -MP -MF _dd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_xf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_tf.o -MT _dd_to_tf.o -MD -MP -MF _dd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_tf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_dd.o -MT _sf_to_dd.o -MD -MP -MF _sf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_sf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_dd.o -MT _df_to_dd.o -MD -MP -MF _df_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_df_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_dd.o -MT _xf_to_dd.o -MD -MP -MF _xf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_xf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_dd.o -MT _tf_to_dd.o -MD -MP -MF _tf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_tf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sd.o -MT _dd_to_sd.o -MD -MP -MF _dd_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_td.o -MT _dd_to_td.o -MD -MP -MF _dd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_td -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_dd.o -MT _unord_dd.o -MD -MP -MF _unord_dd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_unord_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_td.o -MT _addsub_td.o -MD -MP -MF _addsub_td.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_addsub_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_td.o -MT _div_td.o -MD -MP -MF _div_td.dep -DFINE_GRAINED_LIBRARIES -DL_div_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_div_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_td.o -MT _mul_td.o -MD -MP -MF _mul_td.dep -DFINE_GRAINED_LIBRARIES -DL_mul_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_mul_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_td.o -MT _eq_td.o -MD -MP -MF _eq_td.dep -DFINE_GRAINED_LIBRARIES -DL_eq_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_eq_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_td.o -MT _ne_td.o -MD -MP -MF _ne_td.dep -DFINE_GRAINED_LIBRARIES -DL_ne_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_ne_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_td.o -MT _lt_td.o -MD -MP -MF _lt_td.dep -DFINE_GRAINED_LIBRARIES -DL_lt_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_lt_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_td.o -MT _gt_td.o -MD -MP -MF _gt_td.dep -DFINE_GRAINED_LIBRARIES -DL_gt_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_gt_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_td.o -MT _le_td.o -MD -MP -MF _le_td.dep -DFINE_GRAINED_LIBRARIES -DL_le_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_le_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_td.o -MT _ge_td.o -MD -MP -MF _ge_td.dep -DFINE_GRAINED_LIBRARIES -DL_ge_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_ge_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_si.o -MT _td_to_si.o -MD -MP -MF _td_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_si -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_di.o -MT _td_to_di.o -MD -MP -MF _td_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_di -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_usi.o -MT _td_to_usi.o -MD -MP -MF _td_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_usi -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_udi.o -MT _td_to_udi.o -MD -MP -MF _td_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_udi -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_td.o -MT _si_to_td.o -MD -MP -MF _si_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_si_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_td.o -MT _di_to_td.o -MD -MP -MF _di_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_di_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_td.o -MT _usi_to_td.o -MD -MP -MF _usi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_usi_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_td.o -MT _udi_to_td.o -MD -MP -MF _udi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_udi_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sf.o -MT _td_to_sf.o -MD -MP -MF _td_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_df.o -MT _td_to_df.o -MD -MP -MF _td_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_df -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_xf.o -MT _td_to_xf.o -MD -MP -MF _td_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_xf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_tf.o -MT _td_to_tf.o -MD -MP -MF _td_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_tf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_td.o -MT _sf_to_td.o -MD -MP -MF _sf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_sf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_td.o -MT _df_to_td.o -MD -MP -MF _df_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_df_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_td.o -MT _xf_to_td.o -MD -MP -MF _xf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_xf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_td.o -MT _tf_to_td.o -MD -MP -MF _tf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_tf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sd.o -MT _td_to_sd.o -MD -MP -MF _td_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sd -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_dd.o -MT _td_to_dd.o -MD -MP -MF _td_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_dd -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_td.o -MT _unord_td.o -MD -MP -MF _unord_td.dep -DFINE_GRAINED_LIBRARIES -DL_unord_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_unord_td.c - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -fexceptions -c ../../../master/libgcc/../gcc/config/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -fexceptions -c ../../../master/libgcc/../gcc/config/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS - ../../../master/libgcc/../gcc/config/soft-fp/divtf3.c: In function '__divtf3': -@@ -3745,7 +3564,7 @@ - mv -f morestack.visT morestack.vis - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis ../../../master/libgcc/config/i386/morestack.S - rm -f libgcc.a --objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o generic-morestack.o generic-morestack-thread.o morestack.o"; \ -+objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o generic-morestack.o generic-morestack-thread.o morestack.o"; \ - if test -z "$objects"; then \ - echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -@@ -4050,7 +3869,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -4076,12 +3895,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -4252,7 +4071,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/bash ./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 --libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -march=i486 -mtune=i686 -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 -+libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 - 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 -@@ -4516,6 +4335,7 @@ - checking valgrind.h usability... no - checking valgrind.h presence... no - checking for valgrind.h... no -+configure: WARNING: decimal float is not supported for this target, ignored - configure: WARNING: fixed-point is not supported for this target, ignored - checking whether make sets $(MAKE)... yes - checking for gawk... gawk -@@ -4678,7 +4498,6 @@ - Using the following target machine macro files: - ../../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 -@@ -4687,7 +4506,9 @@ - ../../master/gcc/config/linux.h - ../../master/gcc/config/glibc-stdint.h - ../../master/gcc/config/i386/linux.h --Using host-linux.o for host machine hooks. -+ ../../master/gcc/config/gnu.h -+ ../../master/gcc/config/i386/gnu.h -+Using host-default.o for host machine hooks. - 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 -@@ -4699,7 +4520,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -4715,12 +4536,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -4732,11 +4553,11 @@ - checking whether the g++ linker (ld) supports shared libraries... yes - checking for g++ option to produce PIC... -fPIC -DPIC - checking if g++ PIC flag -fPIC -DPIC works... yes --checking if g++ static flag -static works... yes -+checking if g++ static flag -static works... no - checking if g++ supports -c -o file.o... yes - checking if g++ supports -c -o file.o... (cached) yes - checking whether the g++ linker (ld) supports shared libraries... yes --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for as... /usr/bin/as - checking what assembler to use... /usr/bin/as -@@ -4749,7 +4570,7 @@ - checking what objdump to use... /usr/bin/objdump - checking for readelf... /usr/bin/readelf - checking what readelf to use... /usr/bin/readelf --checking assembler flags... --32 -+checking assembler flags... - checking assembler for .balign and .p2align... yes - checking assembler for .p2align with maximum skip... yes - checking assembler for .literal16... no -@@ -4878,12 +4699,12 @@ - checking for sys/sysinfo.h... yes - checking for machine/hal_sysinfo.h... no - checking for sys/table.h... no --checking for sys/sysctl.h... yes -+checking for sys/sysctl.h... no - checking for sys/systemcfg.h... no - checking for stdint.h... (cached) yes - checking for stdio_ext.h... yes - checking for process.h... no --checking for sys/prctl.h... yes -+checking for sys/prctl.h... no - 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 -@@ -4953,13 +4774,13 @@ - checking for working fork... yes - checking for working vfork... (cached) yes - checking for _doprnt... no --checking for sys_errlist... yes --checking for sys_nerr... yes -+checking for sys_errlist... no -+checking for sys_nerr... no - checking for sys_siglist... yes - checking for external symbol _system_configuration... no - checking for __fsetlocking... yes - checking for canonicalize_file_name... yes --checking for dup3... yes -+checking for dup3... no - checking for getrusage... yes - checking for getsysinfo... no - checking for gettimeofday... (cached) yes -@@ -4974,7 +4795,7 @@ - checking for strerror... yes - checking for strsignal... yes - checking for sysconf... yes --checking for sysctl... yes -+checking for sysctl... no - checking for sysmp... no - checking for table... no - checking for times... yes -@@ -5289,7 +5110,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -5316,12 +5137,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -5636,7 +5457,8 @@ - checking build system type... [ARCH] - checking host system type... [ARCH] - checking target system type... [ARCH] --checking for decimal floating point... bid -+checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored -+dpd - checking whether byte ordering is bigendian... no - configure: updating cache ./config.cache - configure: creating ./config.status -@@ -5649,12 +5471,8 @@ - source='../../master/[libdecnumber]/decimal32.c' object='decimal32.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal32.c - source='../../master/[libdecnumber]/decimal64.c' object='decimal64.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal64.c - source='../../master/[libdecnumber]/decimal128.c' object='decimal128.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal128.c --source='../../master/[libdecnumber]/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/bid2dpd_dpd2bid.c --source='../../master/[libdecnumber]/host-ieee32.c' object='host-ieee32.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee32.c --source='../../master/[libdecnumber]/host-ieee64.c' object='host-ieee64.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee64.c --source='../../master/[libdecnumber]/host-ieee128.c' object='host-ieee128.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -gtoggle -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee128.c - rm -f libdecnumber.a --ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o -+ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o - ranlib libdecnumber.a - make[3]: Leaving directory `/media/data[...]/hurd/master.build/libdecnumber' - make[3]: Entering directory `/media/data[...]/hurd/master.build/gcc' -@@ -5714,9 +5532,9 @@ - HEADERS="auto-host.h ansidecl.h" DEFINES="" \ - /bin/bash ../../master/gcc/mkconfig.sh config.h - TARGET_CPU_DEFAULT="" \ -- HEADERS="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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ -+ HEADERS="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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.h config/gnu.h config/i386/gnu.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 SINGLE_LIBC DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ - /bin/bash ../../master/gcc/mkconfig.sh tm.h --gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/linux.opt ../../master/gcc/config/linux-android.opt > tmp-optionlist -+gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt > tmp-optionlist - /bin/bash ../../master/gcc/../move-if-change tmp-optionlist optionlist - echo timestamp > s-options - gawk -f ../../master/gcc/opt-functions.awk -f ../../master/gcc/opth-gen.awk \ -@@ -6347,8 +6165,7 @@ - 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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber \ - ../../master/gcc/config/i386/i386.c -o i386.o --[...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber -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] -I../libdecnumber \ -- ../../master/gcc/config/host-linux.c -+[...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber ../../master/gcc/host-default.c -o host-default.o - [...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber ../../master/gcc/cgraph.c -o cgraph.o - [...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber ../../master/gcc/cgraphbuild.c -o cgraphbuild.o - [...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber ../../master/gcc/cgraphunit.c -o cgraphunit.o -@@ -6378,7 +6195,7 @@ - [...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber ../../master/gcc/tree-nomudflap.c -o tree-nomudflap.o - [...]/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 -fomit-frame-pointer -gtoggle -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] -I../libdecnumber ../../master/gcc/varpool.c -o varpool.o - rm -rf libbackend.a --ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o -+ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o host-default.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o - ranlib libbackend.a - build/genchecksum c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o i386-c.o main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a \ - checksum-options > cc1-checksum.c.tmp && \ -@@ -6669,7 +6486,7 @@ - make[4]: Leaving directory `/media/data[...]/hurd/master.build/prev-gcc' - echo timestamp > stmp-fixinc - rm -f mm_malloc.h --cat ../../master/gcc/config/i386/pmm_malloc.h > mm_malloc.h -+cat ../../master/gcc/config/i386/gmm_malloc.h > mm_malloc.h - 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 \ -@@ -6890,7 +6707,7 @@ - (pod2man --center="GNU" --release="gcc-4.6.0" --date=2010-12-08 --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 gfdl.pod cpp.pod gij.pod gc-analyze.pod gcov.pod gfortran.pod fsf-funding.pod gcc.pod -+rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcov.pod gcj.pod gc-analyze.pod gfdl.pod cpp.pod gij.pod gfortran.pod fsf-funding.pod gcc.pod - make[3]: Leaving directory `/media/data[...]/hurd/master.build/gcc' - Configuring stage 2 in ./lto-plugin - configure: creating cache ./config.cache -@@ -6926,7 +6743,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -6953,12 +6770,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -6998,7 +6815,6 @@ - libtool: install: warning: remember to run `libtool --finish [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.6.0' - make all-am - make[4]: Entering directory `/media/data[...]/hurd/master.build/lto-plugin' --make[4]: Nothing to be done for `all-am'. - make[4]: Leaving directory `/media/data[...]/hurd/master.build/lto-plugin' - make[3]: Leaving directory `/media/data[...]/hurd/master.build/lto-plugin' - mkdir -p -- [ARCH]/libgcc -@@ -7022,7 +6838,8 @@ - checking whether [...]/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 accepts -g... yes - checking for [...]/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 option to accept ISO C89... none needed - checking how to run the C preprocessor... [...]/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 -E --checking whether decimal floating point is supported... yes -+checking whether decimal floating point is supported... no -+configure: WARNING: decimal float is not supported for this target, ignored - checking whether fixed-point is supported... no - checking whether assembler supports CFI directives... yes - checking for __attribute__((visibility("hidden")))... yes -@@ -7226,136 +7043,6 @@ - -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../master/libgcc/../gcc/libgcc2.c \ - -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c ../../../master/libgcc/config/libbid/bid_decimal_globals.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c ../../../master/libgcc/config/libbid/bid_decimal_data.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c ../../../master/libgcc/config/libbid/bid_binarydecimal.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c ../../../master/libgcc/config/libbid/bid_convert_data.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c ../../../master/libgcc/config/libbid/_isinfd32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c ../../../master/libgcc/config/libbid/_isinfd64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c ../../../master/libgcc/config/libbid/_isinfd128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c ../../../master/libgcc/config/libbid/bid64_noncomp.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c ../../../master/libgcc/config/libbid/bid128_noncomp.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c ../../../master/libgcc/config/libbid/bid128_fma.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c ../../../master/libgcc/config/libbid/bid_round.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c ../../../master/libgcc/config/libbid/bid_from_int.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c ../../../master/libgcc/config/libbid/bid64_add.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c ../../../master/libgcc/config/libbid/bid128_add.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c ../../../master/libgcc/config/libbid/bid64_div.c --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64dq_div': --../../../master/libgcc/config/libbid/bid64_div.c:523:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64qd_div': --../../../master/libgcc/config/libbid/bid64_div.c:937:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64qq_div': --../../../master/libgcc/config/libbid/bid64_div.c:1374:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c ../../../master/libgcc/config/libbid/bid128_div.c --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128_div': --../../../master/libgcc/config/libbid/bid128_div.c:39:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128dd_div': --../../../master/libgcc/config/libbid/bid128_div.c:490:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128dq_div': --../../../master/libgcc/config/libbid/bid128_div.c:949:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128qd_div': --../../../master/libgcc/config/libbid/bid128_div.c:1406:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c ../../../master/libgcc/config/libbid/bid64_mul.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c ../../../master/libgcc/config/libbid/bid128_mul.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c ../../../master/libgcc/config/libbid/bid64_compare.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c ../../../master/libgcc/config/libbid/bid128_compare.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c ../../../master/libgcc/config/libbid/bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c ../../../master/libgcc/config/libbid/bid32_to_bid64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c ../../../master/libgcc/config/libbid/bid32_to_bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c ../../../master/libgcc/config/libbid/bid64_to_bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c ../../../master/libgcc/config/libbid/bid64_to_int32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c ../../../master/libgcc/config/libbid/bid64_to_int64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c ../../../master/libgcc/config/libbid/bid64_to_uint32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c ../../../master/libgcc/config/libbid/bid64_to_uint64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c ../../../master/libgcc/config/libbid/bid128_to_int32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c ../../../master/libgcc/config/libbid/bid128_to_int64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c ../../../master/libgcc/config/libbid/bid128_to_uint32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c ../../../master/libgcc/config/libbid/bid128_to_uint64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_addsub_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_div_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_mul_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_eq_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_ne_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_lt_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_gt_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_le_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_ge_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_si_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_di_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_usi_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_udi_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_df_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_xf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_tf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_dd.o -MT _sd_to_dd.o -MD -MP -MF _sd_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_dd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_td.o -MT _sd_to_td.o -MD -MP -MF _sd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_td -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_sd.o -MT _unord_sd.o -MD -MP -MF _unord_sd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_unord_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_dd.o -MT _addsub_dd.o -MD -MP -MF _addsub_dd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_addsub_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_dd.o -MT _div_dd.o -MD -MP -MF _div_dd.dep -DFINE_GRAINED_LIBRARIES -DL_div_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_div_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_dd.o -MT _mul_dd.o -MD -MP -MF _mul_dd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_mul_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_dd.o -MT _eq_dd.o -MD -MP -MF _eq_dd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_eq_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_dd.o -MT _ne_dd.o -MD -MP -MF _ne_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_ne_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_dd.o -MT _lt_dd.o -MD -MP -MF _lt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_lt_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_dd.o -MT _gt_dd.o -MD -MP -MF _gt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_gt_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_dd.o -MT _le_dd.o -MD -MP -MF _le_dd.dep -DFINE_GRAINED_LIBRARIES -DL_le_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_le_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_dd.o -MT _ge_dd.o -MD -MP -MF _ge_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_ge_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_si.o -MT _dd_to_si.o -MD -MP -MF _dd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_si -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_di.o -MT _dd_to_di.o -MD -MP -MF _dd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_di -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_usi.o -MT _dd_to_usi.o -MD -MP -MF _dd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_usi -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_udi.o -MT _dd_to_udi.o -MD -MP -MF _dd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_udi -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_dd.o -MT _si_to_dd.o -MD -MP -MF _si_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_si_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_dd.o -MT _di_to_dd.o -MD -MP -MF _di_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_di_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_dd.o -MT _usi_to_dd.o -MD -MP -MF _usi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_usi_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_dd.o -MT _udi_to_dd.o -MD -MP -MF _udi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_udi_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sf.o -MT _dd_to_sf.o -MD -MP -MF _dd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_df.o -MT _dd_to_df.o -MD -MP -MF _dd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_df -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_xf.o -MT _dd_to_xf.o -MD -MP -MF _dd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_xf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_tf.o -MT _dd_to_tf.o -MD -MP -MF _dd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_tf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_dd.o -MT _sf_to_dd.o -MD -MP -MF _sf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_sf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_dd.o -MT _df_to_dd.o -MD -MP -MF _df_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_df_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_dd.o -MT _xf_to_dd.o -MD -MP -MF _xf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_xf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_dd.o -MT _tf_to_dd.o -MD -MP -MF _tf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_tf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sd.o -MT _dd_to_sd.o -MD -MP -MF _dd_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_td.o -MT _dd_to_td.o -MD -MP -MF _dd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_td -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_dd.o -MT _unord_dd.o -MD -MP -MF _unord_dd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_unord_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_td.o -MT _addsub_td.o -MD -MP -MF _addsub_td.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_addsub_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_td.o -MT _div_td.o -MD -MP -MF _div_td.dep -DFINE_GRAINED_LIBRARIES -DL_div_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_div_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_td.o -MT _mul_td.o -MD -MP -MF _mul_td.dep -DFINE_GRAINED_LIBRARIES -DL_mul_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_mul_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_td.o -MT _eq_td.o -MD -MP -MF _eq_td.dep -DFINE_GRAINED_LIBRARIES -DL_eq_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_eq_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_td.o -MT _ne_td.o -MD -MP -MF _ne_td.dep -DFINE_GRAINED_LIBRARIES -DL_ne_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_ne_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_td.o -MT _lt_td.o -MD -MP -MF _lt_td.dep -DFINE_GRAINED_LIBRARIES -DL_lt_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_lt_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_td.o -MT _gt_td.o -MD -MP -MF _gt_td.dep -DFINE_GRAINED_LIBRARIES -DL_gt_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_gt_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_td.o -MT _le_td.o -MD -MP -MF _le_td.dep -DFINE_GRAINED_LIBRARIES -DL_le_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_le_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_td.o -MT _ge_td.o -MD -MP -MF _ge_td.dep -DFINE_GRAINED_LIBRARIES -DL_ge_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_ge_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_si.o -MT _td_to_si.o -MD -MP -MF _td_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_si -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_di.o -MT _td_to_di.o -MD -MP -MF _td_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_di -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_usi.o -MT _td_to_usi.o -MD -MP -MF _td_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_usi -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_udi.o -MT _td_to_udi.o -MD -MP -MF _td_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_udi -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_td.o -MT _si_to_td.o -MD -MP -MF _si_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_si_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_td.o -MT _di_to_td.o -MD -MP -MF _di_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_di_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_td.o -MT _usi_to_td.o -MD -MP -MF _usi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_usi_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_td.o -MT _udi_to_td.o -MD -MP -MF _udi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_udi_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sf.o -MT _td_to_sf.o -MD -MP -MF _td_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_df.o -MT _td_to_df.o -MD -MP -MF _td_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_df -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_xf.o -MT _td_to_xf.o -MD -MP -MF _td_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_xf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_tf.o -MT _td_to_tf.o -MD -MP -MF _td_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_tf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_td.o -MT _sf_to_td.o -MD -MP -MF _sf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_sf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_td.o -MT _df_to_td.o -MD -MP -MF _df_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_df_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_td.o -MT _xf_to_td.o -MD -MP -MF _xf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_xf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_td.o -MT _tf_to_td.o -MD -MP -MF _tf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_tf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sd.o -MT _td_to_sd.o -MD -MP -MF _td_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sd -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_dd.o -MT _td_to_dd.o -MD -MP -MF _td_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_dd -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_td.o -MT _unord_td.o -MD -MP -MF _unord_td.dep -DFINE_GRAINED_LIBRARIES -DL_unord_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_unord_td.c - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -fexceptions -c ../../../master/libgcc/../gcc/config/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -fexceptions -c ../../../master/libgcc/../gcc/config/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS - ../../../master/libgcc/../gcc/config/soft-fp/divtf3.c: In function '__divtf3': -@@ -7412,7 +7099,7 @@ - mv -f morestack.visT morestack.vis - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis ../../../master/libgcc/config/i386/morestack.S - rm -f libgcc.a --objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o generic-morestack.o generic-morestack-thread.o morestack.o"; \ -+objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o generic-morestack.o generic-morestack-thread.o morestack.o"; \ - if test -z "$objects"; then \ - echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -@@ -7717,7 +7404,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -7743,12 +7430,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -7767,7 +7454,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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - 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 -@@ -7930,7 +7617,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/bash ./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 --libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -march=i486 -mtune=i686 -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 -+libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 - 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 -@@ -7984,6 +7671,7 @@ - fi - make[6]: Leaving directory `/media/data[...]/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 `/media/data[...]/hurd/master.build/[ARCH]/libgomp' - make[4]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libgomp' - make[3]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libgomp' -@@ -8195,6 +7883,7 @@ - checking valgrind.h usability... no - checking valgrind.h presence... no - checking for valgrind.h... no -+configure: WARNING: decimal float is not supported for this target, ignored - configure: WARNING: fixed-point is not supported for this target, ignored - checking whether make sets $(MAKE)... yes - checking for gawk... gawk -@@ -8357,7 +8046,6 @@ - Using the following target machine macro files: - ../../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 -@@ -8366,7 +8054,9 @@ - ../../master/gcc/config/linux.h - ../../master/gcc/config/glibc-stdint.h - ../../master/gcc/config/i386/linux.h --Using host-linux.o for host machine hooks. -+ ../../master/gcc/config/gnu.h -+ ../../master/gcc/config/i386/gnu.h -+Using host-default.o for host machine hooks. - 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 -@@ -8378,7 +8068,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -8394,12 +8084,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -8411,11 +8101,11 @@ - checking whether the g++ linker (ld) supports shared libraries... yes - checking for g++ option to produce PIC... -fPIC -DPIC - checking if g++ PIC flag -fPIC -DPIC works... yes --checking if g++ static flag -static works... yes -+checking if g++ static flag -static works... no - checking if g++ supports -c -o file.o... yes - checking if g++ supports -c -o file.o... (cached) yes - checking whether the g++ linker (ld) supports shared libraries... yes --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for as... /usr/bin/as - checking what assembler to use... /usr/bin/as -@@ -8428,7 +8118,7 @@ - checking what objdump to use... /usr/bin/objdump - checking for readelf... /usr/bin/readelf - checking what readelf to use... /usr/bin/readelf --checking assembler flags... --32 -+checking assembler flags... - checking assembler for .balign and .p2align... yes - checking assembler for .p2align with maximum skip... yes - checking assembler for .literal16... no -@@ -8557,12 +8247,12 @@ - checking for sys/sysinfo.h... yes - checking for machine/hal_sysinfo.h... no - checking for sys/table.h... no --checking for sys/sysctl.h... yes -+checking for sys/sysctl.h... no - checking for sys/systemcfg.h... no - checking for stdint.h... (cached) yes - checking for stdio_ext.h... yes - checking for process.h... no --checking for sys/prctl.h... yes -+checking for sys/prctl.h... no - 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 -@@ -8632,13 +8322,13 @@ - checking for working fork... yes - checking for working vfork... (cached) yes - checking for _doprnt... no --checking for sys_errlist... yes --checking for sys_nerr... yes -+checking for sys_errlist... no -+checking for sys_nerr... no - checking for sys_siglist... yes - checking for external symbol _system_configuration... no - checking for __fsetlocking... yes - checking for canonicalize_file_name... yes --checking for dup3... yes -+checking for dup3... no - checking for getrusage... yes - checking for getsysinfo... no - checking for gettimeofday... (cached) yes -@@ -8653,7 +8343,7 @@ - checking for strerror... yes - checking for strsignal... yes - checking for sysconf... yes --checking for sysctl... yes -+checking for sysctl... no - checking for sysmp... no - checking for table... no - checking for times... yes -@@ -8968,7 +8658,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -8995,12 +8685,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -9315,7 +9005,8 @@ - checking build system type... [ARCH] - checking host system type... [ARCH] - checking target system type... [ARCH] --checking for decimal floating point... bid -+checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored -+dpd - checking whether byte ordering is bigendian... no - configure: updating cache ./config.cache - configure: creating ./config.status -@@ -9328,12 +9019,8 @@ - source='../../master/[libdecnumber]/decimal32.c' object='decimal32.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal32.c - source='../../master/[libdecnumber]/decimal64.c' object='decimal64.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal64.c - source='../../master/[libdecnumber]/decimal128.c' object='decimal128.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/decimal128.c --source='../../master/[libdecnumber]/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/bid2dpd_dpd2bid.c --source='../../master/[libdecnumber]/host-ieee32.c' object='host-ieee32.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee32.c --source='../../master/[libdecnumber]/host-ieee64.c' object='host-ieee64.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee64.c --source='../../master/[libdecnumber]/host-ieee128.c' object='host-ieee128.o' libtool=no [...]/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 -I../../master/libdecnumber -I. -g -O2 -fomit-frame-pointer -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -Werror -I../../master/libdecnumber -I. -c ../../master/[libdecnumber]/host-ieee128.c - rm -f libdecnumber.a --ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o -+ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o - ranlib libdecnumber.a - make[3]: Leaving directory `/media/data[...]/hurd/master.build/libdecnumber' - make[3]: Entering directory `/media/data[...]/hurd/master.build/gcc' -@@ -9393,9 +9080,9 @@ - HEADERS="auto-host.h ansidecl.h" DEFINES="" \ - /bin/bash ../../master/gcc/mkconfig.sh config.h - TARGET_CPU_DEFAULT="" \ -- HEADERS="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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ -+ HEADERS="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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.h config/gnu.h config/i386/gnu.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 SINGLE_LIBC DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ - /bin/bash ../../master/gcc/mkconfig.sh tm.h --gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/linux.opt ../../master/gcc/config/linux-android.opt > tmp-optionlist -+gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt > tmp-optionlist - /bin/bash ../../master/gcc/../move-if-change tmp-optionlist optionlist - echo timestamp > s-options - gawk -f ../../master/gcc/opt-functions.awk -f ../../master/gcc/opth-gen.awk \ -@@ -10026,8 +9713,7 @@ - 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 -fomit-frame-pointer -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] -I../libdecnumber \ - ../../master/gcc/config/i386/i386.c -o i386.o --[...]/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 -fomit-frame-pointer -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] -I../libdecnumber -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] -I../libdecnumber \ -- ../../master/gcc/config/host-linux.c -+[...]/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 -fomit-frame-pointer -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] -I../libdecnumber ../../master/gcc/host-default.c -o host-default.o - [...]/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 -fomit-frame-pointer -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] -I../libdecnumber ../../master/gcc/cgraph.c -o cgraph.o - [...]/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 -fomit-frame-pointer -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] -I../libdecnumber ../../master/gcc/cgraphbuild.c -o cgraphbuild.o - [...]/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 -fomit-frame-pointer -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] -I../libdecnumber ../../master/gcc/cgraphunit.c -o cgraphunit.o -@@ -10057,7 +9743,7 @@ - [...]/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 -fomit-frame-pointer -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] -I../libdecnumber ../../master/gcc/tree-nomudflap.c -o tree-nomudflap.o - [...]/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 -fomit-frame-pointer -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] -I../libdecnumber ../../master/gcc/varpool.c -o varpool.o - rm -rf libbackend.a --ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o host-linux.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o -+ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o hwint.o ifcvt.o implicit-zee.o init-regs.o input.o integrate.o intl.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts-global.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o host-default.o cgraph.o cgraphbuild.o cgraphunit.o cppbuiltin.o cppdefault.o incpath.o ipa-cp.o ipa-split.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o tree-inline.o tree-nomudflap.o varpool.o - ranlib libbackend.a - build/genchecksum c-lang.o c-family/stub-objc.o attribs.o c-errors.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-objc-common.o c-parser.o tree-mudflap.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o i386-c.o main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a \ - checksum-options > cc1-checksum.c.tmp && \ -@@ -10348,7 +10034,7 @@ - make[4]: Leaving directory `/media/data[...]/hurd/master.build/prev-gcc' - echo timestamp > stmp-fixinc - rm -f mm_malloc.h --cat ../../master/gcc/config/i386/pmm_malloc.h > mm_malloc.h -+cat ../../master/gcc/config/i386/gmm_malloc.h > mm_malloc.h - 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 \ -@@ -10569,7 +10255,7 @@ - (pod2man --center="GNU" --release="gcc-4.6.0" --date=2010-12-08 --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 gfdl.pod cpp.pod gij.pod gc-analyze.pod gcov.pod gfortran.pod fsf-funding.pod gcc.pod -+rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcov.pod gcj.pod gc-analyze.pod gfdl.pod cpp.pod gij.pod gfortran.pod fsf-funding.pod gcc.pod - make[3]: Leaving directory `/media/data[...]/hurd/master.build/gcc' - Configuring stage 3 in ./lto-plugin - configure: creating cache ./config.cache -@@ -10605,7 +10291,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for ld option to reload object files... -r -@@ -10632,12 +10318,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -10677,7 +10363,6 @@ - libtool: install: warning: remember to run `libtool --finish [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.6.0' - make all-am - make[4]: Entering directory `/media/data[...]/hurd/master.build/lto-plugin' --make[4]: Nothing to be done for `all-am'. - make[4]: Leaving directory `/media/data[...]/hurd/master.build/lto-plugin' - make[3]: Leaving directory `/media/data[...]/hurd/master.build/lto-plugin' - mkdir -p -- [ARCH]/libgcc -@@ -10701,7 +10386,8 @@ - checking whether [...]/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 accepts -g... yes - checking for [...]/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 option to accept ISO C89... none needed - checking how to run the C preprocessor... [...]/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 -E --checking whether decimal floating point is supported... yes -+checking whether decimal floating point is supported... no -+configure: WARNING: decimal float is not supported for this target, ignored - checking whether fixed-point is supported... no - checking whether assembler supports CFI directives... yes - checking for __attribute__((visibility("hidden")))... yes -@@ -10905,136 +10591,6 @@ - -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../master/libgcc/../gcc/libgcc2.c \ - -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_globals.o -MT bid_decimal_globals.o -MD -MP -MF bid_decimal_globals.dep -c ../../../master/libgcc/config/libbid/bid_decimal_globals.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_decimal_data.o -MT bid_decimal_data.o -MD -MP -MF bid_decimal_data.dep -c ../../../master/libgcc/config/libbid/bid_decimal_data.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_binarydecimal.o -MT bid_binarydecimal.o -MD -MP -MF bid_binarydecimal.dep -c ../../../master/libgcc/config/libbid/bid_binarydecimal.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_convert_data.o -MT bid_convert_data.o -MD -MP -MF bid_convert_data.dep -c ../../../master/libgcc/config/libbid/bid_convert_data.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd32.o -MT _isinfd32.o -MD -MP -MF _isinfd32.dep -c ../../../master/libgcc/config/libbid/_isinfd32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd64.o -MT _isinfd64.o -MD -MP -MF _isinfd64.dep -c ../../../master/libgcc/config/libbid/_isinfd64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _isinfd128.o -MT _isinfd128.o -MD -MP -MF _isinfd128.dep -c ../../../master/libgcc/config/libbid/_isinfd128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_noncomp.o -MT bid64_noncomp.o -MD -MP -MF bid64_noncomp.dep -c ../../../master/libgcc/config/libbid/bid64_noncomp.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_noncomp.o -MT bid128_noncomp.o -MD -MP -MF bid128_noncomp.dep -c ../../../master/libgcc/config/libbid/bid128_noncomp.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_fma.o -MT bid128_fma.o -MD -MP -MF bid128_fma.dep -c ../../../master/libgcc/config/libbid/bid128_fma.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_round.o -MT bid_round.o -MD -MP -MF bid_round.dep -c ../../../master/libgcc/config/libbid/bid_round.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid_from_int.o -MT bid_from_int.o -MD -MP -MF bid_from_int.dep -c ../../../master/libgcc/config/libbid/bid_from_int.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_add.o -MT bid64_add.o -MD -MP -MF bid64_add.dep -c ../../../master/libgcc/config/libbid/bid64_add.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_add.o -MT bid128_add.o -MD -MP -MF bid128_add.dep -c ../../../master/libgcc/config/libbid/bid128_add.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_div.o -MT bid64_div.o -MD -MP -MF bid64_div.dep -c ../../../master/libgcc/config/libbid/bid64_div.c --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64dq_div': --../../../master/libgcc/config/libbid/bid64_div.c:523:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64qd_div': --../../../master/libgcc/config/libbid/bid64_div.c:937:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid64_div.c: In function '__bid64qq_div': --../../../master/libgcc/config/libbid/bid64_div.c:1374:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_div.o -MT bid128_div.o -MD -MP -MF bid128_div.dep -c ../../../master/libgcc/config/libbid/bid128_div.c --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128_div': --../../../master/libgcc/config/libbid/bid128_div.c:39:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128dd_div': --../../../master/libgcc/config/libbid/bid128_div.c:490:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128dq_div': --../../../master/libgcc/config/libbid/bid128_div.c:949:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --../../../master/libgcc/config/libbid/bid128_div.c: In function '__bid128qd_div': --../../../master/libgcc/config/libbid/bid128_div.c:1406:51: warning: variable 'Ql' set but not used [-Wunused-but-set-variable] --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_mul.o -MT bid64_mul.o -MD -MP -MF bid64_mul.dep -c ../../../master/libgcc/config/libbid/bid64_mul.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_mul.o -MT bid128_mul.o -MD -MP -MF bid128_mul.dep -c ../../../master/libgcc/config/libbid/bid128_mul.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_compare.o -MT bid64_compare.o -MD -MP -MF bid64_compare.dep -c ../../../master/libgcc/config/libbid/bid64_compare.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_compare.o -MT bid128_compare.o -MD -MP -MF bid128_compare.dep -c ../../../master/libgcc/config/libbid/bid128_compare.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128.o -MT bid128.o -MD -MP -MF bid128.dep -c ../../../master/libgcc/config/libbid/bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid64.o -MT bid32_to_bid64.o -MD -MP -MF bid32_to_bid64.dep -c ../../../master/libgcc/config/libbid/bid32_to_bid64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid32_to_bid128.o -MT bid32_to_bid128.o -MD -MP -MF bid32_to_bid128.dep -c ../../../master/libgcc/config/libbid/bid32_to_bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_bid128.o -MT bid64_to_bid128.o -MD -MP -MF bid64_to_bid128.dep -c ../../../master/libgcc/config/libbid/bid64_to_bid128.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int32.o -MT bid64_to_int32.o -MD -MP -MF bid64_to_int32.dep -c ../../../master/libgcc/config/libbid/bid64_to_int32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_int64.o -MT bid64_to_int64.o -MD -MP -MF bid64_to_int64.dep -c ../../../master/libgcc/config/libbid/bid64_to_int64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint32.o -MT bid64_to_uint32.o -MD -MP -MF bid64_to_uint32.dep -c ../../../master/libgcc/config/libbid/bid64_to_uint32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid64_to_uint64.o -MT bid64_to_uint64.o -MD -MP -MF bid64_to_uint64.dep -c ../../../master/libgcc/config/libbid/bid64_to_uint64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int32.o -MT bid128_to_int32.o -MD -MP -MF bid128_to_int32.dep -c ../../../master/libgcc/config/libbid/bid128_to_int32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_int64.o -MT bid128_to_int64.o -MD -MP -MF bid128_to_int64.dep -c ../../../master/libgcc/config/libbid/bid128_to_int64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint32.o -MT bid128_to_uint32.o -MD -MP -MF bid128_to_uint32.dep -c ../../../master/libgcc/config/libbid/bid128_to_uint32.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o bid128_to_uint64.o -MT bid128_to_uint64.o -MD -MP -MF bid128_to_uint64.dep -c ../../../master/libgcc/config/libbid/bid128_to_uint64.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_sd.o -MT _addsub_sd.o -MD -MP -MF _addsub_sd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_addsub_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_sd.o -MT _div_sd.o -MD -MP -MF _div_sd.dep -DFINE_GRAINED_LIBRARIES -DL_div_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_div_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_sd.o -MT _mul_sd.o -MD -MP -MF _mul_sd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_mul_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_sd.o -MT _eq_sd.o -MD -MP -MF _eq_sd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_eq_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_sd.o -MT _ne_sd.o -MD -MP -MF _ne_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_ne_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_sd.o -MT _lt_sd.o -MD -MP -MF _lt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_lt_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_sd.o -MT _gt_sd.o -MD -MP -MF _gt_sd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_gt_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_sd.o -MT _le_sd.o -MD -MP -MF _le_sd.dep -DFINE_GRAINED_LIBRARIES -DL_le_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_le_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_sd.o -MT _ge_sd.o -MD -MP -MF _ge_sd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_ge_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_si.o -MT _sd_to_si.o -MD -MP -MF _sd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_si -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_di.o -MT _sd_to_di.o -MD -MP -MF _sd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_di -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_usi.o -MT _sd_to_usi.o -MD -MP -MF _sd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_usi -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_udi.o -MT _sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_sd.o -MT _si_to_sd.o -MD -MP -MF _si_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_si_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_sd.o -MT _di_to_sd.o -MD -MP -MF _di_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_di_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_sd.o -MT _usi_to_sd.o -MD -MP -MF _usi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_usi_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_sd.o -MT _udi_to_sd.o -MD -MP -MF _udi_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_udi_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_sf.o -MT _sd_to_sf.o -MD -MP -MF _sd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_sf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_df.o -MT _sd_to_df.o -MD -MP -MF _sd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_df -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_xf.o -MT _sd_to_xf.o -MD -MP -MF _sd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_xf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_tf.o -MT _sd_to_tf.o -MD -MP -MF _sd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_tf -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_sd.o -MT _sf_to_sd.o -MD -MP -MF _sf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_sd.o -MT _df_to_sd.o -MD -MP -MF _df_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_df_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_sd.o -MT _xf_to_sd.o -MD -MP -MF _xf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_xf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_sd.o -MT _tf_to_sd.o -MD -MP -MF _tf_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_tf_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_dd.o -MT _sd_to_dd.o -MD -MP -MF _sd_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_dd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sd_to_td.o -MT _sd_to_td.o -MD -MP -MF _sd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_td -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_sd_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_sd.o -MT _unord_sd.o -MD -MP -MF _unord_sd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_sd -DWIDTH=32 -c ../../../master/libgcc/config/libbid/_unord_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_dd.o -MT _addsub_dd.o -MD -MP -MF _addsub_dd.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_addsub_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_dd.o -MT _div_dd.o -MD -MP -MF _div_dd.dep -DFINE_GRAINED_LIBRARIES -DL_div_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_div_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_dd.o -MT _mul_dd.o -MD -MP -MF _mul_dd.dep -DFINE_GRAINED_LIBRARIES -DL_mul_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_mul_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_dd.o -MT _eq_dd.o -MD -MP -MF _eq_dd.dep -DFINE_GRAINED_LIBRARIES -DL_eq_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_eq_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_dd.o -MT _ne_dd.o -MD -MP -MF _ne_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ne_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_ne_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_dd.o -MT _lt_dd.o -MD -MP -MF _lt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_lt_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_lt_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_dd.o -MT _gt_dd.o -MD -MP -MF _gt_dd.dep -DFINE_GRAINED_LIBRARIES -DL_gt_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_gt_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_dd.o -MT _le_dd.o -MD -MP -MF _le_dd.dep -DFINE_GRAINED_LIBRARIES -DL_le_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_le_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_dd.o -MT _ge_dd.o -MD -MP -MF _ge_dd.dep -DFINE_GRAINED_LIBRARIES -DL_ge_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_ge_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_si.o -MT _dd_to_si.o -MD -MP -MF _dd_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_si -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_di.o -MT _dd_to_di.o -MD -MP -MF _dd_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_di -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_usi.o -MT _dd_to_usi.o -MD -MP -MF _dd_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_usi -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_udi.o -MT _dd_to_udi.o -MD -MP -MF _dd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_udi -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_dd.o -MT _si_to_dd.o -MD -MP -MF _si_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_si_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_dd.o -MT _di_to_dd.o -MD -MP -MF _di_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_di_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_dd.o -MT _usi_to_dd.o -MD -MP -MF _usi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_usi_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_dd.o -MT _udi_to_dd.o -MD -MP -MF _udi_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_udi_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sf.o -MT _dd_to_sf.o -MD -MP -MF _dd_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_df.o -MT _dd_to_df.o -MD -MP -MF _dd_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_df -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_xf.o -MT _dd_to_xf.o -MD -MP -MF _dd_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_xf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_tf.o -MT _dd_to_tf.o -MD -MP -MF _dd_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_tf -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_dd.o -MT _sf_to_dd.o -MD -MP -MF _sf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_sf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_dd.o -MT _df_to_dd.o -MD -MP -MF _df_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_df_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_dd.o -MT _xf_to_dd.o -MD -MP -MF _xf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_xf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_dd.o -MT _tf_to_dd.o -MD -MP -MF _tf_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_tf_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_sd.o -MT _dd_to_sd.o -MD -MP -MF _dd_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_sd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _dd_to_td.o -MT _dd_to_td.o -MD -MP -MF _dd_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_dd_to_td -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_dd_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_dd.o -MT _unord_dd.o -MD -MP -MF _unord_dd.dep -DFINE_GRAINED_LIBRARIES -DL_unord_dd -DWIDTH=64 -c ../../../master/libgcc/config/libbid/_unord_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _addsub_td.o -MT _addsub_td.o -MD -MP -MF _addsub_td.dep -DFINE_GRAINED_LIBRARIES -DL_addsub_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_addsub_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _div_td.o -MT _div_td.o -MD -MP -MF _div_td.dep -DFINE_GRAINED_LIBRARIES -DL_div_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_div_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _mul_td.o -MT _mul_td.o -MD -MP -MF _mul_td.dep -DFINE_GRAINED_LIBRARIES -DL_mul_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_mul_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _eq_td.o -MT _eq_td.o -MD -MP -MF _eq_td.dep -DFINE_GRAINED_LIBRARIES -DL_eq_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_eq_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ne_td.o -MT _ne_td.o -MD -MP -MF _ne_td.dep -DFINE_GRAINED_LIBRARIES -DL_ne_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_ne_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _lt_td.o -MT _lt_td.o -MD -MP -MF _lt_td.dep -DFINE_GRAINED_LIBRARIES -DL_lt_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_lt_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _gt_td.o -MT _gt_td.o -MD -MP -MF _gt_td.dep -DFINE_GRAINED_LIBRARIES -DL_gt_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_gt_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _le_td.o -MT _le_td.o -MD -MP -MF _le_td.dep -DFINE_GRAINED_LIBRARIES -DL_le_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_le_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _ge_td.o -MT _ge_td.o -MD -MP -MF _ge_td.dep -DFINE_GRAINED_LIBRARIES -DL_ge_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_ge_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_si.o -MT _td_to_si.o -MD -MP -MF _td_to_si.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_si -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_si.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_di.o -MT _td_to_di.o -MD -MP -MF _td_to_di.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_di -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_di.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_usi.o -MT _td_to_usi.o -MD -MP -MF _td_to_usi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_usi -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_usi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_udi.o -MT _td_to_udi.o -MD -MP -MF _td_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_udi -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_udi.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _si_to_td.o -MT _si_to_td.o -MD -MP -MF _si_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_si_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_si_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _di_to_td.o -MT _di_to_td.o -MD -MP -MF _di_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_di_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_di_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _usi_to_td.o -MT _usi_to_td.o -MD -MP -MF _usi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_usi_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_usi_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _udi_to_td.o -MT _udi_to_td.o -MD -MP -MF _udi_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_udi_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_udi_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sf.o -MT _td_to_sf.o -MD -MP -MF _td_to_sf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_sf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_df.o -MT _td_to_df.o -MD -MP -MF _td_to_df.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_df -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_df.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_xf.o -MT _td_to_xf.o -MD -MP -MF _td_to_xf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_xf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_xf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_tf.o -MT _td_to_tf.o -MD -MP -MF _td_to_tf.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_tf -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_tf.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _sf_to_td.o -MT _sf_to_td.o -MD -MP -MF _sf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_sf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_sf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _df_to_td.o -MT _df_to_td.o -MD -MP -MF _df_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_df_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_df_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _xf_to_td.o -MT _xf_to_td.o -MD -MP -MF _xf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_xf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_xf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _tf_to_td.o -MT _tf_to_td.o -MD -MP -MF _tf_to_td.dep -DFINE_GRAINED_LIBRARIES -DL_tf_to_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_tf_to_td.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_sd.o -MT _td_to_sd.o -MD -MP -MF _td_to_sd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_sd -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_sd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _td_to_dd.o -MT _td_to_dd.o -MD -MP -MF _td_to_dd.dep -DFINE_GRAINED_LIBRARIES -DL_td_to_dd -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_td_to_dd.c --[...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o _unord_td.o -MT _unord_td.o -MD -MP -MF _unord_td.dep -DFINE_GRAINED_LIBRARIES -DL_unord_td -DWIDTH=128 -c ../../../master/libgcc/config/libbid/_unord_td.c - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -fexceptions -c ../../../master/libgcc/../gcc/config/soft-fp/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -Wno-missing-prototypes -Wno-type-limits -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -fexceptions -c ../../../master/libgcc/../gcc/config/soft-fp/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS - ../../../master/libgcc/../gcc/config/soft-fp/divtf3.c: In function '__divtf3': -@@ -11091,7 +10647,7 @@ - mv -f morestack.visT morestack.vis - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -o morestack.o -MT morestack.o -MD -MP -MF morestack.dep -c -xassembler-with-cpp -include morestack.vis ../../../master/libgcc/config/i386/morestack.S - rm -f libgcc.a --objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o bid_decimal_globals.o bid_decimal_data.o bid_binarydecimal.o bid_convert_data.o _isinfd32.o _isinfd64.o _isinfd128.o bid64_noncomp.o bid128_noncomp.o bid128_fma.o bid_round.o bid_from_int.o bid64_add.o bid128_add.o bid64_div.o bid128_div.o bid64_mul.o bid128_mul.o bid64_compare.o bid128_compare.o bid128.o bid32_to_bid64.o bid32_to_bid128.o bid64_to_bid128.o bid64_to_int32.o bid64_to_int64.o bid64_to_uint32.o bid64_to_uint64.o bid128_to_int32.o bid128_to_int64.o bid128_to_uint32.o bid128_to_uint64.o _addsub_sd.o _div_sd.o _mul_sd.o _eq_sd.o _ne_sd.o _lt_sd.o _gt_sd.o _le_sd.o _ge_sd.o _sd_to_si.o _sd_to_di.o _sd_to_usi.o _sd_to_udi.o _si_to_sd.o _di_to_sd.o _usi_to_sd.o _udi_to_sd.o _sd_to_sf.o _sd_to_df.o _sd_to_xf.o _sd_to_tf.o _sf_to_sd.o _df_to_sd.o _xf_to_sd.o _tf_to_sd.o _sd_to_dd.o _sd_to_td.o _unord_sd.o _addsub_dd.o _div_dd.o _mul_dd.o _eq_dd.o _ne_dd.o _lt_dd.o _gt_dd.o _le_dd.o _ge_dd.o _dd_to_si.o _dd_to_di.o _dd_to_usi.o _dd_to_udi.o _si_to_dd.o _di_to_dd.o _usi_to_dd.o _udi_to_dd.o _dd_to_sf.o _dd_to_df.o _dd_to_xf.o _dd_to_tf.o _sf_to_dd.o _df_to_dd.o _xf_to_dd.o _tf_to_dd.o _dd_to_sd.o _dd_to_td.o _unord_dd.o _addsub_td.o _div_td.o _mul_td.o _eq_td.o _ne_td.o _lt_td.o _gt_td.o _le_td.o _ge_td.o _td_to_si.o _td_to_di.o _td_to_usi.o _td_to_udi.o _si_to_td.o _di_to_td.o _usi_to_td.o _udi_to_td.o _td_to_sf.o _td_to_df.o _td_to_xf.o _td_to_tf.o _sf_to_td.o _df_to_td.o _xf_to_td.o _tf_to_td.o _td_to_sd.o _td_to_dd.o _unord_td.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o generic-morestack.o generic-morestack-thread.o morestack.o"; \ -+objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatundisf.o _floatundidf.o _floatundixf.o _eprintf.o __gcc_bcmp.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o tf-signs.o generic-morestack.o generic-morestack-thread.o morestack.o"; \ - if test -z "$objects"; then \ - echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ - [...]/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 -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. -I. -I../.././gcc -I../../../master/libgcc -I../../../master/libgcc/. -I../../../master/libgcc/../gcc -I../../../master/libgcc/../include -DHAVE_CC_TLS -DUSE_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ -@@ -11396,7 +10952,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -11422,12 +10978,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -11446,7 +11002,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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - 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 -@@ -11609,7 +11165,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/bash ./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 --libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -march=i486 -mtune=i686 -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 -+libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 - 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 -@@ -11675,8 +11231,8 @@ - make[3]: Leaving directory `/media/data[...]/hurd/master.build' - Comparing stages 2 and 3 - warning: gcc/cc1-checksum.o differs --warning: gcc/cc1obj-checksum.o differs - warning: gcc/cc1plus-checksum.o differs -+warning: gcc/cc1obj-checksum.o differs - Comparison successful. - if false; then \ - rm -rf stage2-*; \ -@@ -11850,7 +11406,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -11875,19 +11431,19 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for shl_load... no - checking for shl_load in -ldld... no - checking for dlopen... no - checking for dlopen in -ldl... yes - checking whether a program can dlopen itself... yes --checking whether a statically linked program can dlopen itself... no -+checking whether a statically linked program can dlopen itself... yes - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes - checking whether to build shared libraries... yes -@@ -11898,11 +11454,11 @@ - 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 - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... 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 static flag -static works... 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 static flag -static works... no - 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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for exception model to use... call frame - checking for compiler with PCH support... yes -@@ -11912,7 +11468,7 @@ - checking for atomic builtins for short... yes - checking for atomic builtins for int... yes - checking for atomic builtins for long long... yes --checking for ISO/IEC TR 24733 ... yes -+checking for ISO/IEC TR 24733 ... no - checking for g++ that supports -ffunction-sections -fdata-sections... yes - checking for underlying I/O to use... stdio - checking for C locale to use... gnu -@@ -11949,8 +11505,8 @@ - checking for additional debug build... no - checking for parallel mode support... yes - checking for extra compiler flags for building... --checking for EOWNERDEAD... yes --checking for ENOTRECOVERABLE... yes -+checking for EOWNERDEAD... no -+checking for ENOTRECOVERABLE... no - checking for ENOLINK... yes - checking for EPROTO... yes - checking for ENODATA... yes -@@ -12201,7 +11757,7 @@ - checking for sys/resource.h... (cached) yes - checking for RLIMIT_DATA... yes - checking for RLIMIT_RSS... yes --checking for RLIMIT_VMEM... no -+checking for RLIMIT_VMEM... yes - checking for RLIMIT_AS... yes - checking for RLIMIT_FSIZE... yes - checking for testsuite resource limits support... yes -@@ -12347,12 +11903,12 @@ - checking for sys/sysinfo.h... yes - checking for machine/hal_sysinfo.h... no - checking for sys/table.h... no --checking for sys/sysctl.h... yes -+checking for sys/sysctl.h... no - checking for sys/systemcfg.h... no - checking for stdint.h... (cached) yes - checking for stdio_ext.h... yes - checking for process.h... no --checking for sys/prctl.h... yes -+checking for sys/prctl.h... no - 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 -@@ -12422,13 +11978,13 @@ - checking for working fork... yes - checking for working vfork... (cached) yes - checking for _doprnt... no --checking for sys_errlist... yes --checking for sys_nerr... yes -+checking for sys_errlist... no -+checking for sys_nerr... no - checking for sys_siglist... yes - checking for external symbol _system_configuration... no - checking for __fsetlocking... yes - checking for canonicalize_file_name... yes --checking for dup3... yes -+checking for dup3... no - checking for getrusage... yes - checking for getsysinfo... no - checking for gettimeofday... (cached) yes -@@ -12443,7 +11999,7 @@ - checking for strerror... yes - checking for strsignal... yes - checking for sysconf... yes --checking for sysctl... yes -+checking for sysctl... no - checking for sysmp... no - checking for table... no - checking for times... yes -@@ -12482,6 +12038,10 @@ - mkdir pic; \ - else true; fi - touch stamp-picdir -+CONFIG_FILES= CONFIG_HEADERS=config.h:../../../master/libiberty/config.in /bin/bash ./config.status -+config.status: creating config.h -+config.status: config.h is unchanged -+config.status: executing default commands - if [ x"" != x ]; then \ - [...]/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 -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../master/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../master/libiberty/regex.c -o pic/regex.o; \ - else true; fi -@@ -13099,6 +12659,8 @@ - ln -s [...]/hurd/master/libstdc++-v3/config/io/basic_file_stdio.cc ./basic_file.cc || true - /bin/bash ../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 -+basic_file.cc: In member function 'std::streamsize std::__basic_file<char>::showmanyc()': -+basic_file.cc:345:33: 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 -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/bash ../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 -@@ -13131,7 +12693,7 @@ - libtool: link: (cd ".libs" && rm -f "libstdc++.so.6" && ln -s "libstdc++.so.6.0.15" "libstdc++.so.6") - libtool: link: (cd ".libs" && rm -f "libstdc++.so" && ln -s "libstdc++.so.6.0.15" "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") --libtool: link: ar rc .libs/libstdc++.a atomic.o bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o compatibility.o compatibility-c++0x.o compatibility-debug_list.o compatibility-list.o complex_io.o ctype.o debug.o functexcept.o globals_io.o hash_c++0x.o hash_tr1.o hashtable_c++0x.o hashtable_tr1.o ios.o ios_failure.o ios_init.o ios_locale.o limits.o list.o debug_list.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o system_error.o tree.o allocator-inst.o concept-inst.o fstream-inst.o ext-inst.o ios-inst.o iostream-inst.o istream-inst.o istream.o locale-inst.o misc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o streambuf.o string-inst.o valarray-inst.o wlocale-inst.o wstring-inst.o mutex.o condition_variable.o chrono.o thread.o future.o atomicity.o codecvt_members.o collate_members.o ctype_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o parallel_list.o parallel_settings.o compatibility-parallel_list.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o -+libtool: link: ar rc .libs/libstdc++.a atomic.o bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o compatibility.o compatibility-c++0x.o compatibility-debug_list.o compatibility-list.o complex_io.o ctype.o debug.o functexcept.o globals_io.o hash_c++0x.o hash_tr1.o hashtable_c++0x.o hashtable_tr1.o ios.o ios_failure.o ios_init.o ios_locale.o limits.o list.o debug_list.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o system_error.o tree.o allocator-inst.o concept-inst.o fstream-inst.o ext-inst.o ios-inst.o iostream-inst.o istream-inst.o istream.o locale-inst.o misc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o streambuf.o string-inst.o valarray-inst.o wlocale-inst.o wstring-inst.o mutex.o condition_variable.o chrono.o thread.o future.o atomicity.o codecvt_members.o collate_members.o ctype_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o parallel_list.o parallel_settings.o compatibility-parallel_list.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o - 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" ) -@@ -13351,7 +12913,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -13366,19 +12928,19 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for shl_load... no - checking for shl_load in -ldld... no - checking for dlopen... no - checking for dlopen in -ldl... yes - checking whether a program can dlopen itself... yes --checking whether a statically linked program can dlopen itself... no -+checking whether a statically linked program can dlopen itself... yes - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes - checking whether to build shared libraries... yes -@@ -13592,7 +13154,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -13607,12 +13169,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -13792,7 +13354,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -13818,12 +13380,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -14315,7 +13877,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -14341,19 +13903,19 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for shl_load... no - checking for shl_load in -ldld... no - checking for dlopen... no - checking for dlopen in -ldl... yes - checking whether a program can dlopen itself... yes --checking whether a statically linked program can dlopen itself... no -+checking whether a statically linked program can dlopen itself... yes - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes - checking whether to build shared libraries... yes -@@ -14370,7 +13932,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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - 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 -@@ -17113,7 +16675,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -17139,12 +16701,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -17156,11 +16718,11 @@ - 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 - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... 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 static flag -static works... 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 static flag -static works... no - 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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for thread model used by GCC... posix - checking for dlopen in -ldl... yes -@@ -17217,7 +16779,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -17244,12 +16806,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -17561,6 +17123,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 -+In file included from ../.././gcc/gthr-default.h:1:0, -+ from [...]/hurd/master/libobjc/../gcc/gthr.h:162, -+ from [...]/hurd/master/libobjc/thr.c:43: -+[...]/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] - 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/bash ./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 -Wno-deprecated-declarations \ -@@ -17660,7 +17227,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -17686,12 +17253,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -17936,7 +17503,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -17962,12 +17529,12 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -18026,13 +17593,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 - [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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - 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 -@@ -18043,7 +17610,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 --checking the maximum length of command line arguments... 805306365 -+checking the maximum length of command line arguments... -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... -r -@@ -18069,19 +17636,19 @@ - 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 -fno-rtti -fno-exceptions... no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking for shl_load... no - checking for shl_load in -ldld... no - checking for dlopen... no - checking for dlopen in -ldl... yes - checking whether a program can dlopen itself... yes --checking whether a statically linked program can dlopen itself... no -+checking whether a statically linked program can dlopen itself... yes - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes - checking whether to build shared libraries... yes -@@ -18092,11 +17659,11 @@ - 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 - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... 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 static flag -static works... 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 static flag -static works... no - 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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - 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 -@@ -18105,7 +17672,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 -fno-rtti -fno-exceptions... (cached) no - checking for [...]/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 option to produce PIC... -fPIC - 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 PIC flag -fPIC works... yes --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 static flag -static works... yes -+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 static flag -static works... no - 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... yes - 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 -@@ -18158,8 +17725,8 @@ - checking sys/resource.h presence... yes - checking for sys/resource.h... yes - checking for dladdr in -ldl... yes --checking for /proc/self/exe... yes --checking for /proc/self/maps... yes -+checking for /proc/self/exe... no -+checking for /proc/self/maps... no - 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 -@@ -18295,8 +17862,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 --config.status: linking ../../../master/libjava/include/i386-signal.h to include/java-signal.h --config.status: linking ../../../master/libjava/include/i386-signal.h to include/java-signal-aux.h -+config.status: linking ../../../master/libjava/include/default-signal.h to include/java-signal.h -+config.status: linking ../../../master/libjava/include/default-signal.h to include/java-signal-aux.h - config.status: executing default-1 commands - Adding multilib support to Makefile in ../../../master/libjava - multidirs= -@@ -18356,7 +17923,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 --checking the maximum length of command line arguments... (cached) 805306365 -+checking the maximum length of command line arguments... (cached) -1 - checking whether the shell understands some XSI constructs... yes - checking whether the shell understands "+="... yes - checking for [...]/hurd/master.build/./gcc/collect-ld option to reload object files... (cached) -r -@@ -18371,12 +17938,12 @@ - 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 -fno-rtti -fno-exceptions... (cached) no - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... (cached) yes --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 static flag -static works... (cached) yes -+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 static flag -static works... (cached) no - 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 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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -18399,11 +17966,11 @@ - 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 - checking for [...]/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 option to produce PIC... -fPIC -DPIC - 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 PIC flag -fPIC -DPIC works... (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 static flag -static works... (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 static flag -static works... (cached) no - 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 --checking dynamic linker characteristics... (cached) GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking __attribute__((,,))... yes - checking __attribute__((unused))... yes -@@ -18414,9 +17981,9 @@ - checking for sys/types.h... (cached) yes - checking for sys/config.h... (cached) no - checking for sys/ioctl.h... (cached) yes --checking asm/ioctls.h usability... yes --checking asm/ioctls.h presence... yes --checking for asm/ioctls.h... yes -+checking asm/ioctls.h usability... no -+checking asm/ioctls.h presence... no -+checking for asm/ioctls.h... no - checking for inttypes.h... (cached) yes - checking for stdint.h... (cached) yes - checking utime.h usability... yes -@@ -18439,9 +18006,9 @@ - checking sys/event.h usability... no - checking sys/event.h presence... no - checking for sys/event.h... no --checking sys/epoll.h usability... yes --checking sys/epoll.h presence... yes --checking for sys/epoll.h... yes -+checking sys/epoll.h usability... no -+checking sys/epoll.h presence... no -+checking for sys/epoll.h... no - checking for ifaddrs.h... (cached) yes - checking netinet/in_systm.h usability... yes - checking netinet/in_systm.h presence... yes -@@ -18498,9 +18065,9 @@ - checking for statvfs... yes - checking for mmap... (cached) yes - checking for munmap... yes --checking for mincore... yes --checking for msync... yes --checking for madvise... yes -+checking for mincore... no -+checking for msync... no -+checking for madvise... no - checking for getpagesize... yes - checking for sysconf... yes - checking for lstat... (cached) yes -@@ -18511,7 +18078,7 @@ - checking for getifaddrs... (cached) yes - checking for kqueue... no - checking for kevent... no --checking for epoll_create... yes -+checking for epoll_create... no - checking for getloadavg... yes - checking for magic_open in -lmagic... no - checking whether struct sockaddr_in6 is in netinet/in.h... yes -@@ -18536,13 +18103,13 @@ - checking gmp.h usability... yes - checking gmp.h presence... yes - checking for gmp.h... yes --checking jni_md.h support... yes -+checking jni_md.h support... configure: WARNING: no - 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 -@@ -18679,7 +18246,7 @@ - checking for stdint.h... (cached) yes - checking for unistd.h... (cached) yes - checking for dlfcn.h... (cached) yes --checking the maximum length of command line arguments... (cached) 805306365 -+checking the maximum length of command line arguments... (cached) -1 - 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 -@@ -18692,7 +18259,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 --checking dynamic linker characteristics... GNU/Linux ld.so -+checking dynamic linker characteristics... gnu0.3 ld.so - checking how to hardcode library paths into programs... immediate - checking whether stripping libraries is possible... yes - checking if libtool supports shared libraries... yes -@@ -18703,7 +18270,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 --checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib -+checking for the default library search path... /lib /usr/lib - checking for objdir... .libs - checking whether libtool supports -dlopen/-dlpreopen... yes - checking for shl_load... (cached) no -@@ -18925,14 +18492,12 @@ - make[3]: Entering directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/gcj' - make all-am - make[4]: Entering directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/gcj' --make[4]: Nothing to be done for `all-am'. - make[4]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/gcj' - make[3]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/gcj' - Making all in include - make[3]: Entering directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/include' - make all-am - make[4]: Entering directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/include' --make[4]: Nothing to be done for `all-am'. - make[4]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/include' - make[3]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/include' - Making all in classpath -@@ -18948,705 +18513,705 @@ - Adding java source files from VM directory [...]/hurd/master.build/[ARCH]/libjava - Adding generated files in builddir '..'. - touch compile-classes --./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties --./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties --./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties --./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties --./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties --./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties --./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties --./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties --./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties --./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties --./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties --./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties --./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties --./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties --./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties --./classpath/tools/resource/sun/rmi/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/sun/rmi/rmic/messages.properties --./classpath/tools/resource/com/sun/tools/javac/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/com/sun/tools/javac/messages.properties --./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties --./classpath/resource/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog_de.properties --./classpath/resource/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties -+./classpath/resource/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/font/fonts.properties -+./classpath/resource/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/gtk/font.properties -+./classpath/resource/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/fonts.properties -+./classpath/resource/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/xfonts.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_en_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties --./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties --./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties --./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties --./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_NL.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties --./classpath/resource/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties --./classpath/resource/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_uk_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uk_UA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_wo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_so.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sv_SE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_SE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_so_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_DJ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_to.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_sk_SK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sk_SK.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties --./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties --./classpath/resource/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hr.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties --./classpath/resource/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_my.properties --./classpath/resource/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el.properties --./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties --./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ky.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ky.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv_LV.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties --./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties --./classpath/resource/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_af.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZW.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties --./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk_KZ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_af.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_MA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties --./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties --./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties --./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nso.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nso.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_fi_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi_FI.properties --./classpath/resource/gnu/java/locale/LocaleInformation_so_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_he.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he.properties --./classpath/resource/gnu/java/locale/LocaleInformation_uk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uk.properties --./classpath/resource/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or.properties --./classpath/resource/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_en_MP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MP.properties --./classpath/resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sv_SE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_SE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties --./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties --./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties --./classpath/resource/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl_GL.properties --./classpath/resource/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da.properties --./classpath/resource/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se.properties --./classpath/resource/gnu/java/locale/LocaleInformation_haw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw.properties --./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is.properties --./classpath/resource/gnu/java/locale/LocaleInformation_mt_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt_MT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_bg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg.properties --./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te.properties --./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ms_BN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_BN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties --./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_so_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_DJ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties --./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties --./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_uz_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_Arab.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nso.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nso.properties --./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_my.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_so_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_byn_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn_ER.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ee.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ee.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_trv.properties --./classpath/resource/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties --./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_aa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk_KZ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_be_BY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_bg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_st.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_to.properties --./classpath/resource/gnu/java/locale/LocaleInformation_so.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_wal.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wal.properties --./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties --./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties --./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_JM.properties --./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties --./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties --./classpath/resource/gnu/java/locale/LocaleInformation_uk_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uk_UA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw_GB.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties --./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_NA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties --./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur.properties --./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties --./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties --./classpath/resource/gnu/java/locale/LocaleInformation_aa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties --./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_si.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties --./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ne.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ne.properties --./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_st.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties --./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ee.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ee.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ss.properties --./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties --./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties --./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_be.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties --./classpath/resource/gnu/java/locale/LocaleInformation_byn_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn_ER.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties --./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties --./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties --./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ky.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ky.properties --./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties --./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties --./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_si.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_mt_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt_MT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu_HU.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties --./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties --./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties --./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties --./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties --./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties --./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_he.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties - ./classpath/resource/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_US.properties --./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties --./classpath/resource/gnu/java/locale/LocaleInformation_pl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl.properties --./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties --./classpath/resource/gnu/java/locale/LocaleInformation_zh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh.properties --./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties --./classpath/resource/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/gtk/font.properties --./classpath/resource/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/fonts.properties --./classpath/resource/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/xfonts.properties --./classpath/resource/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/font/fonts.properties --./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_uk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uk.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_haw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties -+./classpath/resource/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ne.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ne.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_NL.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ms_BN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_BN.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties -+./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties - ./classpath/resource/gnu/java/util/regex/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle.properties - ./classpath/resource/gnu/java/util/regex/MessagesBundle_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle_fr.properties --./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties --./classpath/resource/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/org/ietf/jgss/MessagesBundle.properties -+./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties -+./classpath/resource/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog.properties -+./classpath/resource/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog_de.properties -+./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties - ./classpath/resource/java/text/metazones.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/text/metazones.properties - ./classpath/resource/java/util/iso4217.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/iso4217.properties --./classpath/resource/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/weeks.properties - ./classpath/resource/java/util/logging/logging.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/logging/logging.properties --./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties --./classpath/lib/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog_de.properties --./classpath/lib/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties -+./classpath/resource/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/weeks.properties -+./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties -+./classpath/resource/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/org/ietf/jgss/MessagesBundle.properties -+./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties -+./classpath/tools/resource/com/sun/tools/javac/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/com/sun/tools/javac/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties -+./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties -+./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties -+./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties -+./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties -+./classpath/tools/resource/sun/rmi/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/sun/rmi/rmic/messages.properties -+./classpath/lib/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/font/fonts.properties -+./classpath/lib/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/gtk/font.properties -+./classpath/lib/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/fonts.properties -+./classpath/lib/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/xfonts.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_en_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_US.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties --./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties --./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties --./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties --./classpath/lib/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_as.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties --./classpath/lib/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_wo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wo.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties --./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties --./classpath/lib/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_my.properties --./classpath/lib/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el.properties --./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties --./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties --./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gaa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gaa.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.properties --./classpath/lib/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el_GR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties --./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_so.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_so_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_DJ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_to.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_az_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az_Cyrl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ky.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ky.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_af.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_am_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties --./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kam.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties --./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nso.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nso.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_so_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_he.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he.properties --./classpath/lib/gnu/java/locale/LocaleInformation_uk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uk.properties --./classpath/lib/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or.properties --./classpath/lib/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_en_MP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MP.properties --./classpath/lib/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties --./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties --./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_uz_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Arab.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_my.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_so_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el_GR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_byn_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn_ER.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_US_POSIX.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ee.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ee.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_aa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da.properties --./classpath/lib/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se.properties --./classpath/lib/gnu/java/locale/LocaleInformation_haw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw.properties --./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties --./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is.properties --./classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kam.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_bg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bg.properties --./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties --./classpath/lib/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te.properties --./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_st.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_wal.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_MX.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ms_BN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_BN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties --./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_tn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_am.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl.properties --./classpath/lib/gnu/java/locale/LocaleInformation_so_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_DJ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gaa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gaa.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties --./classpath/lib/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties --./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties --./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_uz_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Arab.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_si.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties --./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nso.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nso.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_as_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties --./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_tn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_he.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eo.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BW.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_to.properties --./classpath/lib/gnu/java/locale/LocaleInformation_so.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so.properties --./classpath/lib/gnu/java/locale/LocaleInformation_wal.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal.properties --./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_az_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az_Cyrl.properties --./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties --./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties --./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties --./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties --./classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PH.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_uk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uk.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_BO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties --./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_as.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_haw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el_CY.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur.properties --./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties --./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties --./classpath/lib/gnu/java/locale/LocaleInformation_aa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties --./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_si.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties --./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties -+./classpath/lib/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_ne.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ne.properties --./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_st.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_VI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ee.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ee.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties --./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties --./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties --./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties --./classpath/lib/gnu/java/locale/LocaleInformation_byn_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn_ER.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties --./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties --./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties - ./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties --./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ky.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ky.properties --./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties --./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties --./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties --./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties --./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties --./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties --./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties --./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties --./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties --./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties --./classpath/lib/gnu/java/locale/LocaleInformation_pl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pl.properties --./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties --./classpath/lib/gnu/java/locale/LocaleInformation_zh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh.properties --./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties --./classpath/lib/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/gtk/font.properties --./classpath/lib/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/fonts.properties --./classpath/lib/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/xfonts.properties --./classpath/lib/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/font/fonts.properties --./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ms_BN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_BN.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties -+./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties - ./classpath/lib/gnu/java/util/regex/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle.properties - ./classpath/lib/gnu/java/util/regex/MessagesBundle_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle_fr.properties --./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties --./classpath/lib/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/org/ietf/jgss/MessagesBundle.properties -+./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties -+./classpath/lib/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog.properties -+./classpath/lib/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog_de.properties -+./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties - ./classpath/lib/java/text/metazones.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/text/metazones.properties - ./classpath/lib/java/util/iso4217.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/iso4217.properties --./classpath/lib/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/weeks.properties - ./classpath/lib/java/util/logging/logging.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/logging/logging.properties -+./classpath/lib/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/weeks.properties -+./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties -+./classpath/lib/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/org/ietf/jgss/MessagesBundle.properties - touch resources - make[4]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/classpath/lib' - Making all in doc -@@ -19769,7 +19334,6 @@ - make[4]: Entering directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/classpath/include' - make all-am - make[5]: Entering directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/classpath/include' --make[5]: Nothing to be done for `all-am'. - make[5]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/classpath/include' - make[4]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libjava/classpath/include' - Making all in native -@@ -19998,30 +19562,30 @@ - echo -n > vm-tools.lst; \ - fi - cat classes.lst asm.lst vm-tools.lst > all-classes.lst -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties classes/gnu/classpath/tools/orbd/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/jar/messages.properties classes/gnu/classpath/tools/jar/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties classes/gnu/classpath/tools/serialver/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties classes/gnu/classpath/tools/tnameserv/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties classes/gnu/classpath/tools/rmid/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties classes/gnu/classpath/tools/keytool/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties classes/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties classes/gnu/classpath/tools/appletviewer/messages.properties - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/common/Messages.properties classes/gnu/classpath/tools/common/Messages.properties - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties classes/gnu/classpath/tools/getopt/Messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties classes/gnu/classpath/tools/native2ascii/messages.properties -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties classes/gnu/classpath/tools/appletviewer/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties classes/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/jar/messages.properties classes/gnu/classpath/tools/jar/messages.properties - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties classes/gnu/classpath/tools/jarsigner/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties classes/gnu/classpath/tools/keytool/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties classes/gnu/classpath/tools/native2ascii/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties classes/gnu/classpath/tools/orbd/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties classes/gnu/classpath/tools/rmic/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/ImplTie.jav classes/gnu/classpath/tools/rmic/templates/ImplTie.jav -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub.jav classes/gnu/classpath/tools/rmic/templates/Stub.jav -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/StubMethod.jav classes/gnu/classpath/tools/rmic/templates/StubMethod.jav - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/StubMethodVoid.jav classes/gnu/classpath/tools/rmic/templates/StubMethodVoid.jav -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12.jav classes/gnu/classpath/tools/rmic/templates/Stub_12.jav - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12Method.jav classes/gnu/classpath/tools/rmic/templates/Stub_12Method.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav classes/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav classes/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Tie.jav classes/gnu/classpath/tools/rmic/templates/Tie.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12.jav classes/gnu/classpath/tools/rmic/templates/Stub_12.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub.jav classes/gnu/classpath/tools/rmic/templates/Stub.jav - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/TieMethod.jav classes/gnu/classpath/tools/rmic/templates/TieMethod.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav classes/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/ImplTie.jav classes/gnu/classpath/tools/rmic/templates/ImplTie.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/StubMethod.jav classes/gnu/classpath/tools/rmic/templates/StubMethod.jav -- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties classes/gnu/classpath/tools/rmic/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav classes/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties classes/gnu/classpath/tools/rmid/messages.properties - cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties classes/gnu/classpath/tools/rmiregistry/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties classes/gnu/classpath/tools/serialver/messages.properties -+ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties classes/gnu/classpath/tools/tnameserv/messages.properties - 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 . -@@ -20297,6 +19861,9 @@ - /bin/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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 &&\ -@@ -20357,6 +19924,8 @@ - /bin/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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 &&\ -@@ -20387,6 +19956,8 @@ - /bin/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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 &&\ -@@ -23362,8 +22933,7 @@ - /bin/bash ./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 -fsource-filename=[...]/hurd/master.build/[ARCH]/libjava/classpath/lib/classes -fjni -findirect-dispatch -fno-indirect-classes -c -o org-xml.lo @org-xml.list - 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 -fsource-filename=[...]/hurd/master.build/[ARCH]/libjava/classpath/lib/classes -fjni -findirect-dispatch -fno-indirect-classes -c @org-xml.list -fPIC -o .libs/org-xml.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 -fsource-filename=[...]/hurd/master.build/[ARCH]/libjava/classpath/lib/classes -fjni -findirect-dispatch -fno-indirect-classes -c @org-xml.list -o org-xml.o >/dev/null 2>&1 --/bin/bash ./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 -L[...]/hurd/master.build/[ARCH]/libjava -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o libgcj.la -rpath [...]/hurd/master.build.install/lib -lpthread -lrt ./libltdl/libltdlc.la -version-info `grep -v '^#' ../../../master/libjava/libtool-version` -Wl,-Bsymbolic-functions -Wl,--version-script=../../../master/libjava/libgcj.ver -rpath [...]/hurd/master.build.install/lib prims.lo jni.lo exception.lo stacktrace.lo link.lo defineclass.lo verify.lo jvmti.lo interpret.lo gnu/classpath/jdwp/natVMFrame.lo gnu/classpath/jdwp/natVMMethod.lo gnu/classpath/jdwp/natVMVirtualMachine.lo gnu/classpath/natConfiguration.lo gnu/classpath/natSystemProperties.lo gnu/classpath/natVMStackWalker.lo gnu/gcj/natCore.lo gnu/gcj/convert/JIS0208_to_Unicode.lo gnu/gcj/convert/JIS0212_to_Unicode.lo gnu/gcj/convert/Unicode_to_JIS.lo gnu/gcj/convert/natIconv.lo gnu/gcj/convert/natInput_EUCJIS.lo gnu/gcj/convert/natInput_SJIS.lo gnu/gcj/convert/natOutput_EUCJIS.lo gnu/gcj/convert/natOutput_SJIS.lo gnu/gcj/io/natSimpleSHSStream.lo gnu/gcj/io/shs.lo gnu/gcj/jvmti/natBreakpoint.lo gnu/gcj/jvmti/natNormalBreakpoint.lo gnu/gcj/runtime/natFinalizerThread.lo gnu/gcj/runtime/natSharedLibLoader.lo gnu/gcj/runtime/natSystemClassLoader.lo gnu/gcj/runtime/natStringBuffer.lo gnu/gcj/util/natDebug.lo gnu/gcj/util/natGCInfo.lo gnu/java/lang/natMainThread.lo gnu/java/lang/management/natVMClassLoadingMXBeanImpl.lo gnu/java/lang/management/natVMCompilationMXBeanImpl.lo gnu/java/lang/management/natVMGarbageCollectorMXBeanImpl.lo gnu/java/lang/management/natVMMemoryMXBeanImpl.lo gnu/java/lang/management/natVMMemoryManagerMXBeanImpl.lo gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.lo gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.lo gnu/java/lang/management/natVMRuntimeMXBeanImpl.lo gnu/java/lang/management/natVMThreadMXBeanImpl.lo gnu/java/net/natPlainDatagramSocketImpl.lo gnu/java/net/natPlainSocketImpl.lo gnu/java/net/protocol/core/natCoreInputStream.lo gnu/java/nio/natVMPipe.lo gnu/java/nio/natVMSelector.lo gnu/java/nio/natNIOServerSocket.lo gnu/java/nio/natVMChannel.lo gnu/java/nio/channels/natFileChannelImpl.lo gnu/java/security/jce/prng/natVMSecureRandom.lo java/io/natFile.lo java/io/natVMObjectInputStream.lo java/io/natVMObjectStreamClass.lo java/lang/natCharacter.lo java/lang/natClass.lo java/lang/natClassLoader.lo java/lang/natConcreteProcess.lo java/lang/natVMDouble.lo java/lang/natVMFloat.lo java/lang/natMath.lo java/lang/natObject.lo java/lang/natRuntime.lo java/lang/natString.lo java/lang/natAbstractStringBuffer.lo java/lang/natSystem.lo java/lang/natThread.lo java/lang/natThreadLocal.lo java/lang/natVMClassLoader.lo java/lang/natVMProcess.lo java/lang/natVMThrowable.lo java/lang/ref/natReference.lo java/lang/reflect/natArray.lo java/lang/reflect/natConstructor.lo java/lang/reflect/natField.lo java/lang/reflect/natMethod.lo java/lang/reflect/natVMProxy.lo java/net/natVMInetAddress.lo java/net/natVMNetworkInterface.lo java/net/natVMURLConnection.lo java/nio/channels/natVMChannels.lo java/nio/natVMDirectByteBufferImpl.lo java/security/natVMAccessController.lo java/security/natVMAccessControlState.lo java/text/natCollator.lo java/util/natVMTimeZone.lo java/util/concurrent/atomic/natAtomicLong.lo java/util/logging/natLogger.lo java/util/zip/natDeflater.lo java/util/zip/natInflater.lo sun/misc/natUnsafe.lo boehm.lo posix.lo posix-threads.lo classpath/native/fdlibm/libfdlibm.la java/lang/Object.lo java/lang/Class.lo java/process-Posix.lo gnu/awt.lo gnu/awt/j2d.lo gnu/classpath.lo gnu/classpath/debug.lo gnu/classpath/toolkit.lo gnu/gcj.lo gnu/gcj/convert.lo gnu/gcj/io.lo gnu/gcj/runtime.lo gnu/gcj/util.lo gnu/java/awt.lo gnu/java/awt/color.lo gnu/java/awt/dnd.lo gnu/java/awt/font.lo gnu/java/awt/font/autofit.lo gnu/java/awt/font/opentype.lo gnu/java/awt/font/opentype/truetype.lo gnu/java/awt/image.lo gnu/java/awt/java2d.lo gnu/java/awt/peer.lo gnu/java/awt/peer/headless.lo gnu/java/awt/print.lo gnu/java/io.lo gnu/java/lang.lo gnu/java/lang/reflect.lo gnu/java/locale.lo gnu/java/net.lo gnu/java/net/loader.lo gnu/java/net/local.lo gnu/java/net/protocol/core.lo gnu/java/net/protocol/file.lo gnu/java/net/protocol/ftp.lo gnu/java/net/protocol/gcjlib.lo gnu/java/net/protocol/http.lo gnu/java/net/protocol/https.lo gnu/java/net/protocol/jar.lo gnu/java/nio.lo gnu/java/nio/channels.lo gnu/java/nio/charset.lo gnu/java/rmi.lo gnu/java/rmi/activation.lo gnu/java/rmi/dgc.lo gnu/java/rmi/registry.lo gnu/java/rmi/server.lo gnu/java/security.lo gnu/java/security/action.lo gnu/java/security/ber.lo gnu/java/security/der.lo gnu/java/security/hash.lo gnu/java/security/jce/hash.lo gnu/java/security/jce/prng.lo gnu/java/security/jce/sig.lo gnu/java/security/key.lo gnu/java/security/key/dss.lo gnu/java/security/key/rsa.lo gnu/java/security/pkcs.lo gnu/java/security/prng.lo gnu/java/security/provider.lo gnu/java/security/sig.lo gnu/java/security/sig/dss.lo gnu/java/security/sig/rsa.lo gnu/java/security/util.lo gnu/java/security/x509.lo gnu/java/security/x509/ext.lo gnu/java/text.lo gnu/java/util.lo gnu/java/util/jar.lo gnu/java/util/prefs.lo gnu/java/util/regex.lo gnu/javax/activation/viewers.lo gnu/javax/crypto.lo gnu/javax/crypto/assembly.lo gnu/javax/crypto/cipher.lo gnu/javax/crypto/jce.lo gnu/javax/crypto/jce/cipher.lo gnu/javax/crypto/jce/key.lo gnu/javax/crypto/jce/keyring.lo gnu/javax/crypto/jce/mac.lo gnu/javax/crypto/jce/params.lo gnu/javax/crypto/jce/prng.lo gnu/javax/crypto/jce/sig.lo gnu/javax/crypto/jce/spec.lo gnu/javax/crypto/key.lo gnu/javax/crypto/key/dh.lo gnu/javax/crypto/key/srp6.lo gnu/javax/crypto/keyring.lo gnu/javax/crypto/kwa.lo gnu/javax/crypto/mac.lo gnu/javax/crypto/mode.lo gnu/javax/crypto/pad.lo gnu/javax/crypto/prng.lo gnu/javax/crypto/sasl.lo gnu/javax/crypto/sasl/anonymous.lo gnu/javax/crypto/sasl/crammd5.lo gnu/javax/crypto/sasl/plain.lo gnu/javax/crypto/sasl/srp.lo gnu/javax/imageio.lo gnu/javax/imageio/bmp.lo gnu/javax/imageio/gif.lo gnu/javax/imageio/jpeg.lo gnu/javax/imageio/png.lo gnu/javax/naming/giop.lo gnu/javax/naming/ictxImpl/trans.lo gnu/javax/naming/jndi/url/corbaname.lo gnu/javax/naming/jndi/url/rmi.lo gnu/javax/net/ssl.lo gnu/javax/net/ssl/provider.lo gnu/javax/print.lo gnu/javax/print/ipp.lo gnu/javax/print/ipp/attribute.lo gnu/javax/print/ipp/attribute/defaults.lo gnu/javax/print/ipp/attribute/job.lo gnu/javax/print/ipp/attribute/printer.lo gnu/javax/print/ipp/attribute/supported.lo gnu/javax/security/auth.lo gnu/javax/security/auth/callback.lo gnu/javax/security/auth/login.lo gnu/javax/sound.lo gnu/javax/sound/sampled/AU.lo gnu/javax/sound/sampled/WAV.lo gnu/javax/swing/plaf/gnu.lo gnu/javax/swing/plaf/metal.lo gnu/javax/swing/text/html.lo gnu/javax/swing/text/html/css.lo gnu/javax/swing/text/html/parser/GnuParserDelegator.lo gnu/javax/swing/text/html/parser/HTML_401F.lo gnu/javax/swing/text/html/parser/SmallHtmlAttributeSet.lo gnu/javax/swing/text/html/parser/gnuDTD.lo gnu/javax/swing/text/html/parser/htmlAttributeSet.lo gnu/javax/swing/text/html/parser/htmlValidator.lo gnu/javax/swing/text/html/parser/models.lo gnu/javax/swing/text/html/parser/support.lo gnu/javax/swing/text/html/parser/support/low.lo gnu/javax/swing/tree.lo java/applet.lo java/awt.lo java/awt/color.lo java/awt/datatransfer.lo java/awt/dnd.lo java/awt/dnd/peer.lo java/awt/event.lo java/awt/font.lo java/awt/geom.lo java/awt/im.lo java/awt/im/spi.lo java/awt/image.lo java/awt/image/renderable.lo java/awt/peer.lo java/awt/print.lo java/beans.lo java/beans/beancontext.lo java/io.lo java/lang.lo java/lang/annotation.lo java/lang/instrument.lo java/lang/ref.lo java/lang/reflect.lo java/math.lo java/net.lo java/nio.lo java/nio/channels.lo java/nio/channels/spi.lo java/nio/charset.lo java/nio/charset/spi.lo java/rmi.lo java/rmi/activation.lo java/rmi/dgc.lo java/rmi/registry.lo java/rmi/server.lo java/security.lo java/security/acl.lo java/security/cert.lo java/security/interfaces.lo java/security/spec.lo java/sql.lo java/text.lo java/text/spi.lo java/util.lo java/util/concurrent.lo java/util/concurrent/atomic.lo java/util/concurrent/locks.lo java/util/jar.lo java/util/logging.lo java/util/prefs.lo java/util/regex.lo java/util/spi.lo java/util/zip.lo javax/accessibility.lo javax/activation.lo javax/activity.lo javax/crypto.lo javax/crypto/interfaces.lo javax/crypto/spec.lo javax/management.lo javax/management/loading.lo javax/management/openmbean.lo javax/management/remote.lo javax/management/remote/rmi.lo javax/naming.lo javax/naming/directory.lo javax/naming/event.lo javax/naming/ldap.lo javax/naming/spi.lo javax/net.lo javax/net/ssl.lo javax/print.lo javax/print/attribute.lo javax/print/attribute/standard.lo javax/print/event.lo javax/security/auth.lo javax/security/auth/callback.lo javax/security/auth/kerberos.lo javax/security/auth/login.lo javax/security/auth/spi.lo javax/security/auth/x500.lo javax/security/cert.lo javax/security/sasl.lo javax/sound/midi.lo javax/sound/midi/spi.lo javax/sound/sampled.lo javax/sound/sampled/spi.lo javax/sql.lo javax/swing.lo javax/swing/border.lo javax/swing/colorchooser.lo javax/swing/event.lo javax/swing/filechooser.lo javax/swing/plaf.lo javax/swing/plaf/basic.lo javax/swing/plaf/metal.lo javax/swing/plaf/multi.lo javax/swing/plaf/synth.lo javax/swing/table.lo javax/swing/text.lo javax/swing/text/html.lo javax/swing/text/html/parser.lo javax/swing/text/rtf.lo javax/swing/tree.lo javax/swing/undo.lo javax/tools.lo javax/transaction.lo javax/transaction/xa.lo org/ietf/jgss.lo sun/awt.lo sun/misc.lo sun/reflect.lo sun/reflect/annotation.lo sun/reflect/misc.lo gnu/classpath/jdwp.lo gnu/classpath/jdwp/event.lo gnu/classpath/jdwp/event/filters.lo gnu/classpath/jdwp/exception.lo gnu/classpath/jdwp/id.lo gnu/classpath/jdwp/processor.lo gnu/classpath/jdwp/transport.lo gnu/classpath/jdwp/util.lo gnu/classpath/jdwp/value.lo gnu/gcj/jvmti.lo gnu/java/awt/font/fonts.properties.lo gnu/java/awt/peer/gtk/font.properties.lo gnu/java/awt/peer/x/fonts.properties.lo gnu/java/awt/peer/x/xfonts.properties.lo gnu/java/locale/LocaleInformation.properties.lo gnu/java/locale/LocaleInformation_aa.properties.lo gnu/java/locale/LocaleInformation_aa_DJ.properties.lo gnu/java/locale/LocaleInformation_aa_ER.properties.lo gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties.lo gnu/java/locale/LocaleInformation_aa_ET.properties.lo gnu/java/locale/LocaleInformation_af.properties.lo gnu/java/locale/LocaleInformation_af_NA.properties.lo gnu/java/locale/LocaleInformation_af_ZA.properties.lo gnu/java/locale/LocaleInformation_ak.properties.lo gnu/java/locale/LocaleInformation_am.properties.lo gnu/java/locale/LocaleInformation_am_ET.properties.lo gnu/java/locale/LocaleInformation_ar.properties.lo gnu/java/locale/LocaleInformation_ar_DZ.properties.lo gnu/java/locale/LocaleInformation_ar_JO.properties.lo gnu/java/locale/LocaleInformation_ar_LB.properties.lo gnu/java/locale/LocaleInformation_ar_MA.properties.lo gnu/java/locale/LocaleInformation_ar_QA.properties.lo gnu/java/locale/LocaleInformation_ar_SA.properties.lo gnu/java/locale/LocaleInformation_ar_SY.properties.lo gnu/java/locale/LocaleInformation_ar_TN.properties.lo gnu/java/locale/LocaleInformation_ar_YE.properties.lo gnu/java/locale/LocaleInformation_as.properties.lo gnu/java/locale/LocaleInformation_as_IN.properties.lo gnu/java/locale/LocaleInformation_az.properties.lo gnu/java/locale/LocaleInformation_az_Cyrl.properties.lo gnu/java/locale/LocaleInformation_be.properties.lo gnu/java/locale/LocaleInformation_be_BY.properties.lo gnu/java/locale/LocaleInformation_bg.properties.lo gnu/java/locale/LocaleInformation_bg_BG.properties.lo gnu/java/locale/LocaleInformation_bn.properties.lo gnu/java/locale/LocaleInformation_bn_IN.properties.lo gnu/java/locale/LocaleInformation_bo.properties.lo gnu/java/locale/LocaleInformation_bs.properties.lo gnu/java/locale/LocaleInformation_byn.properties.lo gnu/java/locale/LocaleInformation_byn_ER.properties.lo gnu/java/locale/LocaleInformation_ca.properties.lo gnu/java/locale/LocaleInformation_ca_ES.properties.lo gnu/java/locale/LocaleInformation_cch.properties.lo gnu/java/locale/LocaleInformation_cop.properties.lo gnu/java/locale/LocaleInformation_cs.properties.lo gnu/java/locale/LocaleInformation_cs_CZ.properties.lo gnu/java/locale/LocaleInformation_cy.properties.lo gnu/java/locale/LocaleInformation_cy_GB.properties.lo gnu/java/locale/LocaleInformation_da.properties.lo gnu/java/locale/LocaleInformation_da_DK.properties.lo gnu/java/locale/LocaleInformation_de.properties.lo gnu/java/locale/LocaleInformation_de_AT.properties.lo gnu/java/locale/LocaleInformation_de_BE.properties.lo gnu/java/locale/LocaleInformation_de_CH.properties.lo gnu/java/locale/LocaleInformation_de_DE.properties.lo gnu/java/locale/LocaleInformation_de_LI.properties.lo gnu/java/locale/LocaleInformation_de_LU.properties.lo gnu/java/locale/LocaleInformation_dv.properties.lo gnu/java/locale/LocaleInformation_dv_MV.properties.lo gnu/java/locale/LocaleInformation_dz.properties.lo gnu/java/locale/LocaleInformation_dz_BT.properties.lo gnu/java/locale/LocaleInformation_ee.properties.lo gnu/java/locale/LocaleInformation_el.properties.lo gnu/java/locale/LocaleInformation_el_CY.properties.lo gnu/java/locale/LocaleInformation_el_GR.properties.lo gnu/java/locale/LocaleInformation_en.properties.lo gnu/java/locale/LocaleInformation_en_AS.properties.lo gnu/java/locale/LocaleInformation_en_AU.properties.lo gnu/java/locale/LocaleInformation_en_BE.properties.lo gnu/java/locale/LocaleInformation_en_BW.properties.lo gnu/java/locale/LocaleInformation_en_BZ.properties.lo gnu/java/locale/LocaleInformation_en_CA.properties.lo gnu/java/locale/LocaleInformation_en_Dsrt.properties.lo gnu/java/locale/LocaleInformation_en_GB.properties.lo gnu/java/locale/LocaleInformation_en_GU.properties.lo gnu/java/locale/LocaleInformation_en_HK.properties.lo gnu/java/locale/LocaleInformation_en_IE.properties.lo gnu/java/locale/LocaleInformation_en_IN.properties.lo gnu/java/locale/LocaleInformation_en_JM.properties.lo gnu/java/locale/LocaleInformation_en_MH.properties.lo gnu/java/locale/LocaleInformation_en_MP.properties.lo gnu/java/locale/LocaleInformation_en_MT.properties.lo gnu/java/locale/LocaleInformation_en_NA.properties.lo gnu/java/locale/LocaleInformation_en_NZ.properties.lo gnu/java/locale/LocaleInformation_en_PH.properties.lo gnu/java/locale/LocaleInformation_en_PK.properties.lo gnu/java/locale/LocaleInformation_en_SG.properties.lo gnu/java/locale/LocaleInformation_en_Shaw.properties.lo gnu/java/locale/LocaleInformation_en_TT.properties.lo gnu/java/locale/LocaleInformation_en_UM.properties.lo gnu/java/locale/LocaleInformation_en_US.properties.lo gnu/java/locale/LocaleInformation_en_US_POSIX.properties.lo gnu/java/locale/LocaleInformation_en_VI.properties.lo gnu/java/locale/LocaleInformation_en_ZA.properties.lo gnu/java/locale/LocaleInformation_en_ZW.properties.lo gnu/java/locale/LocaleInformation_eo.properties.lo gnu/java/locale/LocaleInformation_es.properties.lo gnu/java/locale/LocaleInformation_es_AR.properties.lo gnu/java/locale/LocaleInformation_es_BO.properties.lo gnu/java/locale/LocaleInformation_es_CL.properties.lo gnu/java/locale/LocaleInformation_es_CO.properties.lo gnu/java/locale/LocaleInformation_es_CR.properties.lo gnu/java/locale/LocaleInformation_es_DO.properties.lo gnu/java/locale/LocaleInformation_es_EC.properties.lo gnu/java/locale/LocaleInformation_es_ES.properties.lo gnu/java/locale/LocaleInformation_es_GT.properties.lo gnu/java/locale/LocaleInformation_es_HN.properties.lo gnu/java/locale/LocaleInformation_es_MX.properties.lo gnu/java/locale/LocaleInformation_es_NI.properties.lo gnu/java/locale/LocaleInformation_es_PA.properties.lo gnu/java/locale/LocaleInformation_es_PE.properties.lo gnu/java/locale/LocaleInformation_es_PR.properties.lo gnu/java/locale/LocaleInformation_es_PY.properties.lo gnu/java/locale/LocaleInformation_es_SV.properties.lo gnu/java/locale/LocaleInformation_es_US.properties.lo gnu/java/locale/LocaleInformation_es_UY.properties.lo gnu/java/locale/LocaleInformation_es_VE.properties.lo gnu/java/locale/LocaleInformation_et.properties.lo gnu/java/locale/LocaleInformation_et_EE.properties.lo gnu/java/locale/LocaleInformation_eu.properties.lo gnu/java/locale/LocaleInformation_eu_ES.properties.lo gnu/java/locale/LocaleInformation_fa.properties.lo gnu/java/locale/LocaleInformation_fa_AF.properties.lo gnu/java/locale/LocaleInformation_fa_IR.properties.lo gnu/java/locale/LocaleInformation_fi.properties.lo gnu/java/locale/LocaleInformation_fi_FI.properties.lo gnu/java/locale/LocaleInformation_fil.properties.lo gnu/java/locale/LocaleInformation_fo.properties.lo gnu/java/locale/LocaleInformation_fo_FO.properties.lo gnu/java/locale/LocaleInformation_fr.properties.lo gnu/java/locale/LocaleInformation_fr_BE.properties.lo gnu/java/locale/LocaleInformation_fr_CA.properties.lo gnu/java/locale/LocaleInformation_fr_CH.properties.lo gnu/java/locale/LocaleInformation_fr_LU.properties.lo gnu/java/locale/LocaleInformation_fur.properties.lo gnu/java/locale/LocaleInformation_ga.properties.lo gnu/java/locale/LocaleInformation_ga_IE.properties.lo gnu/java/locale/LocaleInformation_gaa.properties.lo gnu/java/locale/LocaleInformation_gez.properties.lo gnu/java/locale/LocaleInformation_gez_ER.properties.lo gnu/java/locale/LocaleInformation_gez_ET.properties.lo gnu/java/locale/LocaleInformation_gl.properties.lo gnu/java/locale/LocaleInformation_gl_ES.properties.lo gnu/java/locale/LocaleInformation_gu.properties.lo gnu/java/locale/LocaleInformation_gu_IN.properties.lo gnu/java/locale/LocaleInformation_gv.properties.lo gnu/java/locale/LocaleInformation_gv_GB.properties.lo gnu/java/locale/LocaleInformation_ha.properties.lo gnu/java/locale/LocaleInformation_ha_Arab.properties.lo gnu/java/locale/LocaleInformation_haw.properties.lo gnu/java/locale/LocaleInformation_haw_US.properties.lo gnu/java/locale/LocaleInformation_he.properties.lo gnu/java/locale/LocaleInformation_he_IL.properties.lo gnu/java/locale/LocaleInformation_hi.properties.lo gnu/java/locale/LocaleInformation_hi_IN.properties.lo gnu/java/locale/LocaleInformation_hr.properties.lo gnu/java/locale/LocaleInformation_hu.properties.lo gnu/java/locale/LocaleInformation_hu_HU.properties.lo gnu/java/locale/LocaleInformation_hy.properties.lo gnu/java/locale/LocaleInformation_hy_AM.properties.lo gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties.lo gnu/java/locale/LocaleInformation_ia.properties.lo gnu/java/locale/LocaleInformation_id.properties.lo gnu/java/locale/LocaleInformation_id_ID.properties.lo gnu/java/locale/LocaleInformation_ig.properties.lo gnu/java/locale/LocaleInformation_ii.properties.lo gnu/java/locale/LocaleInformation_is.properties.lo gnu/java/locale/LocaleInformation_is_IS.properties.lo gnu/java/locale/LocaleInformation_it.properties.lo gnu/java/locale/LocaleInformation_it_CH.properties.lo gnu/java/locale/LocaleInformation_it_IT.properties.lo gnu/java/locale/LocaleInformation_iu.properties.lo gnu/java/locale/LocaleInformation_ja.properties.lo gnu/java/locale/LocaleInformation_ja_JP.properties.lo gnu/java/locale/LocaleInformation_ka.properties.lo gnu/java/locale/LocaleInformation_kaj.properties.lo gnu/java/locale/LocaleInformation_kam.properties.lo gnu/java/locale/LocaleInformation_kcg.properties.lo gnu/java/locale/LocaleInformation_kfo.properties.lo gnu/java/locale/LocaleInformation_kk.properties.lo gnu/java/locale/LocaleInformation_kk_KZ.properties.lo gnu/java/locale/LocaleInformation_kl.properties.lo gnu/java/locale/LocaleInformation_kl_GL.properties.lo gnu/java/locale/LocaleInformation_km.properties.lo gnu/java/locale/LocaleInformation_km_KH.properties.lo gnu/java/locale/LocaleInformation_kn.properties.lo gnu/java/locale/LocaleInformation_kn_IN.properties.lo gnu/java/locale/LocaleInformation_ko.properties.lo gnu/java/locale/LocaleInformation_ko_KR.properties.lo gnu/java/locale/LocaleInformation_kok.properties.lo gnu/java/locale/LocaleInformation_kok_IN.properties.lo gnu/java/locale/LocaleInformation_kpe.properties.lo gnu/java/locale/LocaleInformation_ku.properties.lo gnu/java/locale/LocaleInformation_ku_Arab.properties.lo gnu/java/locale/LocaleInformation_ku_Latn.properties.lo gnu/java/locale/LocaleInformation_kw.properties.lo gnu/java/locale/LocaleInformation_kw_GB.properties.lo gnu/java/locale/LocaleInformation_ky.properties.lo gnu/java/locale/LocaleInformation_ln.properties.lo gnu/java/locale/LocaleInformation_lo.properties.lo gnu/java/locale/LocaleInformation_lo_LA.properties.lo gnu/java/locale/LocaleInformation_lt.properties.lo gnu/java/locale/LocaleInformation_lt_LT.properties.lo gnu/java/locale/LocaleInformation_lv.properties.lo gnu/java/locale/LocaleInformation_lv_LV.properties.lo gnu/java/locale/LocaleInformation_mk.properties.lo gnu/java/locale/LocaleInformation_ml.properties.lo gnu/java/locale/LocaleInformation_ml_IN.properties.lo gnu/java/locale/LocaleInformation_mn.properties.lo gnu/java/locale/LocaleInformation_mr.properties.lo gnu/java/locale/LocaleInformation_mr_IN.properties.lo gnu/java/locale/LocaleInformation_ms.properties.lo gnu/java/locale/LocaleInformation_ms_BN.properties.lo gnu/java/locale/LocaleInformation_ms_MY.properties.lo gnu/java/locale/LocaleInformation_mt.properties.lo gnu/java/locale/LocaleInformation_mt_MT.properties.lo gnu/java/locale/LocaleInformation_my.properties.lo gnu/java/locale/LocaleInformation_nb.properties.lo gnu/java/locale/LocaleInformation_nb_NO.properties.lo gnu/java/locale/LocaleInformation_ne.properties.lo gnu/java/locale/LocaleInformation_nl.properties.lo gnu/java/locale/LocaleInformation_nl_BE.properties.lo gnu/java/locale/LocaleInformation_nl_NL.properties.lo gnu/java/locale/LocaleInformation_nn.properties.lo gnu/java/locale/LocaleInformation_nn_NO.properties.lo gnu/java/locale/LocaleInformation_nr.properties.lo gnu/java/locale/LocaleInformation_nso.properties.lo gnu/java/locale/LocaleInformation_ny.properties.lo gnu/java/locale/LocaleInformation_om.properties.lo gnu/java/locale/LocaleInformation_om_ET.properties.lo gnu/java/locale/LocaleInformation_om_KE.properties.lo gnu/java/locale/LocaleInformation_or.properties.lo gnu/java/locale/LocaleInformation_or_IN.properties.lo gnu/java/locale/LocaleInformation_pa.properties.lo gnu/java/locale/LocaleInformation_pa_Arab.properties.lo gnu/java/locale/LocaleInformation_pa_IN.properties.lo gnu/java/locale/LocaleInformation_pl.properties.lo gnu/java/locale/LocaleInformation_pl_PL.properties.lo gnu/java/locale/LocaleInformation_ps.properties.lo gnu/java/locale/LocaleInformation_ps_AF.properties.lo gnu/java/locale/LocaleInformation_pt.properties.lo gnu/java/locale/LocaleInformation_pt_BR.properties.lo gnu/java/locale/LocaleInformation_pt_PT.properties.lo gnu/java/locale/LocaleInformation_ro.properties.lo gnu/java/locale/LocaleInformation_ro_RO.properties.lo gnu/java/locale/LocaleInformation_ru.properties.lo gnu/java/locale/LocaleInformation_ru_RU.properties.lo gnu/java/locale/LocaleInformation_ru_UA.properties.lo gnu/java/locale/LocaleInformation_rw.properties.lo gnu/java/locale/LocaleInformation_sa.properties.lo gnu/java/locale/LocaleInformation_sa_IN.properties.lo gnu/java/locale/LocaleInformation_se.properties.lo gnu/java/locale/LocaleInformation_se_FI.properties.lo gnu/java/locale/LocaleInformation_si.properties.lo gnu/java/locale/LocaleInformation_sid.properties.lo gnu/java/locale/LocaleInformation_sid_ET.properties.lo gnu/java/locale/LocaleInformation_sk.properties.lo gnu/java/locale/LocaleInformation_sk_SK.properties.lo gnu/java/locale/LocaleInformation_sl.properties.lo gnu/java/locale/LocaleInformation_sl_SI.properties.lo gnu/java/locale/LocaleInformation_so.properties.lo gnu/java/locale/LocaleInformation_so_DJ.properties.lo gnu/java/locale/LocaleInformation_so_ET.properties.lo gnu/java/locale/LocaleInformation_so_KE.properties.lo gnu/java/locale/LocaleInformation_so_SO.properties.lo gnu/java/locale/LocaleInformation_sq.properties.lo gnu/java/locale/LocaleInformation_sq_AL.properties.lo gnu/java/locale/LocaleInformation_sr.properties.lo gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties.lo gnu/java/locale/LocaleInformation_sr_BA_Latn.properties.lo gnu/java/locale/LocaleInformation_sr_Cyrl.properties.lo gnu/java/locale/LocaleInformation_sr_Latn.properties.lo gnu/java/locale/LocaleInformation_sr_ME_Latn.properties.lo gnu/java/locale/LocaleInformation_sr_RS_Latn.properties.lo gnu/java/locale/LocaleInformation_ss.properties.lo gnu/java/locale/LocaleInformation_ssy.properties.lo gnu/java/locale/LocaleInformation_st.properties.lo gnu/java/locale/LocaleInformation_sv.properties.lo gnu/java/locale/LocaleInformation_sv_FI.properties.lo gnu/java/locale/LocaleInformation_sv_SE.properties.lo gnu/java/locale/LocaleInformation_sw.properties.lo gnu/java/locale/LocaleInformation_sw_KE.properties.lo gnu/java/locale/LocaleInformation_sw_TZ.properties.lo gnu/java/locale/LocaleInformation_syr.properties.lo gnu/java/locale/LocaleInformation_syr_SY.properties.lo gnu/java/locale/LocaleInformation_ta.properties.lo gnu/java/locale/LocaleInformation_ta_IN.properties.lo gnu/java/locale/LocaleInformation_te.properties.lo gnu/java/locale/LocaleInformation_te_IN.properties.lo gnu/java/locale/LocaleInformation_tg.properties.lo gnu/java/locale/LocaleInformation_th.properties.lo gnu/java/locale/LocaleInformation_th_TH.properties.lo gnu/java/locale/LocaleInformation_ti.properties.lo gnu/java/locale/LocaleInformation_ti_ER.properties.lo gnu/java/locale/LocaleInformation_ti_ET.properties.lo gnu/java/locale/LocaleInformation_tig.properties.lo gnu/java/locale/LocaleInformation_tig_ER.properties.lo gnu/java/locale/LocaleInformation_tn.properties.lo gnu/java/locale/LocaleInformation_to.properties.lo gnu/java/locale/LocaleInformation_tr.properties.lo gnu/java/locale/LocaleInformation_tr_TR.properties.lo gnu/java/locale/LocaleInformation_trv.properties.lo gnu/java/locale/LocaleInformation_ts.properties.lo gnu/java/locale/LocaleInformation_tt.properties.lo gnu/java/locale/LocaleInformation_tt_RU.properties.lo gnu/java/locale/LocaleInformation_ug.properties.lo gnu/java/locale/LocaleInformation_uk.properties.lo gnu/java/locale/LocaleInformation_uk_UA.properties.lo gnu/java/locale/LocaleInformation_ur.properties.lo gnu/java/locale/LocaleInformation_ur_IN.properties.lo gnu/java/locale/LocaleInformation_uz.properties.lo gnu/java/locale/LocaleInformation_uz_AF_Arab.properties.lo gnu/java/locale/LocaleInformation_uz_Arab.properties.lo gnu/java/locale/LocaleInformation_uz_Latn.properties.lo gnu/java/locale/LocaleInformation_ve.properties.lo gnu/java/locale/LocaleInformation_vi.properties.lo gnu/java/locale/LocaleInformation_wal.properties.lo gnu/java/locale/LocaleInformation_wal_ET.properties.lo gnu/java/locale/LocaleInformation_wo.properties.lo gnu/java/locale/LocaleInformation_xh.properties.lo gnu/java/locale/LocaleInformation_yo.properties.lo gnu/java/locale/LocaleInformation_zh.properties.lo gnu/java/locale/LocaleInformation_zh_CN_Hans.properties.lo gnu/java/locale/LocaleInformation_zh_HK_Hant.properties.lo gnu/java/locale/LocaleInformation_zh_Hant.properties.lo gnu/java/locale/LocaleInformation_zh_MO_Hant.properties.lo gnu/java/locale/LocaleInformation_zh_SG_Hans.properties.lo gnu/java/locale/LocaleInformation_zh_TW_Hant.properties.lo gnu/java/locale/LocaleInformation_zu.properties.lo gnu/java/util/regex/MessagesBundle.properties.lo gnu/java/util/regex/MessagesBundle_fr.properties.lo gnu/java/util/regex/MessagesBundle_it.properties.lo gnu/javax/print/PrinterDialog.properties.lo gnu/javax/print/PrinterDialog_de.properties.lo gnu/javax/security/auth/callback/MessagesBundle.properties.lo java/text/metazones.properties.lo java/util/iso4217.properties.lo java/util/weeks.properties.lo javax/imageio/plugins/jpeg/MessagesBundle.properties.lo javax/swing/text/html/default.css.lo org/ietf/jgss/MessagesBundle.properties.lo META-INF/services/java.util.prefs.PreferencesFactory.lo META-INF/services/java.util.prefs.PreferencesFactory.in.lo META-INF/services/javax.sound.midi.spi.MidiDeviceProvider.lo META-INF/services/javax.sound.midi.spi.MidiFileReader.lo META-INF/services/javax.sound.midi.spi.MidiFileWriter.lo META-INF/services/javax.sound.sampled.spi.AudioFileReader.lo gnu-CORBA.lo gnu-java-awt-dnd-peer-gtk.lo gnu-java-awt-peer-gtk.lo gnu-java-awt-peer-swing.lo gnu-java-beans.lo gnu-java-lang-management.lo gnu-java-math.lo gnu-java-util-prefs-gconf.lo gnu-javax-management.lo gnu-javax-rmi.lo gnu-javax-sound-midi.lo gnu-xml-aelfred2.lo gnu-xml-dom.lo gnu-xml-libxmlj.lo gnu-xml-pipeline.lo gnu-xml-stream.lo gnu-xml-transform.lo gnu-xml-util.lo gnu-xml-validation.lo gnu-xml-xpath.lo java-lang-management.lo javax-imageio.lo javax-rmi.lo javax-xml.lo org-omg-CORBA.lo org-omg-CORBA_2_3.lo org-omg-CosNaming.lo org-omg-Dynamic.lo org-omg-DynamicAny.lo org-omg-IOP.lo org-omg-Messaging.lo org-omg-PortableInterceptor.lo org-omg-PortableServer.lo org-omg-SendingContext.lo org-omg-stub.lo org-relaxng.lo org-w3c.lo org-xml.lo ../libffi/libffi_convenience.la ../zlib/libzgcj_convenience.la ../boehm-gc/libgcjgc_convenience.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 /usr/lib/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/prims.o .libs/jni.o .libs/exception.o .libs/stacktrace.o .libs/link.o .libs/defineclass.o .libs/verify.o .libs/jvmti.o .libs/interpret.o gnu/classpath/jdwp/.libs/natVMFrame.o gnu/classpath/jdwp/.libs/natVMMethod.o gnu/classpath/jdwp/.libs/natVMVirtualMachine.o gnu/classpath/.libs/natConfiguration.o gnu/classpath/.libs/natSystemProperties.o gnu/classpath/.libs/natVMStackWalker.o gnu/gcj/.libs/natCore.o gnu/gcj/convert/.libs/JIS0208_to_Unicode.o gnu/gcj/convert/.libs/JIS0212_to_Unicode.o gnu/gcj/convert/.libs/Unicode_to_JIS.o gnu/gcj/convert/.libs/natIconv.o gnu/gcj/convert/.libs/natInput_EUCJIS.o gnu/gcj/convert/.libs/natInput_SJIS.o gnu/gcj/convert/.libs/natOutput_EUCJIS.o gnu/gcj/convert/.libs/natOutput_SJIS.o gnu/gcj/io/.libs/natSimpleSHSStream.o gnu/gcj/io/.libs/shs.o gnu/gcj/jvmti/.libs/natBreakpoint.o gnu/gcj/jvmti/.libs/natNormalBreakpoint.o gnu/gcj/runtime/.libs/natFinalizerThread.o gnu/gcj/runtime/.libs/natSharedLibLoader.o gnu/gcj/runtime/.libs/natSystemClassLoader.o gnu/gcj/runtime/.libs/natStringBuffer.o gnu/gcj/util/.libs/natDebug.o gnu/gcj/util/.libs/natGCInfo.o gnu/java/lang/.libs/natMainThread.o gnu/java/lang/management/.libs/natVMClassLoadingMXBeanImpl.o gnu/java/lang/management/.libs/natVMCompilationMXBeanImpl.o gnu/java/lang/management/.libs/natVMGarbageCollectorMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryManagerMXBeanImpl.o gnu/java/lang/management/.libs/natVMMemoryPoolMXBeanImpl.o gnu/java/lang/management/.libs/natVMOperatingSystemMXBeanImpl.o gnu/java/lang/management/.libs/natVMRuntimeMXBeanImpl.o gnu/java/lang/management/.libs/natVMThreadMXBeanImpl.o gnu/java/net/.libs/natPlainDatagramSocketImpl.o gnu/java/net/.libs/natPlainSocketImpl.o gnu/java/net/protocol/core/.libs/natCoreInputStream.o gnu/java/nio/.libs/natVMPipe.o gnu/java/nio/.libs/natVMSelector.o gnu/java/nio/.libs/natNIOServerSocket.o gnu/java/nio/.libs/natVMChannel.o gnu/java/nio/channels/.libs/natFileChannelImpl.o gnu/java/security/jce/prng/.libs/natVMSecureRandom.o java/io/.libs/natFile.o java/io/.libs/natVMObjectInputStream.o java/io/.libs/natVMObjectStreamClass.o java/lang/.libs/natCharacter.o java/lang/.libs/natClass.o java/lang/.libs/natClassLoader.o java/lang/.libs/natConcreteProcess.o java/lang/.libs/natVMDouble.o java/lang/.libs/natVMFloat.o java/lang/.libs/natMath.o java/lang/.libs/natObject.o java/lang/.libs/natRuntime.o java/lang/.libs/natString.o java/lang/.libs/natAbstractStringBuffer.o java/lang/.libs/natSystem.o java/lang/.libs/natThread.o java/lang/.libs/natThreadLocal.o java/lang/.libs/natVMClassLoader.o java/lang/.libs/natVMProcess.o java/lang/.libs/natVMThrowable.o java/lang/ref/.libs/natReference.o java/lang/reflect/.libs/natArray.o java/lang/reflect/.libs/natConstructor.o java/lang/reflect/.libs/natField.o java/lang/reflect/.libs/natMethod.o java/lang/reflect/.libs/natVMProxy.o java/net/.libs/natVMInetAddress.o java/net/.libs/natVMNetworkInterface.o java/net/.libs/natVMURLConnection.o java/nio/channels/.libs/natVMChannels.o java/nio/.libs/natVMDirectByteBufferImpl.o java/security/.libs/natVMAccessController.o java/security/.libs/natVMAccessControlState.o java/text/.libs/natCollator.o java/util/.libs/natVMTimeZone.o java/util/concurrent/atomic/.libs/natAtomicLong.o java/util/logging/.libs/natLogger.o java/util/zip/.libs/natDeflater.o java/util/zip/.libs/natInflater.o sun/misc/.libs/natUnsafe.o .libs/boehm.o .libs/posix.o .libs/posix-threads.o java/lang/.libs/Object.o java/lang/.libs/Class.o java/.libs/process-Posix.o gnu/.libs/awt.o gnu/awt/.libs/j2d.o gnu/.libs/classpath.o gnu/classpath/.libs/debug.o gnu/classpath/.libs/toolkit.o gnu/.libs/gcj.o gnu/gcj/.libs/convert.o gnu/gcj/.libs/io.o gnu/gcj/.libs/runtime.o gnu/gcj/.libs/util.o gnu/java/.libs/awt.o gnu/java/awt/.libs/color.o gnu/java/awt/.libs/dnd.o gnu/java/awt/.libs/font.o gnu/java/awt/font/.libs/autofit.o gnu/java/awt/font/.libs/opentype.o gnu/java/awt/font/opentype/.libs/truetype.o gnu/java/awt/.libs/image.o gnu/java/awt/.libs/java2d.o gnu/java/awt/.libs/peer.o gnu/java/awt/peer/.libs/headless.o gnu/java/awt/.libs/print.o gnu/java/.libs/io.o gnu/java/.libs/lang.o gnu/java/lang/.libs/reflect.o gnu/java/.libs/locale.o gnu/java/.libs/net.o gnu/java/net/.libs/loader.o gnu/java/net/.libs/local.o gnu/java/net/protocol/.libs/core.o gnu/java/net/protocol/.libs/file.o gnu/java/net/protocol/.libs/ftp.o gnu/java/net/protocol/.libs/gcjlib.o gnu/java/net/protocol/.libs/http.o gnu/java/net/protocol/.libs/https.o gnu/java/net/protocol/.libs/jar.o gnu/java/.libs/nio.o gnu/java/nio/.libs/channels.o gnu/java/nio/.libs/charset.o gnu/java/.libs/rmi.o gnu/java/rmi/.libs/activation.o gnu/java/rmi/.libs/dgc.o gnu/java/rmi/.libs/registry.o gnu/java/rmi/.libs/server.o gnu/java/.libs/security.o gnu/java/security/.libs/action.o gnu/java/security/.libs/ber.o gnu/java/security/.libs/der.o gnu/java/security/.libs/hash.o gnu/java/security/jce/.libs/hash.o gnu/java/security/jce/.libs/prng.o gnu/java/security/jce/.libs/sig.o gnu/java/security/.libs/key.o gnu/java/security/key/.libs/dss.o gnu/java/security/key/.libs/rsa.o gnu/java/security/.libs/pkcs.o gnu/java/security/.libs/prng.o gnu/java/security/.libs/provider.o gnu/java/security/.libs/sig.o gnu/java/security/sig/.libs/dss.o gnu/java/security/sig/.libs/rsa.o gnu/java/security/.libs/util.o gnu/java/security/.libs/x509.o gnu/java/security/x509/.libs/ext.o gnu/java/.libs/text.o gnu/java/.libs/util.o gnu/java/util/.libs/jar.o gnu/java/util/.libs/prefs.o gnu/java/util/.libs/regex.o gnu/javax/activation/.libs/viewers.o gnu/javax/.libs/crypto.o gnu/javax/crypto/.libs/assembly.o gnu/javax/crypto/.libs/cipher.o gnu/javax/crypto/.libs/jce.o gnu/javax/crypto/jce/.libs/cipher.o gnu/javax/crypto/jce/.libs/key.o gnu/javax/crypto/jce/.libs/keyring.o gnu/javax/crypto/jce/.libs/mac.o gnu/javax/crypto/jce/.libs/params.o gnu/javax/crypto/jce/.libs/prng.o gnu/javax/crypto/jce/.libs/sig.o gnu/javax/crypto/jce/.libs/spec.o gnu/javax/crypto/.libs/key.o gnu/javax/crypto/key/.libs/dh.o gnu/javax/crypto/key/.libs/srp6.o gnu/javax/crypto/.libs/keyring.o gnu/javax/crypto/.libs/kwa.o gnu/javax/crypto/.libs/mac.o gnu/javax/crypto/.libs/mode.o gnu/javax/crypto/.libs/pad.o gnu/javax/crypto/.libs/prng.o gnu/javax/crypto/.libs/sasl.o gnu/javax/crypto/sasl/.libs/anonymous.o gnu/javax/crypto/sasl/.libs/crammd5.o gnu/javax/crypto/sasl/.libs/plain.o gnu/javax/crypto/sasl/.libs/srp.o gnu/javax/.libs/imageio.o gnu/javax/imageio/.libs/bmp.o gnu/javax/imageio/.libs/gif.o gnu/javax/imageio/.libs/jpeg.o gnu/javax/imageio/.libs/png.o gnu/javax/naming/.libs/giop.o gnu/javax/naming/ictxImpl/.libs/trans.o gnu/javax/naming/jndi/url/.libs/corbaname.o gnu/javax/naming/jndi/url/.libs/rmi.o gnu/javax/net/.libs/ssl.o gnu/javax/net/ssl/.libs/provider.o gnu/javax/.libs/print.o gnu/javax/print/.libs/ipp.o gnu/javax/print/ipp/.libs/attribute.o gnu/javax/print/ipp/attribute/.libs/defaults.o gnu/javax/print/ipp/attribute/.libs/job.o gnu/javax/print/ipp/attribute/.libs/printer.o gnu/javax/print/ipp/attribute/.libs/supported.o gnu/javax/security/.libs/auth.o gnu/javax/security/auth/.libs/callback.o gnu/javax/security/auth/.libs/login.o gnu/javax/.libs/sound.o gnu/javax/sound/sampled/.libs/AU.o gnu/javax/sound/sampled/.libs/WAV.o gnu/javax/swing/plaf/.libs/gnu.o gnu/javax/swing/plaf/.libs/metal.o gnu/javax/swing/text/.libs/html.o gnu/javax/swing/text/html/.libs/css.o gnu/javax/swing/text/html/parser/.libs/GnuParserDelegator.o gnu/javax/swing/text/html/parser/.libs/HTML_401F.o gnu/javax/swing/text/html/parser/.libs/SmallHtmlAttributeSet.o gnu/javax/swing/text/html/parser/.libs/gnuDTD.o gnu/javax/swing/text/html/parser/.libs/htmlAttributeSet.o gnu/javax/swing/text/html/parser/.libs/htmlValidator.o gnu/javax/swing/text/html/parser/.libs/models.o gnu/javax/swing/text/html/parser/.libs/support.o gnu/javax/swing/text/html/parser/support/.libs/low.o gnu/javax/swing/.libs/tree.o java/.libs/applet.o java/.libs/awt.o java/awt/.libs/color.o java/awt/.libs/datatransfer.o java/awt/.libs/dnd.o java/awt/dnd/.libs/peer.o java/awt/.libs/event.o java/awt/.libs/font.o java/awt/.libs/geom.o java/awt/.libs/im.o java/awt/im/.libs/spi.o java/awt/.libs/image.o java/awt/image/.libs/renderable.o java/awt/.libs/peer.o java/awt/.libs/print.o java/.libs/beans.o java/beans/.libs/beancontext.o java/.libs/io.o java/.libs/lang.o java/lang/.libs/annotation.o java/lang/.libs/instrument.o java/lang/.libs/ref.o java/lang/.libs/reflect.o java/.libs/math.o java/.libs/net.o java/.libs/nio.o java/nio/.libs/channels.o java/nio/channels/.libs/spi.o java/nio/.libs/charset.o java/nio/charset/.libs/spi.o java/.libs/rmi.o java/rmi/.libs/activation.o java/rmi/.libs/dgc.o java/rmi/.libs/registry.o java/rmi/.libs/server.o java/.libs/security.o java/security/.libs/acl.o java/security/.libs/cert.o java/security/.libs/interfaces.o java/security/.libs/spec.o java/.libs/sql.o java/.libs/text.o java/text/.libs/spi.o java/.libs/util.o java/util/.libs/concurrent.o java/util/concurrent/.libs/atomic.o java/util/concurrent/.libs/locks.o java/util/.libs/jar.o java/util/.libs/logging.o java/util/.libs/prefs.o java/util/.libs/regex.o java/util/.libs/spi.o java/util/.libs/zip.o javax/.libs/accessibility.o javax/.libs/activation.o javax/.libs/activity.o javax/.libs/crypto.o javax/crypto/.libs/interfaces.o javax/crypto/.libs/spec.o javax/.libs/management.o javax/management/.libs/loading.o javax/management/.libs/openmbean.o javax/management/.libs/remote.o javax/management/remote/.libs/rmi.o javax/.libs/naming.o javax/naming/.libs/directory.o javax/naming/.libs/event.o javax/naming/.libs/ldap.o javax/naming/.libs/spi.o javax/.libs/net.o javax/net/.libs/ssl.o javax/.libs/print.o javax/print/.libs/attribute.o javax/print/attribute/.libs/standard.o javax/print/.libs/event.o javax/security/.libs/auth.o javax/security/auth/.libs/callback.o javax/security/auth/.libs/kerberos.o javax/security/auth/.libs/login.o javax/security/auth/.libs/spi.o javax/security/auth/.libs/x500.o javax/security/.libs/cert.o javax/security/.libs/sasl.o javax/sound/.libs/midi.o javax/sound/midi/.libs/spi.o javax/sound/.libs/sampled.o javax/sound/sampled/.libs/spi.o javax/.libs/sql.o javax/.libs/swing.o javax/swing/.libs/border.o javax/swing/.libs/colorchooser.o javax/swing/.libs/event.o javax/swing/.libs/filechooser.o javax/swing/.libs/plaf.o javax/swing/plaf/.libs/basic.o javax/swing/plaf/.libs/metal.o javax/swing/plaf/.libs/multi.o javax/swing/plaf/.libs/synth.o javax/swing/.libs/table.o javax/swing/.libs/text.o javax/swing/text/.libs/html.o javax/swing/text/html/.libs/parser.o javax/swing/text/.libs/rtf.o javax/swing/.libs/tree.o javax/swing/.libs/undo.o javax/.libs/tools.o javax/.libs/transaction.o javax/transaction/.libs/xa.o org/ietf/.libs/jgss.o sun/.libs/awt.o sun/.libs/misc.o sun/.libs/reflect.o sun/reflect/.libs/annotation.o sun/reflect/.libs/misc.o gnu/classpath/.libs/jdwp.o gnu/classpath/jdwp/.libs/event.o gnu/classpath/jdwp/event/.libs/filters.o gnu/classpath/jdwp/.libs/exception.o gnu/classpath/jdwp/.libs/id.o gnu/classpath/jdwp/.libs/processor.o gnu/classpath/jdwp/.libs/transport.o gnu/classpath/jdwp/.libs/util.o gnu/classpath/jdwp/.libs/value.o gnu/gcj/.libs/jvmti.o gnu/java/awt/font/.libs/fonts.properties.o gnu/java/awt/peer/gtk/.libs/font.properties.o gnu/java/awt/peer/x/.libs/fonts.properties.o gnu/java/awt/peer/x/.libs/xfonts.properties.o gnu/java/locale/.libs/LocaleInformation.properties.o gnu/java/locale/.libs/LocaleInformation_aa.properties.o gnu/java/locale/.libs/LocaleInformation_aa_DJ.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ER.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ER_SAAHO.properties.o gnu/java/locale/.libs/LocaleInformation_aa_ET.properties.o gnu/java/locale/.libs/LocaleInformation_af.properties.o gnu/java/locale/.libs/LocaleInformation_af_NA.properties.o gnu/java/locale/.libs/LocaleInformation_af_ZA.properties.o gnu/java/locale/.libs/LocaleInformation_ak.properties.o gnu/java/locale/.libs/LocaleInformation_am.properties.o gnu/java/locale/.libs/LocaleInformation_am_ET.properties.o gnu/java/locale/.libs/LocaleInformation_ar.properties.o gnu/java/locale/.libs/LocaleInformation_ar_DZ.properties.o gnu/java/locale/.libs/LocaleInformation_ar_JO.properties.o gnu/java/locale/.libs/LocaleInformation_ar_LB.properties.o gnu/java/locale/.libs/LocaleInformation_ar_MA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_QA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_SA.properties.o gnu/java/locale/.libs/LocaleInformation_ar_SY.properties.o gnu/java/locale/.libs/LocaleInformation_ar_TN.properties.o gnu/java/locale/.libs/LocaleInformation_ar_YE.properties.o gnu/java/locale/.libs/LocaleInformation_as.properties.o gnu/java/locale/.libs/LocaleInformation_as_IN.properties.o gnu/java/locale/.libs/LocaleInformation_az.properties.o gnu/java/locale/.libs/LocaleInformation_az_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_be.properties.o gnu/java/locale/.libs/LocaleInformation_be_BY.properties.o gnu/java/locale/.libs/LocaleInformation_bg.properties.o gnu/java/locale/.libs/LocaleInformation_bg_BG.properties.o gnu/java/locale/.libs/LocaleInformation_bn.properties.o gnu/java/locale/.libs/LocaleInformation_bn_IN.properties.o gnu/java/locale/.libs/LocaleInformation_bo.properties.o gnu/java/locale/.libs/LocaleInformation_bs.properties.o gnu/java/locale/.libs/LocaleInformation_byn.properties.o gnu/java/locale/.libs/LocaleInformation_byn_ER.properties.o gnu/java/locale/.libs/LocaleInformation_ca.properties.o gnu/java/locale/.libs/LocaleInformation_ca_ES.properties.o gnu/java/locale/.libs/LocaleInformation_cch.properties.o gnu/java/locale/.libs/LocaleInformation_cop.properties.o gnu/java/locale/.libs/LocaleInformation_cs.properties.o gnu/java/locale/.libs/LocaleInformation_cs_CZ.properties.o gnu/java/locale/.libs/LocaleInformation_cy.properties.o gnu/java/locale/.libs/LocaleInformation_cy_GB.properties.o gnu/java/locale/.libs/LocaleInformation_da.properties.o gnu/java/locale/.libs/LocaleInformation_da_DK.properties.o gnu/java/locale/.libs/LocaleInformation_de.properties.o gnu/java/locale/.libs/LocaleInformation_de_AT.properties.o gnu/java/locale/.libs/LocaleInformation_de_BE.properties.o gnu/java/locale/.libs/LocaleInformation_de_CH.properties.o gnu/java/locale/.libs/LocaleInformation_de_DE.properties.o gnu/java/locale/.libs/LocaleInformation_de_LI.properties.o gnu/java/locale/.libs/LocaleInformation_de_LU.properties.o gnu/java/locale/.libs/LocaleInformation_dv.properties.o gnu/java/locale/.libs/LocaleInformation_dv_MV.properties.o gnu/java/locale/.libs/LocaleInformation_dz.properties.o gnu/java/locale/.libs/LocaleInformation_dz_BT.properties.o gnu/java/locale/.libs/LocaleInformation_ee.properties.o gnu/java/locale/.libs/LocaleInformation_el.properties.o gnu/java/locale/.libs/LocaleInformation_el_CY.properties.o gnu/java/locale/.libs/LocaleInformation_el_GR.properties.o gnu/java/locale/.libs/LocaleInformation_en.properties.o gnu/java/locale/.libs/LocaleInformation_en_AS.properties.o gnu/java/locale/.libs/LocaleInformation_en_AU.properties.o gnu/java/locale/.libs/LocaleInformation_en_BE.properties.o gnu/java/locale/.libs/LocaleInformation_en_BW.properties.o gnu/java/locale/.libs/LocaleInformation_en_BZ.properties.o gnu/java/locale/.libs/LocaleInformation_en_CA.properties.o gnu/java/locale/.libs/LocaleInformation_en_Dsrt.properties.o gnu/java/locale/.libs/LocaleInformation_en_GB.properties.o gnu/java/locale/.libs/LocaleInformation_en_GU.properties.o gnu/java/locale/.libs/LocaleInformation_en_HK.properties.o gnu/java/locale/.libs/LocaleInformation_en_IE.properties.o gnu/java/locale/.libs/LocaleInformation_en_IN.properties.o gnu/java/locale/.libs/LocaleInformation_en_JM.properties.o gnu/java/locale/.libs/LocaleInformation_en_MH.properties.o gnu/java/locale/.libs/LocaleInformation_en_MP.properties.o gnu/java/locale/.libs/LocaleInformation_en_MT.properties.o gnu/java/locale/.libs/LocaleInformation_en_NA.properties.o gnu/java/locale/.libs/LocaleInformation_en_NZ.properties.o gnu/java/locale/.libs/LocaleInformation_en_PH.properties.o gnu/java/locale/.libs/LocaleInformation_en_PK.properties.o gnu/java/locale/.libs/LocaleInformation_en_SG.properties.o gnu/java/locale/.libs/LocaleInformation_en_Shaw.properties.o gnu/java/locale/.libs/LocaleInformation_en_TT.properties.o gnu/java/locale/.libs/LocaleInformation_en_UM.properties.o gnu/java/locale/.libs/LocaleInformation_en_US.properties.o gnu/java/locale/.libs/LocaleInformation_en_US_POSIX.properties.o gnu/java/locale/.libs/LocaleInformation_en_VI.properties.o gnu/java/locale/.libs/LocaleInformation_en_ZA.properties.o gnu/java/locale/.libs/LocaleInformation_en_ZW.properties.o gnu/java/locale/.libs/LocaleInformation_eo.properties.o gnu/java/locale/.libs/LocaleInformation_es.properties.o gnu/java/locale/.libs/LocaleInformation_es_AR.properties.o gnu/java/locale/.libs/LocaleInformation_es_BO.properties.o gnu/java/locale/.libs/LocaleInformation_es_CL.properties.o gnu/java/locale/.libs/LocaleInformation_es_CO.properties.o gnu/java/locale/.libs/LocaleInformation_es_CR.properties.o gnu/java/locale/.libs/LocaleInformation_es_DO.properties.o gnu/java/locale/.libs/LocaleInformation_es_EC.properties.o gnu/java/locale/.libs/LocaleInformation_es_ES.properties.o gnu/java/locale/.libs/LocaleInformation_es_GT.properties.o gnu/java/locale/.libs/LocaleInformation_es_HN.properties.o gnu/java/locale/.libs/LocaleInformation_es_MX.properties.o gnu/java/locale/.libs/LocaleInformation_es_NI.properties.o gnu/java/locale/.libs/LocaleInformation_es_PA.properties.o gnu/java/locale/.libs/LocaleInformation_es_PE.properties.o gnu/java/locale/.libs/LocaleInformation_es_PR.properties.o gnu/java/locale/.libs/LocaleInformation_es_PY.properties.o gnu/java/locale/.libs/LocaleInformation_es_SV.properties.o gnu/java/locale/.libs/LocaleInformation_es_US.properties.o gnu/java/locale/.libs/LocaleInformation_es_UY.properties.o gnu/java/locale/.libs/LocaleInformation_es_VE.properties.o gnu/java/locale/.libs/LocaleInformation_et.properties.o gnu/java/locale/.libs/LocaleInformation_et_EE.properties.o gnu/java/locale/.libs/LocaleInformation_eu.properties.o gnu/java/locale/.libs/LocaleInformation_eu_ES.properties.o gnu/java/locale/.libs/LocaleInformation_fa.properties.o gnu/java/locale/.libs/LocaleInformation_fa_AF.properties.o gnu/java/locale/.libs/LocaleInformation_fa_IR.properties.o gnu/java/locale/.libs/LocaleInformation_fi.properties.o gnu/java/locale/.libs/LocaleInformation_fi_FI.properties.o gnu/java/locale/.libs/LocaleInformation_fil.properties.o gnu/java/locale/.libs/LocaleInformation_fo.properties.o gnu/java/locale/.libs/LocaleInformation_fo_FO.properties.o gnu/java/locale/.libs/LocaleInformation_fr.properties.o gnu/java/locale/.libs/LocaleInformation_fr_BE.properties.o gnu/java/locale/.libs/LocaleInformation_fr_CA.properties.o gnu/java/locale/.libs/LocaleInformation_fr_CH.properties.o gnu/java/locale/.libs/LocaleInformation_fr_LU.properties.o gnu/java/locale/.libs/LocaleInformation_fur.properties.o gnu/java/locale/.libs/LocaleInformation_ga.properties.o gnu/java/locale/.libs/LocaleInformation_ga_IE.properties.o gnu/java/locale/.libs/LocaleInformation_gaa.properties.o gnu/java/locale/.libs/LocaleInformation_gez.properties.o gnu/java/locale/.libs/LocaleInformation_gez_ER.properties.o gnu/java/locale/.libs/LocaleInformation_gez_ET.properties.o gnu/java/locale/.libs/LocaleInformation_gl.properties.o gnu/java/locale/.libs/LocaleInformation_gl_ES.properties.o gnu/java/locale/.libs/LocaleInformation_gu.properties.o gnu/java/locale/.libs/LocaleInformation_gu_IN.properties.o gnu/java/locale/.libs/LocaleInformation_gv.properties.o gnu/java/locale/.libs/LocaleInformation_gv_GB.properties.o gnu/java/locale/.libs/LocaleInformation_ha.properties.o gnu/java/locale/.libs/LocaleInformation_ha_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_haw.properties.o gnu/java/locale/.libs/LocaleInformation_haw_US.properties.o gnu/java/locale/.libs/LocaleInformation_he.properties.o gnu/java/locale/.libs/LocaleInformation_he_IL.properties.o gnu/java/locale/.libs/LocaleInformation_hi.properties.o gnu/java/locale/.libs/LocaleInformation_hi_IN.properties.o gnu/java/locale/.libs/LocaleInformation_hr.properties.o gnu/java/locale/.libs/LocaleInformation_hu.properties.o gnu/java/locale/.libs/LocaleInformation_hu_HU.properties.o gnu/java/locale/.libs/LocaleInformation_hy.properties.o gnu/java/locale/.libs/LocaleInformation_hy_AM.properties.o gnu/java/locale/.libs/LocaleInformation_hy_AM_REVISED.properties.o gnu/java/locale/.libs/LocaleInformation_ia.properties.o gnu/java/locale/.libs/LocaleInformation_id.properties.o gnu/java/locale/.libs/LocaleInformation_id_ID.properties.o gnu/java/locale/.libs/LocaleInformation_ig.properties.o gnu/java/locale/.libs/LocaleInformation_ii.properties.o gnu/java/locale/.libs/LocaleInformation_is.properties.o gnu/java/locale/.libs/LocaleInformation_is_IS.properties.o gnu/java/locale/.libs/LocaleInformation_it.properties.o gnu/java/locale/.libs/LocaleInformation_it_CH.properties.o gnu/java/locale/.libs/LocaleInformation_it_IT.properties.o gnu/java/locale/.libs/LocaleInformation_iu.properties.o gnu/java/locale/.libs/LocaleInformation_ja.properties.o gnu/java/locale/.libs/LocaleInformation_ja_JP.properties.o gnu/java/locale/.libs/LocaleInformation_ka.properties.o gnu/java/locale/.libs/LocaleInformation_kaj.properties.o gnu/java/locale/.libs/LocaleInformation_kam.properties.o gnu/java/locale/.libs/LocaleInformation_kcg.properties.o gnu/java/locale/.libs/LocaleInformation_kfo.properties.o gnu/java/locale/.libs/LocaleInformation_kk.properties.o gnu/java/locale/.libs/LocaleInformation_kk_KZ.properties.o gnu/java/locale/.libs/LocaleInformation_kl.properties.o gnu/java/locale/.libs/LocaleInformation_kl_GL.properties.o gnu/java/locale/.libs/LocaleInformation_km.properties.o gnu/java/locale/.libs/LocaleInformation_km_KH.properties.o gnu/java/locale/.libs/LocaleInformation_kn.properties.o gnu/java/locale/.libs/LocaleInformation_kn_IN.properties.o gnu/java/locale/.libs/LocaleInformation_ko.properties.o gnu/java/locale/.libs/LocaleInformation_ko_KR.properties.o gnu/java/locale/.libs/LocaleInformation_kok.properties.o gnu/java/locale/.libs/LocaleInformation_kok_IN.properties.o gnu/java/locale/.libs/LocaleInformation_kpe.properties.o gnu/java/locale/.libs/LocaleInformation_ku.properties.o gnu/java/locale/.libs/LocaleInformation_ku_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_ku_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_kw.properties.o gnu/java/locale/.libs/LocaleInformation_kw_GB.properties.o gnu/java/locale/.libs/LocaleInformation_ky.properties.o gnu/java/locale/.libs/LocaleInformation_ln.properties.o gnu/java/locale/.libs/LocaleInformation_lo.properties.o gnu/java/locale/.libs/LocaleInformation_lo_LA.properties.o gnu/java/locale/.libs/LocaleInformation_lt.properties.o gnu/java/locale/.libs/LocaleInformation_lt_LT.properties.o gnu/java/locale/.libs/LocaleInformation_lv.properties.o gnu/java/locale/.libs/LocaleInformation_lv_LV.properties.o gnu/java/locale/.libs/LocaleInformation_mk.properties.o gnu/java/locale/.libs/LocaleInformation_ml.properties.o gnu/java/locale/.libs/LocaleInformation_ml_IN.properties.o gnu/java/locale/.libs/LocaleInformation_mn.properties.o gnu/java/locale/.libs/LocaleInformation_mr.properties.o gnu/java/locale/.libs/LocaleInformation_mr_IN.properties.o gnu/java/locale/.libs/LocaleInformation_ms.properties.o gnu/java/locale/.libs/LocaleInformation_ms_BN.properties.o gnu/java/locale/.libs/LocaleInformation_ms_MY.properties.o gnu/java/locale/.libs/LocaleInformation_mt.properties.o gnu/java/locale/.libs/LocaleInformation_mt_MT.properties.o gnu/java/locale/.libs/LocaleInformation_my.properties.o gnu/java/locale/.libs/LocaleInformation_nb.properties.o gnu/java/locale/.libs/LocaleInformation_nb_NO.properties.o gnu/java/locale/.libs/LocaleInformation_ne.properties.o gnu/java/locale/.libs/LocaleInformation_nl.properties.o gnu/java/locale/.libs/LocaleInformation_nl_BE.properties.o gnu/java/locale/.libs/LocaleInformation_nl_NL.properties.o gnu/java/locale/.libs/LocaleInformation_nn.properties.o gnu/java/locale/.libs/LocaleInformation_nn_NO.properties.o gnu/java/locale/.libs/LocaleInformation_nr.properties.o gnu/java/locale/.libs/LocaleInformation_nso.properties.o gnu/java/locale/.libs/LocaleInformation_ny.properties.o gnu/java/locale/.libs/LocaleInformation_om.properties.o gnu/java/locale/.libs/LocaleInformation_om_ET.properties.o gnu/java/locale/.libs/LocaleInformation_om_KE.properties.o gnu/java/locale/.libs/LocaleInformation_or.properties.o gnu/java/locale/.libs/LocaleInformation_or_IN.properties.o gnu/java/locale/.libs/LocaleInformation_pa.properties.o gnu/java/locale/.libs/LocaleInformation_pa_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_pa_IN.properties.o gnu/java/locale/.libs/LocaleInformation_pl.properties.o gnu/java/locale/.libs/LocaleInformation_pl_PL.properties.o gnu/java/locale/.libs/LocaleInformation_ps.properties.o gnu/java/locale/.libs/LocaleInformation_ps_AF.properties.o gnu/java/locale/.libs/LocaleInformation_pt.properties.o gnu/java/locale/.libs/LocaleInformation_pt_BR.properties.o gnu/java/locale/.libs/LocaleInformation_pt_PT.properties.o gnu/java/locale/.libs/LocaleInformation_ro.properties.o gnu/java/locale/.libs/LocaleInformation_ro_RO.properties.o gnu/java/locale/.libs/LocaleInformation_ru.properties.o gnu/java/locale/.libs/LocaleInformation_ru_RU.properties.o gnu/java/locale/.libs/LocaleInformation_ru_UA.properties.o gnu/java/locale/.libs/LocaleInformation_rw.properties.o gnu/java/locale/.libs/LocaleInformation_sa.properties.o gnu/java/locale/.libs/LocaleInformation_sa_IN.properties.o gnu/java/locale/.libs/LocaleInformation_se.properties.o gnu/java/locale/.libs/LocaleInformation_se_FI.properties.o gnu/java/locale/.libs/LocaleInformation_si.properties.o gnu/java/locale/.libs/LocaleInformation_sid.properties.o gnu/java/locale/.libs/LocaleInformation_sid_ET.properties.o gnu/java/locale/.libs/LocaleInformation_sk.properties.o gnu/java/locale/.libs/LocaleInformation_sk_SK.properties.o gnu/java/locale/.libs/LocaleInformation_sl.properties.o gnu/java/locale/.libs/LocaleInformation_sl_SI.properties.o gnu/java/locale/.libs/LocaleInformation_so.properties.o gnu/java/locale/.libs/LocaleInformation_so_DJ.properties.o gnu/java/locale/.libs/LocaleInformation_so_ET.properties.o gnu/java/locale/.libs/LocaleInformation_so_KE.properties.o gnu/java/locale/.libs/LocaleInformation_so_SO.properties.o gnu/java/locale/.libs/LocaleInformation_sq.properties.o gnu/java/locale/.libs/LocaleInformation_sq_AL.properties.o gnu/java/locale/.libs/LocaleInformation_sr.properties.o gnu/java/locale/.libs/LocaleInformation_sr_BA_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_sr_BA_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_Cyrl.properties.o gnu/java/locale/.libs/LocaleInformation_sr_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_ME_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_sr_RS_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_ss.properties.o gnu/java/locale/.libs/LocaleInformation_ssy.properties.o gnu/java/locale/.libs/LocaleInformation_st.properties.o gnu/java/locale/.libs/LocaleInformation_sv.properties.o gnu/java/locale/.libs/LocaleInformation_sv_FI.properties.o gnu/java/locale/.libs/LocaleInformation_sv_SE.properties.o gnu/java/locale/.libs/LocaleInformation_sw.properties.o gnu/java/locale/.libs/LocaleInformation_sw_KE.properties.o gnu/java/locale/.libs/LocaleInformation_sw_TZ.properties.o gnu/java/locale/.libs/LocaleInformation_syr.properties.o gnu/java/locale/.libs/LocaleInformation_syr_SY.properties.o gnu/java/locale/.libs/LocaleInformation_ta.properties.o gnu/java/locale/.libs/LocaleInformation_ta_IN.properties.o gnu/java/locale/.libs/LocaleInformation_te.properties.o gnu/java/locale/.libs/LocaleInformation_te_IN.properties.o gnu/java/locale/.libs/LocaleInformation_tg.properties.o gnu/java/locale/.libs/LocaleInformation_th.properties.o gnu/java/locale/.libs/LocaleInformation_th_TH.properties.o gnu/java/locale/.libs/LocaleInformation_ti.properties.o gnu/java/locale/.libs/LocaleInformation_ti_ER.properties.o gnu/java/locale/.libs/LocaleInformation_ti_ET.properties.o gnu/java/locale/.libs/LocaleInformation_tig.properties.o gnu/java/locale/.libs/LocaleInformation_tig_ER.properties.o gnu/java/locale/.libs/LocaleInformation_tn.properties.o gnu/java/locale/.libs/LocaleInformation_to.properties.o gnu/java/locale/.libs/LocaleInformation_tr.properties.o gnu/java/locale/.libs/LocaleInformation_tr_TR.properties.o gnu/java/locale/.libs/LocaleInformation_trv.properties.o gnu/java/locale/.libs/LocaleInformation_ts.properties.o gnu/java/locale/.libs/LocaleInformation_tt.properties.o gnu/java/locale/.libs/LocaleInformation_tt_RU.properties.o gnu/java/locale/.libs/LocaleInformation_ug.properties.o gnu/java/locale/.libs/LocaleInformation_uk.properties.o gnu/java/locale/.libs/LocaleInformation_uk_UA.properties.o gnu/java/locale/.libs/LocaleInformation_ur.properties.o gnu/java/locale/.libs/LocaleInformation_ur_IN.properties.o gnu/java/locale/.libs/LocaleInformation_uz.properties.o gnu/java/locale/.libs/LocaleInformation_uz_AF_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_uz_Arab.properties.o gnu/java/locale/.libs/LocaleInformation_uz_Latn.properties.o gnu/java/locale/.libs/LocaleInformation_ve.properties.o gnu/java/locale/.libs/LocaleInformation_vi.properties.o gnu/java/locale/.libs/LocaleInformation_wal.properties.o gnu/java/locale/.libs/LocaleInformation_wal_ET.properties.o gnu/java/locale/.libs/LocaleInformation_wo.properties.o gnu/java/locale/.libs/LocaleInformation_xh.properties.o gnu/java/locale/.libs/LocaleInformation_yo.properties.o gnu/java/locale/.libs/LocaleInformation_zh.properties.o gnu/java/locale/.libs/LocaleInformation_zh_CN_Hans.properties.o gnu/java/locale/.libs/LocaleInformation_zh_HK_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_MO_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zh_SG_Hans.properties.o gnu/java/locale/.libs/LocaleInformation_zh_TW_Hant.properties.o gnu/java/locale/.libs/LocaleInformation_zu.properties.o gnu/java/util/regex/.libs/MessagesBundle.properties.o gnu/java/util/regex/.libs/MessagesBundle_fr.properties.o gnu/java/util/regex/.libs/MessagesBundle_it.properties.o gnu/javax/print/.libs/PrinterDialog.properties.o gnu/javax/print/.libs/PrinterDialog_de.properties.o gnu/javax/security/auth/callback/.libs/MessagesBundle.properties.o java/text/.libs/metazones.properties.o java/util/.libs/iso4217.properties.o java/util/.libs/weeks.properties.o javax/imageio/plugins/jpeg/.libs/MessagesBundle.properties.o javax/swing/text/html/.libs/default.css.o org/ietf/jgss/.libs/MessagesBundle.properties.o META-INF/services/.libs/java.util.prefs.PreferencesFactory.o META-INF/services/.libs/java.util.prefs.PreferencesFactory.in.o META-INF/services/.libs/javax.sound.midi.spi.MidiDeviceProvider.o META-INF/services/.libs/javax.sound.midi.spi.MidiFileReader.o META-INF/services/.libs/javax.sound.midi.spi.MidiFileWriter.o META-INF/services/.libs/javax.sound.sampled.spi.AudioFileReader.o .libs/gnu-CORBA.o .libs/gnu-java-awt-dnd-peer-gtk.o .libs/gnu-java-awt-peer-gtk.o .libs/gnu-java-awt-peer-swing.o .libs/gnu-java-beans.o .libs/gnu-java-lang-management.o .libs/gnu-java-math.o .libs/gnu-java-util-prefs-gconf.o .libs/gnu-javax-management.o .libs/gnu-javax-rmi.o .libs/gnu-javax-sound-midi.o .libs/gnu-xml-aelfred2.o .libs/gnu-xml-dom.o .libs/gnu-xml-libxmlj.o .libs/gnu-xml-pipeline.o .libs/gnu-xml-stream.o .libs/gnu-xml-transform.o .libs/gnu-xml-util.o .libs/gnu-xml-validation.o .libs/gnu-xml-xpath.o .libs/java-lang-management.o .libs/javax-imageio.o .libs/javax-rmi.o .libs/javax-xml.o .libs/org-omg-CORBA.o .libs/org-omg-CORBA_2_3.o .libs/org-omg-CosNaming.o .libs/org-omg-Dynamic.o .libs/org-omg-DynamicAny.o .libs/org-omg-IOP.o .libs/org-omg-Messaging.o .libs/org-omg-PortableInterceptor.o .libs/org-omg-PortableServer.o .libs/org-omg-SendingContext.o .libs/org-omg-stub.o .libs/org-relaxng.o .libs/org-w3c.o .libs/org-xml.o -Wl,--whole-archive ./libltdl/.libs/libltdlc.a classpath/native/fdlibm/.libs/libfdlibm.a ../libffi/.libs/libffi_convenience.a ../zlib/.libs/libzgcj_convenience.a ../boehm-gc/.libs/libgcjgc_convenience.a -Wl,--no-whole-archive -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -L[...]/hurd/master.build/[ARCH]/libjava -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic-functions -Wl,--version-script=../../../master/libjava/libgcj.ver -Wl,-soname -Wl,libgcj.so.12 -o .libs/libgcj.so.12.0.0 -+/bin/bash ./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 -L[...]/hurd/master.build/[ARCH]/libjava -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o libgcj.la -rpath [...]/hurd/master.build.install/lib -lpthread -lrt ./libltdl/libltdlc.la -version-info `grep -v '^#' ../../../master/libjava/libtool-version` -Wl,-Bsymbolic-functions -Wl,--version-script=../../../master/libjava/libgcj.ver -rpath [...]/hurd/master.build.install/lib prims.lo jni.lo exception.lo stacktrace.lo link.lo defineclass.lo verify.lo jvmti.lo interpret.lo gnu/classpath/jdwp/natVMFrame.lo gnu/classpath/jdwp/natVMMethod.lo gnu/classpath/jdwp/natVMVirtualMachine.lo gnu/classpath/natConfiguration.lo gnu/classpath/natSystemProperties.lo gnu/classpath/natVMStackWalker.lo gnu/gcj/natCore.lo gnu/gcj/convert/JIS0208_to_Unicode.lo gnu/gcj/convert/JIS0212_to_Unicode.lo gnu/gcj/convert/Unicode_to_JIS.lo gnu/gcj/convert/natIconv.lo gnu/gcj/convert/natInput_EUCJIS.lo gnu/gcj/convert/natInput_SJIS.lo gnu/gcj/convert/natOutput_EUCJIS.lo gnu/gcj/convert/natOutput_SJIS.lo gnu/gcj/io/natSimpleSHSStream.lo gnu/gcj/io/shs.lo gnu/gcj/jvmti/natBreakpoint.lo gnu/gcj/jvmti/natNormalBreakpoint.lo gnu/gcj/runtime/natFinalizerThread.lo gnu/gcj/runtime/natSharedLibLoader.lo gnu/gcj/runtime/natSystemClassLoader.lo gnu/gcj/runtime/natStringBuffer.lo gnu/gcj/util/natDebug.lo gnu/gcj/util/natGCInfo.lo gnu/java/lang/natMainThread.lo gnu/java/lang/management/natVMClassLoadingMXBeanImpl.lo gnu/java/lang/management/natVMCompilationMXBeanImpl.lo gnu/java/lang/management/natVMGarbageCollectorMXBeanImpl.lo gnu/java/lang/management/natVMMemoryMXBeanImpl.lo gnu/java/lang/management/natVMMemoryManagerMXBeanImpl.lo gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.lo gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.lo gnu/java/lang/management/natVMRuntimeMXBeanImpl.lo gnu/java/lang/management/natVMThreadMXBeanImpl.lo gnu/java/net/natPlainDatagramSocketImpl.lo gnu/java/net/natPlainSocketImpl.lo gnu/java/net/protocol/core/natCoreInputStream.lo gnu/java/nio/natVMPipe.lo gnu/java/nio/natVMSelector.lo gnu/java/nio/natNIOServerSocket.lo gnu/java/nio/natVMChannel.lo gnu/java/nio/channels/natFileChannelImpl.lo gnu/java/security/jce/prng/natVMSecureRandom.lo java/io/natFile.lo java/io/natVMObjectInputStream.lo java/io/natVMObjectStreamClass.lo java/lang/natCharacter.lo java/lang/natClass.lo java/lang/natClassLoader.lo java/lang/natConcreteProcess.lo java/lang/natVMDouble.lo java/lang/natVMFloat.lo java/lang/natMath.lo java/lang/natObject.lo java/lang/natRuntime.lo java/lang/natString.lo java/lang/natAbstractStringBuffer.lo java/lang/natSystem.lo java/lang/natThread.lo java/lang/natThreadLocal.lo java/lang/natVMClassLoader.lo java/lang/natVMProcess.lo java/lang/natVMThrowable.lo java/lang/ref/natReference.lo java/lang/reflect/natArray.lo java/lang/reflect/natConstructor.lo java/lang/reflect/natField.lo java/lang/reflect/natMethod.lo java/lang/reflect/natVMProxy.lo java/net/natVMInetAddress.lo java/net/natVMNetworkInterface.lo java/net/natVMURLConnection.lo java/nio/channels/natVMChannels.lo java/nio/natVMDirectByteBufferImpl.lo java/security/natVMAccessController.lo java/security/natVMAccessControlState.lo java/text/natCollator.lo java/util/natVMTimeZone.lo java/util/concurrent/atomic/natAtomicLong.lo java/util/logging/natLogger.lo java/util/zip/natDeflater.lo java/util/zip/natInflater.lo sun/misc/natUnsafe.lo boehm.lo posix.lo posix-threads.lo classpath/native/fdlibm/libfdlibm.la java/lang/Object.lo java/lang/Class.lo java/process-Posix.lo gnu/awt.lo gnu/awt/j2d.lo gnu/classpath.lo gnu/classpath/debug.lo gnu/classpath/toolkit.lo gnu/gcj.lo gnu/gcj/convert.lo gnu/gcj/io.lo gnu/gcj/runtime.lo gnu/gcj/util.lo gnu/java/awt.lo gnu/java/awt/color.lo gnu/java/awt/dnd.lo gnu/java/awt/font.lo gnu/java/awt/font/autofit.lo gnu/java/awt/font/opentype.lo gnu/java/awt/font/opentype/truetype.lo gnu/java/awt/image.lo gnu/java/awt/java2d.lo gnu/java/awt/peer.lo gnu/java/awt/peer/headless.lo gnu/java/awt/print.lo gnu/java/io.lo gnu/java/lang.lo gnu/java/lang/reflect.lo gnu/java/locale.lo gnu/java/net.lo gnu/java/net/loader.lo gnu/java/net/local.lo gnu/java/net/protocol/core.lo gnu/java/net/protocol/file.lo gnu/java/net/protocol/ftp.lo gnu/java/net/protocol/gcjlib.lo gnu/java/net/protocol/http.lo gnu/java/net/protocol/https.lo gnu/java/net/protocol/jar.lo gnu/java/nio.lo gnu/java/nio/channels.lo gnu/java/nio/charset.lo gnu/java/rmi.lo gnu/java/rmi/activation.lo gnu/java/rmi/dgc.lo gnu/java/rmi/registry.lo gnu/java/rmi/server.lo gnu/java/security.lo gnu/java/security/action.lo gnu/java/security/ber.lo gnu/java/security/der.lo gnu/java/security/hash.lo gnu - libtool: link: (cd ".libs" && rm -f "libgcj.so.12" && ln -s "libgcj.so.12.0.0" "libgcj.so.12") - libtool: link: (cd ".libs" && rm -f "libgcj.so" && ln -s "libgcj.so.12.0.0" "libgcj.so") - libtool: link: (cd .libs/libgcj.lax/libltdlc.a && ar x "[...]/hurd/master.build/[ARCH]/libjava/./libltdl/.libs/libltdlc.a") -@@ -23464,12 +23034,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 - libtool: link: ( cd ".libs" && rm -f "libgcj.la" && ln -s "../libgcj.la" "libgcj.la" ) --/bin/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/classmap.db\"" -g -O2 -D_GNU_SOURCE -o libjvm.la -avoid-version -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib/gcj-4.6.0-12 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 /usr/lib/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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libjvm.so -o .libs/libjvm.so -+/bin/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/classmap.db\"" -g -O2 -D_GNU_SOURCE -o libjvm.la -avoid-version -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib/gcj-4.6.0-12 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 /usr/lib/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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/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" ) -@@ -23478,8 +23048,8 @@ - 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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/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/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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 /usr/lib/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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libgij.so.12 -o .libs/libgij.so.12.0.0 -+/bin/bash ./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.6.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.6.0-12\"" -DPATH_SEPARATOR="\":\"" -DECJ_JAR_FILE="\"\"" -DLIBGCJ_DEFAULT_DATABASE="\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\"" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.6.0-12/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 /usr/lib/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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgij.so.12 -o .libs/libgij.so.12.0.0 - libtool: link: (cd ".libs" && rm -f "libgij.so.12" && ln -s "libgij.so.12.0.0" "libgij.so.12") - libtool: link: (cd ".libs" && rm -f "libgij.so" && ln -s "libgij.so.12.0.0" "libgij.so") - libtool: link: ar rc .libs/libgij.a gij.o diff --git a/open_issues/gcc/log_build-hurd.sed b/open_issues/gcc/log_build-hurd.sed index 26da4f7e..93388cdf 100644 --- a/open_issues/gcc/log_build-hurd.sed +++ b/open_issues/gcc/log_build-hurd.sed @@ -1,11 +1,9 @@ s%i686-unknown-gnu0\.3%[ARCH]%g -s%libdecnumber/dpd%[libdecnumber]%g - - s%libgomp/config/posix/%libgomp/config/[SYSDEP]/%g +s%/usr/lib/i386-gnu%[SYSTEM_MULTILIB]%g diff --git a/open_issues/gcc/log_build-linux.sed b/open_issues/gcc/log_build-linux.sed index f9b412ef..aee07b0e 100644 --- a/open_issues/gcc/log_build-linux.sed +++ b/open_issues/gcc/log_build-linux.sed @@ -1,10 +1,9 @@ s%i686-pc-linux-gnu%[ARCH]%g -s%libdecnumber/bid%[libdecnumber]%g -s%-I../../../master/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT%% - s%-I../../../master/libgomp/config/linux/x86 -I../../../master/libgomp/config/linux %% s%-ftls-model=initial-exec -march=i486 -mtune=i686 %% s%-Werror -ftls-model=initial-exec -march=i486 -pthread -mtune=i686%-pthread -Werror% s%libgomp/config/linux/%libgomp/config/[SYSDEP]/%g s%libgomp/config/posix/%libgomp/config/[SYSDEP]/%g + +s%/usr/lib/i386-linux-gnu%[SYSTEM_MULTILIB]%g diff --git a/open_issues/gcc/log_build.diff b/open_issues/gcc/log_build.diff new file mode 100644 index 00000000..07cbd436 --- /dev/null +++ b/open_issues/gcc/log_build.diff @@ -0,0 +1,2797 @@ +--- /dev/fd/63 2011-07-15 23:31:18.168517450 +0200 ++++ /dev/fd/62 2011-07-15 23:31:18.168517450 +0200 +@@ -146,7 +146,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -178,7 +178,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -257,12 +257,12 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes + checking for process.h... no +-checking for sys/prctl.h... yes ++checking for sys/prctl.h... no + 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 +@@ -332,13 +332,13 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -353,7 +353,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -1005,17 +1005,16 @@ + Using the following target machine macro files: + ../../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 +-Using host-linux.o for host machine hooks. ++ ../../master/gcc/config/gnu.h ++ ../../master/gcc/config/i386/gnu.h ++Using host-default.o for host machine hooks. + 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 +@@ -1027,7 +1026,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -1048,7 +1047,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -1064,7 +1063,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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking for as... /usr/bin/as + checking what assembler to use... /usr/bin/as +@@ -1077,7 +1076,7 @@ + checking what objdump to use... /usr/bin/objdump + checking for readelf... /usr/bin/readelf + checking what readelf to use... /usr/bin/readelf +-checking assembler flags... --32 ++checking assembler flags... + checking assembler for .balign and .p2align... yes + checking assembler for .p2align with maximum skip... yes + checking assembler for .literal16... no +@@ -1119,7 +1118,7 @@ + checking assembler for --debug-prefix-map option... yes + checking assembler for .lcomm with alignment... no + checking assembler for gnu_unique_object... yes +-ldd (Debian EGLIBC 2.13-7) 2.13 ++ldd (Debian EGLIBC 2.13-10) 2.13 + 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. +@@ -1221,12 +1220,12 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes + checking for process.h... no +-checking for sys/prctl.h... yes ++checking for sys/prctl.h... no + 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 +@@ -1296,13 +1295,13 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -1317,7 +1316,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -1737,7 +1736,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -1769,7 +1768,7 @@ + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes + checking whether -lc should be explicitly linked in... no +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -2165,9 +2164,9 @@ + HEADERS="auto-host.h ansidecl.h" DEFINES="" \ + /bin/dash ../../master/gcc/mkconfig.sh config.h + TARGET_CPU_DEFAULT="" \ +- HEADERS="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" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ ++ HEADERS="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" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ + /bin/dash ../../master/gcc/mkconfig.sh tm.h +-gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/gnu-user.opt ../../master/gcc/config/linux.opt ../../master/gcc/config/linux-android.opt > tmp-optionlist ++gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/gnu-user.opt > tmp-optionlist + /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 \ +@@ -2815,10 +2814,9 @@ + echo timestamp > s-i386-bt + gcc-4.6 -c -g -fkeep-inline-functions -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 -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 +-gcc-4.6 -c -g -fkeep-inline-functions -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 -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 -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/host-linux.c ++gcc-4.6 -c -g -fkeep-inline-functions -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 -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/host-default.c -o host-default.o + rm -rf libbackend.a +-ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o implicit-zee.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o i386.o host-linux.o ++ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o implicit-zee.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o i386.o host-default.o + ranlib libbackend.a + build/genhooks "Common Target Hook" \ + > tmp-common-target-hooks-def.h +@@ -2995,86 +2993,44 @@ + done; \ + fi + Fixing headers into [...]/hurd/master.build/gcc/include-fixed for [ARCH] target +-Forbidden identifiers: i386 linux unix ++Forbidden identifiers: MACH i386 unix + Finding directories and links to directories + Searching /usr/include/. + Searching /usr/include/./libpng ++ Searching /usr/include/./mach/machine + Searching /usr/include/./c++/4.6.1 + Making symbolic directory links + Fixing directory /usr/include into [...]/hurd/master.build/gcc/include-fixed +-Applying machine_name to openssl/bn.h +-Fixed: openssl/bn.h +-Applying machine_name to openssl/e_os2.h +-Applying sysv68_string to string.h +-Applying sun_malloc to malloc.h +-Applying pthread_incomplete_struct_argument to pthread.h +-Applying io_quotes_use to sound/asound.h +-Applying io_quotes_use to sound/asequencer.h +-Applying io_quotes_use to sound/emu10k1.h +-Applying glibc_stdint to stdint.h +-Applying io_quotes_def to glib-2.0/gio/gdbusmethodinvocation.h +-Applying io_quotes_def to glib-2.0/gio/gdbusconnection.h + Applying io_quotes_def to glib-2.0/gio/gmountoperation.h +-Applying io_quotes_use to linux/i2o-dev.h +-Applying io_quotes_use to linux/raw.h +-Applying io_quotes_use to linux/fs.h +-Applying io_quotes_use to linux/spi/spidev.h +-Applying io_quotes_use to linux/gigaset_dev.h +-Applying io_quotes_use to linux/aufs_type.h +-Applying io_quotes_use to linux/mmtimer.h +-Applying io_quotes_use to linux/cm4000_cs.h +-Applying io_quotes_use to linux/phantom.h +-Applying io_quotes_use to linux/ipmi.h +-Applying io_quotes_use to linux/usb/tmc.h +-Applying io_quotes_use to linux/usb/vstusb.h +-Applying io_quotes_use to linux/random.h +-Applying io_quotes_use to linux/if_pppox.h +-Applying io_quotes_use to linux/fd.h +-Applying io_quotes_use to linux/auto_fs4.h +-Applying io_quotes_use to linux/blkpg.h +-Applying io_quotes_use to linux/ppdev.h +-Applying io_quotes_use to linux/input.h +-Applying io_quotes_use to linux/dm-ioctl.h +-Applying io_quotes_use to linux/cciss_ioctl.h +-Applying io_quotes_use to linux/raid/md_u.h +-Applying io_quotes_use to linux/agpgart.h +-Applying io_quotes_use to linux/dn.h +-Applying io_quotes_use to linux/rfkill.h +-Applying io_quotes_use to linux/auto_fs.h +-Applying io_quotes_def to linux/soundcard.h +-Applying io_quotes_def to linux/version.h +-Applying io_quotes_use to linux/atmbr2684.h +-Applying io_quotes_use to linux/nbd.h +-Applying io_quotes_use to linux/uinput.h +-Applying io_quotes_use to linux/reiserfs_fs.h +-Applying io_quotes_use to linux/videotext.h +-Applying io_quotes_use to linux/synclink.h +-Applying io_quotes_use to linux/kvm.h +-Applying machine_name to linux/a.out.h +-Fixed: linux/a.out.h +-Applying io_quotes_def to linux/pci_regs.h +-Applying io_quotes_use to linux/watchdog.h +-Applying io_quotes_def to linux/ppp-comp.h +-Applying io_quotes_use to linux/pktcdvd.h +-Applying io_quotes_use to linux/suspend_ioctls.h ++Applying io_quotes_def to glib-2.0/gio/gdbusconnection.h ++Applying io_quotes_def to glib-2.0/gio/gdbusmethodinvocation.h ++Applying io_quotes_def to libIDL-2.0/libIDL/IDL.h ++Applying io_quotes_use to libIDL-2.0/libIDL/IDL.h ++Applying io_quotes_def to libbonobo-2.0/bonobo/bonobo-application.h ++Applying io_quotes_def to at-spi-1.0/libspi/application.h ++Applying io_quotes_def to gtk-2.0/gtk/gtkmountoperation.h ++Applying hpux8_bogus_inlines to math.h + Applying machine_name to X11/Xw32defs.h + Fixed: X11/Xw32defs.h +-Applying io_quotes_use to video/sisfb.h +-Applying ctrl_quotes_def to dialog.h +-Applying io_quotes_use to sys/raw.h +-Applying io_quotes_use to sys/mount.h +-Applying hpux8_bogus_inlines to math.h +-Applying stdio_va_list_clients to krb5.h +-Applying io_quotes_def to gtk-2.0/gtk/gtkmountoperation.h +-Applying io_quotes_use to rdma/ib_user_mad.h +-Applying io_quotes_use to asm/mtrr.h +-Applying io_quotes_use to mtd/ubi-user.h ++Applying io_quotes_def to X11/Xmu/Atoms.h + Applying ctrl_quotes_def to readline/chardefs.h ++Applying stdio_va_list_clients to krb5.h ++Applying strict_ansi_only to ident.h ++Fixed: ident.h ++Applying machine_name to mysql/my_global.h ++Applying io_quotes_def to mach/i386/ioccom.h ++Fixed: mach/i386/ioccom.h ++Applying machine_name to a.out.h ++Fixed: a.out.h ++Applying sun_malloc to malloc.h ++Applying glibc_stdint to stdint.h ++Applying io_quotes_def to bits/ioctls.h ++Applying sysv68_string to string.h + Cleaning up unneeded directories: + fixincludes is done + echo timestamp > stmp-fixinc + rm -f mm_malloc.h +-cat ../../master/gcc/config/i386/pmm_malloc.h > mm_malloc.h ++cat ../../master/gcc/config/i386/gmm_malloc.h > mm_malloc.h + 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 \ +@@ -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$$ && \ + 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 ++rm gcov.pod cpp.pod gfdl.pod fsf-funding.pod gcc.pod + make[3]: Leaving directory `[...]/hurd/master.build/gcc' + mkdir -p -- [ARCH]/libgcc + Checking multilib configuration for libgcc... +@@ -3253,7 +3209,7 @@ + configure: creating ./config.status + config.status: creating Makefile + config.status: linking ../../../master/libgcc/enable-execute-stack-empty.c to enable-execute-stack.c +-config.status: linking ../../../master/libgcc/config/i386/linux-unwind.h to md-unwind-support.h ++config.status: linking ../../../master/libgcc/config/no-unwind.h to md-unwind-support.h + config.status: executing default commands + Adding multilib support to Makefile in ../../../master/libgcc + multidirs= +@@ -3939,7 +3895,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 +@@ -3970,7 +3926,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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -4141,7 +4097,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 +-libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -march=i486 -mtune=i686 -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 ++libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 + 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 +@@ -4238,7 +4194,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -4270,7 +4226,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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -4349,12 +4305,12 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes + checking for process.h... no +-checking for sys/prctl.h... yes ++checking for sys/prctl.h... no + 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 +@@ -4424,13 +4380,13 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -4445,7 +4401,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -5103,17 +5059,16 @@ + Using the following target machine macro files: + ../../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 +-Using host-linux.o for host machine hooks. ++ ../../master/gcc/config/gnu.h ++ ../../master/gcc/config/i386/gnu.h ++Using host-default.o for host machine hooks. + 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 +@@ -5125,7 +5080,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -5146,7 +5101,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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -5162,7 +5117,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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking for as... /usr/bin/as + checking what assembler to use... /usr/bin/as +@@ -5175,7 +5130,7 @@ + checking what objdump to use... /usr/bin/objdump + checking for readelf... /usr/bin/readelf + checking what readelf to use... /usr/bin/readelf +-checking assembler flags... --32 ++checking assembler flags... + checking assembler for .balign and .p2align... yes + checking assembler for .p2align with maximum skip... yes + checking assembler for .literal16... no +@@ -5217,7 +5172,7 @@ + checking assembler for --debug-prefix-map option... yes + checking assembler for .lcomm with alignment... no + checking assembler for gnu_unique_object... yes +-ldd (Debian EGLIBC 2.13-7) 2.13 ++ldd (Debian EGLIBC 2.13-10) 2.13 + 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. +@@ -5294,7 +5249,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -5326,7 +5281,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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -5722,9 +5677,9 @@ + HEADERS="auto-host.h ansidecl.h" DEFINES="" \ + /bin/dash ../../master/gcc/mkconfig.sh config.h + TARGET_CPU_DEFAULT="" \ +- HEADERS="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" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ ++ HEADERS="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" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ + /bin/dash ../../master/gcc/mkconfig.sh tm.h +-gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/gnu-user.opt ../../master/gcc/config/linux.opt ../../master/gcc/config/linux-android.opt > tmp-optionlist ++gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/gnu-user.opt > tmp-optionlist + /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 \ +@@ -6386,10 +6341,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 -gtoggle -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 +-[...]/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 -gtoggle -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 -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/host-linux.c ++[...]/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 -gtoggle -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/host-default.c -o host-default.o + rm -rf libbackend.a +-ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o implicit-zee.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o i386.o host-linux.o ++ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o implicit-zee.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o i386.o host-default.o + ranlib libbackend.a + build/genhooks "Common Target Hook" \ + > tmp-common-target-hooks-def.h +@@ -6710,7 +6664,7 @@ + make[4]: Leaving directory `[...]/hurd/master.build/prev-gcc' + echo timestamp > stmp-fixinc + rm -f mm_malloc.h +-cat ../../master/gcc/config/i386/pmm_malloc.h > mm_malloc.h ++cat ../../master/gcc/config/i386/gmm_malloc.h > mm_malloc.h + 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 \ +@@ -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$$ && \ + 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 ++rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcov.pod gcj.pod gc-analyze.pod cpp.pod gfdl.pod gij.pod gfortran.pod fsf-funding.pod gcc.pod + make[3]: Leaving directory `[...]/hurd/master.build/gcc' + mkdir -p -- [ARCH]/libgcc + Checking multilib configuration for libgcc... +@@ -6966,7 +6920,7 @@ + configure: creating ./config.status + config.status: creating Makefile + config.status: linking ../../../master/libgcc/enable-execute-stack-empty.c to enable-execute-stack.c +-config.status: linking ../../../master/libgcc/config/i386/linux-unwind.h to md-unwind-support.h ++config.status: linking ../../../master/libgcc/config/no-unwind.h to md-unwind-support.h + config.status: executing default commands + Adding multilib support to Makefile in ../../../master/libgcc + multidirs= +@@ -7652,7 +7606,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 +@@ -7683,7 +7637,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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -7702,7 +7656,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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 +@@ -7865,7 +7819,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 +-libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -march=i486 -mtune=i686 -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 ++libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 + 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 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes + checking for process.h... no +-checking for sys/prctl.h... yes ++checking for sys/prctl.h... no + 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 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -8170,7 +8125,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -8828,17 +8783,16 @@ + Using the following target machine macro files: + ../../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 +-Using host-linux.o for host machine hooks. ++ ../../master/gcc/config/gnu.h ++ ../../master/gcc/config/i386/gnu.h ++Using host-default.o for host machine hooks. + 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 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + checking what objdump to use... /usr/bin/objdump + checking for readelf... /usr/bin/readelf + checking what readelf to use... /usr/bin/readelf +-checking assembler flags... --32 ++checking assembler flags... + checking assembler for .balign and .p2align... yes + checking assembler for .p2align with maximum skip... yes + checking assembler for .literal16... no +@@ -8942,7 +8896,7 @@ + checking assembler for --debug-prefix-map option... yes + checking assembler for .lcomm with alignment... no + checking assembler for gnu_unique_object... yes +-ldd (Debian EGLIBC 2.13-7) 2.13 ++ldd (Debian EGLIBC 2.13-10) 2.13 + 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 @@ + checking for BSD- or MS-compatible name lister (nm)... nm + checking the name lister (nm) interface... BSD nm + checking whether ln -s works... yes +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + HEADERS="auto-host.h ansidecl.h" DEFINES="" \ + /bin/dash ../../master/gcc/mkconfig.sh config.h + TARGET_CPU_DEFAULT="" \ +- HEADERS="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" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ ++ HEADERS="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" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC ANDROID_DEFAULT=0" \ + /bin/dash ../../master/gcc/mkconfig.sh tm.h +-gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/gnu-user.opt ../../master/gcc/config/linux.opt ../../master/gcc/config/linux-android.opt > tmp-optionlist ++gawk -f ../../master/gcc/opt-gather.awk ../../master/gcc/ada/gcc-interface/lang.opt ../../master/gcc/fortran/lang.opt ../../master/gcc/go/lang.opt ../../master/gcc/java/lang.opt ../../master/gcc/lto/lang.opt ../../master/gcc/c-family/c.opt ../../master/gcc/common.opt ../../master/gcc/config/fused-madd.opt ../../master/gcc/config/i386/i386.opt ../../master/gcc/config/gnu-user.opt > tmp-optionlist + /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 @@ + 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 +-[...]/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 -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/host-linux.c ++[...]/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/host-default.c -o host-default.o + rm -rf libbackend.a +-ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o implicit-zee.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o i386.o host-linux.o ++ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o cgraph.o cgraphbuild.o cgraphunit.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2cfi.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-cloog-util.o graphite-dependences.o graphite-flattening.o graphite-interchange.o graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o implicit-zee.o incpath.o init-regs.o integrate.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-compress.o matrix-reorg.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o i386.o host-default.o + ranlib libbackend.a + build/genhooks "Common Target Hook" \ + > tmp-common-target-hooks-def.h +@@ -10435,7 +10388,7 @@ + make[4]: Leaving directory `[...]/hurd/master.build/prev-gcc' + echo timestamp > stmp-fixinc + rm -f mm_malloc.h +-cat ../../master/gcc/config/i386/pmm_malloc.h > mm_malloc.h ++cat ../../master/gcc/config/i386/gmm_malloc.h > mm_malloc.h + 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$$ && \ + 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 ++rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcov.pod gcj.pod gc-analyze.pod cpp.pod gfdl.pod gij.pod gfortran.pod fsf-funding.pod gcc.pod + make[3]: Leaving directory `[...]/hurd/master.build/gcc' + mkdir -p -- [ARCH]/libgcc + Checking multilib configuration for libgcc... +@@ -10691,7 +10644,7 @@ + configure: creating ./config.status + config.status: creating Makefile + config.status: linking ../../../master/libgcc/enable-execute-stack-empty.c to enable-execute-stack.c +-config.status: linking ../../../master/libgcc/config/i386/linux-unwind.h to md-unwind-support.h ++config.status: linking ../../../master/libgcc/config/no-unwind.h to md-unwind-support.h + config.status: executing default commands + Adding multilib support to Makefile in ../../../master/libgcc + multidirs= +@@ -11377,7 +11330,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -march=i486 -mtune=i686 -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 ++libtool: 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 -shared .libs/alloc.o .libs/barrier.o .libs/critical.o .libs/env.o .libs/error.o .libs/iter.o .libs/iter_ull.o .libs/loop.o .libs/loop_ull.o .libs/ordered.o .libs/parallel.o .libs/sections.o .libs/single.o .libs/task.o .libs/team.o .libs/work.o .libs/lock.o .libs/mutex.o .libs/proc.o .libs/sem.o .libs/bar.o .libs/ptrlock.o .libs/time.o .libs/fortran.o .libs/affinity.o -lrt -pthread -Wl,-O1 -Wl,--version-script -Wl,../../../master/libgomp/libgomp.map -Wl,-soname -Wl,libgomp.so.1 -o .libs/libgomp.so.1.0.0 + 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 @@ + 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' +@@ -11655,8 +11609,8 @@ + make[3]: Leaving directory `[...]/hurd/master.build' + Comparing stages 2 and 3 + warning: gcc/cc1-checksum.o differs +-warning: gcc/cc1obj-checksum.o differs + warning: gcc/cc1plus-checksum.o differs ++warning: gcc/cc1obj-checksum.o differs + Comparison successful. + if false; then \ + rm -rf stage2-*; \ +@@ -11835,7 +11789,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + checking for parallel mode support... yes + checking for extra compiler flags for building... + checking for extern template support... yes +-checking for EOWNERDEAD... yes +-checking for ENOTRECOVERABLE... yes ++checking for EOWNERDEAD... no ++checking for ENOTRECOVERABLE... no + checking for ENOLINK... yes + checking for EPROTO... yes + checking for ENODATA... yes +@@ -12193,7 +12147,7 @@ + checking for sys/resource.h... (cached) yes + checking for RLIMIT_DATA... yes + checking for RLIMIT_RSS... yes +-checking for RLIMIT_VMEM... no ++checking for RLIMIT_VMEM... yes + 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 @@ + 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 ++basic_file.cc: In member function 'std::streamsize std::__basic_file<char>::showmanyc()': ++basic_file.cc:347:33: 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 -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 @@ + 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") +-libtool: link: ar rc .libs/libstdc++.a atomic.o bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o compatibility.o compatibility-c++0x.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-list.o compatibility-list-2.o complex_io.o ctype.o debug.o functexcept.o functional.o globals_io.o hash_c++0x.o hash_tr1.o hashtable_c++0x.o hashtable_tr1.o ios.o ios_failure.o ios_init.o ios_locale.o limits.o list.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o system_error.o tree.o istream.o placeholders.o regex.o shared_ptr.o streambuf.o mutex.o condition_variable.o chrono.o thread.o future.o valarray.o atomicity.o codecvt_members.o collate_members.o ctype_configure_char.o ctype_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o misc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o wlocale-inst.o wstring-inst.o parallel_settings.o compatibility-parallel_list.o compatibility-parallel_list-2.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o .libs/libstdc++.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o ++libtool: link: ar rc .libs/libstdc++.a atomic.o bitmap_allocator.o pool_allocator.o mt_allocator.o codecvt.o compatibility.o compatibility-c++0x.o compatibility-debug_list.o compatibility-debug_list-2.o compatibility-list.o compatibility-list-2.o complex_io.o ctype.o debug.o functexcept.o functional.o globals_io.o hash_c++0x.o hash_tr1.o hashtable_c++0x.o hashtable_tr1.o ios.o ios_failure.o ios_init.o ios_locale.o limits.o list.o locale.o locale_init.o locale_facets.o localename.o math_stubs_float.o math_stubs_long_double.o stdexcept.o strstream.o system_error.o tree.o istream.o placeholders.o regex.o shared_ptr.o streambuf.o mutex.o condition_variable.o chrono.o thread.o future.o valarray.o atomicity.o codecvt_members.o collate_members.o ctype_configure_char.o ctype_members.o messages_members.o monetary_members.o numeric_members.o time_members.o basic_file.o c++locale.o allocator-inst.o concept-inst.o ext-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o misc-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o wlocale-inst.o wstring-inst.o parallel_settings.o compatibility-parallel_list.o compatibility-parallel_list-2.o .libs/libstdc++.lax/libsupc++convenience.a/array_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/atexit_arm.o .libs/libstdc++.lax/libsupc++convenience.a/bad_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/bad_cast.o .libs/libstdc++.lax/libsupc++convenience.a/bad_typeid.o .libs/libstdc++.lax/libsupc++convenience.a/class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/del_op.o .libs/libstdc++.lax/libsupc++convenience.a/del_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/del_opv.o .libs/libstdc++.lax/libsupc++convenience.a/del_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/dyncast.o .libs/libstdc++.lax/libsupc++convenience.a/eh_alloc.o .libs/libstdc++.lax/libsupc++convenience.a/eh_arm.o .libs/libstdc++.lax/libsupc++convenience.a/eh_aux_runtime.o .libs/libstdc++.lax/libsupc++convenience.a/eh_call.o .libs/libstdc++.lax/libsupc++convenience.a/eh_catch.o .libs/libstdc++.lax/libsupc++convenience.a/eh_exception.o .libs/libstdc++.lax/libsupc++convenience.a/eh_globals.o .libs/libstdc++.lax/libsupc++convenience.a/eh_personality.o .libs/libstdc++.lax/libsupc++convenience.a/eh_ptr.o .libs/libstdc++.lax/libsupc++convenience.a/eh_term_handler.o .libs/libstdc++.lax/libsupc++convenience.a/eh_terminate.o .libs/libstdc++.lax/libsupc++convenience.a/eh_throw.o .libs/libstdc++.lax/libsupc++convenience.a/eh_type.o .libs/libstdc++.lax/libsupc++convenience.a/eh_unex_handler.o .libs/libstdc++.lax/libsupc++convenience.a/enum_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/function_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/fundamental_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/guard.o .libs/libstdc++.lax/libsupc++convenience.a/guard_error.o .libs/libstdc++.lax/libsupc++convenience.a/hash_bytes.o .libs/libstdc++.lax/libsupc++convenience.a/nested_exception.o .libs/libstdc++.lax/libsupc++convenience.a/new_handler.o .libs/libstdc++.lax/libsupc++convenience.a/new_op.o .libs/libstdc++.lax/libsupc++convenience.a/new_opnt.o .libs/libstdc++.lax/libsupc++convenience.a/new_opv.o .libs/libstdc++.lax/libsupc++convenience.a/new_opvnt.o .libs/libstdc++.lax/libsupc++convenience.a/pbase_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pmem_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o .libs/libstdc++.lax/libsupc++convenience.a/cp-demangle.o + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + -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 ++[...]/hurd/master/libobjc/encoding.c:128:1: warning: '_darwin_rs6000_special_round_type_align' defined but not used [-Wunused-function] + 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 @@ + -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 ++In file included from ../.././gcc/gthr-default.h:1:0, ++ 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] + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 + [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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + checking sys/resource.h presence... yes + checking for sys/resource.h... yes + checking for dladdr in -ldl... yes +-checking for /proc/self/exe... yes +-checking for /proc/self/maps... yes ++checking for /proc/self/exe... no ++checking for /proc/self/maps... no + 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 @@ + 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 +-config.status: linking ../../../master/libjava/include/i386-signal.h to include/java-signal.h +-config.status: linking ../../../master/libjava/include/i386-signal.h to include/java-signal-aux.h ++config.status: linking ../../../master/libjava/include/default-signal.h to include/java-signal.h ++config.status: linking ../../../master/libjava/include/default-signal.h to include/java-signal-aux.h + config.status: executing default-1 commands + Adding multilib support to Makefile in ../../../master/libjava + multidirs= +@@ -18159,7 +18120,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 +-checking the maximum length of command line arguments... (cached) 805306365 ++checking the maximum length of command line arguments... (cached) -1 + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking dynamic linker characteristics... (cached) GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking __attribute__((,,))... yes + checking __attribute__((unused))... yes +@@ -18217,9 +18178,9 @@ + checking for sys/types.h... (cached) yes + checking for sys/config.h... (cached) no + checking for sys/ioctl.h... (cached) yes +-checking asm/ioctls.h usability... yes +-checking asm/ioctls.h presence... yes +-checking for asm/ioctls.h... yes ++checking asm/ioctls.h usability... no ++checking asm/ioctls.h presence... no ++checking for asm/ioctls.h... no + checking for inttypes.h... (cached) yes + checking for stdint.h... (cached) yes + checking utime.h usability... yes +@@ -18242,9 +18203,9 @@ + checking sys/event.h usability... no + checking sys/event.h presence... no + checking for sys/event.h... no +-checking sys/epoll.h usability... yes +-checking sys/epoll.h presence... yes +-checking for sys/epoll.h... yes ++checking sys/epoll.h usability... no ++checking sys/epoll.h presence... no ++checking for sys/epoll.h... no + checking for ifaddrs.h... (cached) yes + checking netinet/in_systm.h usability... yes + checking netinet/in_systm.h presence... yes +@@ -18301,8 +18262,8 @@ + checking for statvfs... yes + checking for mmap... (cached) yes + checking for munmap... yes +-checking for mincore... yes +-checking for msync... yes ++checking for mincore... no ++checking for msync... no + checking for madvise... yes + checking for getpagesize... yes + checking for sysconf... yes +@@ -18314,7 +18275,7 @@ + checking for getifaddrs... (cached) yes + checking for kqueue... no + checking for kevent... no +-checking for epoll_create... yes ++checking for epoll_create... no + 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 @@ + checking gmp.h usability... yes + checking gmp.h presence... yes + checking for gmp.h... yes +-checking jni_md.h support... yes ++checking jni_md.h support... configure: WARNING: no + 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 @@ + checking for stdint.h... (cached) yes + checking for unistd.h... (cached) yes + checking for dlfcn.h... (cached) yes +-checking the maximum length of command line arguments... (cached) 805306365 ++checking the maximum length of command line arguments... (cached) -1 + 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 @@ + 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 +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + 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 @@ + 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 +-checking for the default library search path... /lib /usr/lib /lib/i386-linux-gnu [SYSTEM_MULTILIB] /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib /lib64 /usr/lib64 ++checking for the default library search path... /lib /usr/lib + 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 @@ + Adding java source files from VM directory [...]/hurd/master.build/[ARCH]/libjava + Adding generated files in builddir '..'. + touch compile-classes +-./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties +-./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties +-./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties +-./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties +-./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties +-./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties +-./classpath/tools/resource/sun/rmi/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/sun/rmi/rmic/messages.properties +-./classpath/tools/resource/com/sun/tools/javac/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/com/sun/tools/javac/messages.properties +-./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties +-./classpath/resource/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog_de.properties +-./classpath/resource/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties ++./classpath/resource/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/font/fonts.properties ++./classpath/resource/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/gtk/font.properties ++./classpath/resource/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/fonts.properties ++./classpath/resource/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/xfonts.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw_GB.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_af.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_NL.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ER.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_wo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_sk_SK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sk_SK.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties +-./classpath/resource/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_my.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv_LV.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZW.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_GR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_PT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb_NO.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk_KZ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_af.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_MA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kam.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fi_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi_FI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_xh.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_so_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_CA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_si.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn_NO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_he.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BZ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fil.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_EC.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_rw.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_YE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cch.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_JM.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_ZW.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ka.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kfo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_my.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pt_BR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mk.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq_AL.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_uk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uk.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_MP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MP.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_wo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_LB.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_trv.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_UY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha_Arab.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_NA.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_sv_SE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_SE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro_RO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl_GL.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_Latn.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_haw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_st.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca_ES.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_ES.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_AT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wal_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_iu.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_mt_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt_MT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Latn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_be_BY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_bg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs_CZ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_MX.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_ms_BN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_BN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cs.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_he_IL.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kcg.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy_GB.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GB.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_so_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_DJ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_MP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_MP.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt_RU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_MA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ts.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl_GL.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gaa.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kaj.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ii.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_te_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ssy.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_uz_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz_Arab.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_AR.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_nso.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nso.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_as_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_RU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ve.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_DO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_trv.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_DE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uz.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_BE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hi.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ig.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_Arab.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kk.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo_LA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_to.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_TN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_tn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_be_BY.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eo.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ko_KR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PY.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_BW.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tr_TR.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sv_FI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv_LV.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_US.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ro.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zu.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kpe.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sl_SI.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ta_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_to.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fur.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_be.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_HK.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_SO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_am_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_DZ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ak.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_so.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms_MY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_wal.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_wal.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mr.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fo_FO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_CH.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl_PL.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl_BE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ug.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_AF.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_KE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga_IE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gu_IN.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_id_ID.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu_ES.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_JM.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et_EE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Shaw.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv_MV.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gez_ER.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_BE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_JO.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th_TH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn_IN.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_uk_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_uk_UA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PH.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_BO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nb.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw_GB.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Arab.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_TT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_NA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_mt.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_el_CY.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_GT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ru_UA.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_et.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_SV.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gv_GB.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_VE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tig_ER.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pa_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nn.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sa_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_yo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_Hant.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu_HU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ga.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_syr_SY.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_GU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ss.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_ur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ur.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_ET.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ku_Latn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_IN.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_NZ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_is_IS.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_aa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_Cyrl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lv.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_si.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_km_KH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_or.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_ne.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ne.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dv.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ps_AF.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_st.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_VI.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_eu.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se_FI.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_ee.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ee.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ss.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cop.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_SG.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fa_IR.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_UM.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LI.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_be.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ti_ET.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sk.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_byn_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_byn_ER.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_DJ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_da_DK.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tg.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_tt.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_CH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_th.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_IT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_gl_ES.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ml_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lo.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ny.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_ky.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ky.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bg_BG.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_af_ZA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_cy.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_haw_US.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hu_HU.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_QA.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ia.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_PE.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_AS.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_vi.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ar_SY.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sw_TZ.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_NI.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ja_JP.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_CL.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_bs.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ca.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ln.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_Dsrt.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_US.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_lt_LT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fr_LU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_HN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kn_IN.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sid.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_se.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_om_KE.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_sq.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_it_CH.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_so_KE.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_pl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_pl.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ms.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_en_PK.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_de_LU.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_ha.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kw.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_kok.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_dz_BT.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nl.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_fi_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_fi_FI.properties + ./classpath/resource/gnu/java/locale/LocaleInformation_zh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_zh.properties +-./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties +-./classpath/resource/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/gtk/font.properties +-./classpath/resource/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/fonts.properties +-./classpath/resource/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/peer/x/xfonts.properties +-./classpath/resource/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/awt/font/fonts.properties +-./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_nr.properties ++./classpath/resource/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/locale/LocaleInformation_es_US.properties + ./classpath/resource/gnu/java/util/regex/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle.properties + ./classpath/resource/gnu/java/util/regex/MessagesBundle_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle_fr.properties +-./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties +-./classpath/resource/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/org/ietf/jgss/MessagesBundle.properties ++./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties ++./classpath/resource/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog.properties ++./classpath/resource/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/print/PrinterDialog_de.properties ++./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/gnu/javax/security/auth/callback/MessagesBundle.properties + ./classpath/resource/java/text/metazones.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/text/metazones.properties + ./classpath/resource/java/util/iso4217.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/iso4217.properties +-./classpath/resource/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/weeks.properties + ./classpath/resource/java/util/logging/logging.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/logging/logging.properties +-./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties +-./classpath/lib/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog_de.properties +-./classpath/lib/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_US.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties ++./classpath/resource/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/java/util/weeks.properties ++./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/javax/imageio/plugins/jpeg/MessagesBundle.properties ++./classpath/resource/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/resource/org/ietf/jgss/MessagesBundle.properties ++./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/external/asm/org/objectweb/asm/optimizer/shrink.properties ++./classpath/tools/resource/com/sun/tools/javac/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/com/sun/tools/javac/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/common/Messages.properties ++./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties ++./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties ++./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jar/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties ++./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties ++./classpath/tools/resource/sun/rmi/rmic/messages.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/tools/resource/sun/rmi/rmic/messages.properties ++./classpath/lib/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/font/fonts.properties ++./classpath/lib/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/gtk/font.properties ++./classpath/lib/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/fonts.properties ++./classpath/lib/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/xfonts.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_as.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_as.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_wo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties +-./classpath/lib/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_my.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_el_GR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el_GR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_af.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_pt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_am_ET.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ER.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el_CY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hr.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_kam.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kam.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BW.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb_NO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk_KZ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_xh.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_so_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_ET.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_CA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_si.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_he.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BZ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fil.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_EC.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_rw.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PR.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cch.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_US_POSIX.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ka.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kfo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_my.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_my.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_am.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mk.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_uk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uk.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_MP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MP.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_wo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_AF_Arab.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_UY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_el.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha_Arab.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_id.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_US_POSIX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_US_POSIX.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Latn.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_haw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_st.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_MX.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_ES.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_AT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_BO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_iu.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Latn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Latn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_bg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bg.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid_ET.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_BA_Cyrl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_te.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_MX.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_MX.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_ms_BN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_BN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cs.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_am.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_am.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_he_IL.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kcg.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_ME_Latn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GB.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_as_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_so_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_DJ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_MP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_MP.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_da.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt_RU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ts.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_gaa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gaa.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kaj.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ii.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_te_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ssy.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_uz_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz_Arab.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_AR.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_nso.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nso.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_as_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_as_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ve.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_DO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_trv.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_DE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uz.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_BE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hi.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_is.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ig.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_Arab.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kk.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo_LA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_to.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tr.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_tn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be_BY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_eo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eo.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_BW.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_BW.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_om.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_VI.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_US.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ro.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zu.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kpe.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_to.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_to.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fur.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_HK.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_az.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_SO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_am_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_am_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ak.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_so.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms_MY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_wal.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_wal.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mr.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ug.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_AF.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_KE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gu_IN.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_az_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_az_Cyrl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_id_ID.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_JM.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et_EE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Shaw.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv_MV.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gez_ER.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th_TH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kok_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_PH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PH.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_BO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_BO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nb.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Arab.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_TT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_NA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_mt.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_el_CY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_el_CY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_GT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_et.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_et.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_SV.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_VE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tig_ER.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pa_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nn.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_km.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sa_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_yo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_Hant.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ga.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_syr_SY.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_GU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_ur.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ur.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_ET.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ku_Latn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_IN.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_is_IS.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_aa.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_Cyrl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lv.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_si.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_si.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_km_KH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_or.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_or.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_ne.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ne.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dv.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ps_AF.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_st.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_st.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_VI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_VI.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_eu.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se_FI.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_ee.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ee.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ss.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cop.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_SG.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_UM.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LI.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_be.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_be.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ti_ET.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sk.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_byn_ER.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_byn_ER.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sr_RS_Latn.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_DJ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_da_DK.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tg.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_tt.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_CH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_th.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_th.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_IT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ml_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lo.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ny.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_ky.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ky.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bg_BG.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_cy.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_haw_US.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ia.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_PE.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_AS.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_vi.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sw_TZ.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_NI.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_CL.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_bs.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ca.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ln.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_Dsrt.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_HN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kn_IN.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sid.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_se.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_se.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_om_KE.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_sq.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_it_CH.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_so_KE.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_pl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_pl.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ms.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_en_PK.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_de_LU.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_ha.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kw.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_kok.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_dz_BT.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nl.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nl.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.properties + ./classpath/lib/gnu/java/locale/LocaleInformation_zh.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_zh.properties +-./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties +-./classpath/lib/gnu/java/awt/peer/gtk/font.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/gtk/font.properties +-./classpath/lib/gnu/java/awt/peer/x/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/fonts.properties +-./classpath/lib/gnu/java/awt/peer/x/xfonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/peer/x/xfonts.properties +-./classpath/lib/gnu/java/awt/font/fonts.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/awt/font/fonts.properties +-./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_nr.properties ++./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/locale/LocaleInformation_es_US.properties + ./classpath/lib/gnu/java/util/regex/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle.properties + ./classpath/lib/gnu/java/util/regex/MessagesBundle_fr.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle_fr.properties +-./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties +-./classpath/lib/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/org/ietf/jgss/MessagesBundle.properties ++./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/java/util/regex/MessagesBundle_it.properties ++./classpath/lib/gnu/javax/print/PrinterDialog.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog.properties ++./classpath/lib/gnu/javax/print/PrinterDialog_de.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/print/PrinterDialog_de.properties ++./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/gnu/javax/security/auth/callback/MessagesBundle.properties + ./classpath/lib/java/text/metazones.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/text/metazones.properties + ./classpath/lib/java/util/iso4217.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/iso4217.properties +-./classpath/lib/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/weeks.properties + ./classpath/lib/java/util/logging/logging.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/logging/logging.properties ++./classpath/lib/java/util/weeks.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/java/util/weeks.properties ++./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/javax/imageio/plugins/jpeg/MessagesBundle.properties ++./classpath/lib/org/ietf/jgss/MessagesBundle.properties [...]/hurd/master.build/[ARCH]/libjava/classpath/lib/./classpath/lib/org/ietf/jgss/MessagesBundle.properties + 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 @@ + echo -n > vm-tools.lst; \ + fi + cat classes.lst asm.lst vm-tools.lst > all-classes.lst +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties classes/gnu/classpath/tools/orbd/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/jar/messages.properties classes/gnu/classpath/tools/jar/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties classes/gnu/classpath/tools/serialver/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties classes/gnu/classpath/tools/tnameserv/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties classes/gnu/classpath/tools/rmid/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties classes/gnu/classpath/tools/keytool/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties classes/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties classes/gnu/classpath/tools/appletviewer/messages.properties + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/common/Messages.properties classes/gnu/classpath/tools/common/Messages.properties + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/getopt/Messages.properties classes/gnu/classpath/tools/getopt/Messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties classes/gnu/classpath/tools/native2ascii/messages.properties +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/appletviewer/messages.properties classes/gnu/classpath/tools/appletviewer/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties classes/gnu/classpath/tools/gjdoc/htmldoclet/HtmlDoclet.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/jar/messages.properties classes/gnu/classpath/tools/jar/messages.properties + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/jarsigner/messages.properties classes/gnu/classpath/tools/jarsigner/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/keytool/messages.properties classes/gnu/classpath/tools/keytool/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/native2ascii/messages.properties classes/gnu/classpath/tools/native2ascii/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/orbd/messages.properties classes/gnu/classpath/tools/orbd/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties classes/gnu/classpath/tools/rmic/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/ImplTie.jav classes/gnu/classpath/tools/rmic/templates/ImplTie.jav ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub.jav classes/gnu/classpath/tools/rmic/templates/Stub.jav ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/StubMethod.jav classes/gnu/classpath/tools/rmic/templates/StubMethod.jav + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/StubMethodVoid.jav classes/gnu/classpath/tools/rmic/templates/StubMethodVoid.jav ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12.jav classes/gnu/classpath/tools/rmic/templates/Stub_12.jav + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12Method.jav classes/gnu/classpath/tools/rmic/templates/Stub_12Method.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav classes/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav classes/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Tie.jav classes/gnu/classpath/tools/rmic/templates/Tie.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12.jav classes/gnu/classpath/tools/rmic/templates/Stub_12.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub.jav classes/gnu/classpath/tools/rmic/templates/Stub.jav + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/TieMethod.jav classes/gnu/classpath/tools/rmic/templates/TieMethod.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav classes/gnu/classpath/tools/rmic/templates/Stub_12MethodVoid.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/ImplTie.jav classes/gnu/classpath/tools/rmic/templates/ImplTie.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/StubMethod.jav classes/gnu/classpath/tools/rmic/templates/StubMethod.jav +- cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/messages.properties classes/gnu/classpath/tools/rmic/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav classes/gnu/classpath/tools/rmic/templates/TieMethodVoid.jav ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmid/messages.properties classes/gnu/classpath/tools/rmid/messages.properties + cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/rmiregistry/messages.properties classes/gnu/classpath/tools/rmiregistry/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/serialver/messages.properties classes/gnu/classpath/tools/serialver/messages.properties ++ cp ../../../../../master/libjava/classpath/tools/resource/gnu/classpath/tools/tnameserv/messages.properties classes/gnu/classpath/tools/tnameserv/messages.properties + 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 @@ + /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 @@ + /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 @@ + /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 + 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 @@ + 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}" \ diff --git a/open_issues/gcc/log_install-diff b/open_issues/gcc/log_install-diff deleted file mode 100644 index 0cccbf4d..00000000 --- a/open_issues/gcc/log_install-diff +++ /dev/null @@ -1,221 +0,0 @@ ---- /dev/fd/63 2010-12-10 12:00:47.102216005 +0100 -+++ /dev/fd/62 2010-12-10 12:00:47.102216005 +0100 -@@ -395,7 +395,7 @@ - /usr/bin/install -c -m 644 ../../master/gcc/cp/cxx-pretty-print.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.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.6.0/plugin/include/cp/name-lookup.h - /bin/bash ../../master/gcc/../mkinstalldirs [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.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/svr4.h config/linux.h config/glibc-stdint.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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h ../../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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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 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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cppdefault.h flags.h ../../master/gcc/../include/md5.h params.def params.h prefix.h tree-inline.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 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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.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/svr4.h config/linux.h config/glibc-stdint.h config/i386/linux.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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cfghooks.h gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.h ../../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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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 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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h hard-reg-set.h cppdefault.h flags.h ../../master/gcc/../include/md5.h params.def params.h prefix.h tree-inline.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 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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.h target.h target.def insn-modes.h tree-ssa-operands.h tree-ssa-alias.h vecir.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 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 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/svr4.h ../../master/gcc/config/linux.h ../../master/gcc/config/glibc-stdint.h ../../master/gcc/config/i386/linux.h ../../master/gcc/config/gnu.h ../../master/gcc/config/i386/gnu.h ../../master/gcc/defaults.h insn-constants.h insn-flags.h options.h flag-types.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 \ -@@ -433,13 +433,14 @@ - mkdir -p -- [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config - /usr/bin/install -c -m 644 ../../master/gcc/config/elfos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.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.6.0/plugin/include/config/glibc-stdint.h -+/usr/bin/install -c -m 644 ../../master/gcc/config/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/gnu.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/att.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/att.h - mkdir -p -- [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386 -+/usr/bin/install -c -m 644 ../../master/gcc/config/i386/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/gnu.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386-protos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/i386-protos.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/i386.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/linux.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/unix.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/unix.h --/usr/bin/install -c -m 644 ../../master/gcc/config/linux-android.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/linux-android.h - /usr/bin/install -c -m 644 ../../master/gcc/config/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/linux.h - /usr/bin/install -c -m 644 ../../master/gcc/config/svr4.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/svr4.h - /usr/bin/install -c -m 644 ../../master/gcc/config/vxworks-dummy.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/vxworks-dummy.h -@@ -470,12 +471,13 @@ - /usr/bin/install -c -m 644 ../../master/gcc/config/dbxelf.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/dbxelf.h - /usr/bin/install -c -m 644 ../../master/gcc/config/elfos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.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.6.0/plugin/include/config/glibc-stdint.h -+/usr/bin/install -c -m 644 ../../master/gcc/config/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/gnu.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/att.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/att.h -+/usr/bin/install -c -m 644 ../../master/gcc/config/i386/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/gnu.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386-protos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/i386-protos.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/i386.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/linux.h - /usr/bin/install -c -m 644 ../../master/gcc/config/i386/unix.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/i386/unix.h --/usr/bin/install -c -m 644 ../../master/gcc/config/linux-android.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/linux-android.h - /usr/bin/install -c -m 644 ../../master/gcc/config/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/linux.h - /usr/bin/install -c -m 644 ../../master/gcc/config/svr4.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/svr4.h - /usr/bin/install -c -m 644 ../../master/gcc/config/vxworks-dummy.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/plugin/include/config/vxworks-dummy.h -@@ -638,7 +640,6 @@ - libtool: install: /usr/bin/install -c .libs/liblto_plugin.a [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.6.0/liblto_plugin.a - libtool: install: chmod 644 [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.6.0/liblto_plugin.a - libtool: install: ranlib [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.6.0/liblto_plugin.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/libexec/gcc/[ARCH]/4.6.0 - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.6.0 -@@ -789,7 +790,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 --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 - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/hurd/master.build.install/lib -@@ -839,7 +839,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 --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 - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/hurd/master.build.install/lib -@@ -1115,9 +1114,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 --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.15-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 -@@ -1250,9 +1246,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 --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.15-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 -@@ -1450,9 +1443,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 --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.15-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 -@@ -1584,7 +1574,6 @@ - libtool: install: /usr/bin/install -c .libs/libgfortranbegin.a [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/libgfortranbegin.a - libtool: install: chmod 644 [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/libgfortranbegin.a - libtool: install: ranlib [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0/libgfortranbegin.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/gcc/[ARCH]/4.6.0 - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.6.0 -@@ -1617,9 +1606,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 --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.15-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 -@@ -1652,9 +1638,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 --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.15-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 -@@ -1724,9 +1707,6 @@ - done; \ - fi - make[3]: Leaving directory `/media/data[...]/hurd/master.build/[ARCH]/libobjc' --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.15-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 -@@ -2048,9 +2028,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 --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.15-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 -@@ -2260,7 +2237,6 @@ - /bin/bash ../../../libtool --mode=install /usr/bin/install -c libjavamath.la '[...]/hurd/master.build.install/lib/gcj-4.6.0-12' - libtool: install: /usr/bin/install -c .libs/libjavamath.so [...]/hurd/master.build.install/lib/gcj-4.6.0-12/libjavamath.so - libtool: install: /usr/bin/install -c .libs/libjavamath.lai [...]/hurd/master.build.install/lib/gcj-4.6.0-12/libjavamath.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/gcj-4.6.0-12 - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/hurd/master.build.install/lib/gcj-4.6.0-12 -@@ -2451,14 +2427,13 @@ - test -z "[...]/hurd/master.build.install/lib/gcj-4.6.0-12" || /bin/mkdir -p "[...]/hurd/master.build.install/lib/gcj-4.6.0-12" - /bin/bash ./libtool --mode=install /usr/bin/install -c libjvm.la '[...]/hurd/master.build.install/lib/gcj-4.6.0-12' - libtool: install: warning: relinking `libjvm.la' --libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/bash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/classmap.db\" -g -O2 -D_GNU_SOURCE -o libjvm.la -avoid-version -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib/gcj-4.6.0-12 jni-libjvm.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) --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/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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libjvm.so -o .libs/libjvm.so -+libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/bash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/classmap.db\" -g -O2 -D_GNU_SOURCE -o libjvm.la -avoid-version -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib/gcj-4.6.0-12 jni-libjvm.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) -+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/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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/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.6.0-12/libjvm.so - libtool: install: /usr/bin/install -c .libs/libjvm.lai [...]/hurd/master.build.install/lib/gcj-4.6.0-12/libjvm.la - libtool: install: /usr/bin/install -c .libs/libjvm.a [...]/hurd/master.build.install/lib/gcj-4.6.0-12/libjvm.a - libtool: install: chmod 644 [...]/hurd/master.build.install/lib/gcj-4.6.0-12/libjvm.a - libtool: install: ranlib [...]/hurd/master.build.install/lib/gcj-4.6.0-12/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.6.0-12 - ---------------------------------------------------------------------- - Libraries have been installed in: - [...]/hurd/master.build.install/lib/gcj-4.6.0-12 -@@ -2532,8 +2507,8 @@ - libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj.so.12.0.0 libgcj.so || { rm -f libgcj.so && ln -s libgcj.so.12.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' --libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/bash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/classmap.db\" -g -O2 -D_GNU_SOURCE -o libgij.la -rpath [...]/hurd/master.build.install/lib -version-info 12:0:0 -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) --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/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libgij.so.12 -o .libs/libgij.so.12.0.0 -+libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/bash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/classmap.db\" -g -O2 -D_GNU_SOURCE -o libgij.la -rpath [...]/hurd/master.build.install/lib -version-info 12:0:0 -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) -+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/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgij.so.12 -o .libs/libgij.so.12.0.0 - libtool: install: /usr/bin/install -c .libs/libgij.so.12.0.0T [...]/hurd/master.build.install/lib/libgij.so.12.0.0 - libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.12.0.0 libgij.so.12 || { rm -f libgij.so.12 && ln -s libgij.so.12.0.0 libgij.so.12; }; }) - libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.12.0.0 libgij.so || { rm -f libgij.so && ln -s libgij.so.12.0.0 libgij.so; }; }) -@@ -2561,9 +2536,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 --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.15-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 -@@ -2613,8 +2585,8 @@ - libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgcj.so.12.0.0 libgcj.so || { rm -f libgcj.so && ln -s libgcj.so.12.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' --libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/bash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/classmap.db\" -g -O2 -D_GNU_SOURCE -o libgij.la -rpath [...]/hurd/master.build.install/lib -version-info 12:0:0 -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) --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/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libgij.so.12 -o .libs/libgij.so.12.0.0 -+libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/bash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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.6.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.6.0-12\" -DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\" -DLIBGCJ_DEFAULT_DATABASE=\"[...]/hurd/master.build.install/lib/gcj-4.6.0-12/classmap.db\" -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.6.0-12/classmap.db\" -g -O2 -D_GNU_SOURCE -o libgij.la -rpath [...]/hurd/master.build.install/lib -version-info 12:0:0 -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) -+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/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.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 -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/crtn.o -Wl,-Bsymbolic-functions -Wl,-soname -Wl,libgij.so.12 -o .libs/libgij.so.12.0.0 - libtool: install: /usr/bin/install -c .libs/libgij.so.12.0.0T [...]/hurd/master.build.install/lib/libgij.so.12.0.0 - libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.12.0.0 libgij.so.12 || { rm -f libgij.so.12 && ln -s libgij.so.12.0.0 libgij.so.12; }; }) - libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.12.0.0 libgij.so || { rm -f libgij.so && ln -s libgij.so.12.0.0 libgij.so; }; }) -@@ -2642,9 +2614,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 --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.15-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 -@@ -3776,9 +3745,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 --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.15-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 diff --git a/open_issues/gcc/log_install-hurd.sed b/open_issues/gcc/log_install-hurd.sed new file mode 100644 index 00000000..9565aaae --- /dev/null +++ b/open_issues/gcc/log_install-hurd.sed @@ -0,0 +1 @@ +s%i686-unknown-gnu0\.3%[ARCH]%g diff --git a/open_issues/gcc/log_install-linux.sed b/open_issues/gcc/log_install-linux.sed new file mode 100644 index 00000000..22880cc5 --- /dev/null +++ b/open_issues/gcc/log_install-linux.sed @@ -0,0 +1 @@ +s%i686-pc-linux-gnu%[ARCH]%g diff --git a/open_issues/gcc/log_install.diff b/open_issues/gcc/log_install.diff new file mode 100644 index 00000000..1fc0ba03 --- /dev/null +++ b/open_issues/gcc/log_install.diff @@ -0,0 +1,329 @@ +--- /dev/fd/63 2011-07-16 00:33:44.577933231 +0200 ++++ /dev/fd/62 2011-07-16 00:33:44.577933231 +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; }; }) + libtool: install: /usr/bin/install -c .libs/liblto_plugin.lai [...]/hurd/master.build.install/libexec/gcc/[ARCH]/4.7.0/liblto_plugin.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/libexec/gcc/[ARCH]/4.7.0 + ---------------------------------------------------------------------- + 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 + /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 @@ + /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 ++/usr/bin/install -c -m 644 ../../master/gcc/config/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/gnu.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/att.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/att.h + mkdir -p -- [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386 + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/gnu-user.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/gnu-user.h ++/usr/bin/install -c -m 644 ../../master/gcc/config/i386/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/gnu.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386-opts.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/i386-opts.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386-protos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/i386-protos.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/i386.h +-/usr/bin/install -c -m 644 ../../master/gcc/config/i386/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/linux.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/unix.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/unix.h +-/usr/bin/install -c -m 644 ../../master/gcc/config/linux-android.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/linux-android.h +-/usr/bin/install -c -m 644 ../../master/gcc/config/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/linux.h + /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 @@ + /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 ++/usr/bin/install -c -m 644 ../../master/gcc/config/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/gnu.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/att.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/att.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/gnu-user.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/gnu-user.h ++/usr/bin/install -c -m 644 ../../master/gcc/config/i386/gnu.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/gnu.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386-protos.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/i386-protos.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/i386.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/i386.h +-/usr/bin/install -c -m 644 ../../master/gcc/config/i386/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/linux.h + /usr/bin/install -c -m 644 ../../master/gcc/config/i386/unix.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/i386/unix.h +-/usr/bin/install -c -m 644 ../../master/gcc/config/linux-android.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/linux-android.h +-/usr/bin/install -c -m 644 ../../master/gcc/config/linux.h [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/plugin/include/config/linux.h + /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 @@ + 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 +-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 + ---------------------------------------------------------------------- + Libraries have been installed in: + [...]/hurd/master.build.install/lib +@@ -849,7 +845,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 +-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 + ---------------------------------------------------------------------- + Libraries have been installed in: + [...]/hurd/master.build.install/lib +@@ -1125,9 +1120,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 +-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 +@@ -1260,9 +1252,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 +-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 +@@ -1460,9 +1449,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 +-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 +@@ -1547,7 +1533,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 +-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/gcc/[ARCH]/4.7.0 + ---------------------------------------------------------------------- + Libraries have been installed in: + [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0 +@@ -1619,7 +1604,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 +-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/gcc/[ARCH]/4.7.0 + ---------------------------------------------------------------------- + Libraries have been installed in: + [...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0 +@@ -1652,9 +1636,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 +-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 +@@ -1687,9 +1668,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 +-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 +@@ -1759,9 +1737,6 @@ + done; \ + fi + make[3]: Leaving directory `[...]/hurd/master.build/[ARCH]/libobjc' +-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 +@@ -1963,9 +1938,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 +-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 +@@ -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 @@ + /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 +-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 +@@ -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 @@ + 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' +-libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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: 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-linux-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-linux-gnu -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/i386-linux-gnu/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libjvm.so -o .libs/libjvm.so ++libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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: 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 @@ + 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' +-libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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 13:0:0 -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) +-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-linux-gnu/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.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-linux-gnu -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/i386-linux-gnu/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libgij.so.13 -o .libs/libgij.so.13.0.0 ++libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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 13:0:0 -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) ++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/gij.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,libgij.so.13 -o .libs/libgij.so.13.0.0 + libtool: install: /usr/bin/install -c .libs/libgij.so.13.0.0T [...]/hurd/master.build.install/lib/libgij.so.13.0.0 + libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.13.0.0 libgij.so.13 || { rm -f libgij.so.13 && ln -s libgij.so.13.0.0 libgij.so.13; }; }) + libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.13.0.0 libgij.so || { rm -f libgij.so && ln -s libgij.so.13.0.0 libgij.so; }; }) + libtool: install: /usr/bin/install -c .libs/libgij.lai [...]/hurd/master.build.install/lib/libgij.la + libtool: install: warning: relinking `libgcj-tools.la' + libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -L[...]/hurd/master.build/[ARCH]/libjava -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o libgcj-tools.la -rpath [...]/hurd/master.build.install/lib -version-info 13:0:0 -Wl,-Bsymbolic-functions -lm -Wl,--version-script=../../../master/libjava/libgcj.ver -rpath [...]/hurd/master.build.install/lib classpath/tools/libgcj_tools_la-tools.lo libgcj.la ) +-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-linux-gnu/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o classpath/tools/.libs/libgcj_tools_la-tools.o -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -L[...]/hurd/master.build/[ARCH]/libjava -lm -L[...]/hurd/master.build.install/lib -lgcj -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L/usr/lib/i386-linux-gnu -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/i386-linux-gnu/crtn.o -Wl,-Bsymbolic-functions -Wl,--version-script=../../../master/libjava/libgcj.ver -Wl,-soname -Wl,libgcj-tools.so.13 -o .libs/libgcj-tools.so.13.0.0 ++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 classpath/tools/.libs/libgcj_tools_la-tools.o -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -L[...]/hurd/master.build/[ARCH]/libjava -lm -L[...]/hurd/master.build.install/lib -lgcj -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,--version-script=../../../master/libjava/libgcj.ver -Wl,-soname -Wl,libgcj-tools.so.13 -o .libs/libgcj-tools.so.13.0.0 + 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 +-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 @@ + 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' +-libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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 13:0:0 -Wl,-Bsymbolic -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) +-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-linux-gnu/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o .libs/gij.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-linux-gnu -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/i386-linux-gnu/crtn.o -Wl,-Bsymbolic -Wl,-soname -Wl,libgij.so.13 -o .libs/libgij.so.13.0.0 ++libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -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 13:0:0 -Wl,-Bsymbolic-functions -rpath [...]/hurd/master.build.install/lib gij.lo -L[...]/hurd/master.build/[ARCH]/libjava/.libs libgcj.la ) ++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/gij.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,libgij.so.13 -o .libs/libgij.so.13.0.0 + libtool: install: /usr/bin/install -c .libs/libgij.so.13.0.0T [...]/hurd/master.build.install/lib/libgij.so.13.0.0 + libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.13.0.0 libgij.so.13 || { rm -f libgij.so.13 && ln -s libgij.so.13.0.0 libgij.so.13; }; }) + libtool: install: (cd [...]/hurd/master.build.install/lib && { ln -s -f libgij.so.13.0.0 libgij.so || { rm -f libgij.so && ln -s libgij.so.13.0.0 libgij.so; }; }) + libtool: install: /usr/bin/install -c .libs/libgij.lai [...]/hurd/master.build.install/lib/libgij.la + libtool: install: warning: relinking `libgcj-tools.la' + libtool: install: (cd [...]/hurd/master.build/[ARCH]/libjava; /bin/dash [...]/hurd/master.build/[ARCH]/libjava/libtool --tag CXX --mode=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 -L[...]/hurd/master.build/[ARCH]/libjava -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o libgcj-tools.la -rpath [...]/hurd/master.build.install/lib -version-info 13:0:0 -Wl,-Bsymbolic-functions -lm -Wl,--version-script=../../../master/libjava/libgcj.ver -rpath [...]/hurd/master.build.install/lib classpath/tools/libgcj_tools_la-tools.lo libgcj.la ) +-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-linux-gnu/crti.o [...]/hurd/master.build/./gcc/crtbeginS.o classpath/tools/.libs/libgcj_tools_la-tools.o -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -L[...]/hurd/master.build/[ARCH]/libjava -lm -L[...]/hurd/master.build.install/lib -lgcj -lpthread -lrt -ldl -L[...]/hurd/master.build/./gcc -L/usr/lib/i386-linux-gnu -lc -lgcc_s [...]/hurd/master.build/./gcc/crtendS.o /usr/lib/i386-linux-gnu/crtn.o -Wl,-Bsymbolic-functions -Wl,--version-script=../../../master/libjava/libgcj.ver -Wl,-soname -Wl,libgcj-tools.so.13 -o .libs/libgcj-tools.so.13.0.0 ++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 classpath/tools/.libs/libgcj_tools_la-tools.o -Wl,-rpath -Wl,[...]/hurd/master.build.install/lib -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src -L[...]/hurd/master.build/[ARCH]/libstdc++-v3/src/.libs -L[...]/hurd/master.build/[ARCH]/libjava -lm -L[...]/hurd/master.build.install/lib -lgcj -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,--version-script=../../../master/libjava/libgcj.ver -Wl,-soname -Wl,libgcj-tools.so.13 -o .libs/libgcj-tools.so.13.0.0 + 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 +-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 @@ + done; \ + fi + make[4]: Leaving directory `[...]/hurd/master.build/[ARCH]/libgomp' ++: + 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 @@ + 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 +-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 +@@ -3723,6 +3685,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 ++: + test -z "[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/finclude" || /bin/mkdir -p "[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/finclude" + /usr/bin/install -c -m 644 omp_lib.h omp_lib.f90 omp_lib.mod omp_lib_kinds.mod '[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/finclude' + test -z "[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/include" || /bin/mkdir -p "[...]/hurd/master.build.install/lib/gcc/[ARCH]/4.7.0/include" diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn new file mode 100644 index 00000000..e2d2fe56 --- /dev/null +++ b/open_issues/gdb.mdwn @@ -0,0 +1,130 @@ +[[!meta copyright="Copyright © 2007, 2008, 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 +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_gdb]] + +Here's what's to be done for maintaining GNU GDB. + +[[!toc levels=2]] + + +# [[General information|/gdb]] + + +# [[Sources|source_repositories/gdb]] + + +# Configuration + +Last reviewed up to the [[Git mirror's a6276821b897bb7b1140e156c189badedd6adddc +(2011-07-04) sources|source_repositories/gdb]]. + + * Globally + + * a.out, COFF, PE image support and 64 bit support are not interesting. + + * In the testsuites, `.exp` and `.d` files very likely should not only + care for `*-*-linux*`, but also `*-*-gnu*`. (If the need to be + conditionalized like this at all.) + + * `bfd/` + + See [[binutils]]. + + * `libdecnumber/` + + Should/can probably align to GNU/Linux. + + * Have a look at config/i386/i386gnu.mh. + + * configure.tgt + + * glibc-tdep et al. also for GNU/Hurd? + + +# Build + +Here's a log of a GDB build run; this is from our [[Git repository's +d53cbf2a89a11bb98304490663a75229116d3e5a (2011-07-04) +sources|source_repositories/gdb]], run on kepler.SCHWINGE and coulomb.SCHWINGE. + + $ export LC_ALL=C + $ ../master/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.6 CXX=g++-4.6 --disable-werror 2>&1 | tee log_build + [...] + $ make 2>&1 | tee log_build_ + [...] + +Different hosts may default to different shells and compiler versions; thus +harmonized. + +There are several occurences of *error: dereferencing type-punned pointer will +break strict-aliasing rules* in the MIG-generated stub files; thus no `-Werror` +until that is resolved. + +This takes up around 200 MiB, and needs roughly TODO min on kepler.SCHWINGE, +and takes up areound 130 MiB, and needs roughly TODO min on coulomb.SCHWINGE. + + +## Analysis + +x86 GNU/Linux' and GNU/Hurd's configurations are slightly different, thus mask +out most of the differences that are due to GNU/Linux supporting more core file +formats, and more emulation vectors. + + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gdb/ && cat hurd/master.build/log_build* | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' | sed -f open_issues/gdb/log_build-linux.sed) <(ssh coulomb.SCHWINGE 'cd tmp/gdb/ && cat hurd/master.build/log_build* | sed "s%\(/media/erich\)\?${PWD}%[...]%g"' | sed -f open_issues/gdb/log_build-hurd.sed) > open_issues/gdb/log_build.diff + +[[log_build.diff]]. + + * Why do we specify `-D_GNU_SOURCE`, and GNU/Linux doesn't? + + * Why does GNU/Linux have an additional `-ldl -rdynamic` when linking `gdb`? + + +# Install + + $ make install 2>&1 | tee log_install + [...] + +This takes up around 50 MiB, and needs roughly TODO min on kepler.SCHWINGE, and +takes up areound 45 MiB, and needs roughly TODO min on coulomb.SCHWINGE. + + +## Analysis + + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gdb/ && cat hurd/master.build/log_install | sed -e "s%\(/media/data\)\?${PWD}%[...]%g"' | sed -f open_issues/gdb/log_install-linux.sed) <(ssh coulomb.SCHWINGE 'cd tmp/gdb/ && cat hurd/master.build/log_install | sed "s%\(/media/erich\)\?${PWD}%[...]%g"' | sed -f open_issues/gdb/log_install-hurd.sed) > open_issues/gdb/log_install.diff + +[[log_install.diff]]. + + * `libtool: finish`: `ldconfig` is not run for the Hurd. + + +# Testsuite + +On GNU/Hurd, hampered by the [[term_blocking]] issue. + + $ make -k check + [...] + +This needs roughly TODO min on kepler.SCHWINGE, and TODO min on +coulomb.SCHWINGE. + + $ ssh kepler.SCHWINGE 'cd tmp/source/gdb/ && sed < hurd/master.build/gdb/testsuite/gdb.sum -e "s%\(/media/data\)\?${PWD}%[...]%g"' > open_issues/gdb/sum_linux + $ ssh coulomb.SCHWINGE 'cd tmp/gdb/ && sed < hurd/master.build/gdb/testsuite/gdb.sum -e "s%\(/media/erich\)\?${PWD}%[...]%g"' > open_issues/gdb/sum_hurd + +Comparing the results files, [[sum_linux]] to [[sum_hurd]]: + + $ diff -u -F ^Running open_issues/gdb/sum_linux open_issues/gdb/sum_hurd + TODO + + +## Analysis + +TODO. diff --git a/open_issues/gdb/log_build-hurd.sed b/open_issues/gdb/log_build-hurd.sed new file mode 100644 index 00000000..2122a4e2 --- /dev/null +++ b/open_issues/gdb/log_build-hurd.sed @@ -0,0 +1,7 @@ +s%i686-unknown-gnu0\.3%[ARCH]%g + + + +s%-DSELECT_VECS=\('\?\)&bfd_elf32_i386_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec\1%-DSELECT_VECS=\1[SELECT_VECS]\1% +s%-D_GNU_SOURCE%%g +s%-lshouldbeinlibc%%g diff --git a/open_issues/gdb/log_build-linux.sed b/open_issues/gdb/log_build-linux.sed new file mode 100644 index 00000000..d483b2f7 --- /dev/null +++ b/open_issues/gdb/log_build-linux.sed @@ -0,0 +1,6 @@ +s%i686-pc-linux-gnu%[ARCH]%g +s%-DTRAD_CORE%% +s%-DHAVE_i386linux_vec%% +s%-DHAVE_i386pei_vec%% +s%-DSELECT_VECS=\('\?\)&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec\1%-DSELECT_VECS=\1[SELECT_VECS]\1% + diff --git a/open_issues/gdb/log_build.diff b/open_issues/gdb/log_build.diff new file mode 100644 index 00000000..1f379f67 --- /dev/null +++ b/open_issues/gdb/log_build.diff @@ -0,0 +1,605 @@ +--- /dev/fd/63 2011-07-04 19:02:43.871279739 +0200 ++++ /dev/fd/62 2011-07-04 19:02:43.871279739 +0200 +@@ -276,12 +276,12 @@ + checking for sys/sysinfo.h... yes + checking for machine/hal_sysinfo.h... no + checking for sys/table.h... no +-checking for sys/sysctl.h... yes ++checking for sys/sysctl.h... no + checking for sys/systemcfg.h... no + checking for stdint.h... (cached) yes + checking for stdio_ext.h... yes + checking for process.h... no +-checking for sys/prctl.h... yes ++checking for sys/prctl.h... no + 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 +@@ -351,13 +351,13 @@ + checking for working fork... yes + checking for working vfork... (cached) yes + checking for _doprnt... no +-checking for sys_errlist... yes +-checking for sys_nerr... yes ++checking for sys_errlist... no ++checking for sys_nerr... no + checking for sys_siglist... yes + checking for external symbol _system_configuration... no + checking for __fsetlocking... yes + checking for canonicalize_file_name... yes +-checking for dup3... yes ++checking for dup3... no + checking for getrusage... yes + checking for getsysinfo... no + checking for gettimeofday... (cached) yes +@@ -372,7 +372,7 @@ + checking for strerror... yes + checking for strsignal... yes + checking for sysconf... yes +-checking for sysctl... yes ++checking for sysctl... no + checking for sysmp... no + checking for table... no + checking for times... yes +@@ -457,7 +457,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -477,7 +477,7 @@ + checking if gcc-4.6 supports -c -o file.o... yes + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking for shl_load... no + checking for shl_load in -ldld... no +@@ -567,26 +567,26 @@ + checking sys/procfs.h usability... yes + checking sys/procfs.h presence... yes + checking for sys/procfs.h... yes +-checking for prstatus_t in sys/procfs.h... yes ++checking for prstatus_t in sys/procfs.h... no + checking for prstatus32_t in sys/procfs.h... no + checking for prstatus_t.pr_who in sys/procfs.h... no + checking for prstatus32_t.pr_who in sys/procfs.h... no +-checking for pstatus_t in sys/procfs.h... no ++checking for pstatus_t in sys/procfs.h... yes + checking for pxstatus_t in sys/procfs.h... no + checking for pstatus32_t in sys/procfs.h... no +-checking for prpsinfo_t in sys/procfs.h... yes +-checking for prpsinfo_t.pr_pid in sys/procfs.h... yes ++checking for prpsinfo_t in sys/procfs.h... no ++checking for prpsinfo_t.pr_pid in sys/procfs.h... no + checking for prpsinfo32_t in sys/procfs.h... no + checking for prpsinfo32_t.pr_pid in sys/procfs.h... no +-checking for psinfo_t in sys/procfs.h... no +-checking for psinfo_t.pr_pid in sys/procfs.h... no ++checking for psinfo_t in sys/procfs.h... yes ++checking for psinfo_t.pr_pid in sys/procfs.h... yes + checking for psinfo32_t in sys/procfs.h... no + checking for psinfo32_t.pr_pid in sys/procfs.h... no +-checking for lwpstatus_t in sys/procfs.h... no ++checking for lwpstatus_t in sys/procfs.h... yes + checking for lwpxstatus_t in sys/procfs.h... no + checking for lwpstatus_t.pr_context in sys/procfs.h... no +-checking for lwpstatus_t.pr_reg in sys/procfs.h... no +-checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no ++checking for lwpstatus_t.pr_reg in sys/procfs.h... yes ++checking for lwpstatus_t.pr_fpreg in sys/procfs.h... yes + checking for win32_pstatus_t in sys/procfs.h... no + checking linker --as-needed support... yes + checking for cos in -lm... yes +@@ -1219,36 +1219,15 @@ + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../../master/bfd/dwarf1.c + libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../../master/bfd/dwarf1.c -o dwarf1.o + mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c -o i386linux.lo ../../master/bfd/i386linux.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT i386linux.lo -MD -MP -MF .deps/i386linux.Tpo -c ../../master/bfd/i386linux.c -o i386linux.o +-mv -f .deps/i386linux.Tpo .deps/i386linux.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c -o aout32.lo ../../master/bfd/aout32.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT aout32.lo -MD -MP -MF .deps/aout32.Tpo -c ../../master/bfd/aout32.c -o aout32.o +-mv -f .deps/aout32.Tpo .deps/aout32.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../../master/bfd/pei-i386.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../../master/bfd/pei-i386.c -o pei-i386.o +-mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo +-rm -f peigen.c +-sed -e s/XX/pe/g < ../../master/bfd/peXXigen.c > peigen.new +-mv -f peigen.new peigen.c +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o +-mv -f .deps/peigen.Tpo .deps/peigen.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../../master/bfd/cofflink.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../../master/bfd/cofflink.c -o cofflink.o +-mv -f .deps/cofflink.Tpo .deps/cofflink.Plo + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../master/bfd/elf32-gen.c + libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../master/bfd/elf32-gen.c -o elf32-gen.o + mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo + /bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../../master/bfd/cpu-i386.c + libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../../master/bfd/cpu-i386.c -o cpu-i386.o + mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo +-/bin/dash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR='"[...]/hurd/master.build.install/bin"' -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c -o trad-core.lo ../../master/bfd/trad-core.c +-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/bfd -I. -I../../master/bfd -I../../master/bfd/../include -DHAVE_bfd_elf32_i386_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"[...]/hurd/master.build.install/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT trad-core.lo -MD -MP -MF .deps/trad-core.Tpo -c ../../master/bfd/trad-core.c -o trad-core.o +-mv -f .deps/trad-core.Tpo .deps/trad-core.Plo + rm -f tofiles + f=""; \ +- for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo i386linux.lo aout32.lo pei-i386.lo peigen.lo cofflink.lo elf32-gen.lo cpu-i386.lo trad-core.lo ; do \ ++ for i in elf32-i386.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo elf32-gen.lo cpu-i386.lo ; do \ + case " $f " in \ + *" $i "*) ;; \ + *) f="$f $i" ;; \ +@@ -1258,7 +1237,7 @@ + /bin/dash ../../master/bfd/../move-if-change tofiles ofiles + touch stamp-ofiles + /bin/dash ./libtool --tag=CC --mode=link gcc-4.6 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -release `cat libtool-soversion` -o libbfd.la -rpath [...]/hurd/master.build.install/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles` -lz +-libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o pei-i386.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o ++libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o elf32-i386.o elf-ifunc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-i386.o + libtool: link: ranlib .libs/libbfd.a + libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) + libtooldir=`/bin/dash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ +@@ -1325,7 +1304,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 +-checking the maximum length of command line arguments... 805306365 ++checking the maximum length of command line arguments... -1 + checking whether the shell understands some XSI constructs... yes + checking whether the shell understands "+="... no + checking for ld option to reload object files... -r +@@ -1345,7 +1324,7 @@ + checking if gcc-4.6 supports -c -o file.o... yes + checking if gcc-4.6 supports -c -o file.o... (cached) yes + checking whether the gcc-4.6 linker (ld) supports shared libraries... yes +-checking dynamic linker characteristics... GNU/Linux ld.so ++checking dynamic linker characteristics... gnu0.3 ld.so + checking how to hardcode library paths into programs... immediate + checking whether stripping libraries is possible... yes + checking if libtool supports shared libraries... yes +@@ -1537,7 +1516,8 @@ + checking build system type... [ARCH] + checking host system type... [ARCH] + checking target system type... [ARCH] +-checking for decimal floating point... bid ++checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored ++dpd + checking whether byte ordering is bigendian... no + configure: updating cache ./config.cache + configure: creating ./config.status +@@ -1547,15 +1527,11 @@ + make[2]: Entering directory `[...]/hurd/master.build/libdecnumber' + source='../../master/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/decNumber.c + source='../../master/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/decContext.c +-source='../../master/libdecnumber/bid/decimal32.c' object='decimal32.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/decimal32.c +-source='../../master/libdecnumber/bid/decimal64.c' object='decimal64.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/decimal64.c +-source='../../master/libdecnumber/bid/decimal128.c' object='decimal128.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/decimal128.c +-source='../../master/libdecnumber/bid/bid2dpd_dpd2bid.c' object='bid2dpd_dpd2bid.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/bid2dpd_dpd2bid.c +-source='../../master/libdecnumber/bid/host-ieee32.c' object='host-ieee32.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/host-ieee32.c +-source='../../master/libdecnumber/bid/host-ieee64.c' object='host-ieee64.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/host-ieee64.c +-source='../../master/libdecnumber/bid/host-ieee128.c' object='host-ieee128.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/bid/host-ieee128.c ++source='../../master/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/dpd/decimal32.c ++source='../../master/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/dpd/decimal64.c ++source='../../master/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc-4.6 -I../../master/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../master/libdecnumber -I. -c ../../master/libdecnumber/dpd/decimal128.c + rm -f libdecnumber.a +-ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o bid2dpd_dpd2bid.o host-ieee32.o host-ieee64.o host-ieee128.o ++ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o + ranlib libdecnumber.a + make[2]: Leaving directory `[...]/hurd/master.build/libdecnumber' + mkdir -p -- ./readline +@@ -1655,9 +1631,9 @@ + checking termios.h usability... yes + checking termios.h presence... yes + checking for termios.h... yes +-checking termio.h usability... yes +-checking termio.h presence... yes +-checking for termio.h... yes ++checking termio.h usability... no ++checking termio.h presence... no ++checking for termio.h... no + checking sys/pte.h usability... no + checking sys/pte.h presence... no + checking for sys/pte.h... no +@@ -1983,9 +1959,9 @@ + checking for library containing opendir... none required + checking whether stat file-mode macros are broken... no + checking for ANSI C header files... (cached) yes +-checking nlist.h usability... no +-checking nlist.h presence... no +-checking for nlist.h... no ++checking nlist.h usability... yes ++checking nlist.h presence... yes ++checking for nlist.h... yes + checking machine/reg.h usability... no + checking machine/reg.h presence... no + checking for machine/reg.h... no +@@ -1998,9 +1974,9 @@ + checking proc_service.h usability... no + checking proc_service.h presence... no + checking for proc_service.h... no +-checking thread_db.h usability... yes +-checking thread_db.h presence... yes +-checking for thread_db.h... yes ++checking thread_db.h usability... no ++checking thread_db.h presence... no ++checking for thread_db.h... no + checking gnu/libc-version.h usability... yes + checking gnu/libc-version.h presence... yes + checking for gnu/libc-version.h... yes +@@ -2039,12 +2015,12 @@ + checking ptrace.h usability... no + checking ptrace.h presence... no + checking for ptrace.h... no +-checking sys/reg.h usability... yes +-checking sys/reg.h presence... yes +-checking for sys/reg.h... yes +-checking sys/debugreg.h usability... yes +-checking sys/debugreg.h presence... yes +-checking for sys/debugreg.h... yes ++checking sys/reg.h usability... no ++checking sys/reg.h presence... no ++checking for sys/reg.h... no ++checking sys/debugreg.h usability... no ++checking sys/debugreg.h presence... no ++checking for sys/debugreg.h... no + checking sys/select.h usability... yes + checking sys/select.h presence... yes + checking for sys/select.h... yes +@@ -2061,9 +2037,9 @@ + checking termios.h usability... yes + checking termios.h presence... yes + checking for termios.h... yes +-checking termio.h usability... yes +-checking termio.h presence... yes +-checking for termio.h... yes ++checking termio.h usability... no ++checking termio.h presence... no ++checking for termio.h... no + checking sgtty.h usability... yes + checking sgtty.h presence... yes + checking for sgtty.h... yes +@@ -2082,7 +2058,7 @@ + checking for locale.h... yes + checking for link.h... yes + checking for sys/proc.h... no +-checking for sys/user.h... yes ++checking for sys/user.h... no + checking curses.h usability... yes + checking curses.h presence... yes + checking for curses.h... yes +@@ -2171,19 +2147,19 @@ + checking for struct reg.r_fs... no + checking for struct reg.r_gs... no + checking for PTRACE_GETREGS... yes +-checking for PTRACE_GETFPXREGS... yes ++checking for PTRACE_GETFPXREGS... no + checking for PT_GETDBREGS... no + checking for PT_GETXMMREGS... no +-checking for pstatus_t in sys/procfs.h... no ++checking for pstatus_t in sys/procfs.h... yes + checking for prrun_t in sys/procfs.h... no +-checking for gregset_t in sys/procfs.h... no +-checking for fpregset_t in sys/procfs.h... no ++checking for gregset_t in sys/procfs.h... yes ++checking for fpregset_t in sys/procfs.h... yes + checking for prgregset_t in sys/procfs.h... yes + checking for prfpregset_t in sys/procfs.h... yes + checking for prgregset32_t in sys/procfs.h... no + checking for prfpregset32_t in sys/procfs.h... no +-checking for lwpid_t in sys/procfs.h... yes +-checking for psaddr_t in sys/procfs.h... yes ++checking for lwpid_t in sys/procfs.h... no ++checking for psaddr_t in sys/procfs.h... no + checking for prsysent_t in sys/procfs.h... no + checking for pr_sigset_t in sys/procfs.h... no + checking for pr_sigaction64_t in sys/procfs.h... no +@@ -2201,16 +2177,13 @@ + checking for long double support in printf... yes + checking for long double support in scanf... yes + checking for the dynamic export flag... -rdynamic +-checking whether <thread_db.h> has TD_NOTALLOC... yes +-checking whether <thread_db.h> has TD_VERSION... yes +-checking whether <thread_db.h> has TD_NOTLS... yes +-checking whether <sys/syscall.h> has __NR_tkill... yes +-checking whether ADDR_NO_RANDOMIZE is declared... yes ++checking whether <sys/syscall.h> has __NR_tkill... no ++checking whether ADDR_NO_RANDOMIZE is declared... no + checking compiler warning flags... -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts + checking for cygwin... no + checking for ELF support in BFD... yes + checking for X... libraries , headers +-checking whether gdbserver is supported on this host... yes ++checking whether gdbserver is supported on this host... no + configure: updating cache ./config.cache + configure: creating ./config.status + config.status: creating Makefile +@@ -2219,7 +2192,7 @@ + config.status: creating gnulib/Makefile + config.status: creating data-directory/Makefile + config.status: creating config.h +-config.status: linking ../../master/gdb/config/nm-linux.h to nm.h ++config.status: linking ../../master/gdb/config/i386/nm-i386gnu.h to nm.h + config.status: executing depdir commands + mkdir -p -- .deps + config.status: executing depfiles commands +@@ -2290,113 +2263,6 @@ + config.status: creating gdb.threads/Makefile + config.status: creating gdb.trace/Makefile + config.status: creating gdb.xml/Makefile +-=== configuring in gdbserver ([...]/hurd/master.build/gdb/gdbserver) +-configure: running /bin/dash ../../../master/gdb/gdbserver/configure --disable-option-checking '--prefix=[...]/hurd/master.build.install' '--with-system-zlib' '--disable-werror' '--program-transform-name=s,y,y,' '--build=[ARCH]' '--host=[ARCH]' '--target=[ARCH]' 'build_alias=[ARCH]' 'host_alias=[ARCH]' 'target_alias=[ARCH]' 'CC=gcc-4.6' 'CFLAGS=-g -O2' 'LDFLAGS= ' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../master/gdb/gdbserver +-configure: loading cache .././config.cache +-checking for [ARCH]-gcc... (cached) gcc-4.6 +-checking for C compiler default output file name... a.out +-checking whether the C compiler works... yes +-checking whether we are cross compiling... no +-checking for suffix of executables... +-checking for suffix of object files... (cached) o +-checking whether we are using the GNU C compiler... (cached) yes +-checking whether gcc-4.6 accepts -g... (cached) yes +-checking for gcc-4.6 option to accept ISO C89... (cached) none needed +-checking how to run the C preprocessor... (cached) gcc-4.6 -E +-checking for grep that handles long lines and -e... (cached) /bin/grep +-checking for egrep... (cached) /bin/grep -E +-checking for ANSI C header files... (cached) yes +-checking for sys/types.h... (cached) yes +-checking for sys/stat.h... (cached) yes +-checking for stdlib.h... (cached) yes +-checking for string.h... (cached) yes +-checking for memory.h... (cached) yes +-checking for strings.h... (cached) yes +-checking for inttypes.h... (cached) yes +-checking for stdint.h... (cached) yes +-checking for unistd.h... (cached) yes +-checking for minix/config.h... (cached) no +-checking whether it is safe to define __EXTENSIONS__... (cached) yes +-checking build system type... (cached) [ARCH] +-checking host system type... (cached) [ARCH] +-checking target system type... (cached) [ARCH] +-checking for a BSD-compatible install... /usr/bin/install -c +-checking for ANSI C header files... (cached) yes +-checking for working alloca.h... (cached) yes +-checking for alloca... (cached) yes +-checking for sgtty.h... (cached) yes +-checking for termio.h... (cached) yes +-checking for termios.h... (cached) yes +-checking for sys/reg.h... (cached) yes +-checking for string.h... (cached) yes +-checking for proc_service.h... (cached) no +-checking for sys/procfs.h... (cached) yes +-checking for thread_db.h... (cached) yes +-checking linux/elf.h usability... yes +-checking linux/elf.h presence... yes +-checking for linux/elf.h... yes +-checking for stdlib.h... (cached) yes +-checking for unistd.h... (cached) yes +-checking errno.h usability... yes +-checking errno.h presence... yes +-checking for errno.h... yes +-checking fcntl.h usability... yes +-checking fcntl.h presence... yes +-checking for fcntl.h... yes +-checking for signal.h... (cached) yes +-checking for sys/file.h... (cached) yes +-checking malloc.h usability... yes +-checking malloc.h presence... yes +-checking for malloc.h... yes +-checking for sys/ioctl.h... (cached) yes +-checking netinet/in.h usability... yes +-checking netinet/in.h presence... yes +-checking for netinet/in.h... yes +-checking sys/socket.h usability... yes +-checking sys/socket.h presence... yes +-checking for sys/socket.h... yes +-checking netdb.h usability... yes +-checking netdb.h presence... yes +-checking for netdb.h... yes +-checking netinet/tcp.h usability... yes +-checking netinet/tcp.h presence... yes +-checking for netinet/tcp.h... yes +-checking arpa/inet.h usability... yes +-checking arpa/inet.h presence... yes +-checking for arpa/inet.h... yes +-checking for sys/wait.h... (cached) yes +-checking for pread... yes +-checking for pwrite... yes +-checking for pread64... (cached) yes +-checking for memmem... (cached) yes +-checking for vasprintf... yes +-checking for vsnprintf... yes +-checking for ust... no +-checking compiler warning flags... -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts +-checking for dladdr... yes +-checking for errno... yes - in errno.h +-checking whether strerror is declared... (cached) yes +-checking whether perror is declared... yes +-checking whether memmem is declared... (cached) yes +-checking whether vasprintf is declared... yes +-checking whether vsnprintf is declared... (cached) yes +-checking for socklen_t... (cached) yes +-checking if building for x86-64... no +-checking for PTRACE_GETREGS... yes +-checking for PTRACE_GETFPXREGS... yes +-checking for lwpid_t in sys/procfs.h... (cached) yes +-checking for psaddr_t in sys/procfs.h... (cached) yes +-checking for prgregset_t in sys/procfs.h... (cached) yes +-checking for elf_fpregset_t in sys/procfs.h... yes +-checking for dlopen in -ldl... yes +-checking for the dynamic export flag... -Wl,--dynamic-list +-checking for TD_VERSION... yes +-checking whether the target supports __sync_*_compare_and_swap... yes +-configure: updating cache .././config.cache +-configure: creating ./config.status +-config.status: creating Makefile +-config.status: creating config.h +-config.status: executing default commands + make[2]: Entering directory `[...]/hurd/master.build/sim' + make[2]: Leaving directory `[...]/hurd/master.build/sim' + make[2]: Entering directory `[...]/hurd/master.build/gdb' +@@ -2589,29 +2455,65 @@ + make[5]: Leaving directory `[...]/hurd/master.build/gdb/gnulib' + make[4]: Leaving directory `[...]/hurd/master.build/gdb/gnulib' + make[3]: Leaving directory `[...]/hurd/master.build/gdb' ++gcc-4.6 -E -DSERVERPREFIX=S_ -x c ../../master/gdb/notify.defs \ ++ | mig -cc cat - /dev/null -sheader notify_S.h -server notify_S.c -user /dev/null -header /dev/null ++gcc-4.6 -E -DSERVERPREFIX=S_ -x c ../../master/gdb/process_reply.defs \ ++ | mig -cc cat - /dev/null -sheader process_reply_S.h -server process_reply_S.raw -user /dev/null -header /dev/null \ ++ && gawk -f ../../master/gdb/reply_mig_hack.awk < process_reply_S.raw > process_reply_S.c ++gcc-4.6 -E -DSERVERPREFIX=S_ -x c ../../master/gdb/msg_reply.defs \ ++ | mig -cc cat - /dev/null -sheader msg_reply_S.h -server msg_reply_S.raw -user /dev/null -header /dev/null \ ++ && gawk -f ../../master/gdb/reply_mig_hack.awk < msg_reply_S.raw > msg_reply_S.c ++gcc-4.6 -E -D'MSG_IMPORTS=waittime 1000;' -x c ../../master/gdb/msg.defs \ ++ | mig -cc cat - /dev/null -sheader /dev/null -server /dev/null -user msg_U.c -header msg_U.h ++gcc-4.6 -E -x c ../../master/gdb/exc_request.defs \ ++ | mig -cc cat - /dev/null -sheader /dev/null -server /dev/null -user exc_request_U.c -header exc_request_U.h ++gcc-4.6 -E -DSERVERPREFIX=S_ -x c ../../master/gdb/exc_request.defs \ ++ | mig -cc cat - /dev/null -sheader exc_request_S.h -server exc_request_S.c -user /dev/null -header /dev/null + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gdb.o -MT gdb.o -MMD -MP -MF .deps/gdb.Tpo ../../master/gdb/gdb.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i386-tdep.o -MT i386-tdep.o -MMD -MP -MF .deps/i386-tdep.Tpo ../../master/gdb/i386-tdep.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i386-linux-tdep.o -MT i386-linux-tdep.o -MMD -MP -MF .deps/i386-linux-tdep.Tpo ../../master/gdb/i386-linux-tdep.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o glibc-tdep.o -MT glibc-tdep.o -MMD -MP -MF .deps/glibc-tdep.Tpo ../../master/gdb/glibc-tdep.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i387-tdep.o -MT i387-tdep.o -MMD -MP -MF .deps/i387-tdep.Tpo ../../master/gdb/i387-tdep.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i386gnu-tdep.o -MT i386gnu-tdep.o -MMD -MP -MF .deps/i386gnu-tdep.Tpo ../../master/gdb/i386gnu-tdep.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o solib.o -MT solib.o -MMD -MP -MF .deps/solib.Tpo ../../master/gdb/solib.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o solib-svr4.o -MT solib-svr4.o -MMD -MP -MF .deps/solib-svr4.Tpo ../../master/gdb/solib-svr4.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o symfile-mem.o -MT symfile-mem.o -MMD -MP -MF .deps/symfile-mem.Tpo ../../master/gdb/symfile-mem.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o corelow.o -MT corelow.o -MMD -MP -MF .deps/corelow.Tpo ../../master/gdb/corelow.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o linux-tdep.o -MT linux-tdep.o -MMD -MP -MF .deps/linux-tdep.Tpo ../../master/gdb/linux-tdep.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o linux-record.o -MT linux-record.o -MMD -MP -MF .deps/linux-record.Tpo ../../master/gdb/linux-record.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-base.o -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ../../master/gdb/ser-base.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-unix.o -MT ser-unix.o -MMD -MP -MF .deps/ser-unix.Tpo ../../master/gdb/ser-unix.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-pipe.o -MT ser-pipe.o -MMD -MP -MF .deps/ser-pipe.Tpo ../../master/gdb/ser-pipe.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o ser-tcp.o -MT ser-tcp.o -MMD -MP -MF .deps/ser-tcp.Tpo ../../master/gdb/ser-tcp.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o inf-ptrace.o -MT inf-ptrace.o -MMD -MP -MF .deps/inf-ptrace.Tpo ../../master/gdb/inf-ptrace.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../master/gdb/i386gnu-nat.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../master/gdb/gnu-nat.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o corelow.o -MT corelow.o -MMD -MP -MF .deps/corelow.Tpo ../../master/gdb/corelow.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../master/gdb/core-regset.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../master/gdb/fork-child.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i386-nat.o -MT i386-nat.o -MMD -MP -MF .deps/i386-nat.Tpo ../../master/gdb/i386-nat.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o i386-linux-nat.o -MT i386-linux-nat.o -MMD -MP -MF .deps/i386-linux-nat.Tpo ../../master/gdb/i386-linux-nat.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o proc-service.o -MT proc-service.o -MMD -MP -MF .deps/proc-service.Tpo ../../master/gdb/proc-service.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o linux-thread-db.o -MT linux-thread-db.o -MMD -MP -MF .deps/linux-thread-db.Tpo ../../master/gdb/linux-thread-db.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o linux-nat.o -MT linux-nat.o -MMD -MP -MF .deps/linux-nat.Tpo ../../master/gdb/linux-nat.c +-gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o linux-fork.o -MT linux-fork.o -MMD -MP -MF .deps/linux-fork.Tpo ../../master/gdb/linux-fork.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o notify_S.o -MT notify_S.o -MMD -MP -MF .deps/notify_S.Tpo notify_S.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o process_reply_S.o -MT process_reply_S.o -MMD -MP -MF .deps/process_reply_S.Tpo process_reply_S.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o msg_reply_S.o -MT msg_reply_S.o -MMD -MP -MF .deps/msg_reply_S.Tpo msg_reply_S.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o msg_U.o -MT msg_U.o -MMD -MP -MF .deps/msg_U.Tpo msg_U.c ++msg_U.c: In function 'msg_del_auth': ++msg_U.c:505:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c:520:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_get_init_ports': ++msg_U.c:957:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_set_init_ports': ++msg_U.c:1050:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_get_init_ints': ++msg_U.c:1481:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_set_init_ints': ++msg_U.c:1573:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_get_dtable': ++msg_U.c:1739:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_set_dtable': ++msg_U.c:1832:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_get_environment': ++msg_U.c:2253:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_set_environment': ++msg_U.c:2345:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_get_env_variable': ++msg_U.c:2511:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c: In function 'msg_describe_ports': ++msg_U.c:3018:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++msg_U.c:3083:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o exc_request_U.o -MT exc_request_U.o -MMD -MP -MF .deps/exc_request_U.Tpo exc_request_U.c ++gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o exc_request_S.o -MT exc_request_S.o -MMD -MP -MF .deps/exc_request_S.Tpo exc_request_S.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o remote.o -MT remote.o -MMD -MP -MF .deps/remote.Tpo ../../master/gdb/remote.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o dcache.o -MT dcache.o -MMD -MP -MF .deps/dcache.Tpo ../../master/gdb/dcache.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo ../../master/gdb/tracepoint.c +@@ -2988,81 +2890,21 @@ + Making init.c + gcc-4.6 -g -O2 -I. -I../../master/gdb -I../../master/gdb/common -I../../master/gdb/config -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../master/gdb/../include/opcode -I../../master/gdb/../opcodes/.. -I../../master/gdb/../readline/.. -I../bfd -I../../master/gdb/../bfd -I../../master/gdb/../include -I../libdecnumber -I../../master/gdb/../libdecnumber -I../../master/gdb/gnulib -Ignulib -DTUI=1 -I/usr/include/python2.6 -I/usr/include/python2.6 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo init.c + rm -f libgdb.a +-ar q libgdb.a i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o solib.o solib-svr4.o symfile-mem.o corelow.o linux-tdep.o linux-record.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o inf-ptrace.o fork-child.o i386-nat.o i386-linux-nat.o proc-service.o linux-thread-db.o linux-nat.o linux-fork.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-main.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-frame.o py-function.o py-inferior.o py-infthread.o py-lazy-string.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o continuations.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o ++ar q libgdb.a i386-tdep.o i387-tdep.o i386gnu-tdep.o solib.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-main.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-frame.o py-function.o py-inferior.o py-infthread.o py-lazy-string.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o posix-hdep.o c-exp.o cp-name-parser.o objc-exp.o ada-exp.o jv-exp.o f-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auxv.o bfd-target.o blockframe.o breakpoint.o findvar.o regcache.o charset.o continuations.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o inf-child.o interps.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ui-out.o cli-out.o varobj.o vec.o wrapper.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o gcore.o jit.o progspace.o inflow.o init.o + ar: creating libgdb.a + ranlib libgdb.a + rm -f gdb + gcc-4.6 -g -O2 \ + -o gdb gdb.o libgdb.a \ +- ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm -L/usr/lib/python2.6/config -lpthread -ldl -lutil -lm -lpython2.6 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat ../libiberty/libiberty.a gnulib/libgnu.a -ldl -rdynamic ++ ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lshouldbeinlibc -lncurses -lz -lm -L/usr/lib/python2.6/config -lpthread -ldl -lutil -lm -lpython2.6 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat ../libiberty/libiberty.a gnulib/libgnu.a + rm -f gdbtui + gcc-4.6 -g -O2 \ + -o gdbtui tui-main.o libgdb.a \ +- ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm -L/usr/lib/python2.6/config -lpthread -ldl -lutil -lm -lpython2.6 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat ../libiberty/libiberty.a gnulib/libgnu.a -ldl -rdynamic ++ ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lshouldbeinlibc -lncurses -lz -lm -L/usr/lib/python2.6/config -lpthread -ldl -lutil -lm -lpython2.6 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat ../libiberty/libiberty.a gnulib/libgnu.a + make[3]: Entering directory `[...]/hurd/master.build/gdb' + make[4]: Entering directory `[...]/hurd/master.build/gdb/doc' + make[4]: Nothing to be done for `all'. + make[4]: Leaving directory `[...]/hurd/master.build/gdb/doc' +-make[4]: Entering directory `[...]/hurd/master.build/gdb/gdbserver' +-CONFIG_FILES="" CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status +-config.status: creating config.h +-config.status: config.h is unchanged +-config.status: executing default commands +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/inferiors.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/regcache.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/remote-utils.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/server.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/../common/signals.c -DGDBSERVER +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/target.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/utils.c +-rm -f version.c-tmp version.c +-echo '#include "server.h"' >> version.c-tmp +-echo 'const char version[] = "'"`sed q ../../../master/gdb/gdbserver/../version.in`"'";' >> version.c-tmp +-echo 'const char host_name[] = "[ARCH]";' >> version.c-tmp +-mv version.c-tmp version.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts version.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/mem-break.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/hostio.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/event-loop.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/tracepoint.c +-rm -f xml-builtin.tmp +-/bin/sh ../../../master/gdb/gdbserver/../features/feature_to_c.sh xml-builtin.tmp ../../../master/gdb/gdbserver/../features/i386/i386-linux.xml ../../../master/gdb/gdbserver/../features/i386/i386-avx-linux.xml ../../../master/gdb/gdbserver/../features/i386/i386-mmx-linux.xml ../../../master/gdb/gdbserver/../features/i386/32bit-linux.xml ../../../master/gdb/gdbserver/../features/i386/32bit-core.xml ../../../master/gdb/gdbserver/../features/i386/32bit-sse.xml ../../../master/gdb/gdbserver/../features/i386/32bit-avx.xml +-/bin/sh ../../../master/gdb/gdbserver/../../move-if-change xml-builtin.tmp xml-builtin.c +-echo stamp > stamp-xml +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts xml-builtin.c +-/bin/sh ../../../master/gdb/gdbserver/../regformats/regdat.sh ../../../master/gdb/gdbserver/../regformats/i386/i386-linux.dat i386-linux.c +-i386-linux.c updated. +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts i386-linux.c +-/bin/sh ../../../master/gdb/gdbserver/../regformats/regdat.sh ../../../master/gdb/gdbserver/../regformats/i386/i386-avx-linux.dat i386-avx-linux.c +-i386-avx-linux.c updated. +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts i386-avx-linux.c +-/bin/sh ../../../master/gdb/gdbserver/../regformats/regdat.sh ../../../master/gdb/gdbserver/../regformats/i386/i386-mmx-linux.dat i386-mmx-linux.c +-i386-mmx-linux.c updated. +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts i386-mmx-linux.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/linux-low.c -DUSE_THREAD_DB +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/linux-x86-low.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/i386-low.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/i387-fp.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/hostio-errno.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/thread-db.c +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/proc-service.c +-rm -f gdbserver +-gcc-4.6 -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wl,--dynamic-list=../../../master/gdb/gdbserver/proc-service.list -o gdbserver inferiors.o regcache.o remote-utils.o server.o signals.o target.o utils.o version.o mem-break.o hostio.o event-loop.o tracepoint.o xml-builtin.o i386-linux.o i386-avx-linux.o i386-mmx-linux.o linux-low.o linux-x86-low.o i386-low.o i387-fp.o hostio-errno.o thread-db.o proc-service.o \ +- -ldl +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts ../../../master/gdb/gdbserver/gdbreplay.c +-rm -f gdbreplay +-gcc-4.6 -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wl,--dynamic-list=../../../master/gdb/gdbserver/proc-service.list -o gdbreplay gdbreplay.o version.o \ +- +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -DCONFIG_UST_GDB_INTEGRATION -fPIC -DGDBSERVER -DIN_PROCESS_AGENT -fvisibility=hidden ../../../master/gdb/gdbserver/tracepoint.c -o tracepoint-ipa.o +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -DCONFIG_UST_GDB_INTEGRATION -fPIC -DGDBSERVER -DIN_PROCESS_AGENT -fvisibility=hidden ../../../master/gdb/gdbserver/utils.c -o utils-ipa.o +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -DCONFIG_UST_GDB_INTEGRATION -fPIC -DGDBSERVER -DIN_PROCESS_AGENT -fvisibility=hidden ../../../master/gdb/gdbserver/regcache.c -o regcache-ipa.o +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -DCONFIG_UST_GDB_INTEGRATION -fPIC -DGDBSERVER -DIN_PROCESS_AGENT -fvisibility=hidden ../../../master/gdb/gdbserver/remote-utils.c -o remote-utils-ipa.o +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -DCONFIG_UST_GDB_INTEGRATION -fPIC -DGDBSERVER -DIN_PROCESS_AGENT -fvisibility=hidden i386-linux.c -o i386-linux-ipa.o +-gcc-4.6 -c -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -DCONFIG_UST_GDB_INTEGRATION -fPIC -DGDBSERVER -DIN_PROCESS_AGENT -fvisibility=hidden ../../../master/gdb/gdbserver/linux-i386-ipa.c -o linux-i386-ipa.o +-rm -f libinproctrace.so +-gcc-4.6 -shared -fPIC -Wl,--no-undefined -g -O2 -I. -I../../../master/gdb/gdbserver -I../../../master/gdb/gdbserver/../common -I../../../master/gdb/gdbserver/../regformats -I../../../master/gdb/gdbserver/../../include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts \ +- -Wl,--dynamic-list=../../../master/gdb/gdbserver/proc-service.list -o libinproctrace.so tracepoint-ipa.o utils-ipa.o regcache-ipa.o remote-utils-ipa.o i386-linux-ipa.o linux-i386-ipa.o -ldl -pthread +-make[4]: Leaving directory `[...]/hurd/master.build/gdb/gdbserver' + make[4]: Entering directory `[...]/hurd/master.build/gdb/data-directory' + rm -rf ./syscalls + mkdir ./syscalls diff --git a/open_issues/gdb/log_install-hurd.sed b/open_issues/gdb/log_install-hurd.sed new file mode 100644 index 00000000..9565aaae --- /dev/null +++ b/open_issues/gdb/log_install-hurd.sed @@ -0,0 +1 @@ +s%i686-unknown-gnu0\.3%[ARCH]%g diff --git a/open_issues/gdb/log_install-linux.sed b/open_issues/gdb/log_install-linux.sed new file mode 100644 index 00000000..22880cc5 --- /dev/null +++ b/open_issues/gdb/log_install-linux.sed @@ -0,0 +1 @@ +s%i686-pc-linux-gnu%[ARCH]%g diff --git a/open_issues/gdb/log_install.diff b/open_issues/gdb/log_install.diff new file mode 100644 index 00000000..bbaa9144 --- /dev/null +++ b/open_issues/gdb/log_install.diff @@ -0,0 +1,48 @@ +--- /dev/fd/63 2011-07-04 19:06:16.040788916 +0200 ++++ /dev/fd/62 2011-07-04 19:06:16.040788916 +0200 +@@ -68,7 +68,6 @@ + libtool: install: /usr/bin/install -c .libs/libbfd.a [...]/hurd/master.build.install/lib/libbfd.a + libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libbfd.a + libtool: install: ranlib [...]/hurd/master.build.install/lib/libbfd.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 + ---------------------------------------------------------------------- + Libraries have been installed in: + [...]/hurd/master.build.install/lib +@@ -104,7 +103,6 @@ + libtool: install: /usr/bin/install -c .libs/libopcodes.a [...]/hurd/master.build.install/lib/libopcodes.a + libtool: install: chmod 644 [...]/hurd/master.build.install/lib/libopcodes.a + libtool: install: ranlib [...]/hurd/master.build.install/lib/libopcodes.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 + ---------------------------------------------------------------------- + Libraries have been installed in: + [...]/hurd/master.build.install/lib +@@ -241,8 +239,6 @@ + make[4]: Entering directory `[...]/hurd/master.build/gdb/doc' + make[4]: Nothing to be done for `all'. + make[4]: Leaving directory `[...]/hurd/master.build/gdb/doc' +-make[4]: Entering directory `[...]/hurd/master.build/gdb/gdbserver' +-make[4]: Leaving directory `[...]/hurd/master.build/gdb/gdbserver' + make[4]: Entering directory `[...]/hurd/master.build/gdb/data-directory' + make[4]: Nothing to be done for `all'. + make[4]: Leaving directory `[...]/hurd/master.build/gdb/data-directory' +@@ -337,20 +333,6 @@ + make[5]: Entering directory `[...]/hurd/master.build/gdb/testsuite' + make[5]: Nothing to be done for `install'. + make[5]: Leaving directory `[...]/hurd/master.build/gdb/testsuite' +-make[5]: Entering directory `[...]/hurd/master.build/gdb/gdbserver' +-make[6]: Entering directory `[...]/hurd/master.build/gdb/gdbserver' +-n=`echo gdbserver | sed 's,y,y,'`; \ +- if [ x$n = x ]; then n=gdbserver; else true; fi; \ +- if [ x"i386-linux-ipa.o linux-i386-ipa.o" != x ]; then \ +- /bin/sh ../../../master/gdb/gdbserver/../../mkinstalldirs [...]/hurd/master.build.install/lib; \ +- /usr/bin/install -c libinproctrace.so [...]/hurd/master.build.install/lib/libinproctrace.so; \ +- fi; \ +- /bin/sh ../../../master/gdb/gdbserver/../../mkinstalldirs [...]/hurd/master.build.install/bin; \ +- /usr/bin/install -c gdbserver [...]/hurd/master.build.install/bin/$n; \ +- /bin/sh ../../../master/gdb/gdbserver/../../mkinstalldirs [...]/hurd/master.build.install/share/man/man1; \ +- /usr/bin/install -c -m 644 ../../../master/gdb/gdbserver/gdbserver.1 [...]/hurd/master.build.install/share/man/man1/$n.1 +-make[6]: Leaving directory `[...]/hurd/master.build/gdb/gdbserver' +-make[5]: Leaving directory `[...]/hurd/master.build/gdb/gdbserver' + make[5]: Entering directory `[...]/hurd/master.build/gdb/data-directory' + make[6]: Entering directory `[...]/hurd/master.build/gdb/data-directory' + /bin/dash ../../../master/gdb/data-directory/../../mkinstalldirs [...]/hurd/master.build.install/share/gdb/syscalls diff --git a/open_issues/gdb/sum_linux b/open_issues/gdb/sum_linux new file mode 100644 index 00000000..806f17a4 --- /dev/null +++ b/open_issues/gdb/sum_linux @@ -0,0 +1,18632 @@ +Test Run By thomas on Mon Jul 4 18:12:48 2011 +Native configuration is i686-pc-linux-gnu + + === gdb tests === + +Schedule of variations: + unix + +Running target unix +Running ../../../master/gdb/testsuite/gdb.ada/array_bounds.exp ... +UNSUPPORTED: gdb.ada/array_bounds.exp: compilation bar.adb +Running ../../../master/gdb/testsuite/gdb.ada/array_return.exp ... +UNSUPPORTED: gdb.ada/array_return.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/array_subscript_addr.exp ... +UNSUPPORTED: gdb.ada/array_subscript_addr.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/arrayidx.exp ... +UNSUPPORTED: gdb.ada/arrayidx.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/arrayparam.exp ... +UNSUPPORTED: gdb.ada/arrayparam.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/arrayptr.exp ... +UNSUPPORTED: gdb.ada/arrayptr.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/assign_1.exp ... +PASS: gdb.ada/assign_1.exp: Changing the language to ada +PASS: gdb.ada/assign_1.exp: set convenience variable $xxx to 1 +Running ../../../master/gdb/testsuite/gdb.ada/atomic_enum.exp ... +UNSUPPORTED: gdb.ada/atomic_enum.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/boolean_expr.exp ... +PASS: gdb.ada/boolean_expr.exp: Changing the language to ada +PASS: gdb.ada/boolean_expr.exp: print 1 = 2 +PASS: gdb.ada/boolean_expr.exp: print 3 = 3 +Running ../../../master/gdb/testsuite/gdb.ada/call_pn.exp ... +UNSUPPORTED: gdb.ada/call_pn.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/catch_ex.exp ... +UNSUPPORTED: gdb.ada/catch_ex.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/char_enum.exp ... +UNSUPPORTED: gdb.ada/char_enum.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/char_param.exp ... +UNSUPPORTED: gdb.ada/char_param.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/complete.exp ... +UNSUPPORTED: gdb.ada/complete.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/cond_lang.exp ... +UNSUPPORTED: gdb.ada/cond_lang.exp: compilation a.adb +Running ../../../master/gdb/testsuite/gdb.ada/dyn_loc.exp ... +UNSUPPORTED: gdb.ada/dyn_loc.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/exec_changed.exp ... +UNSUPPORTED: gdb.ada/exec_changed.exp: compilation first.adb +Running ../../../master/gdb/testsuite/gdb.ada/exprs.exp ... +UNSUPPORTED: gdb.ada/exprs.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/fixed_cmp.exp ... +UNSUPPORTED: gdb.ada/fixed_cmp.exp: compilation fixed.adb +Running ../../../master/gdb/testsuite/gdb.ada/fixed_points.exp ... +UNSUPPORTED: gdb.ada/fixed_points.exp: compilation fixed_points.adb +Running ../../../master/gdb/testsuite/gdb.ada/formatted_ref.exp ... +UNSUPPORTED: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb +UNTESTED: gdb.ada/formatted_ref.exp: formatted-ref.exp +Running ../../../master/gdb/testsuite/gdb.ada/frame_args.exp ... +UNSUPPORTED: gdb.ada/frame_args.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/fun_addr.exp ... +UNSUPPORTED: gdb.ada/fun_addr.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/fun_in_declare.exp ... +UNSUPPORTED: gdb.ada/fun_in_declare.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/funcall_param.exp ... +UNSUPPORTED: gdb.ada/funcall_param.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/homonym.exp ... +UNSUPPORTED: gdb.ada/homonym.exp: compilation homonym_main.adb +Running ../../../master/gdb/testsuite/gdb.ada/info_types.exp ... +PASS: gdb.ada/info_types.exp: set lang ada +PASS: gdb.ada/info_types.exp: info types new_integer_type +Running ../../../master/gdb/testsuite/gdb.ada/int_deref.exp ... +UNSUPPORTED: gdb.ada/int_deref.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/interface.exp ... +UNSUPPORTED: gdb.ada/interface.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/lang_switch.exp ... +UNSUPPORTED: gdb.ada/lang_switch.exp: compilation lang_switch.adb +Running ../../../master/gdb/testsuite/gdb.ada/mi_catch_ex.exp ... +UNSUPPORTED: gdb.ada/mi_catch_ex.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/mod_from_name.exp ... +UNSUPPORTED: gdb.ada/mod_from_name.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/nested.exp ... +UNSUPPORTED: gdb.ada/nested.exp: compilation hello.adb +Running ../../../master/gdb/testsuite/gdb.ada/null_array.exp ... +UNSUPPORTED: gdb.ada/null_array.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/null_record.exp ... +UNSUPPORTED: gdb.ada/null_record.exp: compilation null_record.adb +Running ../../../master/gdb/testsuite/gdb.ada/packed_array.exp ... +UNSUPPORTED: gdb.ada/packed_array.exp: compilation pa.adb +Running ../../../master/gdb/testsuite/gdb.ada/packed_tagged.exp ... +UNSUPPORTED: gdb.ada/packed_tagged.exp: compilation comp_bug.adb +Running ../../../master/gdb/testsuite/gdb.ada/print_chars.exp ... +UNSUPPORTED: gdb.ada/print_chars.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/print_pc.exp ... +UNSUPPORTED: gdb.ada/print_pc.exp: compilation dummy.adb +Running ../../../master/gdb/testsuite/gdb.ada/ptr_typedef.exp ... +UNSUPPORTED: gdb.ada/ptr_typedef.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/ptype_arith_binop.exp ... +PASS: gdb.ada/ptype_arith_binop.exp: set lang ada +PASS: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0 +PASS: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0 +Running ../../../master/gdb/testsuite/gdb.ada/ptype_field.exp ... +UNSUPPORTED: gdb.ada/ptype_field.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/ptype_tagged_param.exp ... +UNSUPPORTED: gdb.ada/ptype_tagged_param.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/rec_return.exp ... +UNSUPPORTED: gdb.ada/rec_return.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/ref_param.exp ... +UNSUPPORTED: gdb.ada/ref_param.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/ref_tick_size.exp ... +UNSUPPORTED: gdb.ada/ref_tick_size.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/same_enum.exp ... +UNSUPPORTED: gdb.ada/same_enum.exp: compilation a.adb +Running ../../../master/gdb/testsuite/gdb.ada/start.exp ... +UNSUPPORTED: gdb.ada/start.exp: compilation dummy.adb +Running ../../../master/gdb/testsuite/gdb.ada/str_ref_cmp.exp ... +UNSUPPORTED: gdb.ada/str_ref_cmp.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/sym_print_name.exp ... +UNSUPPORTED: gdb.ada/sym_print_name.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/taft_type.exp ... +UNSUPPORTED: gdb.ada/taft_type.exp: compilation p.adb +Running ../../../master/gdb/testsuite/gdb.ada/tagged.exp ... +UNSUPPORTED: gdb.ada/tagged.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/tasks.exp ... +UNSUPPORTED: gdb.ada/tasks.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/tick_last_segv.exp ... +UNSUPPORTED: gdb.ada/tick_last_segv.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/type_coercion.exp ... +UNSUPPORTED: gdb.ada/type_coercion.exp: compilation assign.adb +Running ../../../master/gdb/testsuite/gdb.ada/uninitialized_vars.exp ... +UNSUPPORTED: gdb.ada/uninitialized_vars.exp: compilation parse.adb +Running ../../../master/gdb/testsuite/gdb.ada/variant_record_packed_array.exp ... +UNSUPPORTED: gdb.ada/variant_record_packed_array.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.ada/watch_arg.exp ... +UNSUPPORTED: gdb.ada/watch_arg.exp: compilation watch.adb +Running ../../../master/gdb/testsuite/gdb.ada/widewide.exp ... +UNSUPPORTED: gdb.ada/widewide.exp: compilation foo.adb +Running ../../../master/gdb/testsuite/gdb.arch/alpha-step.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/altivec-abi.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/altivec-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/amd64-byte.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/amd64-disp-step.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/amd64-dword.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/amd64-i386-address.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/amd64-word.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/arm-disp-step.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/e500-abi.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/e500-prologue.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/e500-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/gdb1291.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/gdb1431.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/gdb1558.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/i386-avx.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/i386-bp_permanent.exp ... +PASS: gdb.arch/i386-bp_permanent.exp: Stop at the 'standard' start breakpoint (fetching esp). +PASS: gdb.arch/i386-bp_permanent.exp: Stop at permanent breakpoint. +PASS: gdb.arch/i386-bp_permanent.exp: Single stepping past permanent breakpoint. +PASS: gdb.arch/i386-bp_permanent.exp: ESP value does not match - step_permanent_breakpoint wrong. +Running ../../../master/gdb/testsuite/gdb.arch/i386-byte.exp ... +PASS: gdb.arch/i386-byte.exp: set first breakpoint in main +PASS: gdb.arch/i386-byte.exp: continue to breakpoint: continue to first breakpoint in main +PASS: gdb.arch/i386-byte.exp: check contents of %al +PASS: gdb.arch/i386-byte.exp: check contents of %ah +PASS: gdb.arch/i386-byte.exp: check contents of %bl +PASS: gdb.arch/i386-byte.exp: check contents of %bh +PASS: gdb.arch/i386-byte.exp: check contents of %cl +PASS: gdb.arch/i386-byte.exp: check contents of %ch +PASS: gdb.arch/i386-byte.exp: check contents of %dl +PASS: gdb.arch/i386-byte.exp: check contents of %dh +PASS: gdb.arch/i386-byte.exp: set %al +PASS: gdb.arch/i386-byte.exp: set %ah +PASS: gdb.arch/i386-byte.exp: set %bl +PASS: gdb.arch/i386-byte.exp: set %bh +PASS: gdb.arch/i386-byte.exp: set %cl +PASS: gdb.arch/i386-byte.exp: set %ch +PASS: gdb.arch/i386-byte.exp: set %dl +PASS: gdb.arch/i386-byte.exp: set %dh +PASS: gdb.arch/i386-byte.exp: set second breakpoint in main +PASS: gdb.arch/i386-byte.exp: continue to breakpoint: continue to second breakpoint in main +PASS: gdb.arch/i386-byte.exp: check contents of %al +PASS: gdb.arch/i386-byte.exp: check contents of %ah +PASS: gdb.arch/i386-byte.exp: check contents of %bl +PASS: gdb.arch/i386-byte.exp: check contents of %bh +PASS: gdb.arch/i386-byte.exp: check contents of %cl +PASS: gdb.arch/i386-byte.exp: check contents of %ch +PASS: gdb.arch/i386-byte.exp: check contents of %dl +PASS: gdb.arch/i386-byte.exp: check contents of %dh +Running ../../../master/gdb/testsuite/gdb.arch/i386-disp-step.exp ... +PASS: gdb.arch/i386-disp-step.exp: set displaced-stepping on +PASS: gdb.arch/i386-disp-step.exp: show displaced-stepping +PASS: gdb.arch/i386-disp-step.exp: break test_call +PASS: gdb.arch/i386-disp-step.exp: break test_call_end +PASS: gdb.arch/i386-disp-step.exp: break test_ret +PASS: gdb.arch/i386-disp-step.exp: break test_ret_end +PASS: gdb.arch/i386-disp-step.exp: continue to test_call +PASS: gdb.arch/i386-disp-step.exp: continue to test_call_end +PASS: gdb.arch/i386-disp-step.exp: continue to test_ret +PASS: gdb.arch/i386-disp-step.exp: continue to test_ret_end +PASS: gdb.arch/i386-disp-step.exp: break test_prefixed_abs_jump +PASS: gdb.arch/i386-disp-step.exp: break test_prefixed_abs_jump_end +PASS: gdb.arch/i386-disp-step.exp: continue to test_prefixed_abs_jump +PASS: gdb.arch/i386-disp-step.exp: continue to test_prefixed_abs_jump_end +PASS: gdb.arch/i386-disp-step.exp: break test_syscall +PASS: gdb.arch/i386-disp-step.exp: break test_syscall_end +PASS: gdb.arch/i386-disp-step.exp: continue to test_syscall +PASS: gdb.arch/i386-disp-step.exp: continue to test_syscall_end +PASS: gdb.arch/i386-disp-step.exp: break test_prefixed_syscall +PASS: gdb.arch/i386-disp-step.exp: break test_prefixed_syscall_end +PASS: gdb.arch/i386-disp-step.exp: continue to test_prefixed_syscall +PASS: gdb.arch/i386-disp-step.exp: continue to test_prefixed_syscall_end +PASS: gdb.arch/i386-disp-step.exp: break test_int3 +PASS: gdb.arch/i386-disp-step.exp: break test_int3_end +PASS: gdb.arch/i386-disp-step.exp: continue to test_int3 +PASS: gdb.arch/i386-disp-step.exp: continue to test_int3_end +PASS: gdb.arch/i386-disp-step.exp: continue until exit at i386-disp-step +Running ../../../master/gdb/testsuite/gdb.arch/i386-dr3-watch.exp ... +PASS: gdb.arch/i386-dr3-watch.exp: set breakpoint always-inserted on +PASS: gdb.arch/i386-dr3-watch.exp: watch i1 +PASS: gdb.arch/i386-dr3-watch.exp: watch i2 +PASS: gdb.arch/i386-dr3-watch.exp: watch i3 +PASS: gdb.arch/i386-dr3-watch.exp: watch i4 +PASS: gdb.arch/i386-dr3-watch.exp: continue to i1 watchpoint +PASS: gdb.arch/i386-dr3-watch.exp: continue to i2 watchpoint +PASS: gdb.arch/i386-dr3-watch.exp: continue to i3 watchpoint +PASS: gdb.arch/i386-dr3-watch.exp: continue to i4 watchpoint +Running ../../../master/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp ... +PASS: gdb.arch/i386-gnu-cfi.exp: continue to abort() +PASS: gdb.arch/i386-gnu-cfi.exp: backtrace +PASS: gdb.arch/i386-gnu-cfi.exp: shift up to the modified frame +PASS: gdb.arch/i386-gnu-cfi.exp: Existence of the CFI inserted register +PASS: gdb.arch/i386-gnu-cfi.exp: Value of the CFI inserted register +Running ../../../master/gdb/testsuite/gdb.arch/i386-permbkpt.exp ... +PASS: gdb.arch/i386-permbkpt.exp: First permanent break +PASS: gdb.arch/i386-permbkpt.exp: Second permanent break +Running ../../../master/gdb/testsuite/gdb.arch/i386-prologue.exp ... +PASS: gdb.arch/i386-prologue.exp: continue to standard +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in standard +PASS: gdb.arch/i386-prologue.exp: backtrace in standard +PASS: gdb.arch/i386-prologue.exp: saved registers in standard +PASS: gdb.arch/i386-prologue.exp: break *(stack_align_ecx + 7) +PASS: gdb.arch/i386-prologue.exp: continue to stack_align_ecx + 7 +PASS: gdb.arch/i386-prologue.exp: first backtrace in stack_align_ecx +PASS: gdb.arch/i386-prologue.exp: continue in stack_align_ecx +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in stack_align_ecx +PASS: gdb.arch/i386-prologue.exp: second backtrace in stack_align_ecx +PASS: gdb.arch/i386-prologue.exp: saved registers in stack_align_ecx +PASS: gdb.arch/i386-prologue.exp: break *(stack_align_edx + 7) +PASS: gdb.arch/i386-prologue.exp: continue to stack_align_edx + 7 +PASS: gdb.arch/i386-prologue.exp: first backtrace in stack_align_edx +PASS: gdb.arch/i386-prologue.exp: continue in stack_align_edx +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in stack_align_edx +PASS: gdb.arch/i386-prologue.exp: second backtrace in stack_align_edx +PASS: gdb.arch/i386-prologue.exp: saved registers in stack_align_edx +PASS: gdb.arch/i386-prologue.exp: break *(stack_align_eax + 7) +PASS: gdb.arch/i386-prologue.exp: continue to stack_align_eax + 7 +PASS: gdb.arch/i386-prologue.exp: first backtrace in stack_align_eax +PASS: gdb.arch/i386-prologue.exp: continue in stack_align_eax +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in stack_align_eax +PASS: gdb.arch/i386-prologue.exp: second backtrace in stack_align_eax +PASS: gdb.arch/i386-prologue.exp: saved registers in stack_align_eax +PASS: gdb.arch/i386-prologue.exp: continue to gdb1253 +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in gdb1253 +PASS: gdb.arch/i386-prologue.exp: backtrace in gdb1253 +PASS: gdb.arch/i386-prologue.exp: saved registers in gdb1253 +PASS: gdb.arch/i386-prologue.exp: continue to gdb1718 +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in gdb1718 +PASS: gdb.arch/i386-prologue.exp: backtrace in gdb1718 +KFAIL: gdb.arch/i386-prologue.exp: saved registers in gdb1718 (PRMS: gdb/1718) +PASS: gdb.arch/i386-prologue.exp: continue to gdb1338 +PASS: gdb.arch/i386-prologue.exp: skip breakpoint in gdb1338 +PASS: gdb.arch/i386-prologue.exp: backtrace in gdb1338 +PASS: gdb.arch/i386-prologue.exp: saved registers in gdb1338 +PASS: gdb.arch/i386-prologue.exp: check jump_at_beginning prologue end +Running ../../../master/gdb/testsuite/gdb.arch/i386-signal.exp ... +PASS: gdb.arch/i386-signal.exp: backtrace 10 +PASS: gdb.arch/i386-signal.exp: finish +Running ../../../master/gdb/testsuite/gdb.arch/i386-size-overlap.exp ... +PASS: gdb.arch/i386-size-overlap.exp: run past main +PASS: gdb.arch/i386-size-overlap.exp: backtrace shows the outer function +Running ../../../master/gdb/testsuite/gdb.arch/i386-size.exp ... +PASS: gdb.arch/i386-size.exp: run past main +PASS: gdb.arch/i386-size.exp: backtrace shows no function +PASS: gdb.arch/i386-size.exp: disassemble stops at end of main +Running ../../../master/gdb/testsuite/gdb.arch/i386-sse.exp ... +PASS: gdb.arch/i386-sse.exp: check whether processor supports SSE +PASS: gdb.arch/i386-sse.exp: set first breakpoint in main +PASS: gdb.arch/i386-sse.exp: continue to breakpoint: continue to first breakpoint in main +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm0 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm0 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm1 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm1 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm2 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm2 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm3 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm3 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm4 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm4 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm5 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm5 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm6 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm6 +PASS: gdb.arch/i386-sse.exp: check float contents of %xmm7 +PASS: gdb.arch/i386-sse.exp: check int8 contents of %xmm7 +PASS: gdb.arch/i386-sse.exp: set %xmm0 +PASS: gdb.arch/i386-sse.exp: set %xmm1 +PASS: gdb.arch/i386-sse.exp: set %xmm2 +PASS: gdb.arch/i386-sse.exp: set %xmm3 +PASS: gdb.arch/i386-sse.exp: set %xmm4 +PASS: gdb.arch/i386-sse.exp: set %xmm5 +PASS: gdb.arch/i386-sse.exp: set %xmm6 +PASS: gdb.arch/i386-sse.exp: set %xmm7 +PASS: gdb.arch/i386-sse.exp: set second breakpoint in main +PASS: gdb.arch/i386-sse.exp: continue to breakpoint: continue to second breakpoint in main +PASS: gdb.arch/i386-sse.exp: check contents of data[0] +PASS: gdb.arch/i386-sse.exp: check contents of data[1] +PASS: gdb.arch/i386-sse.exp: check contents of data[2] +PASS: gdb.arch/i386-sse.exp: check contents of data[3] +PASS: gdb.arch/i386-sse.exp: check contents of data[4] +PASS: gdb.arch/i386-sse.exp: check contents of data[5] +PASS: gdb.arch/i386-sse.exp: check contents of data[6] +PASS: gdb.arch/i386-sse.exp: check contents of data[7] +Running ../../../master/gdb/testsuite/gdb.arch/i386-unwind.exp ... +PASS: gdb.arch/i386-unwind.exp: run past gdb1435 +PASS: gdb.arch/i386-unwind.exp: backtrace past gdb1435 +Running ../../../master/gdb/testsuite/gdb.arch/i386-word.exp ... +PASS: gdb.arch/i386-word.exp: set first breakpoint in main +PASS: gdb.arch/i386-word.exp: continue to breakpoint: continue to first breakpoint in main +PASS: gdb.arch/i386-word.exp: check contents of %ax +PASS: gdb.arch/i386-word.exp: check contents of %bx +PASS: gdb.arch/i386-word.exp: check contents of %cx +PASS: gdb.arch/i386-word.exp: check contents of %dx +PASS: gdb.arch/i386-word.exp: set %ax +PASS: gdb.arch/i386-word.exp: set %bx +PASS: gdb.arch/i386-word.exp: set %cx +PASS: gdb.arch/i386-word.exp: set %dx +PASS: gdb.arch/i386-word.exp: set second breakpoint in main +PASS: gdb.arch/i386-word.exp: continue to breakpoint: continue to second breakpoint in main +PASS: gdb.arch/i386-word.exp: check contents of %ax +PASS: gdb.arch/i386-word.exp: check contents of %bx +PASS: gdb.arch/i386-word.exp: check contents of %cx +PASS: gdb.arch/i386-word.exp: check contents of %dx +Running ../../../master/gdb/testsuite/gdb.arch/ia64-breakpoint-shadow.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/iwmmxt-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/pa-nullify.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/powerpc-prologue.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/ppc-dfp.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/ppc-fp.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/spu-info.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/spu-ls.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/system-gcore.exp ... +PASS: gdb.arch/system-gcore.exp: help gcore +PASS: gdb.arch/system-gcore.exp: set breakpoint at terminal_func +PASS: gdb.arch/system-gcore.exp: continue to terminal_func +PASS: gdb.arch/system-gcore.exp: save a corefile +PASS: gdb.arch/system-gcore.exp: re-load generated corefile +PASS: gdb.arch/system-gcore.exp: where in corefile +PASS: gdb.arch/system-gcore.exp: corefile restored general registers +PASS: gdb.arch/system-gcore.exp: corefile restored all registers +PASS: gdb.arch/system-gcore.exp: corefile restored system registers +PASS: gdb.arch/system-gcore.exp: corefile restored extern array +PASS: gdb.arch/system-gcore.exp: corefile restored static array +PASS: gdb.arch/system-gcore.exp: corefile restored un-initialized array +PASS: gdb.arch/system-gcore.exp: corefile restored heap array +PASS: gdb.arch/system-gcore.exp: corefile restored stack array +PASS: gdb.arch/system-gcore.exp: corefile restored backtrace +Running ../../../master/gdb/testsuite/gdb.arch/thumb-prologue.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/thumb-singlestep.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/thumb2-it.exp ... +Running ../../../master/gdb/testsuite/gdb.arch/vsx-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.asm/asm-source.exp ... +PASS: gdb.asm/asm-source.exp: f at main +PASS: gdb.asm/asm-source.exp: next over macro +PASS: gdb.asm/asm-source.exp: step into foo2 +PASS: gdb.asm/asm-source.exp: info target +PASS: gdb.asm/asm-source.exp: info symbol +PASS: gdb.asm/asm-source.exp: list +PASS: gdb.asm/asm-source.exp: search +PASS: gdb.asm/asm-source.exp: f in foo2 +PASS: gdb.asm/asm-source.exp: n in foo2 +PASS: gdb.asm/asm-source.exp: bt ALL in foo2 +PASS: gdb.asm/asm-source.exp: bt 2 in foo2 +PASS: gdb.asm/asm-source.exp: s 2 +PASS: gdb.asm/asm-source.exp: n 2 +PASS: gdb.asm/asm-source.exp: bt 3 in foo3 +PASS: gdb.asm/asm-source.exp: info source asmsrc1.s +PASS: gdb.asm/asm-source.exp: finish from foo3 +PASS: gdb.asm/asm-source.exp: info source asmsrc2.s +PASS: gdb.asm/asm-source.exp: info sources +PASS: gdb.asm/asm-source.exp: info line +PASS: gdb.asm/asm-source.exp: next over foo3 +PASS: gdb.asm/asm-source.exp: return from foo2 +PASS: gdb.asm/asm-source.exp: look at global variable +PASS: gdb.asm/asm-source.exp: x/i &globalvar +PASS: gdb.asm/asm-source.exp: disassem &globalvar, &globalvar+1 +PASS: gdb.asm/asm-source.exp: look at static variable +PASS: gdb.asm/asm-source.exp: x/i &staticvar +PASS: gdb.asm/asm-source.exp: disassem &staticvar, &staticvar+1 +PASS: gdb.asm/asm-source.exp: look at static function +Running ../../../master/gdb/testsuite/gdb.base/a2-run.exp ... +PASS: gdb.base/a2-run.exp: run "a2-run" with no args +PASS: gdb.base/a2-run.exp: no spurious messages at program exit +PASS: gdb.base/a2-run.exp: run "a2-run" with arg +PASS: gdb.base/a2-run.exp: run "a2-run" again with same args +PASS: gdb.base/a2-run.exp: set args +PASS: gdb.base/a2-run.exp: run after setting args to nil +PASS: gdb.base/a2-run.exp: set args 6 +PASS: gdb.base/a2-run.exp: run "a2-run" again after setting args +PASS: gdb.base/a2-run.exp: run "a2-run" with shell +Running ../../../master/gdb/testsuite/gdb.base/advance.exp ... +PASS: gdb.base/advance.exp: advance line number +PASS: gdb.base/advance.exp: malformed advance +PASS: gdb.base/advance.exp: advance func +PASS: gdb.base/advance.exp: advance function not called by current frame +PASS: gdb.base/advance.exp: set breakpoint at call to func3 +PASS: gdb.base/advance.exp: continue to call to func3 in main +PASS: gdb.base/advance.exp: advance function called as param +PASS: gdb.base/advance.exp: advance with no argument +Running ../../../master/gdb/testsuite/gdb.base/all-bin.exp ... +PASS: gdb.base/all-bin.exp: continuing after dummy() +PASS: gdb.base/all-bin.exp: print value of v_int+v_char +PASS: gdb.base/all-bin.exp: print value of v_int+v_short +PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_char +PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_char +PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_short +PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_short +PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_int +PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_int +PASS: gdb.base/all-bin.exp: print value of v_int+v_long +PASS: gdb.base/all-bin.exp: print value of v_int+v_signed_long +PASS: gdb.base/all-bin.exp: print value of v_int+v_unsigned_long +PASS: gdb.base/all-bin.exp: print value of v_int+v_float +PASS: gdb.base/all-bin.exp: print value of v_int+v_double +PASS: gdb.base/all-bin.exp: print value of v_int<=v_char +PASS: gdb.base/all-bin.exp: print value of v_int<=v_short +PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_char +PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_char +PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_short +PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_short +PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_int +PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_int +PASS: gdb.base/all-bin.exp: print value of v_int<=v_long +PASS: gdb.base/all-bin.exp: print value of v_int<=v_signed_long +PASS: gdb.base/all-bin.exp: print value of v_int<=v_unsigned_long +PASS: gdb.base/all-bin.exp: print value of v_int<=v_float +PASS: gdb.base/all-bin.exp: print value of v_int<=v_double +PASS: gdb.base/all-bin.exp: set v_char=0 +PASS: gdb.base/all-bin.exp: set v_double=0 +PASS: gdb.base/all-bin.exp: set v_unsigned_long=0 +PASS: gdb.base/all-bin.exp: print value of v_int&&v_char +PASS: gdb.base/all-bin.exp: print value of v_int&&v_short +PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_char +PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_char +PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_short +PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_short +PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_int +PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_int +PASS: gdb.base/all-bin.exp: print value of v_int&&v_long +PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_long +PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_long +PASS: gdb.base/all-bin.exp: print value of v_int&&v_float +PASS: gdb.base/all-bin.exp: print value of v_int&&v_double +Running ../../../master/gdb/testsuite/gdb.base/annota1.exp ... +PASS: gdb.base/annota1.exp: set height 0 +PASS: gdb.base/annota1.exp: breakpoint main +PASS: gdb.base/annota1.exp: annotation set at level 2 +PASS: gdb.base/annota1.exp: breakpoint info +PASS: gdb.base/annota1.exp: run until main breakpoint +PASS: gdb.base/annota1.exp: go after array init line +PASS: gdb.base/annota1.exp: print array +PASS: gdb.base/annota1.exp: print non_existent_value +PASS: gdb.base/annota1.exp: break handle_USR1 +PASS: gdb.base/annota1.exp: break printf +PASS: gdb.base/annota1.exp: continue to printf +PASS: gdb.base/annota1.exp: backtrace from shlibrary +PASS: gdb.base/annota1.exp: send SIGUSR1 +PASS: gdb.base/annota1.exp: backtrace @ signal handler +PASS: gdb.base/annota1.exp: delete bp 1 +PASS: gdb.base/annota1.exp: delete bp 2 +PASS: gdb.base/annota1.exp: delete bp 3 +PASS: gdb.base/annota1.exp: break at 28 +PASS: gdb.base/annota1.exp: set up display +PASS: gdb.base/annota1.exp: re-run +PASS: gdb.base/annota1.exp: break at 46 +PASS: gdb.base/annota1.exp: ignore 5 4 +PASS: gdb.base/annota1.exp: annotate ignore count change +PASS: gdb.base/annota1.exp: breakpoint ignore count +PASS: gdb.base/annota1.exp: signal sent +PASS: gdb.base/annota1.exp: cleanup core file (not dumped) +PASS: gdb.base/annota1.exp: successfully compiled posix threads test case +PASS: gdb.base/annota1.exp: new thread +PASS: gdb.base/annota1.exp: thread switch +Running ../../../master/gdb/testsuite/gdb.base/annota3.exp ... +PASS: gdb.base/annota3.exp: set height 0 +PASS: gdb.base/annota3.exp: breakpoint main +PASS: gdb.base/annota3.exp: annotation set at level 3 +PASS: gdb.base/annota3.exp: start if construct +PASS: gdb.base/annota3.exp: end if construct +PASS: gdb.base/annota3.exp: breakpoint info +PASS: gdb.base/annota3.exp: run until main breakpoint +PASS: gdb.base/annota3.exp: go after array init line +PASS: gdb.base/annota3.exp: print array +PASS: gdb.base/annota3.exp: print non_existent_value +PASS: gdb.base/annota3.exp: breakpoint handle_USR1 +PASS: gdb.base/annota3.exp: breakpoint printf +PASS: gdb.base/annota3.exp: continue to printf +PASS: gdb.base/annota3.exp: backtrace from shlibrary +PASS: gdb.base/annota3.exp: send SIGUSR1 +PASS: gdb.base/annota3.exp: backtrace @ signal handler +PASS: gdb.base/annota3.exp: delete bp 1 +PASS: gdb.base/annota3.exp: delete bp 2 +PASS: gdb.base/annota3.exp: delete bp 3 +PASS: gdb.base/annota3.exp: break at 28 +PASS: gdb.base/annota3.exp: set up display +PASS: gdb.base/annota3.exp: re-run +PASS: gdb.base/annota3.exp: break at 46 +PASS: gdb.base/annota3.exp: ignore 5 4 +PASS: gdb.base/annota3.exp: annotate ignore count change +PASS: gdb.base/annota3.exp: next to exit loop +PASS: gdb.base/annota3.exp: breakpoint ignore count +PASS: gdb.base/annota3.exp: signal sent +PASS: gdb.base/annota3.exp: cleanup core file (not dumped) +Running ../../../master/gdb/testsuite/gdb.base/anon.exp ... +PASS: gdb.base/anon.exp: set breakpoint in anon.c +PASS: gdb.base/anon.exp: continue to breakpoint: continue to breakpoint in anon.c +PASS: gdb.base/anon.exp: print val.data.six +Running ../../../master/gdb/testsuite/gdb.base/args.exp ... +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for basic +PASS: gdb.base/args.exp: argc for basic +PASS: gdb.base/args.exp: argv[1] for basic +PASS: gdb.base/args.exp: argv[2] for basic +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for one empty +PASS: gdb.base/args.exp: argc for one empty +PASS: gdb.base/args.exp: argv[1] for one empty +PASS: gdb.base/args.exp: argv[2] for one empty +PASS: gdb.base/args.exp: argv[3] for one empty +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for two empty +PASS: gdb.base/args.exp: argc for two empty +PASS: gdb.base/args.exp: argv[1] for two empty +PASS: gdb.base/args.exp: argv[2] for two empty +PASS: gdb.base/args.exp: argv[3] for two empty +PASS: gdb.base/args.exp: argv[4] for two empty +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for one empty (with single quotes) +PASS: gdb.base/args.exp: argc for one empty (with single quotes) +PASS: gdb.base/args.exp: argv[1] for one empty (with single quotes) +PASS: gdb.base/args.exp: argv[2] for one empty (with single quotes) +PASS: gdb.base/args.exp: argv[3] for one empty (with single quotes) +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for two empty (with single quotes) +PASS: gdb.base/args.exp: argc for two empty (with single quotes) +PASS: gdb.base/args.exp: argv[1] for two empty (with single quotes) +PASS: gdb.base/args.exp: argv[2] for two empty (with single quotes) +PASS: gdb.base/args.exp: argv[3] for two empty (with single quotes) +PASS: gdb.base/args.exp: argv[4] for two empty (with single quotes) +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for one newline +PASS: gdb.base/args.exp: argc for one newline +PASS: gdb.base/args.exp: argv[1] for one newline +PASS: gdb.base/args.exp: argv[2] for one newline +PASS: gdb.base/args.exp: argv[3] for one newline +PASS: gdb.base/args.exp: continue to breakpoint: breakpoint for two newlines +PASS: gdb.base/args.exp: argc for two newlines +PASS: gdb.base/args.exp: argv[1] for two newlines +PASS: gdb.base/args.exp: argv[2] for two newlines +PASS: gdb.base/args.exp: argv[3] for two newlines +PASS: gdb.base/args.exp: argv[4] for two newlines +Running ../../../master/gdb/testsuite/gdb.base/arithmet.exp ... +PASS: gdb.base/arithmet.exp: set variable x=14 +PASS: gdb.base/arithmet.exp: set variable y=2 +PASS: gdb.base/arithmet.exp: set variable z=2 +PASS: gdb.base/arithmet.exp: set variable w=3 +PASS: gdb.base/arithmet.exp: print x +PASS: gdb.base/arithmet.exp: print y +PASS: gdb.base/arithmet.exp: print z +PASS: gdb.base/arithmet.exp: print w +PASS: gdb.base/arithmet.exp: print x+y +PASS: gdb.base/arithmet.exp: print x-y +PASS: gdb.base/arithmet.exp: print x*y +PASS: gdb.base/arithmet.exp: print x/y +PASS: gdb.base/arithmet.exp: print x%y +PASS: gdb.base/arithmet.exp: print x+y+z +PASS: gdb.base/arithmet.exp: print x-y-z +PASS: gdb.base/arithmet.exp: print x*y*z +PASS: gdb.base/arithmet.exp: print x/y/z +PASS: gdb.base/arithmet.exp: print x%y%z +PASS: gdb.base/arithmet.exp: set variable x=10 +PASS: gdb.base/arithmet.exp: set variable y=4 +PASS: gdb.base/arithmet.exp: print x+y-z +PASS: gdb.base/arithmet.exp: print x+y*z +PASS: gdb.base/arithmet.exp: print x+y%w +PASS: gdb.base/arithmet.exp: print x+y/w +PASS: gdb.base/arithmet.exp: print x-y*z +PASS: gdb.base/arithmet.exp: print x-y%z +PASS: gdb.base/arithmet.exp: print x-y/z +PASS: gdb.base/arithmet.exp: print x*y/z +PASS: gdb.base/arithmet.exp: print x*y%w +PASS: gdb.base/arithmet.exp: print x/y%w +PASS: gdb.base/arithmet.exp: print x-(y+w) +PASS: gdb.base/arithmet.exp: print x/(y*w) +PASS: gdb.base/arithmet.exp: print x-(y/w) +PASS: gdb.base/arithmet.exp: print (x+y)*w +Running ../../../master/gdb/testsuite/gdb.base/arrayidx.exp ... +PASS: gdb.base/arrayidx.exp: Set print array-indexes to off +PASS: gdb.base/arrayidx.exp: Print array with array-indexes off +PASS: gdb.base/arrayidx.exp: Set print array-indexes to on +PASS: gdb.base/arrayidx.exp: Print array with array-indexes on +Running ../../../master/gdb/testsuite/gdb.base/assign.exp ... +PASS: gdb.base/assign.exp: continuing after dummy() +PASS: gdb.base/assign.exp: v_int=57 +PASS: gdb.base/assign.exp: set v_int to 6 +PASS: gdb.base/assign.exp: v_int+=57 +PASS: gdb.base/assign.exp: set v_int to 6 (2) +PASS: gdb.base/assign.exp: v_int-=57 +PASS: gdb.base/assign.exp: set v_int to 6 (3) +PASS: gdb.base/assign.exp: v_int*=5 +PASS: gdb.base/assign.exp: set v_int to 6 (4) +PASS: gdb.base/assign.exp: v_int/=4 +PASS: gdb.base/assign.exp: set v_int to 6 (5) +PASS: gdb.base/assign.exp: v_int%=4 +PASS: gdb.base/assign.exp: set v_int to 6 (6) +PASS: gdb.base/assign.exp: v_int+=char +PASS: gdb.base/assign.exp: set v_int to 6 (7) +PASS: gdb.base/assign.exp: v_int+=signed_char +PASS: gdb.base/assign.exp: set v_int to 6 (8) +PASS: gdb.base/assign.exp: v_int+=unsigned_char +PASS: gdb.base/assign.exp: set v_int to 6 (9) +PASS: gdb.base/assign.exp: v_int+=short +PASS: gdb.base/assign.exp: set v_int to 6 (10) +PASS: gdb.base/assign.exp: v_int+=signed_short +PASS: gdb.base/assign.exp: set v_int to 6 (11) +PASS: gdb.base/assign.exp: v_int=+unsigned_short +PASS: gdb.base/assign.exp: set v_int to 6 (12) +PASS: gdb.base/assign.exp: v_int+=signed_int +PASS: gdb.base/assign.exp: set v_int to 6 (13) +PASS: gdb.base/assign.exp: v_int+=unsigned_int +PASS: gdb.base/assign.exp: set v_int to 6 (14) +PASS: gdb.base/assign.exp: v_int+=long +PASS: gdb.base/assign.exp: set v_int to 6 (15) +PASS: gdb.base/assign.exp: v_int+=signed_long +PASS: gdb.base/assign.exp: set v_int to 6 (16) +PASS: gdb.base/assign.exp: v_int+=unsigned_long +PASS: gdb.base/assign.exp: set v_int to 6 (17) +PASS: gdb.base/assign.exp: v_int+=v_float +PASS: gdb.base/assign.exp: set v_int to 6 (18) +PASS: gdb.base/assign.exp: v_int+=double +Running ../../../master/gdb/testsuite/gdb.base/async-shell.exp ... +PASS: gdb.base/async-shell.exp: set target-async on +PASS: gdb.base/async-shell.exp: set non-stop on +PASS: gdb.base/async-shell.exp: run & +PASS: gdb.base/async-shell.exp: shell echo foo +PASS: gdb.base/async-shell.exp: interrupt +PASS: gdb.base/async-shell.exp: process stopped +Running ../../../master/gdb/testsuite/gdb.base/async.exp ... +Running ../../../master/gdb/testsuite/gdb.base/attach-pie-misread.exp ... +PASS: gdb.base/attach-pie-misread.exp: ldd attach-pie-misread +PASS: gdb.base/attach-pie-misread.exp: ldd attach-pie-misread output contains libs +PASS: gdb.base/attach-pie-misread.exp: copy ld-2.13.so to ld-linux.so.2 +PASS: gdb.base/attach-pie-misread.exp: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/attach-pie-misread.exp: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/attach-pie-misread.exp: readelf initial scan +PASS: gdb.base/attach-pie-misread.exp: generate stub +PASS: gdb.base/attach-pie-misread.exp: ldd attach-pie-misread +PASS: gdb.base/attach-pie-misread.exp: ldd attach-pie-misread output contains libs +PASS: gdb.base/attach-pie-misread.exp: copy ld-2.13.so to ld-linux.so.2 +PASS: gdb.base/attach-pie-misread.exp: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/attach-pie-misread.exp: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/attach-pie-misread.exp: readelf rebuilt with stub_size +PASS: gdb.base/attach-pie-misread.exp: unprelink libc.so.6 pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/attach-pie-misread.exp: prelink libc.so.6 (missing /usr/sbin/prelink) +Running ../../../master/gdb/testsuite/gdb.base/attach.exp ... +PASS: gdb.base/attach.exp: attach to nonsense is prohibited +PASS: gdb.base/attach.exp: attach to digits-starting nonsense is prohibited +PASS: gdb.base/attach.exp: attach to nonexistent process is prohibited +PASS: gdb.base/attach.exp: set file, before attach1 (re-read) +PASS: gdb.base/attach.exp: attach1, after setting file +PASS: gdb.base/attach.exp: after attach1, print should_exit +PASS: gdb.base/attach.exp: attach1 detach +PASS: gdb.base/attach.exp: attach1, purging symbols after detach +PASS: gdb.base/attach.exp: set file, before attach2 +PASS: gdb.base/attach.exp: after attach2, set should_exit +PASS: gdb.base/attach.exp: after attach2, set tbreak postloop +PASS: gdb.base/attach.exp: after attach2, reach tbreak postloop +PASS: gdb.base/attach.exp: continue until exit at after attach2, exit +PASS: gdb.base/attach.exp: set source path +PASS: gdb.base/attach.exp: cd away from process working directory +PASS: gdb.base/attach.exp: before attach3, flush symbols +PASS: gdb.base/attach.exp: before attach3, flush exec +PASS: gdb.base/attach.exp: attach when process' a.out not in cwd +PASS: gdb.base/attach.exp: after attach3, exit +PASS: gdb.base/attach.exp: force switch to gdb64, if necessary +PASS: gdb.base/attach.exp: attach call +PASS: gdb.base/attach.exp: info other register +PASS: gdb.base/attach.exp: p should_exit = 1 +PASS: gdb.base/attach.exp: continue until exit +Running ../../../master/gdb/testsuite/gdb.base/auxv.exp ... +PASS: gdb.base/auxv.exp: set print sevenbit-strings +PASS: gdb.base/auxv.exp: set width 0 +PASS: gdb.base/auxv.exp: cd to temporary directory for core dumps +PASS: gdb.base/auxv.exp: tbreak 64 +PASS: gdb.base/auxv.exp: continue +PASS: gdb.base/auxv.exp: info auxv on live process +PASS: gdb.base/auxv.exp: gcore +PASS: gdb.base/auxv.exp: continue +PASS: gdb.base/auxv.exp: continue +WARNING: can't generate a core file - core tests suppressed - check ulimit -c +FAIL: gdb.base/auxv.exp: generate native core dump +UNSUPPORTED: gdb.base/auxv.exp: info auxv on native core dump +UNSUPPORTED: gdb.base/auxv.exp: matching auxv data from live and core +PASS: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump +PASS: gdb.base/auxv.exp: info auxv on gcore-created dump +PASS: gdb.base/auxv.exp: matching auxv data from live and gcore +Running ../../../master/gdb/testsuite/gdb.base/bang.exp ... +PASS: gdb.base/bang.exp: run program +Running ../../../master/gdb/testsuite/gdb.base/bfp-test.exp ... +PASS: gdb.base/bfp-test.exp: continue to breakpoint: return +PASS: gdb.base/bfp-test.exp: The original value of b32 is 1.5 +PASS: gdb.base/bfp-test.exp: The original value of b64 is 2.25 +PASS: gdb.base/bfp-test.exp: The original value of b128 is 3.375 +PASS: gdb.base/bfp-test.exp: Try to change b32 to -1.5 with 'print b32=-1.5f' +PASS: gdb.base/bfp-test.exp: Try to change b64 to -2.25 with 'print b64=-2.25f' +PASS: gdb.base/bfp-test.exp: Try to change b128 to -3.375 with 'print b128=-3.375l' +PASS: gdb.base/bfp-test.exp: set variable b32 = 10.5f +PASS: gdb.base/bfp-test.exp: set variable b64 = 20.25f +PASS: gdb.base/bfp-test.exp: set variable b128 = 30.375l +PASS: gdb.base/bfp-test.exp: The value of b32 is changed to 10.5 +PASS: gdb.base/bfp-test.exp: The value of b64 is changed to 20.25 +PASS: gdb.base/bfp-test.exp: The value of b128 is changed to 30.375 +PASS: gdb.base/bfp-test.exp: set variable b32 = 100.5a +PASS: gdb.base/bfp-test.exp: set variable b64 = 200.25x +PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fl +PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fff +Running ../../../master/gdb/testsuite/gdb.base/bigcore.exp ... +PASS: gdb.base/bigcore.exp: set print sevenbit-strings +PASS: gdb.base/bigcore.exp: set width 0 +PASS: gdb.base/bigcore.exp: tbreak 269 +PASS: gdb.base/bigcore.exp: continue +PASS: gdb.base/bigcore.exp: next +PASS: gdb.base/bigcore.exp: extract next heap +PASS: gdb.base/bigcore.exp: extract prev heap +PASS: gdb.base/bigcore.exp: save heap size +PASS: gdb.base/bigcore.exp: grab pid +PASS: gdb.base/bigcore.exp: signal SIGABRT +PASS: gdb.base/bigcore.exp: check core size +PASS: gdb.base/bigcore.exp: load corefile +PASS: gdb.base/bigcore.exp: check next heap +PASS: gdb.base/bigcore.exp: check prev heap +Running ../../../master/gdb/testsuite/gdb.base/bitfields.exp ... +PASS: gdb.base/bitfields.exp: set print sevenbit-strings +PASS: gdb.base/bitfields.exp: print flags +PASS: gdb.base/bitfields.exp: continuing to break1 #1 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (s1) +PASS: gdb.base/bitfields.exp: continuing to break1 #2 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (u1) +PASS: gdb.base/bitfields.exp: continuing to break1 #3 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (s2) +PASS: gdb.base/bitfields.exp: continuing to break1 #4 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (u2) +PASS: gdb.base/bitfields.exp: continuing to break1 #5 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (s3) +PASS: gdb.base/bitfields.exp: continuing to break1 #6 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (u3) +PASS: gdb.base/bitfields.exp: continuing to break1 #7 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (s9) +PASS: gdb.base/bitfields.exp: continuing to break1 #8 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (u9) +PASS: gdb.base/bitfields.exp: continuing to break1 #9 +PASS: gdb.base/bitfields.exp: bitfield uniqueness (sc) +PASS: gdb.base/bitfields.exp: bitfield containment #1 +PASS: gdb.base/bitfields.exp: continuing to break2 +PASS: gdb.base/bitfields.exp: bitfield containment #2 +PASS: gdb.base/bitfields.exp: unsigned bitfield ranges +PASS: gdb.base/bitfields.exp: signed bitfields, max positive values +PASS: gdb.base/bitfields.exp: continuing to break4 #1 +PASS: gdb.base/bitfields.exp: determining signed-ness of bitfields +PASS: gdb.base/bitfields.exp: signed bitfields, max negative values +PASS: gdb.base/bitfields.exp: continuing to break4 #2 +PASS: gdb.base/bitfields.exp: signed bitfields with -1 +PASS: gdb.base/bitfields.exp: continuing to break5 +PASS: gdb.base/bitfields.exp: distinct bitfields in container +PASS: gdb.base/bitfields.exp: print container.one.u3 +PASS: gdb.base/bitfields.exp: print container.two.u3 +Running ../../../master/gdb/testsuite/gdb.base/bitfields2.exp ... +PASS: gdb.base/bitfields2.exp: set print sevenbit-strings +PASS: gdb.base/bitfields2.exp: break tester prior to break1 +PASS: gdb.base/bitfields2.exp: continuing to tester prior to break1 +PASS: gdb.base/bitfields2.exp: continuing to break1 #0 +PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s1 = 1 +PASS: gdb.base/bitfields2.exp: continuing to break1 #1 +PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u1 = 1 +PASS: gdb.base/bitfields2.exp: continuing to break1 #2 +PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s2 = 1 +PASS: gdb.base/bitfields2.exp: continuing to break1 #3 +PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u2 = 1 +PASS: gdb.base/bitfields2.exp: continuing to break1 #4 +PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s3 = 1 +PASS: gdb.base/bitfields2.exp: continuing to break1 #5 +PASS: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u3 = 1 +PASS: gdb.base/bitfields2.exp: break tester prior to break2 +PASS: gdb.base/bitfields2.exp: continuing to tester prior to break2 +PASS: gdb.base/bitfields2.exp: continuing to break2 #0 +PASS: gdb.base/bitfields2.exp: bitfield containment; flags.u1, flags.u3, and flags.s3 to all 1s +PASS: gdb.base/bitfields2.exp: continuing to break2 #1 +PASS: gdb.base/bitfields2.exp: bitfield containment; flags.u2, flags.s1, flags.s2 to all 1s +PASS: gdb.base/bitfields2.exp: break tester prior to break3 +PASS: gdb.base/bitfields2.exp: continuing to tester prior to break3 +PASS: gdb.base/bitfields2.exp: continuing to break3 #0 +PASS: gdb.base/bitfields2.exp: maximum unsigned bitfield values +PASS: gdb.base/bitfields2.exp: break tester prior to break4 +PASS: gdb.base/bitfields2.exp: continuing to tester prior to break4 +PASS: gdb.base/bitfields2.exp: continuing to break4 #0 +PASS: gdb.base/bitfields2.exp: maximum signed bitfield values +PASS: gdb.base/bitfields2.exp: continuing to break4 #1 +PASS: gdb.base/bitfields2.exp: determining signed-ness of bitfields +PASS: gdb.base/bitfields2.exp: most negative signed bitfield values +PASS: gdb.base/bitfields2.exp: continuing to break4 #2 +PASS: gdb.base/bitfields2.exp: signed bitfields containing -1 +PASS: gdb.base/bitfields2.exp: break tester prior to break5 +PASS: gdb.base/bitfields2.exp: continuing to tester prior to break5 +PASS: gdb.base/bitfields2.exp: continuing to break5 #0 +PASS: gdb.base/bitfields2.exp: set long long unsigned bitfield +PASS: gdb.base/bitfields2.exp: set long long signed bitfield positive +PASS: gdb.base/bitfields2.exp: long long bitfield values after set +PASS: gdb.base/bitfields2.exp: set long long signed bitfield negative +PASS: gdb.base/bitfields2.exp: long long bitfield values after set negative +Running ../../../master/gdb/testsuite/gdb.base/bitops.exp ... +PASS: gdb.base/bitops.exp: print value of !1 +PASS: gdb.base/bitops.exp: print value of !0 +PASS: gdb.base/bitops.exp: print value of !100 +PASS: gdb.base/bitops.exp: print value of !1000 +PASS: gdb.base/bitops.exp: print value of !10 +PASS: gdb.base/bitops.exp: print value of !2 +PASS: gdb.base/bitops.exp: print value of 10 | 5 +PASS: gdb.base/bitops.exp: print value of 10 & 5 +PASS: gdb.base/bitops.exp: print value of 10 ^ 5 +PASS: gdb.base/bitops.exp: print value of -!0 +PASS: gdb.base/bitops.exp: print value of ~-!0 +PASS: gdb.base/bitops.exp: print value of 3 * 2 / 4.0 * 2.0 +PASS: gdb.base/bitops.exp: print value of 8 << 2 >> 4 +PASS: gdb.base/bitops.exp: print value of -1 < 0 > 1 +PASS: gdb.base/bitops.exp: print value of 15 ^ 10 ^ 5 ^ 7 +PASS: gdb.base/bitops.exp: print value of 3.5 < 4.0 +PASS: gdb.base/bitops.exp: print value of 3.5 < -4.0 +PASS: gdb.base/bitops.exp: print value of 2 > -3 +PASS: gdb.base/bitops.exp: print value of -3>4 +PASS: gdb.base/bitops.exp: print value of (-3 > 4) +PASS: gdb.base/bitops.exp: print value of 3>=2.5 +PASS: gdb.base/bitops.exp: print value of 3>=4.5 +PASS: gdb.base/bitops.exp: print value of 3==3.0 +PASS: gdb.base/bitops.exp: print value of 3==4.0 +PASS: gdb.base/bitops.exp: print value of 3!=3.0 +PASS: gdb.base/bitops.exp: print value of 3!=5.0 +PASS: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2 +PASS: gdb.base/bitops.exp: print value of 1.0 || 0 +PASS: gdb.base/bitops.exp: print value of 0.0 || 1.0 +PASS: gdb.base/bitops.exp: print value of 0.0 || 0 +PASS: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8 +PASS: gdb.base/bitops.exp: print value of 0 == 8 > 128 >> 1 + 2 * 2 +Running ../../../master/gdb/testsuite/gdb.base/break-always.exp ... +PASS: gdb.base/break-always.exp: set breakpoint always-inserted on +PASS: gdb.base/break-always.exp: confirm breakpoint always-inserted +PASS: gdb.base/break-always.exp: set breakpoint on bar +PASS: gdb.base/break-always.exp: continue to breakpoint: bar +Running ../../../master/gdb/testsuite/gdb.base/break-entry.exp ... +PASS: gdb.base/break-entry.exp: info files +PASS: gdb.base/break-entry.exp: p/x $pc +PASS: gdb.base/break-entry.exp: continue to breakpoint: main +Running ../../../master/gdb/testsuite/gdb.base/break-interp.exp ... +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: copy ld-2.13.so to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: unprelink break-interp-LDprelinkNOdebugNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: strip break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: unprelink break-interp-LDprelinkNOdebugNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set args OBJDIR/gdb.base/break-interp-test +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: load +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: copy break-interp-LDprelinkNOdebugNO to break-interp-LDprelinkNOdebugNO-saved +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: ldd break-interp-BINprelinkNOdebugNOpieNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: ldd break-interp-BINprelinkNOdebugNOpieNO output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: unprelink break-interp-BINprelinkNOdebugNOpieNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: load +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: info files +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: break at entry point +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: ldd break-interp-BINprelinkNOdebugNOpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: ldd break-interp-BINprelinkNOdebugNOpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: unprelink break-interp-BINprelinkNOdebugNOpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: load +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: info files +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: break at entry point +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: ldd break-interp-BINprelinkNOdebugNOpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: ldd break-interp-BINprelinkNOdebugNOpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: unprelink break-interp-BINprelinkNOdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: unprelink break-interp-BINprelinkNOdebugNOpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: prelink break-interp-BINprelinkNOdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: unprelink break-interp-BINprelinkNOdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: file +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: ldd break-interp-BINprelinkNOdebugINpieNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: ldd break-interp-BINprelinkNOdebugINpieNO output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: unprelink break-interp-BINprelinkNOdebugINpieNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: ldd break-interp-BINprelinkNOdebugINpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: ldd break-interp-BINprelinkNOdebugINpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: unprelink break-interp-BINprelinkNOdebugINpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: ldd break-interp-BINprelinkNOdebugINpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: ldd break-interp-BINprelinkNOdebugINpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: unprelink break-interp-BINprelinkNOdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: unprelink break-interp-BINprelinkNOdebugINpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: prelink break-interp-BINprelinkNOdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: unprelink break-interp-BINprelinkNOdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: file +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: ldd break-interp-BINprelinkNOdebugSEPpieNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: ldd break-interp-BINprelinkNOdebugSEPpieNO output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: unprelink break-interp-BINprelinkNOdebugSEPpieNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: ldd break-interp-BINprelinkNOdebugSEPpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: ldd break-interp-BINprelinkNOdebugSEPpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: unprelink break-interp-BINprelinkNOdebugSEPpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: ldd break-interp-BINprelinkNOdebugSEPpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: ldd break-interp-BINprelinkNOdebugSEPpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: unprelink break-interp-BINprelinkNOdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: unprelink break-interp-BINprelinkNOdebugSEPpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: prelink break-interp-BINprelinkNOdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: unprelink break-interp-BINprelinkNOdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: file +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: copy break-interp-LDprelinkNOdebugNO-saved to break-interp-LDprelinkNOdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: ldd break-interp-BINprelinkYESdebugNOpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: ldd break-interp-BINprelinkYESdebugNOpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: unprelink break-interp-BINprelinkYESdebugNOpieYES pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: prelink break-interp-BINprelinkYESdebugNOpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: ldd break-interp-BINprelinkYESdebugNOpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: ldd break-interp-BINprelinkYESdebugNOpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: unprelink break-interp-BINprelinkYESdebugNOpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: prelink break-interp-BINprelinkYESdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: ldd break-interp-BINprelinkYESdebugINpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: ldd break-interp-BINprelinkYESdebugINpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: unprelink break-interp-BINprelinkYESdebugINpieYES pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: prelink break-interp-BINprelinkYESdebugINpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: ldd break-interp-BINprelinkYESdebugINpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: ldd break-interp-BINprelinkYESdebugINpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: unprelink break-interp-BINprelinkYESdebugINpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: prelink break-interp-BINprelinkYESdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: ldd break-interp-BINprelinkYESdebugSEPpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: ldd break-interp-BINprelinkYESdebugSEPpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: unprelink break-interp-BINprelinkYESdebugSEPpieYES pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: prelink break-interp-BINprelinkYESdebugSEPpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: ldd break-interp-BINprelinkYESdebugSEPpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: ldd break-interp-BINprelinkYESdebugSEPpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: unprelink break-interp-BINprelinkYESdebugSEPpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: prelink break-interp-BINprelinkYESdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: copy ld-2.13.so to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: unprelink break-interp-LDprelinkNOdebugIN (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set args OBJDIR/gdb.base/break-interp-test +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: copy break-interp-LDprelinkNOdebugIN to break-interp-LDprelinkNOdebugIN-saved +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: ldd break-interp-BINprelinkNOdebugNOpieNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: ldd break-interp-BINprelinkNOdebugNOpieNO output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: unprelink break-interp-BINprelinkNOdebugNOpieNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: load +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: info files +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: break at entry point +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: ldd break-interp-BINprelinkNOdebugNOpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: ldd break-interp-BINprelinkNOdebugNOpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: unprelink break-interp-BINprelinkNOdebugNOpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: load +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: info files +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: break at entry point +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: ldd break-interp-BINprelinkNOdebugNOpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: ldd break-interp-BINprelinkNOdebugNOpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: unprelink break-interp-BINprelinkNOdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: unprelink break-interp-BINprelinkNOdebugNOpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: prelink break-interp-BINprelinkNOdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: unprelink break-interp-BINprelinkNOdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: file +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: ldd break-interp-BINprelinkNOdebugINpieNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: ldd break-interp-BINprelinkNOdebugINpieNO output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: unprelink break-interp-BINprelinkNOdebugINpieNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: ldd break-interp-BINprelinkNOdebugINpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: ldd break-interp-BINprelinkNOdebugINpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: unprelink break-interp-BINprelinkNOdebugINpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: ldd break-interp-BINprelinkNOdebugINpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: ldd break-interp-BINprelinkNOdebugINpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: unprelink break-interp-BINprelinkNOdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: unprelink break-interp-BINprelinkNOdebugINpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: prelink break-interp-BINprelinkNOdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: unprelink break-interp-BINprelinkNOdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: file +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: ldd break-interp-BINprelinkNOdebugSEPpieNO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: ldd break-interp-BINprelinkNOdebugSEPpieNO output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: unprelink break-interp-BINprelinkNOdebugSEPpieNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: ldd break-interp-BINprelinkNOdebugSEPpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: ldd break-interp-BINprelinkNOdebugSEPpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: unprelink break-interp-BINprelinkNOdebugSEPpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set debug-file-directory +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set disable-randomization off +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set args segv +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-main: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-libfunc: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: kill +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 1 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: reach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-_dl_debug_state: set stop-on-solib-events 0 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: set debug-file-directory for core +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: core loaded +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: core main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: ldd break-interp-BINprelinkNOdebugSEPpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: ldd break-interp-BINprelinkNOdebugSEPpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: unprelink break-interp-BINprelinkNOdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: sleep function started +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: unprelink break-interp-BINprelinkNOdebugSEPpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: prelink break-interp-BINprelinkNOdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: unprelink break-interp-BINprelinkNOdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: file +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach final prompt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: copy break-interp-LDprelinkNOdebugIN-saved to break-interp-LDprelinkNOdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: ldd break-interp-BINprelinkYESdebugNOpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: ldd break-interp-BINprelinkYESdebugNOpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: unprelink break-interp-BINprelinkYESdebugNOpieYES pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: prelink break-interp-BINprelinkYESdebugNOpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: ldd break-interp-BINprelinkYESdebugNOpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: ldd break-interp-BINprelinkYESdebugNOpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: unprelink break-interp-BINprelinkYESdebugNOpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: prelink break-interp-BINprelinkYESdebugNOpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: ldd break-interp-BINprelinkYESdebugINpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: ldd break-interp-BINprelinkYESdebugINpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: unprelink break-interp-BINprelinkYESdebugINpieYES pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: prelink break-interp-BINprelinkYESdebugINpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: ldd break-interp-BINprelinkYESdebugINpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: ldd break-interp-BINprelinkYESdebugINpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: unprelink break-interp-BINprelinkYESdebugINpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: prelink break-interp-BINprelinkYESdebugINpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: ldd break-interp-BINprelinkYESdebugSEPpieYES +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: ldd break-interp-BINprelinkYESdebugSEPpieYES output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: unprelink break-interp-BINprelinkYESdebugSEPpieYES pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: prelink break-interp-BINprelinkYESdebugSEPpieYES (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: ldd break-interp-BINprelinkYESdebugSEPpieATTACH +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: ldd break-interp-BINprelinkYESdebugSEPpieATTACH output contains libs +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: copy break-interp.so to break-interp.so +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: unprelink break-interp-BINprelinkYESdebugSEPpieATTACH pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: prelink break-interp-BINprelinkYESdebugSEPpieATTACH (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkYESdebugNO: copy ld-2.13.so to break-interp-LDprelinkYESdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkYESdebugNO: unprelink break-interp-LDprelinkYESdebugNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkYESdebugNO: strip break-interp-LDprelinkYESdebugNO +PASS: gdb.base/break-interp.exp: LDprelinkYESdebugNO: unprelink break-interp-LDprelinkYESdebugNO pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: prelink break-interp-LDprelinkYESdebugNO (missing /usr/sbin/prelink) +PASS: gdb.base/break-interp.exp: LDprelinkYESdebugIN: copy ld-2.13.so to break-interp-LDprelinkYESdebugIN +PASS: gdb.base/break-interp.exp: LDprelinkYESdebugIN: unprelink break-interp-LDprelinkYESdebugIN pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: prelink break-interp-LDprelinkYESdebugIN (missing /usr/sbin/prelink) +Running ../../../master/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp ... +PASS: gdb.base/break-on-linker-gcd-function.exp: b 25 +Running ../../../master/gdb/testsuite/gdb.base/break.exp ... +PASS: gdb.base/break.exp: Delete all breakpoints when none +PASS: gdb.base/break.exp: breakpoint function +PASS: gdb.base/break.exp: breakpoint quoted function +PASS: gdb.base/break.exp: breakpoint function in file +PASS: gdb.base/break.exp: use `list' to establish default source file +PASS: gdb.base/break.exp: breakpoint line number +PASS: gdb.base/break.exp: breakpoint duplicate +PASS: gdb.base/break.exp: breakpoint line number in file +PASS: gdb.base/break.exp: breakpoint at start of multi line if conditional +PASS: gdb.base/break.exp: breakpoint at start of multi line while conditional +PASS: gdb.base/break.exp: breakpoint info +PASS: gdb.base/break.exp: info break 2 4 6 +PASS: gdb.base/break.exp: info break 3-5 +PASS: gdb.base/break.exp: disable using history values +PASS: gdb.base/break.exp: check disable with history values +PASS: gdb.base/break.exp: disable with convenience values +PASS: gdb.base/break.exp: check disable with convenience values +PASS: gdb.base/break.exp: disable non-existent breakpoint 10 +PASS: gdb.base/break.exp: set $baz 1.234 +PASS: gdb.base/break.exp: disable with non-integer convenience var +PASS: gdb.base/break.exp: disable with non-existent convenience var +PASS: gdb.base/break.exp: disable with non-existent history value +PASS: gdb.base/break.exp: disable with badly formed history value +PASS: gdb.base/break.exp: run until function breakpoint +PASS: gdb.base/break.exp: run until breakpoint set at a line number +PASS: gdb.base/break.exp: run until file:function(6) breakpoint +PASS: gdb.base/break.exp: run until file:function(5) breakpoint +PASS: gdb.base/break.exp: run until file:function(4) breakpoint +PASS: gdb.base/break.exp: run until file:function(3) breakpoint +PASS: gdb.base/break.exp: run until file:function(2) breakpoint +PASS: gdb.base/break.exp: run until file:function(1) breakpoint +PASS: gdb.base/break.exp: run until quoted breakpoint +PASS: gdb.base/break.exp: run until file:linenum breakpoint +PASS: gdb.base/break.exp: breakpoint offset +1 +PASS: gdb.base/break.exp: step onto breakpoint +PASS: gdb.base/break.exp: setting breakpoint at } +PASS: gdb.base/break.exp: continue to breakpoint at } +PASS: gdb.base/break.exp: Temporary breakpoint function +PASS: gdb.base/break.exp: Temporary breakpoint function in file +PASS: gdb.base/break.exp: Temporary breakpoint line number #1 +PASS: gdb.base/break.exp: Temporary breakpoint line number #2 +PASS: gdb.base/break.exp: Temporary breakpoint line number in file #1 +PASS: gdb.base/break.exp: Temporary breakpoint line number in file #2 +PASS: gdb.base/break.exp: Temporary breakpoint info +PASS: gdb.base/break.exp: catch requires an event name +PASS: gdb.base/break.exp: set catch fork, never expected to trigger +PASS: gdb.base/break.exp: set catch vfork, never expected to trigger +PASS: gdb.base/break.exp: set catch exec, never expected to trigger +PASS: gdb.base/break.exp: break on non-existent source line +PASS: gdb.base/break.exp: until bp_location1 +PASS: gdb.base/break.exp: break on default location, 1st time +PASS: gdb.base/break.exp: break on default location, 2nd time +PASS: gdb.base/break.exp: break on default location, 3rd time +PASS: gdb.base/break.exp: break on default location, 4th time +PASS: gdb.base/break.exp: set to-be-silent break bp_location1 +PASS: gdb.base/break.exp: set silent break bp_location1 +PASS: gdb.base/break.exp: info silent break bp_location1 +PASS: gdb.base/break.exp: hit silent break bp_location1 +PASS: gdb.base/break.exp: stopped for silent break bp_location1 +PASS: gdb.base/break.exp: thread-specific breakpoint on non-existent thread disallowed +PASS: gdb.base/break.exp: thread-specific breakpoint on bogus thread ID disallowed +PASS: gdb.base/break.exp: breakpoint with trailing garbage disallowed +PASS: gdb.base/break.exp: step over breakpoint +PASS: gdb.base/break.exp: clear line has no breakpoint disallowed +PASS: gdb.base/break.exp: clear current line has no breakpoint disallowed +PASS: gdb.base/break.exp: break marker3 #1 +PASS: gdb.base/break.exp: break marker3 #2 +PASS: gdb.base/break.exp: clear marker3 +PASS: gdb.base/break.exp: set convenience variable $foo to bp_location11 +PASS: gdb.base/break.exp: set breakpoint via convenience variable +PASS: gdb.base/break.exp: set convenience variable $foo to 81.5 +PASS: gdb.base/break.exp: set breakpoint via non-integer convenience variable disallowed +PASS: gdb.base/break.exp: set breakpoint on to-be-called function +PASS: gdb.base/break.exp: hit breakpoint on called function +PASS: gdb.base/break.exp: backtrace while in called function +PASS: gdb.base/break.exp: finish from called function +PASS: gdb.base/break.exp: finish with arguments disallowed +PASS: gdb.base/break.exp: finish from outermost frame disallowed +PASS: gdb.base/break.exp: kill program +PASS: gdb.base/break.exp: break at factorial +PASS: gdb.base/break.exp: continue to factorial(5) +PASS: gdb.base/break.exp: backtrace from factorial(5) +PASS: gdb.base/break.exp: next to recursive call +PASS: gdb.base/break.exp: next over recursive call +PASS: gdb.base/break.exp: backtrace from factorial(5.1) +PASS: gdb.base/break.exp: continue until exit at recursive next test +PASS: gdb.base/break.exp: breakpoint function, optimized file +PASS: gdb.base/break.exp: breakpoint small function, optimized file +PASS: gdb.base/break.exp: run until function breakpoint, optimized file (code motion) +PASS: gdb.base/break.exp: run until breakpoint set at small function, optimized file +PASS: gdb.base/break.exp: rbreak junk pending setup +PASS: gdb.base/break.exp: rbreak junk set breakpoint +PASS: gdb.base/break.exp: rbreak junk +Running ../../../master/gdb/testsuite/gdb.base/breakpoint-shadow.exp ... +PASS: gdb.base/breakpoint-shadow.exp: set breakpoint always-inserted on +PASS: gdb.base/breakpoint-shadow.exp: show breakpoint always-inserted +PASS: gdb.base/breakpoint-shadow.exp: disassembly without breakpoints +PASS: gdb.base/breakpoint-shadow.exp: First breakpoint placed +PASS: gdb.base/breakpoint-shadow.exp: Second breakpoint placed +PASS: gdb.base/breakpoint-shadow.exp: disassembly with breakpoints +Running ../../../master/gdb/testsuite/gdb.base/call-ar-st.exp ... +PASS: gdb.base/call-ar-st.exp: set print sevenbit-strings +PASS: gdb.base/call-ar-st.exp: set print address off +PASS: gdb.base/call-ar-st.exp: set width 0 +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1209 +PASS: gdb.base/call-ar-st.exp: run until breakpoint set at a line +PASS: gdb.base/call-ar-st.exp: print print_double_array(double_array) +PASS: gdb.base/call-ar-st.exp: print print_char_array(char_array) +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1216 +PASS: gdb.base/call-ar-st.exp: continue to 1216 +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1220 +PASS: gdb.base/call-ar-st.exp: continuing to breakpoint 1220 +PASS: gdb.base/call-ar-st.exp: step inside print_all_arrays +PASS: gdb.base/call-ar-st.exp: next over print_int_array in print-all_arrays +PASS: gdb.base/call-ar-st.exp: print print_double_array(array_d) +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1236 +PASS: gdb.base/call-ar-st.exp: continuing to 1236 +PASS: gdb.base/call-ar-st.exp: print sum_array_print(10, *list1, *list2, *list3, *list4) +PASS: gdb.base/call-ar-st.exp: next to 1237 +PASS: gdb.base/call-ar-st.exp: print print_array_rep(*list1, *list2, *list3) +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1241 +PASS: gdb.base/call-ar-st.exp: continue to 1241 +PASS: gdb.base/call-ar-st.exp: set breakpoint in sum_array_print +PASS: gdb.base/call-ar-st.exp: set print frame-arguments all +PASS: gdb.base/call-ar-st.exp: check args of sum_array_print +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1281 +PASS: gdb.base/call-ar-st.exp: continue to 1281 +PASS: gdb.base/call-ar-st.exp: print print_small_structs +PASS: gdb.base/call-ar-st.exp: print compute_with_small_structs(20) +PASS: gdb.base/call-ar-st.exp: print print_ten_doubles +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1286 +PASS: gdb.base/call-ar-st.exp: continue to 1286 +PASS: gdb.base/call-ar-st.exp: tbreak in print_long_arg_list after stepping into memcpy +PASS: gdb.base/call-ar-st.exp: step into print_long_arg_list +PASS: gdb.base/call-ar-st.exp: print print_small_structs from print_long_arg_list +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1300 +PASS: gdb.base/call-ar-st.exp: continue to 1300 +PASS: gdb.base/call-ar-st.exp: step into init_bit_flags_combo +PASS: gdb.base/call-ar-st.exp: print print_bit_flags_combo from init_bit_flags_combo +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1305 +PASS: gdb.base/call-ar-st.exp: continue to 1305 +PASS: gdb.base/call-ar-st.exp: print print_long_arg_list +PASS: gdb.base/call-ar-st.exp: tbreakpoint line 1311 +PASS: gdb.base/call-ar-st.exp: continue to 1311 +PASS: gdb.base/call-ar-st.exp: print sum_struct_print(10, *struct1, *struct2, *struct3, *struct4) +PASS: gdb.base/call-ar-st.exp: print print_struct_rep(*struct1, *struct2, *struct3) +PASS: gdb.base/call-ar-st.exp: print print_one_large_struct(*list1) +Running ../../../master/gdb/testsuite/gdb.base/call-rt-st.exp ... +PASS: gdb.base/call-rt-st.exp: set print sevenbit-strings +PASS: gdb.base/call-rt-st.exp: set print address off +PASS: gdb.base/call-rt-st.exp: set width 0 +PASS: gdb.base/call-rt-st.exp: breakpoint loop_count +PASS: gdb.base/call-rt-st.exp: continue to loop_count +PASS: gdb.base/call-rt-st.exp: finish out from loop_count (line 777) +PASS: gdb.base/call-rt-st.exp: print print_struct_rep(*struct1) +PASS: gdb.base/call-rt-st.exp: print print_one_large_struct(*list1) +PASS: gdb.base/call-rt-st.exp: print print_one_double(*d1) +PASS: gdb.base/call-rt-st.exp: print print_two_floats(*f3) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags_char(*cflags) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags_short(*sflags) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags(*flags) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags_combo(*flags_combo) +PASS: gdb.base/call-rt-st.exp: print print_three_chars(*three_char) +PASS: gdb.base/call-rt-st.exp: print print_five_chars(*five_char) +PASS: gdb.base/call-rt-st.exp: print print_int_char_combo(*int_char_combo) +Running ../../../master/gdb/testsuite/gdb.base/call-sc.exp ... +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-tc (char) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tc char +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tc +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tc +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tc +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tc +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tc +PASS: gdb.base/call-sc.exp: return foo; return call-sc-tc +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tc +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tc +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tc +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tc +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tc +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tc +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-ts (short int) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-ts short int +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-ts +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-ts +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-ts +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ts +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-ts +PASS: gdb.base/call-sc.exp: return foo; return call-sc-ts +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-ts +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ts +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-ts +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-ts +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-ts +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-ts +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-ti (int) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-ti int +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-ti +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-ti +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-ti +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ti +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-ti +PASS: gdb.base/call-sc.exp: return foo; return call-sc-ti +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-ti +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ti +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-ti +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-ti +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-ti +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-ti +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-tl (long int) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tl long int +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tl +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tl +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tl +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tl +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tl +PASS: gdb.base/call-sc.exp: return foo; return call-sc-tl +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tl +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tl +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tl +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tl +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tl +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tl +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-tll (long long int) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tll long long int +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tll +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tll +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tll +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tll +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tll +PASS: gdb.base/call-sc.exp: return foo; return call-sc-tll +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tll +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tll +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tll +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tll +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tll +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tll +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-tf (float) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tf float +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tf +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tf +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tf +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tf +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tf +PASS: gdb.base/call-sc.exp: return foo; return call-sc-tf +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tf +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tf +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tf +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tf +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tf +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tf +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-td (double) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-td double +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-td +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-td +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-td +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-td +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-td +PASS: gdb.base/call-sc.exp: return foo; return call-sc-td +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-td +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-td +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-td +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-td +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-td +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-td +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-tld (long double) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-tld long double +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-tld +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-tld +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-tld +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tld +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-tld +PASS: gdb.base/call-sc.exp: return foo; return call-sc-tld +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-tld +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tld +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-tld +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-tld +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-tld +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-tld +PASS: gdb.base/call-sc.exp: set print sevenbit-strings +PASS: gdb.base/call-sc.exp: set print address off +PASS: gdb.base/call-sc.exp: set width 0 +PASS: gdb.base/call-sc.exp: ptype; call-sc-te (enum {e = 49}) +PASS: gdb.base/call-sc.exp: ptype foo; call-sc-te enum {e = 49} +PASS: gdb.base/call-sc.exp: p/c fun(); call call-sc-te +PASS: gdb.base/call-sc.exp: call Fun(foo); call call-sc-te +PASS: gdb.base/call-sc.exp: p/c L; call call-sc-te +PASS: gdb.base/call-sc.exp: advance to fun for return; return call-sc-te +PASS: gdb.base/call-sc.exp: zed L for return; return call-sc-te +PASS: gdb.base/call-sc.exp: return foo; return call-sc-te +PASS: gdb.base/call-sc.exp: return foo; synchronize pc to main() +PASS: gdb.base/call-sc.exp: value foo returned; return call-sc-te +PASS: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-te +PASS: gdb.base/call-sc.exp: zed L for finish; return call-sc-te +PASS: gdb.base/call-sc.exp: finish foo; return call-sc-te +PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-te +PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-te +Running ../../../master/gdb/testsuite/gdb.base/call-signal-resume.exp ... +PASS: gdb.base/call-signal-resume.exp: break stop_one +PASS: gdb.base/call-signal-resume.exp: continue to breakpoint at stop_one +PASS: gdb.base/call-signal-resume.exp: inferior function call signaled +PASS: gdb.base/call-signal-resume.exp: dummy stack frame number +PASS: gdb.base/call-signal-resume.exp: frame 3 +PASS: gdb.base/call-signal-resume.exp: set confirm off +PASS: gdb.base/call-signal-resume.exp: return +PASS: gdb.base/call-signal-resume.exp: break stop_two +PASS: gdb.base/call-signal-resume.exp: continue to breakpoint at stop_two +PASS: gdb.base/call-signal-resume.exp: continue to receipt of signal +PASS: gdb.base/call-signal-resume.exp: break null_hand_call +PASS: gdb.base/call-signal-resume.exp: null_hand_call +PASS: gdb.base/call-signal-resume.exp: dummy stack frame number +PASS: gdb.base/call-signal-resume.exp: frame 1 +PASS: gdb.base/call-signal-resume.exp: set confirm off +PASS: gdb.base/call-signal-resume.exp: return +PASS: gdb.base/call-signal-resume.exp: break handle_signal +PASS: gdb.base/call-signal-resume.exp: continue to breakpoint at handle_signal +PASS: gdb.base/call-signal-resume.exp: continue to program exit +Running ../../../master/gdb/testsuite/gdb.base/call-strs.exp ... +PASS: gdb.base/call-strs.exp: set print sevenbit-strings +PASS: gdb.base/call-strs.exp: set print address off +PASS: gdb.base/call-strs.exp: set width 0 +PASS: gdb.base/call-strs.exp: step after assignment to s +PASS: gdb.base/call-strs.exp: next over strcpy +PASS: gdb.base/call-strs.exp: print buf +PASS: gdb.base/call-strs.exp: print s +PASS: gdb.base/call-strs.exp: print str_func1(s) +PASS: gdb.base/call-strs.exp: print str_func1("test string") +PASS: gdb.base/call-strs.exp: call str_func1(s) +PASS: gdb.base/call-strs.exp: call str_func1("test string") +PASS: gdb.base/call-strs.exp: print str_func1(buf) +PASS: gdb.base/call-strs.exp: call str_func1(buf) +PASS: gdb.base/call-strs.exp: print str_func("a","b","c","d","e","f","g") +PASS: gdb.base/call-strs.exp: call str_func("a","b","c","d","e","f","g") +PASS: gdb.base/call-strs.exp: print str_func(s,s,s,s,s,s,s) +PASS: gdb.base/call-strs.exp: call str_func(s,s,s,s,s,s,s) +Running ../../../master/gdb/testsuite/gdb.base/callexit.exp ... +PASS: gdb.base/callexit.exp: inferior function call terminated program +Running ../../../master/gdb/testsuite/gdb.base/callfuncs.exp ... +PASS: gdb.base/callfuncs.exp: set print sevenbit-strings +PASS: gdb.base/callfuncs.exp: set print address off +PASS: gdb.base/callfuncs.exp: set width 0 +PASS: gdb.base/callfuncs.exp: set language c +PASS: gdb.base/callfuncs.exp: next to t_double_values +PASS: gdb.base/callfuncs.exp: next to t_structs_c +PASS: gdb.base/callfuncs.exp: retrieve original register contents +PASS: gdb.base/callfuncs.exp: p t_char_values(0,0) +PASS: gdb.base/callfuncs.exp: p t_char_values('a','b') +PASS: gdb.base/callfuncs.exp: p t_char_values(char_val1,char_val2) +PASS: gdb.base/callfuncs.exp: p t_char_values('a',char_val2) +PASS: gdb.base/callfuncs.exp: p t_char_values(char_val1,'b') +PASS: gdb.base/callfuncs.exp: p t_short_values(0,0) +PASS: gdb.base/callfuncs.exp: p t_short_values(10,-23) +PASS: gdb.base/callfuncs.exp: p t_short_values(short_val1,short_val2) +PASS: gdb.base/callfuncs.exp: p t_short_values(10,short_val2) +PASS: gdb.base/callfuncs.exp: p t_short_values(short_val1,-23) +PASS: gdb.base/callfuncs.exp: p t_int_values(0,0) +PASS: gdb.base/callfuncs.exp: p t_int_values(87,-26) +PASS: gdb.base/callfuncs.exp: p t_int_values(int_val1,int_val2) +PASS: gdb.base/callfuncs.exp: p t_int_values(87,int_val2) +PASS: gdb.base/callfuncs.exp: p t_int_values(int_val1,-26) +PASS: gdb.base/callfuncs.exp: p t_long_values(0,0) +PASS: gdb.base/callfuncs.exp: p t_long_values(789,-321) +PASS: gdb.base/callfuncs.exp: p t_long_values(long_val1,long_val2) +PASS: gdb.base/callfuncs.exp: p t_long_values(789,long_val2) +PASS: gdb.base/callfuncs.exp: p t_long_values(long_val1,-321) +PASS: gdb.base/callfuncs.exp: p t_float_values(0.0,0.0) +PASS: gdb.base/callfuncs.exp: p t_float_values(3.14159,-2.3765) +PASS: gdb.base/callfuncs.exp: p t_float_values(float_val1,float_val2) +PASS: gdb.base/callfuncs.exp: p t_float_values(3.14159,float_val2) +PASS: gdb.base/callfuncs.exp: p t_float_values(float_val1,-2.3765) +PASS: gdb.base/callfuncs.exp: p t_float_values2(0.0,0.0) +PASS: gdb.base/callfuncs.exp: p t_float_values2(3.14159,float_val2) +PASS: gdb.base/callfuncs.exp: Call function with many float arguments. +PASS: gdb.base/callfuncs.exp: p t_small_values(1,2,3,4,5,6,7,8,9,10) +PASS: gdb.base/callfuncs.exp: p t_double_values(0.0,0.0) +PASS: gdb.base/callfuncs.exp: p t_double_values(45.654,-67.66) +PASS: gdb.base/callfuncs.exp: p t_double_values(double_val1,double_val2) +PASS: gdb.base/callfuncs.exp: p t_double_values(45.654,double_val2) +PASS: gdb.base/callfuncs.exp: p t_double_values(double_val1,-67.66) +PASS: gdb.base/callfuncs.exp: Call function with many double arguments. +PASS: gdb.base/callfuncs.exp: p t_double_int(99.0, 1) +PASS: gdb.base/callfuncs.exp: p t_double_int(99.0, 99) +PASS: gdb.base/callfuncs.exp: p t_int_double(99, 1.0) +PASS: gdb.base/callfuncs.exp: p t_int_double(99, 99.0) +PASS: gdb.base/callfuncs.exp: p t_float_complex_values(fc1, fc2) +PASS: gdb.base/callfuncs.exp: p t_float_complex_values(fc3, fc4) +PASS: gdb.base/callfuncs.exp: p t_float_complex_many_args(fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4, fc1, fc2, fc3, fc4) +PASS: gdb.base/callfuncs.exp: p t_float_complex_many_args(fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1, fc1) +PASS: gdb.base/callfuncs.exp: p t_double_complex_values(dc1, dc2) +PASS: gdb.base/callfuncs.exp: p t_double_complex_values(dc3, dc4) +PASS: gdb.base/callfuncs.exp: p t_double_complex_many_args(dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4, dc1, dc2, dc3, dc4) +PASS: gdb.base/callfuncs.exp: p t_double_complex_many_args(dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1, dc1) +PASS: gdb.base/callfuncs.exp: p t_long_double_complex_values(ldc1, ldc2) +PASS: gdb.base/callfuncs.exp: p t_long_double_complex_values(ldc3, ldc4) +PASS: gdb.base/callfuncs.exp: p t_long_double_complex_many_args(ldc1, ldc2, ldc3, ldc4, ldc1, ldc2, ldc3, ldc4, ldc1, ldc2, ldc3, ldc4, ldc1, ldc2, ldc3, ldc4) +PASS: gdb.base/callfuncs.exp: p t_long_double_complex_many_args(ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1,ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1, ldc1) +PASS: gdb.base/callfuncs.exp: p t_string_values(string_val2,string_val1) +PASS: gdb.base/callfuncs.exp: p t_string_values(string_val1,string_val2) +PASS: gdb.base/callfuncs.exp: p t_string_values("string 1","string 2") +PASS: gdb.base/callfuncs.exp: p t_string_values("string 1",string_val2) +PASS: gdb.base/callfuncs.exp: p t_string_values(string_val1,"string 2") +PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val2,char_array_val1) +PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,char_array_val2) +PASS: gdb.base/callfuncs.exp: p t_char_array_values("carray 1","carray 2") +PASS: gdb.base/callfuncs.exp: p t_char_array_values("carray 1",char_array_val2) +PASS: gdb.base/callfuncs.exp: p t_char_array_values(char_array_val1,"carray 2") +PASS: gdb.base/callfuncs.exp: p doubleit(4) +PASS: gdb.base/callfuncs.exp: p add(4,5) +PASS: gdb.base/callfuncs.exp: p t_func_values(func_val2,func_val1) +PASS: gdb.base/callfuncs.exp: p t_func_values(func_val1,func_val2) +PASS: gdb.base/callfuncs.exp: p function_struct.func(5) +PASS: gdb.base/callfuncs.exp: p function_struct_ptr->func(10) +PASS: gdb.base/callfuncs.exp: p t_func_values(add,func_val2) +PASS: gdb.base/callfuncs.exp: p t_func_values(func_val1,doubleit) +PASS: gdb.base/callfuncs.exp: p t_call_add(add,3,4) +PASS: gdb.base/callfuncs.exp: p t_call_add(func_val1,3,4) +PASS: gdb.base/callfuncs.exp: p t_enum_value1(enumval1) +PASS: gdb.base/callfuncs.exp: p t_enum_value1(enum_val1) +PASS: gdb.base/callfuncs.exp: p t_enum_value1(enum_val2) +PASS: gdb.base/callfuncs.exp: p t_enum_value2(enumval2) +PASS: gdb.base/callfuncs.exp: p t_enum_value2(enum_val2) +PASS: gdb.base/callfuncs.exp: p t_enum_value2(enum_val1) +PASS: gdb.base/callfuncs.exp: p sum_args(1,{2}) +PASS: gdb.base/callfuncs.exp: p sum_args(2,{2,3}) +PASS: gdb.base/callfuncs.exp: p sum_args(3,{2,3,4}) +PASS: gdb.base/callfuncs.exp: p sum_args(4,{2,3,4,5}) +PASS: gdb.base/callfuncs.exp: p sum10 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) +PASS: gdb.base/callfuncs.exp: p cmp10 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns short +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns int +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns long +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns double +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns float _Complex +KFAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double _Complex (PRMS: gdb/12783) +KFAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long double _Complex (PRMS: gdb/12783) +PASS: gdb.base/callfuncs.exp: call inferior func with struct - returns char * +PASS: gdb.base/callfuncs.exp: register contents after gdb function calls +FAIL: gdb.base/callfuncs.exp: gdb function calls preserve register contents +PASS: gdb.base/callfuncs.exp: set language c +PASS: gdb.base/callfuncs.exp: next to t_double_values +PASS: gdb.base/callfuncs.exp: next to t_structs_c +PASS: gdb.base/callfuncs.exp: retrieve original register contents +PASS: gdb.base/callfuncs.exp: stop at breakpoint in call dummy function +PASS: gdb.base/callfuncs.exp: continue from call dummy breakpoint +PASS: gdb.base/callfuncs.exp: bt after continuing from call dummy breakpoint +PASS: gdb.base/callfuncs.exp: register contents after stop in call dummy +PASS: gdb.base/callfuncs.exp: continue after stop in call dummy preserves register contents +PASS: gdb.base/callfuncs.exp: set language c +PASS: gdb.base/callfuncs.exp: next to t_double_values +PASS: gdb.base/callfuncs.exp: next to t_structs_c +PASS: gdb.base/callfuncs.exp: retrieve original register contents +PASS: gdb.base/callfuncs.exp: call function causing a breakpoint then do a finish +PASS: gdb.base/callfuncs.exp: finish from call dummy breakpoint returns correct value +PASS: gdb.base/callfuncs.exp: bt after finishing from call dummy breakpoint +PASS: gdb.base/callfuncs.exp: register contents after finish in call dummy +PASS: gdb.base/callfuncs.exp: finish after stop in call dummy preserves register contents +PASS: gdb.base/callfuncs.exp: set language c +PASS: gdb.base/callfuncs.exp: next to t_double_values +PASS: gdb.base/callfuncs.exp: next to t_structs_c +PASS: gdb.base/callfuncs.exp: retrieve original register contents +PASS: gdb.base/callfuncs.exp: call function causing a breakpoint and then do a return +PASS: gdb.base/callfuncs.exp: back at main after return from call dummy breakpoint +PASS: gdb.base/callfuncs.exp: register contents after return in call dummy +PASS: gdb.base/callfuncs.exp: return after stop in call dummy preserves register contents +PASS: gdb.base/callfuncs.exp: set language c +PASS: gdb.base/callfuncs.exp: next to t_double_values +PASS: gdb.base/callfuncs.exp: next to t_structs_c +PASS: gdb.base/callfuncs.exp: retrieve original register contents +PASS: gdb.base/callfuncs.exp: stop at nested call level 1 +PASS: gdb.base/callfuncs.exp: backtrace at nested call level 1 +PASS: gdb.base/callfuncs.exp: stop at nested call level 2 +PASS: gdb.base/callfuncs.exp: backtrace at nested call level 2 +PASS: gdb.base/callfuncs.exp: stop at nested call level 3 +PASS: gdb.base/callfuncs.exp: backtrace at nested call level 3 +PASS: gdb.base/callfuncs.exp: stop at nested call level 4 +PASS: gdb.base/callfuncs.exp: backtrace at nested call level 4 +PASS: gdb.base/callfuncs.exp: Finish from nested call level 4 +PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 4 +PASS: gdb.base/callfuncs.exp: Finish from nested call level 3 +PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 3 +PASS: gdb.base/callfuncs.exp: Finish from nested call level 2 +PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 2 +PASS: gdb.base/callfuncs.exp: Finish from nested call level 1 +PASS: gdb.base/callfuncs.exp: backtrace after finish from nested call level 1 +PASS: gdb.base/callfuncs.exp: register contents after nested call dummies +PASS: gdb.base/callfuncs.exp: nested call dummies preserve register contents +PASS: gdb.base/callfuncs.exp: set $old_sp = $sp +PASS: gdb.base/callfuncs.exp: set $sp = 0 +PASS: gdb.base/callfuncs.exp: sp == 0: call doubleit (1) +PASS: gdb.base/callfuncs.exp: set $sp = -1 +PASS: gdb.base/callfuncs.exp: sp == -1: call doubleit (1) +PASS: gdb.base/callfuncs.exp: set $sp = $old_sp +PASS: gdb.base/callfuncs.exp: print callfunc (Lcallfunc, 5) +Running ../../../master/gdb/testsuite/gdb.base/catch-syscall.exp ... +PASS: gdb.base/catch-syscall.exp: help catch syscall +PASS: gdb.base/catch-syscall.exp: catch syscall to a nonsense syscall is prohibited +PASS: gdb.base/catch-syscall.exp: setting catch syscall without arguments +PASS: gdb.base/catch-syscall.exp: catch syscall appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: program has called close +PASS: gdb.base/catch-syscall.exp: syscall close has returned +PASS: gdb.base/catch-syscall.exp: program has called chroot +PASS: gdb.base/catch-syscall.exp: syscall chroot has returned +PASS: gdb.base/catch-syscall.exp: program has called exit_group +PASS: gdb.base/catch-syscall.exp: continue until exit +PASS: gdb.base/catch-syscall.exp: catch syscall with arguments (close) +PASS: gdb.base/catch-syscall.exp: syscall(s) close appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: program has called close +PASS: gdb.base/catch-syscall.exp: syscall close has returned +PASS: gdb.base/catch-syscall.exp: continue until exit +PASS: gdb.base/catch-syscall.exp: catch syscall with arguments ('close' [] 'chroot' []) +PASS: gdb.base/catch-syscall.exp: syscalls close, chroot appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: program has called close +PASS: gdb.base/catch-syscall.exp: syscall close has returned +PASS: gdb.base/catch-syscall.exp: program has called chroot +PASS: gdb.base/catch-syscall.exp: syscall chroot has returned +PASS: gdb.base/catch-syscall.exp: continue until exit +PASS: gdb.base/catch-syscall.exp: catch syscall with arguments (mlock) +PASS: gdb.base/catch-syscall.exp: syscall(s) mlock appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: continue until exit at catch syscall with unused syscall (mlock) +PASS: gdb.base/catch-syscall.exp: catch syscall with arguments (chroot) +PASS: gdb.base/catch-syscall.exp: syscall(s) chroot appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: program has called chroot +PASS: gdb.base/catch-syscall.exp: rerun to main +PASS: gdb.base/catch-syscall.exp: program has called chroot +PASS: gdb.base/catch-syscall.exp: syscall chroot has returned +PASS: gdb.base/catch-syscall.exp: continue until exit +PASS: gdb.base/catch-syscall.exp: set data-directory /the/path/to/nowhere +PASS: gdb.base/catch-syscall.exp: Catch syscall displays a warning when there is no XML support (no datadir set) +PASS: gdb.base/catch-syscall.exp: catch syscall appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: set data-directory /the/path/to/nowhere +PASS: gdb.base/catch-syscall.exp: catch syscall +PASS: gdb.base/catch-syscall.exp: program has called [0-9]* +PASS: gdb.base/catch-syscall.exp: syscall [0-9]* has returned +PASS: gdb.base/catch-syscall.exp: program has called [0-9]* +PASS: gdb.base/catch-syscall.exp: syscall [0-9]* has returned +PASS: gdb.base/catch-syscall.exp: program has called [0-9]* +PASS: gdb.base/catch-syscall.exp: catch syscall with arguments (6) +PASS: gdb.base/catch-syscall.exp: syscall(s) 6 appears in 'info breakpoints' +PASS: gdb.base/catch-syscall.exp: program has called 6 +PASS: gdb.base/catch-syscall.exp: syscall 6 has returned +PASS: gdb.base/catch-syscall.exp: Catch a nonsense syscall without XML support +Running ../../../master/gdb/testsuite/gdb.base/charset.exp ... +PASS: gdb.base/charset.exp: show charset +PASS: gdb.base/charset.exp: show target-charset +PASS: gdb.base/charset.exp: check `show target-charset' against `show charset' +PASS: gdb.base/charset.exp: show host-charset +PASS: gdb.base/charset.exp: check `show host-charset' against `show charset' +PASS: gdb.base/charset.exp: try malformed `set charset' +PASS: gdb.base/charset.exp: try `set host-charset' with invalid charset +PASS: gdb.base/charset.exp: try `set target-charset' with invalid charset +PASS: gdb.base/charset.exp: capture valid host charsets +PASS: gdb.base/charset.exp: capture valid target charsets +PASS: gdb.base/charset.exp: try `set host-charset ASCII' +PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset ASCII' +PASS: gdb.base/charset.exp: check effect of `set host-charset ASCII' +PASS: gdb.base/charset.exp: try `set target-charset ASCII' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII' +PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII' +PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: try `set target-charset IBM1047' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047' +PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047' +PASS: gdb.base/charset.exp: try `set host-charset ISO-8859-1' +PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset ISO-8859-1' +PASS: gdb.base/charset.exp: check effect of `set host-charset ISO-8859-1' +PASS: gdb.base/charset.exp: try `set target-charset ASCII' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII' +PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII' +PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: try `set target-charset IBM1047' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047' +PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047' +PASS: gdb.base/charset.exp: try `set host-charset EBCDIC-US' +PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset EBCDIC-US' +PASS: gdb.base/charset.exp: check effect of `set host-charset EBCDIC-US' +PASS: gdb.base/charset.exp: try `set target-charset ASCII' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII' +PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII' +PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: try `set target-charset IBM1047' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047' +PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047' +PASS: gdb.base/charset.exp: try `set host-charset IBM1047' +PASS: gdb.base/charset.exp: parse `show charset' after `set host-charset IBM1047' +PASS: gdb.base/charset.exp: check effect of `set host-charset IBM1047' +PASS: gdb.base/charset.exp: try `set target-charset ASCII' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ASCII' +PASS: gdb.base/charset.exp: check effect of `set target-charset ASCII' +PASS: gdb.base/charset.exp: try `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: check effect of `set target-charset ISO-8859-1' +PASS: gdb.base/charset.exp: try `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: check effect of `set target-charset EBCDIC-US' +PASS: gdb.base/charset.exp: try `set target-charset IBM1047' +PASS: gdb.base/charset.exp: parse `show charset' after `set target-charset IBM1047' +PASS: gdb.base/charset.exp: check effect of `set target-charset IBM1047' +PASS: gdb.base/charset.exp: set breakpoint after all strings have been initialized +PASS: gdb.base/charset.exp: run until all strings have been initialized +PASS: gdb.base/charset.exp: get integer valueof "sizeof (wchar_t)" (4) +PASS: gdb.base/charset.exp: set host-charset ASCII +PASS: gdb.base/charset.exp: set target-charset ASCII +PASS: gdb.base/charset.exp: print the null character in ASCII +PASS: gdb.base/charset.exp: print string in ASCII +PASS: gdb.base/charset.exp: parse character literal in ASCII +PASS: gdb.base/charset.exp: check value of parsed character literal in ASCII +PASS: gdb.base/charset.exp: parse string literal in ASCII +PASS: gdb.base/charset.exp: check value of parsed string literal in ASCII +PASS: gdb.base/charset.exp: try printing '\a' in ASCII +PASS: gdb.base/charset.exp: check value of '\a' in ASCII +PASS: gdb.base/charset.exp: check value of "\a" in ASCII +PASS: gdb.base/charset.exp: try printing '\b' in ASCII +PASS: gdb.base/charset.exp: check value of '\b' in ASCII +PASS: gdb.base/charset.exp: check value of "\b" in ASCII +PASS: gdb.base/charset.exp: try printing '\f' in ASCII +PASS: gdb.base/charset.exp: check value of '\f' in ASCII +PASS: gdb.base/charset.exp: check value of "\f" in ASCII +PASS: gdb.base/charset.exp: try printing '\n' in ASCII +PASS: gdb.base/charset.exp: check value of '\n' in ASCII +PASS: gdb.base/charset.exp: check value of "\n" in ASCII +PASS: gdb.base/charset.exp: try printing '\r' in ASCII +PASS: gdb.base/charset.exp: check value of '\r' in ASCII +PASS: gdb.base/charset.exp: check value of "\r" in ASCII +PASS: gdb.base/charset.exp: try printing '\t' in ASCII +PASS: gdb.base/charset.exp: check value of '\t' in ASCII +PASS: gdb.base/charset.exp: check value of "\t" in ASCII +PASS: gdb.base/charset.exp: try printing '\v' in ASCII +PASS: gdb.base/charset.exp: check value of '\v' in ASCII +PASS: gdb.base/charset.exp: check value of "\v" in ASCII +PASS: gdb.base/charset.exp: print escape that doesn't exist in ASCII +PASS: gdb.base/charset.exp: check value of escape that doesn't exist in ASCII +PASS: gdb.base/charset.exp: set target-charset ISO-8859-1 +PASS: gdb.base/charset.exp: print the null character in ISO-8859-1 +PASS: gdb.base/charset.exp: print string in ISO-8859-1 +PASS: gdb.base/charset.exp: parse character literal in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of parsed character literal in ISO-8859-1 +PASS: gdb.base/charset.exp: parse string literal in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of parsed string literal in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\a' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\a' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\a" in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\b' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\b' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\b" in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\f' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\f' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\f" in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\n' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\n' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\n" in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\r' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\r' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\r" in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\t' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\t' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\t" in ISO-8859-1 +PASS: gdb.base/charset.exp: try printing '\v' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of '\v' in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of "\v" in ISO-8859-1 +PASS: gdb.base/charset.exp: print escape that doesn't exist in ISO-8859-1 +PASS: gdb.base/charset.exp: check value of escape that doesn't exist in ISO-8859-1 +PASS: gdb.base/charset.exp: set target-charset EBCDIC-US +PASS: gdb.base/charset.exp: print the null character in EBCDIC-US +PASS: gdb.base/charset.exp: print string in EBCDIC-US +PASS: gdb.base/charset.exp: parse character literal in EBCDIC-US +PASS: gdb.base/charset.exp: check value of parsed character literal in EBCDIC-US +PASS: gdb.base/charset.exp: parse string literal in EBCDIC-US +PASS: gdb.base/charset.exp: check value of parsed string literal in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\a' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\a' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\a" in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\b' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\b' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\b" in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\f' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\f' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\f" in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\n' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\n' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\n" in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\r' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\r' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\r" in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\t' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\t' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\t" in EBCDIC-US +PASS: gdb.base/charset.exp: try printing '\v' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of '\v' in EBCDIC-US +PASS: gdb.base/charset.exp: check value of "\v" in EBCDIC-US +PASS: gdb.base/charset.exp: print escape that doesn't exist in EBCDIC-US +PASS: gdb.base/charset.exp: check value of escape that doesn't exist in EBCDIC-US +PASS: gdb.base/charset.exp: set target-charset IBM1047 +PASS: gdb.base/charset.exp: print the null character in IBM1047 +PASS: gdb.base/charset.exp: print string in IBM1047 +PASS: gdb.base/charset.exp: parse character literal in IBM1047 +PASS: gdb.base/charset.exp: check value of parsed character literal in IBM1047 +PASS: gdb.base/charset.exp: parse string literal in IBM1047 +PASS: gdb.base/charset.exp: check value of parsed string literal in IBM1047 +PASS: gdb.base/charset.exp: try printing '\a' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\a' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\a" in IBM1047 +PASS: gdb.base/charset.exp: try printing '\b' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\b' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\b" in IBM1047 +PASS: gdb.base/charset.exp: try printing '\f' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\f' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\f" in IBM1047 +PASS: gdb.base/charset.exp: try printing '\n' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\n' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\n" in IBM1047 +PASS: gdb.base/charset.exp: try printing '\r' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\r' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\r" in IBM1047 +PASS: gdb.base/charset.exp: try printing '\t' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\t' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\t" in IBM1047 +PASS: gdb.base/charset.exp: try printing '\v' in IBM1047 +PASS: gdb.base/charset.exp: check value of '\v' in IBM1047 +PASS: gdb.base/charset.exp: check value of "\v" in IBM1047 +PASS: gdb.base/charset.exp: print escape that doesn't exist in IBM1047 +PASS: gdb.base/charset.exp: check value of escape that doesn't exist in IBM1047 +PASS: gdb.base/charset.exp: set target-wide-charset UTF-32 +PASS: gdb.base/charset.exp: print the null character in UTF-32 +PASS: gdb.base/charset.exp: print string in UTF-32 +PASS: gdb.base/charset.exp: parse character literal in UTF-32 +PASS: gdb.base/charset.exp: check value of parsed character literal in UTF-32 +PASS: gdb.base/charset.exp: parse string literal in UTF-32 +PASS: gdb.base/charset.exp: check value of parsed string literal in UTF-32 +PASS: gdb.base/charset.exp: try printing '\a' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\a' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\a" in UTF-32 +PASS: gdb.base/charset.exp: try printing '\b' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\b' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\b" in UTF-32 +PASS: gdb.base/charset.exp: try printing '\f' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\f' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\f" in UTF-32 +PASS: gdb.base/charset.exp: try printing '\n' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\n' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\n" in UTF-32 +PASS: gdb.base/charset.exp: try printing '\r' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\r' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\r" in UTF-32 +PASS: gdb.base/charset.exp: try printing '\t' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\t' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\t" in UTF-32 +PASS: gdb.base/charset.exp: try printing '\v' in UTF-32 +PASS: gdb.base/charset.exp: check value of '\v' in UTF-32 +PASS: gdb.base/charset.exp: check value of "\v" in UTF-32 +PASS: gdb.base/charset.exp: print escape that doesn't exist in UTF-32 +PASS: gdb.base/charset.exp: check value of escape that doesn't exist in UTF-32 +PASS: gdb.base/charset.exp: set target-charset UTF-8 +PASS: gdb.base/charset.exp: non-representable target character +PASS: gdb.base/charset.exp: print '\x' +PASS: gdb.base/charset.exp: print '\u' +PASS: gdb.base/charset.exp: print '\9' +PASS: gdb.base/charset.exp: print "\1011" +PASS: gdb.base/charset.exp: basic wide string concatenation +PASS: gdb.base/charset.exp: narrow and wide string concatenation +PASS: gdb.base/charset.exp: wide and narrow string concatenation +PASS: gdb.base/charset.exp: wide string concatenation with escape +PASS: gdb.base/charset.exp: concatenate three strings with empty wide string +PASS: gdb.base/charset.exp: basic wide character +PASS: gdb.base/charset.exp: get integer valueof "sizeof (char16_t)" (2) +PASS: gdb.base/charset.exp: basic UTF-16 string concatenation +PASS: gdb.base/charset.exp: narrow and UTF-16 string concatenation +PASS: gdb.base/charset.exp: UTF-16 and narrow string concatenation +PASS: gdb.base/charset.exp: UTF-16 string concatenation with escape +PASS: gdb.base/charset.exp: concatenate three strings with empty UTF-16 string +PASS: gdb.base/charset.exp: basic UTF-16 character +PASS: gdb.base/charset.exp: get integer valueof "sizeof (char32_t)" (4) +PASS: gdb.base/charset.exp: basic UTF-32 string concatenation +PASS: gdb.base/charset.exp: narrow and UTF-32 string concatenation +PASS: gdb.base/charset.exp: UTF-32 and narrow string concatenation +PASS: gdb.base/charset.exp: UTF-32 string concatenation with escape +PASS: gdb.base/charset.exp: concatenate three strings with empty UTF-32 string +PASS: gdb.base/charset.exp: basic UTF-32 character +PASS: gdb.base/charset.exp: undefined concatenation of wide and UTF-16 +PASS: gdb.base/charset.exp: undefined concatenation of wide and UTF-32 +PASS: gdb.base/charset.exp: typedef to wchar_t +PASS: gdb.base/charset.exp: undefined concatenation of UTF-16 and UTF-32 +PASS: gdb.base/charset.exp: set up for python printing of utf-16 string +PASS: gdb.base/charset.exp: extract utf-16 string using python +PASS: gdb.base/charset.exp: EVAL_SKIP cleanup handling regression test +PASS: gdb.base/charset.exp: Assign String16 with prefix u +PASS: gdb.base/charset.exp: Display String String16 with x/hs +PASS: gdb.base/charset.exp: Assign String32 with prefix U +PASS: gdb.base/charset.exp: Display String String32 with x/ws +PASS: gdb.base/charset.exp: Assign String32 with prefix L +PASS: gdb.base/charset.exp: Display String String32 with x/ws +PASS: gdb.base/charset.exp: assign string to short array +PASS: gdb.base/charset.exp: assign string to int array +PASS: gdb.base/charset.exp: assign string to long array +Running ../../../master/gdb/testsuite/gdb.base/checkpoint.exp ... +PASS: gdb.base/checkpoint.exp: break1 start +PASS: gdb.base/checkpoint.exp: break1 two +PASS: gdb.base/checkpoint.exp: break1 three +PASS: gdb.base/checkpoint.exp: break1 four +PASS: gdb.base/checkpoint.exp: break1 five +PASS: gdb.base/checkpoint.exp: break1 six +PASS: gdb.base/checkpoint.exp: break1 seven +PASS: gdb.base/checkpoint.exp: break1 eight +PASS: gdb.base/checkpoint.exp: break1 nine +PASS: gdb.base/checkpoint.exp: break1 ten +PASS: gdb.base/checkpoint.exp: info checkpoints one +PASS: gdb.base/checkpoint.exp: break2 one +PASS: gdb.base/checkpoint.exp: restart 1 one +PASS: gdb.base/checkpoint.exp: verify i 1 one +PASS: gdb.base/checkpoint.exp: step in 1 one +PASS: gdb.base/checkpoint.exp: verify lines 1 one +PASS: gdb.base/checkpoint.exp: restart 2 one +PASS: gdb.base/checkpoint.exp: step in 2 one +PASS: gdb.base/checkpoint.exp: verify i 2 one +PASS: gdb.base/checkpoint.exp: verify lines 2 one +PASS: gdb.base/checkpoint.exp: restart 3 one +PASS: gdb.base/checkpoint.exp: step in 3 one +PASS: gdb.base/checkpoint.exp: verify i 3 one +PASS: gdb.base/checkpoint.exp: verify lines 3 one +PASS: gdb.base/checkpoint.exp: restart 4 one +PASS: gdb.base/checkpoint.exp: step in 4 one +PASS: gdb.base/checkpoint.exp: verify i 4 one +PASS: gdb.base/checkpoint.exp: verify lines 4 one +PASS: gdb.base/checkpoint.exp: restart 5 one +PASS: gdb.base/checkpoint.exp: step in 5 one +PASS: gdb.base/checkpoint.exp: verify i 5 one +PASS: gdb.base/checkpoint.exp: verify lines 5 one +PASS: gdb.base/checkpoint.exp: restart 6 one +PASS: gdb.base/checkpoint.exp: step in 6 one +PASS: gdb.base/checkpoint.exp: verify i 6 one +PASS: gdb.base/checkpoint.exp: verify lines 6 one +PASS: gdb.base/checkpoint.exp: restart 7 one +PASS: gdb.base/checkpoint.exp: step in 7 one +PASS: gdb.base/checkpoint.exp: verify i 7 one +PASS: gdb.base/checkpoint.exp: verify lines 7 one +PASS: gdb.base/checkpoint.exp: restart 8 one +PASS: gdb.base/checkpoint.exp: step in 8 one +PASS: gdb.base/checkpoint.exp: verify i 8 one +PASS: gdb.base/checkpoint.exp: verify lines 8 one +PASS: gdb.base/checkpoint.exp: restart 9 one +PASS: gdb.base/checkpoint.exp: step in 9 one +PASS: gdb.base/checkpoint.exp: verify i 9 one +PASS: gdb.base/checkpoint.exp: verify lines 9 one +PASS: gdb.base/checkpoint.exp: restart 10 one +PASS: gdb.base/checkpoint.exp: step in 10 one +PASS: gdb.base/checkpoint.exp: verify i 10 one +PASS: gdb.base/checkpoint.exp: verify lines 10 one +PASS: gdb.base/checkpoint.exp: restart 0 one +PASS: gdb.base/checkpoint.exp: break3 one +PASS: gdb.base/checkpoint.exp: Diff input and output one +PASS: gdb.base/checkpoint.exp: restart 1 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 1 one +PASS: gdb.base/checkpoint.exp: step in 1 two +PASS: gdb.base/checkpoint.exp: verify lines 1 two +PASS: gdb.base/checkpoint.exp: restart 2 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 2 one +PASS: gdb.base/checkpoint.exp: step in 2 two +PASS: gdb.base/checkpoint.exp: verify lines 2 two +PASS: gdb.base/checkpoint.exp: restart 3 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 3 one +PASS: gdb.base/checkpoint.exp: step in 3 two +PASS: gdb.base/checkpoint.exp: verify lines 3 two +PASS: gdb.base/checkpoint.exp: restart 4 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 4 one +PASS: gdb.base/checkpoint.exp: step in 4 two +PASS: gdb.base/checkpoint.exp: verify lines 4 two +PASS: gdb.base/checkpoint.exp: restart 5 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 5 one +PASS: gdb.base/checkpoint.exp: step in 5 two +PASS: gdb.base/checkpoint.exp: verify lines 5 two +PASS: gdb.base/checkpoint.exp: restart 6 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 6 one +PASS: gdb.base/checkpoint.exp: step in 6 two +PASS: gdb.base/checkpoint.exp: verify lines 5 two +PASS: gdb.base/checkpoint.exp: restart 7 two +PASS: gdb.base/checkpoint.exp: breakpoint 1 7 one +PASS: gdb.base/checkpoint.exp: step in 7 two +PASS: gdb.base/checkpoint.exp: verify lines 7 two +PASS: gdb.base/checkpoint.exp: Diff input and output two +PASS: gdb.base/checkpoint.exp: restart 0 one +PASS: gdb.base/checkpoint.exp: break4 one +PASS: gdb.base/checkpoint.exp: delete copy1 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 1 one +PASS: gdb.base/checkpoint.exp: outfile still open 1 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 2 one +PASS: gdb.base/checkpoint.exp: outfile still open 2 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 3 one +PASS: gdb.base/checkpoint.exp: outfile still open 3 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 4 one +PASS: gdb.base/checkpoint.exp: outfile still open 4 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 5 one +PASS: gdb.base/checkpoint.exp: outfile still open 5 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 6 one +PASS: gdb.base/checkpoint.exp: outfile still open 6 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 7 one +PASS: gdb.base/checkpoint.exp: outfile still open 7 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 8 one +PASS: gdb.base/checkpoint.exp: outfile still open 8 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 9 one +PASS: gdb.base/checkpoint.exp: outfile still open 9 +PASS: gdb.base/checkpoint.exp: restart 1 three +PASS: gdb.base/checkpoint.exp: break2 10 one +PASS: gdb.base/checkpoint.exp: outfile still open 10 +PASS: gdb.base/checkpoint.exp: Exit, dropped into next fork one +PASS: gdb.base/checkpoint.exp: Exit, dropped into next fork two +PASS: gdb.base/checkpoint.exp: Exit, dropped into next fork three +PASS: gdb.base/checkpoint.exp: Exit, dropped into next fork four +PASS: gdb.base/checkpoint.exp: Exit, dropped into next fork five +PASS: gdb.base/checkpoint.exp: info checkpoints two +PASS: gdb.base/checkpoint.exp: kill all one +PASS: gdb.base/checkpoint.exp: no more checkpoint 0 +PASS: gdb.base/checkpoint.exp: no more checkpoint 1 +PASS: gdb.base/checkpoint.exp: no more checkpoint 2 +PASS: gdb.base/checkpoint.exp: no more checkpoint 3 +PASS: gdb.base/checkpoint.exp: no more checkpoint 4 +PASS: gdb.base/checkpoint.exp: no more checkpoint 5 +PASS: gdb.base/checkpoint.exp: no more checkpoint 6 +PASS: gdb.base/checkpoint.exp: no more checkpoint 7 +PASS: gdb.base/checkpoint.exp: no more checkpoint 8 +PASS: gdb.base/checkpoint.exp: no more checkpoint 9 +PASS: gdb.base/checkpoint.exp: no more checkpoint 10 +PASS: gdb.base/checkpoint.exp: set checkpoint breakpoint +PASS: gdb.base/checkpoint.exp: break2 with many checkpoints +PASS: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints +PASS: gdb.base/checkpoint.exp: kill all one with many checkpoints +Running ../../../master/gdb/testsuite/gdb.base/chng-syms.exp ... +PASS: gdb.base/chng-syms.exp: setting conditional breakpoint on function +PASS: gdb.base/chng-syms.exp: continue until exit at breakpoint first time through +PASS: gdb.base/chng-syms.exp: running with invalidated bpt condition after executable changes +Running ../../../master/gdb/testsuite/gdb.base/code-expr.exp ... +PASS: gdb.base/code-expr.exp: set print sevenbit-strings +PASS: gdb.base/code-expr.exp: set print address off +PASS: gdb.base/code-expr.exp: set width 0 +PASS: gdb.base/code-expr.exp: (@code char) +PASS: gdb.base/code-expr.exp: (@code signed char) +PASS: gdb.base/code-expr.exp: (@code unsigned char) +PASS: gdb.base/code-expr.exp: (@code short) +PASS: gdb.base/code-expr.exp: (@code signed short) +PASS: gdb.base/code-expr.exp: (@code unsigned short) +PASS: gdb.base/code-expr.exp: (@code int) +PASS: gdb.base/code-expr.exp: (@code signed int) +PASS: gdb.base/code-expr.exp: (@code unsigned int) +PASS: gdb.base/code-expr.exp: (@code long) +PASS: gdb.base/code-expr.exp: (@code signed long) +PASS: gdb.base/code-expr.exp: (@code unsigned long) +PASS: gdb.base/code-expr.exp: (@code long long) +PASS: gdb.base/code-expr.exp: (@code signed long long) +PASS: gdb.base/code-expr.exp: (@code unsigned long long) +PASS: gdb.base/code-expr.exp: (@code float) +PASS: gdb.base/code-expr.exp: (@code double) +PASS: gdb.base/code-expr.exp: (@data char) +PASS: gdb.base/code-expr.exp: (@data signed char) +PASS: gdb.base/code-expr.exp: (@data unsigned char) +PASS: gdb.base/code-expr.exp: (@data short) +PASS: gdb.base/code-expr.exp: (@data signed short) +PASS: gdb.base/code-expr.exp: (@data unsigned short) +PASS: gdb.base/code-expr.exp: (@data int) +PASS: gdb.base/code-expr.exp: (@data signed int) +PASS: gdb.base/code-expr.exp: (@data unsigned int) +PASS: gdb.base/code-expr.exp: (@data long) +PASS: gdb.base/code-expr.exp: (@data signed long) +PASS: gdb.base/code-expr.exp: (@data unsigned long) +PASS: gdb.base/code-expr.exp: (@data long long) +PASS: gdb.base/code-expr.exp: (@data signed long long) +PASS: gdb.base/code-expr.exp: (@data unsigned long long) +PASS: gdb.base/code-expr.exp: (@data float) +PASS: gdb.base/code-expr.exp: (@data double) +PASS: gdb.base/code-expr.exp: (char @code) +PASS: gdb.base/code-expr.exp: (signed char @code) +PASS: gdb.base/code-expr.exp: (unsigned char @code) +PASS: gdb.base/code-expr.exp: (short @code) +PASS: gdb.base/code-expr.exp: (signed short @code) +PASS: gdb.base/code-expr.exp: (unsigned short @code) +PASS: gdb.base/code-expr.exp: (int @code) +PASS: gdb.base/code-expr.exp: (signed int @code) +PASS: gdb.base/code-expr.exp: (unsigned int @code) +PASS: gdb.base/code-expr.exp: (long @code) +PASS: gdb.base/code-expr.exp: (signed long @code) +PASS: gdb.base/code-expr.exp: (unsigned long @code) +PASS: gdb.base/code-expr.exp: (long long @code) +PASS: gdb.base/code-expr.exp: (signed long long @code) +PASS: gdb.base/code-expr.exp: (unsigned long long @code) +PASS: gdb.base/code-expr.exp: (float @code) +PASS: gdb.base/code-expr.exp: (double @code) +PASS: gdb.base/code-expr.exp: (char @data) +PASS: gdb.base/code-expr.exp: (signed char @data) +PASS: gdb.base/code-expr.exp: (unsigned char @data) +PASS: gdb.base/code-expr.exp: (short @data) +PASS: gdb.base/code-expr.exp: (signed short @data) +PASS: gdb.base/code-expr.exp: (unsigned short @data) +PASS: gdb.base/code-expr.exp: (int @data) +PASS: gdb.base/code-expr.exp: (signed int @data) +PASS: gdb.base/code-expr.exp: (unsigned int @data) +PASS: gdb.base/code-expr.exp: (long @data) +PASS: gdb.base/code-expr.exp: (signed long @data) +PASS: gdb.base/code-expr.exp: (unsigned long @data) +PASS: gdb.base/code-expr.exp: (long long @data) +PASS: gdb.base/code-expr.exp: (signed long long @data) +PASS: gdb.base/code-expr.exp: (unsigned long long @data) +PASS: gdb.base/code-expr.exp: (float @data) +PASS: gdb.base/code-expr.exp: (double @data) +PASS: gdb.base/code-expr.exp: (@code enum misordered) +PASS: gdb.base/code-expr.exp: (enum misordered @code) +PASS: gdb.base/code-expr.exp: (@data enum misordered) +PASS: gdb.base/code-expr.exp: (enum misordered @data) +PASS: gdb.base/code-expr.exp: (@code int *) +PASS: gdb.base/code-expr.exp: (int @code *) +PASS: gdb.base/code-expr.exp: (int * @code) +PASS: gdb.base/code-expr.exp: (@code int * @code) +PASS: gdb.base/code-expr.exp: (int @code * @code) +PASS: gdb.base/code-expr.exp: (@code int **) +PASS: gdb.base/code-expr.exp: (int @code **) +PASS: gdb.base/code-expr.exp: (int ** @code) +PASS: gdb.base/code-expr.exp: (@code int * @code *) +PASS: gdb.base/code-expr.exp: (int @code * @code *) +PASS: gdb.base/code-expr.exp: (@code int * @code * @code) +PASS: gdb.base/code-expr.exp: (int @code * @code * @code) +PASS: gdb.base/code-expr.exp: (@code struct t_struct) +PASS: gdb.base/code-expr.exp: (@code union t_union) +PASS: gdb.base/code-expr.exp: (struct t_struct @code) +PASS: gdb.base/code-expr.exp: (union t_union @code) +PASS: gdb.base/code-expr.exp: (@code struct t_struct *) +PASS: gdb.base/code-expr.exp: (@code union t_union *) +PASS: gdb.base/code-expr.exp: (struct t_struct @code *) +PASS: gdb.base/code-expr.exp: (union t_union @code *) +PASS: gdb.base/code-expr.exp: (struct t_struct * @code) +PASS: gdb.base/code-expr.exp: (union t_union * @code) +PASS: gdb.base/code-expr.exp: (@code struct t_struct * @code) +PASS: gdb.base/code-expr.exp: (@code union t_union * @code) +PASS: gdb.base/code-expr.exp: (struct t_struct @code * @code) +PASS: gdb.base/code-expr.exp: (union t_union @code * @code) +Running ../../../master/gdb/testsuite/gdb.base/code_elim.exp ... +PASS: gdb.base/code_elim.exp: add-symbol-file code_elim1 0x100000 +PASS: gdb.base/code_elim.exp: test eliminated var my_global_symbol +PASS: gdb.base/code_elim.exp: test eliminated var my_static_symbol +PASS: gdb.base/code_elim.exp: test eliminated var my_global_func +PASS: gdb.base/code_elim.exp: get address of main +PASS: gdb.base/code_elim.exp: test eliminated var my_global_symbol +PASS: gdb.base/code_elim.exp: test eliminated var my_static_symbol +PASS: gdb.base/code_elim.exp: test eliminated var my_global_func +PASS: gdb.base/code_elim.exp: get address of main +PASS: gdb.base/code_elim.exp: add-symbol-file code_elim1 0x100000 +PASS: gdb.base/code_elim.exp: add-symbol-file code_elim2 0x200000 +PASS: gdb.base/code_elim.exp: get address of my_global_symbol +PASS: gdb.base/code_elim.exp: get address of my_static_symbol +PASS: gdb.base/code_elim.exp: get address of my_global_func +PASS: gdb.base/code_elim.exp: get address of main +PASS: gdb.base/code_elim.exp: add-symbol-file code_elim2 0x200000 +PASS: gdb.base/code_elim.exp: add-symbol-file code_elim1 0x100000 +PASS: gdb.base/code_elim.exp: get address of my_global_symbol +PASS: gdb.base/code_elim.exp: get address of my_static_symbol +PASS: gdb.base/code_elim.exp: get address of my_global_func +PASS: gdb.base/code_elim.exp: get address of main +Running ../../../master/gdb/testsuite/gdb.base/commands.exp ... +PASS: gdb.base/commands.exp: set foo in gdbvar_simple_if_test +PASS: gdb.base/commands.exp: gdbvar_simple_if_test #1 +PASS: gdb.base/commands.exp: gdbvar_simple_if_test #2 +PASS: gdb.base/commands.exp: set foo in gdbvar_simple_while_test +PASS: gdb.base/commands.exp: gdbvar_simple_while_test #1 +PASS: gdb.base/commands.exp: set foo in gdbvar complex_if_while_test +PASS: gdb.base/commands.exp: gdbvar_complex_if_while_test #1 +PASS: gdb.base/commands.exp: set value to 5 in progvar_simple_if_test #1 +PASS: gdb.base/commands.exp: progvar_simple_if_test #1 +PASS: gdb.base/commands.exp: progvar_simple_if_test #2 +PASS: gdb.base/commands.exp: set args in progvar_simple_while_test +PASS: gdb.base/commands.exp: set value to 5 in progvar_simple_if_test #2 +PASS: gdb.base/commands.exp: progvar_simple_while_test #1 +PASS: gdb.base/commands.exp: set args in progvar_complex_if_while_test +PASS: gdb.base/commands.exp: set value to 4 in progvar_simple_if_test +PASS: gdb.base/commands.exp: progvar_complex_if_while_test #1 +PASS: gdb.base/commands.exp: set args in if_while_breakpoint_command_test +PASS: gdb.base/commands.exp: set value to 5 in progvar_simple_if_test +PASS: gdb.base/commands.exp: break factorial #1 +PASS: gdb.base/commands.exp: commands in if_while_breakpoint_command_test +PASS: gdb.base/commands.exp: commands part 2 in if_while_breakpoint_command_test +PASS: gdb.base/commands.exp: if_while_breakpoint_command_test #1 +PASS: gdb.base/commands.exp: info break in if_while_breakpoint_command_test +PASS: gdb.base/commands.exp: set args in infrun_breakpoint_command_test +PASS: gdb.base/commands.exp: set value to 6 in progvar_simple_if_test #1 +PASS: gdb.base/commands.exp: break factorial if value == 5 +PASS: gdb.base/commands.exp: commands in infrun_breakpoint_command_test #1 +PASS: gdb.base/commands.exp: commands in infrun_breakpoint_command_test #2 +PASS: gdb.base/commands.exp: continue in infrun_breakpoint_command_test +PASS: gdb.base/commands.exp: set args in breakpoint_command_test +PASS: gdb.base/commands.exp: set value to 6 in progvar_simple_if_test #2 +PASS: gdb.base/commands.exp: break factorial #2 +PASS: gdb.base/commands.exp: commands in breakpoint_command_test +PASS: gdb.base/commands.exp: continue in breakpoint_command_test +PASS: gdb.base/commands.exp: print value in breakpoint_command_test +PASS: gdb.base/commands.exp: set foo in user_defined_command_test +PASS: gdb.base/commands.exp: define mycommand in user_defined_command_test +PASS: gdb.base/commands.exp: enter commands in user_defined_command_test +PASS: gdb.base/commands.exp: execute user defined command in user_defined_command_test +PASS: gdb.base/commands.exp: display user command in user_defined_command_test +PASS: gdb.base/commands.exp: set args in watchpoint_command_test +PASS: gdb.base/commands.exp: watch local_var +PASS: gdb.base/commands.exp: begin commands on watch +PASS: gdb.base/commands.exp: add print command to watch +PASS: gdb.base/commands.exp: add continue command to watch +PASS: gdb.base/commands.exp: end commands on watch +PASS: gdb.base/commands.exp: continue with watch +PASS: gdb.base/commands.exp: break factorial #3 +PASS: gdb.base/commands.exp: set value to 5 in test_command_prompt_position +PASS: gdb.base/commands.exp: if test in test_command_prompt_position +PASS: gdb.base/commands.exp: > OK in test_command_prompt_position +PASS: gdb.base/commands.exp: tried to deprecate non-existing command +PASS: gdb.base/commands.exp: maintenance deprecate p "new_p" /1/ +PASS: gdb.base/commands.exp: p deprecated warning, with replacement +PASS: gdb.base/commands.exp: Deprecated warning goes away /1/ +PASS: gdb.base/commands.exp: maintenance deprecate p "new_p" /2/ +PASS: gdb.base/commands.exp: maintenance deprecate print "new_print" +PASS: gdb.base/commands.exp: both alias and command are deprecated +PASS: gdb.base/commands.exp: Deprecated warning goes away /2/ +PASS: gdb.base/commands.exp: deprecate long command /1/ +PASS: gdb.base/commands.exp: long command deprecated /1/ +PASS: gdb.base/commands.exp: deprecate long command /2/ +PASS: gdb.base/commands.exp: long command deprecated with no alternative /2/ +PASS: gdb.base/commands.exp: deprecate with no arguments +PASS: gdb.base/commands.exp: set args in bp_deleted_in_command_test +PASS: gdb.base/commands.exp: breakpoint in bp_deleted_in_command_test +PASS: gdb.base/commands.exp: begin commands in bp_deleted_in_command_test +PASS: gdb.base/commands.exp: add silent command +PASS: gdb.base/commands.exp: add clear command +PASS: gdb.base/commands.exp: add printf command +PASS: gdb.base/commands.exp: add cont command +PASS: gdb.base/commands.exp: end commands +PASS: gdb.base/commands.exp: run factorial until breakpoint +PASS: gdb.base/commands.exp: set args in temporary_breakpoint_commands +PASS: gdb.base/commands.exp: breakpoint in temporary_breakpoint_commands +PASS: gdb.base/commands.exp: begin commands in bp_deleted_in_command_test +PASS: gdb.base/commands.exp: add silent tbreak command +PASS: gdb.base/commands.exp: add printf tbreak command +PASS: gdb.base/commands.exp: add cont tbreak command +PASS: gdb.base/commands.exp: end tbreak commands +PASS: gdb.base/commands.exp: run factorial until temporary breakpoint +PASS: gdb.base/commands.exp: stray_arg0_test #1 +PASS: gdb.base/commands.exp: stray_arg0_test #2 +PASS: gdb.base/commands.exp: stray_arg0_test #3 +PASS: gdb.base/commands.exp: stray_arg0_test #4 +PASS: gdb.base/commands.exp: source file with indented comment +PASS: gdb.base/commands.exp: recursive source test +PASS: gdb.base/commands.exp: set $tem in if_commands_test +PASS: gdb.base/commands.exp: if $tem == 2 - if_commands_test 1 +PASS: gdb.base/commands.exp: break main - if_commands_test 1 +PASS: gdb.base/commands.exp: else - if_commands_test 1 +PASS: gdb.base/commands.exp: break factorial - if_commands_test 1 +PASS: gdb.base/commands.exp: commands - if_commands_test 1 +PASS: gdb.base/commands.exp: silent - if_commands_test 1 +PASS: gdb.base/commands.exp: set $tem = 3 - if_commands_test 1 +PASS: gdb.base/commands.exp: continue - if_commands_test 1 +PASS: gdb.base/commands.exp: first end - if_commands_test 1 +PASS: gdb.base/commands.exp: second end - if_commands_test 1 +PASS: gdb.base/commands.exp: if $tem == 1 - if_commands_test 2 +PASS: gdb.base/commands.exp: break main - if_commands_test 2 +PASS: gdb.base/commands.exp: else - if_commands_test 2 +PASS: gdb.base/commands.exp: break factorial - if_commands_test 2 +PASS: gdb.base/commands.exp: commands - if_commands_test 2 +PASS: gdb.base/commands.exp: silent - if_commands_test 2 +PASS: gdb.base/commands.exp: set $tem = 3 - if_commands_test 2 +PASS: gdb.base/commands.exp: continue - if_commands_test 2 +PASS: gdb.base/commands.exp: first end - if_commands_test 2 +PASS: gdb.base/commands.exp: second end - if_commands_test 2 +PASS: gdb.base/commands.exp: define one +PASS: gdb.base/commands.exp: define hook-one +PASS: gdb.base/commands.exp: define one in redefine_hook_test +PASS: gdb.base/commands.exp: enter commands for one redefinition in redefine_hook_test +PASS: gdb.base/commands.exp: execute one command in redefine_hook_test +PASS: gdb.base/commands.exp: define backtrace +PASS: gdb.base/commands.exp: expect response to define backtrace +PASS: gdb.base/commands.exp: enter commands in redefine_backtrace_test +PASS: gdb.base/commands.exp: execute backtrace command in redefine_backtrace_test +PASS: gdb.base/commands.exp: execute bt command in redefine_backtrace_test +Running ../../../master/gdb/testsuite/gdb.base/completion.exp ... +PASS: gdb.base/completion.exp: complete 'hfgfh' +PASS: gdb.base/completion.exp: complete 'show output' +PASS: gdb.base/completion.exp: complete 'show output-' +PASS: gdb.base/completion.exp: complete 'p' +PASS: gdb.base/completion.exp: complete 'p ' +PASS: gdb.base/completion.exp: complete 'info t foo' +PASS: gdb.base/completion.exp: complete 'info t' +PASS: gdb.base/completion.exp: complete 'info t ' +PASS: gdb.base/completion.exp: complete 'info asdfgh' +PASS: gdb.base/completion.exp: complete 'info asdfgh ' +PASS: gdb.base/completion.exp: complete 'info' +PASS: gdb.base/completion.exp: complete 'info ' +PASS: gdb.base/completion.exp: complete (2) 'info ' +PASS: gdb.base/completion.exp: complete 'help info wat' +PASS: gdb.base/completion.exp: complete 'p "break1' +XFAIL: gdb.base/completion.exp: complete 'p "break1.' +PASS: gdb.base/completion.exp: complete 'p 'arg' +PASS: gdb.base/completion.exp: complete (2) 'p 'arg' +PASS: gdb.base/completion.exp: complete 'p no_var_named_this-arg' +PASS: gdb.base/completion.exp: complete (2) 'p no_var_named_this-arg' +PASS: gdb.base/completion.exp: complete (2) 'p no_var_named_this-' (eat prompt) +PASS: gdb.base/completion.exp: complete (2) 'p no_var_named_this-' +PASS: gdb.base/completion.exp: complete 'p values[0].a' +PASS: gdb.base/completion.exp: complete 'p values[0] . a' +PASS: gdb.base/completion.exp: complete 'p &values[0] -> a' +PASS: gdb.base/completion.exp: completion of field in anonymous union +PASS: gdb.base/completion.exp: cd to ${srcdir} +PASS: gdb.base/completion.exp: directory completion +PASS: gdb.base/completion.exp: directory completion 2 +PASS: gdb.base/completion.exp: Glob remaining of directory test +PASS: gdb.base/completion.exp: complete-command 'file ./gdb.base/compl' +PASS: gdb.base/completion.exp: complete 'file ./gdb.base/complet' +PASS: gdb.base/completion.exp: complete 'info func marke' +PASS: gdb.base/completion.exp: complete 'set follow-fork-mode' +PASS: gdb.base/completion.exp: field completion with invalid field +PASS: gdb.base/completion.exp: test non-deprecated completion +PASS: gdb.base/completion.exp: test deprecated completion +Running ../../../master/gdb/testsuite/gdb.base/complex.exp ... +PASS: gdb.base/complex.exp: print complex packed value in C +PASS: gdb.base/complex.exp: print complex value in C +Running ../../../master/gdb/testsuite/gdb.base/cond-expr.exp ... +PASS: gdb.base/cond-expr.exp: print value of cond expr (const true) +PASS: gdb.base/cond-expr.exp: print value of cond expr (const false) +PASS: gdb.base/cond-expr.exp: set variable x=14 +PASS: gdb.base/cond-expr.exp: set variable y=2 +PASS: gdb.base/cond-expr.exp: set variable z=3 +PASS: gdb.base/cond-expr.exp: print value of cond expr (var true) +PASS: gdb.base/cond-expr.exp: set variable x=0 +PASS: gdb.base/cond-expr.exp: print value of cond expr (var false) +PASS: gdb.base/cond-expr.exp: print whatis of cond expr +Running ../../../master/gdb/testsuite/gdb.base/condbreak.exp ... +PASS: gdb.base/condbreak.exp: breakpoint function +PASS: gdb.base/condbreak.exp: break marker1 if 1==1 +PASS: gdb.base/condbreak.exp: delete 2 +PASS: gdb.base/condbreak.exp: break break.c:97 if 1==1 +PASS: gdb.base/condbreak.exp: delete 3 +PASS: gdb.base/condbreak.exp: break marker1 if (1==1) +PASS: gdb.base/condbreak.exp: break break.c:97 if (1==1) +PASS: gdb.base/condbreak.exp: break marker2 if (a==43) +PASS: gdb.base/condbreak.exp: break marker3 if (multi_line_if_conditional(1,1,1)==0) +PASS: gdb.base/condbreak.exp: break marker4 +PASS: gdb.base/condbreak.exp: breakpoint info +PASS: gdb.base/condbreak.exp: rerun to main +PASS: gdb.base/condbreak.exp: run until breakpoint set at a line number +PASS: gdb.base/condbreak.exp: run until breakpoint at marker1 +PASS: gdb.base/condbreak.exp: run until breakpoint at marker2 +PASS: gdb.base/condbreak.exp: break main if (1==1) thread 999 +PASS: gdb.base/condbreak.exp: break main thread 999 if (1==1) +PASS: gdb.base/condbreak.exp: break *main if (1==1) thread 999 +PASS: gdb.base/condbreak.exp: break *main thread 999 if (1==1) +PASS: gdb.base/condbreak.exp: break *main if (1==1) task 999 +PASS: gdb.base/condbreak.exp: break *main task 999 if (1==1) +PASS: gdb.base/condbreak.exp: break *main if (1==1) t 999 +PASS: gdb.base/condbreak.exp: break *main if (1==1) th 999 +PASS: gdb.base/condbreak.exp: break *main if (1==1) ta 999 +PASS: gdb.base/condbreak.exp: run until breakpoint at marker3 +PASS: gdb.base/condbreak.exp: run until breakpoint at marker4 +Running ../../../master/gdb/testsuite/gdb.base/consecutive.exp ... +PASS: gdb.base/consecutive.exp: continue to breakpoint in foo +PASS: gdb.base/consecutive.exp: get breakpoint address for foo +PASS: gdb.base/consecutive.exp: set bp, 2nd instr +PASS: gdb.base/consecutive.exp: stopped at bp, 2nd instr +Running ../../../master/gdb/testsuite/gdb.base/constvars.exp ... +PASS: gdb.base/constvars.exp: break marker1 +PASS: gdb.base/constvars.exp: continue to marker1 +PASS: gdb.base/constvars.exp: up from marker1 +PASS: gdb.base/constvars.exp: ptype qux1 +PASS: gdb.base/constvars.exp: print lave +PASS: gdb.base/constvars.exp: ptype lave +PASS: gdb.base/constvars.exp: print lavish +PASS: gdb.base/constvars.exp: ptype lavish +PASS: gdb.base/constvars.exp: print lax +PASS: gdb.base/constvars.exp: ptype lax +PASS: gdb.base/constvars.exp: print lecherous +PASS: gdb.base/constvars.exp: ptype lecherous +PASS: gdb.base/constvars.exp: print lechery +PASS: gdb.base/constvars.exp: ptype lechery +PASS: gdb.base/constvars.exp: print lectern +PASS: gdb.base/constvars.exp: ptype lectern +PASS: gdb.base/constvars.exp: print leeway +PASS: gdb.base/constvars.exp: ptype leeway +PASS: gdb.base/constvars.exp: print legacy +PASS: gdb.base/constvars.exp: ptype legacy +PASS: gdb.base/constvars.exp: print laconic +PASS: gdb.base/constvars.exp: ptype laconic +PASS: gdb.base/constvars.exp: print laggard +PASS: gdb.base/constvars.exp: ptype laggard +PASS: gdb.base/constvars.exp: print lagoon +PASS: gdb.base/constvars.exp: ptype lagoon +PASS: gdb.base/constvars.exp: print laity +PASS: gdb.base/constvars.exp: ptype laity +PASS: gdb.base/constvars.exp: print lambent +PASS: gdb.base/constvars.exp: ptype lambent +PASS: gdb.base/constvars.exp: print laminated +PASS: gdb.base/constvars.exp: ptype laminated +PASS: gdb.base/constvars.exp: print lampoon +PASS: gdb.base/constvars.exp: ptype lampoon +PASS: gdb.base/constvars.exp: print languid +PASS: gdb.base/constvars.exp: ptype languid +PASS: gdb.base/constvars.exp: print *legend +PASS: gdb.base/constvars.exp: ptype legend +PASS: gdb.base/constvars.exp: print *legerdemain +PASS: gdb.base/constvars.exp: ptype legerdemain +PASS: gdb.base/constvars.exp: print *leniency +PASS: gdb.base/constvars.exp: ptype leniency +PASS: gdb.base/constvars.exp: print *leonine +PASS: gdb.base/constvars.exp: ptype leonine +PASS: gdb.base/constvars.exp: print *lesion +PASS: gdb.base/constvars.exp: ptype lesion +PASS: gdb.base/constvars.exp: print *lethal +PASS: gdb.base/constvars.exp: ptype lethal +PASS: gdb.base/constvars.exp: print *lethargic +PASS: gdb.base/constvars.exp: ptype lethargic +PASS: gdb.base/constvars.exp: print *levity +PASS: gdb.base/constvars.exp: ptype levity +PASS: gdb.base/constvars.exp: print *lewd +PASS: gdb.base/constvars.exp: ptype lewd +PASS: gdb.base/constvars.exp: print *lexicographer +PASS: gdb.base/constvars.exp: ptype lexicographer +PASS: gdb.base/constvars.exp: print *lexicon +PASS: gdb.base/constvars.exp: ptype lexicon +PASS: gdb.base/constvars.exp: print *liaison +PASS: gdb.base/constvars.exp: ptype liaison +PASS: gdb.base/constvars.exp: print *libation +PASS: gdb.base/constvars.exp: ptype libation +PASS: gdb.base/constvars.exp: print *libelous +PASS: gdb.base/constvars.exp: ptype libelous +PASS: gdb.base/constvars.exp: print *libertine +PASS: gdb.base/constvars.exp: ptype libertine +PASS: gdb.base/constvars.exp: print *libidinous +PASS: gdb.base/constvars.exp: ptype libidinous +PASS: gdb.base/constvars.exp: print *languish +PASS: gdb.base/constvars.exp: ptype languish +PASS: gdb.base/constvars.exp: print *languor +PASS: gdb.base/constvars.exp: ptype languor +PASS: gdb.base/constvars.exp: print *lank +PASS: gdb.base/constvars.exp: ptype lank +PASS: gdb.base/constvars.exp: print *lapidary +PASS: gdb.base/constvars.exp: ptype lapidary +PASS: gdb.base/constvars.exp: print *larceny +PASS: gdb.base/constvars.exp: ptype larceny +PASS: gdb.base/constvars.exp: print *largess +PASS: gdb.base/constvars.exp: ptype largess +PASS: gdb.base/constvars.exp: print *lascivious +PASS: gdb.base/constvars.exp: ptype lascivious +PASS: gdb.base/constvars.exp: print *lassitude +PASS: gdb.base/constvars.exp: ptype lassitude +PASS: gdb.base/constvars.exp: print *lamprey +PASS: gdb.base/constvars.exp: ptype lamprey +PASS: gdb.base/constvars.exp: print *lariat +PASS: gdb.base/constvars.exp: ptype lariat +PASS: gdb.base/constvars.exp: print *laudanum +PASS: gdb.base/constvars.exp: ptype laudanum +PASS: gdb.base/constvars.exp: print *lecithin +PASS: gdb.base/constvars.exp: ptype lecithin +PASS: gdb.base/constvars.exp: print *leviathan +PASS: gdb.base/constvars.exp: ptype leviathan +PASS: gdb.base/constvars.exp: print *libretto +PASS: gdb.base/constvars.exp: ptype libretto +PASS: gdb.base/constvars.exp: print *lissome +PASS: gdb.base/constvars.exp: ptype lissome +PASS: gdb.base/constvars.exp: print *locust +PASS: gdb.base/constvars.exp: ptype locust +PASS: gdb.base/constvars.exp: ptype logical +PASS: gdb.base/constvars.exp: ptype lugged +PASS: gdb.base/constvars.exp: ptype luck +PASS: gdb.base/constvars.exp: ptype lunar +PASS: gdb.base/constvars.exp: ptype lumen +PASS: gdb.base/constvars.exp: ptype lurk +PASS: gdb.base/constvars.exp: ptype lush +PASS: gdb.base/constvars.exp: ptype lynx +PASS: gdb.base/constvars.exp: ptype crass +PASS: gdb.base/constvars.exp: ptype crisp +Running ../../../master/gdb/testsuite/gdb.base/corefile.exp ... +PASS: gdb.base/corefile.exp: args: -core=coremaker.core (with bad program name) +PASS: gdb.base/corefile.exp: args: execfile -core=coremaker.core (with bad program name) +PASS: gdb.base/corefile.exp: core-file command (with bad program name) +PASS: gdb.base/corefile.exp: print coremaker_data +PASS: gdb.base/corefile.exp: print coremaker_bss +PASS: gdb.base/corefile.exp: print coremaker_ro +PASS: gdb.base/corefile.exp: print func2::coremaker_local +PASS: gdb.base/corefile.exp: backtrace in corefile.exp +PASS: gdb.base/corefile.exp: up in corefile.exp +PASS: gdb.base/corefile.exp: accessing original mmap data in core file +PASS: gdb.base/corefile.exp: accessing mmapped data in core file +PASS: gdb.base/corefile.exp: up in corefile.exp (reinit) +PASS: gdb.base/corefile.exp: core +PASS: gdb.base/corefile.exp: run: load core again +PASS: gdb.base/corefile.exp: run: sanity check we see the core file +PASS: gdb.base/corefile.exp: run: with core +PASS: gdb.base/corefile.exp: run: core file is cleared +PASS: gdb.base/corefile.exp: quit with a process +PASS: gdb.base/corefile.exp: quit with processes: n +PASS: gdb.base/corefile.exp: no question: load core +PASS: gdb.base/corefile.exp: quit with a core file +PASS: gdb.base/corefile.exp: attach: load core again +PASS: gdb.base/corefile.exp: attach: sanity check we see the core file +PASS: gdb.base/corefile.exp: attach: with core +PASS: gdb.base/corefile.exp: attach: core file is cleared +Running ../../../master/gdb/testsuite/gdb.base/cursal.exp ... +PASS: gdb.base/cursal.exp: set listsize 1 +PASS: gdb.base/cursal.exp: list before run +PASS: gdb.base/cursal.exp: list in main +PASS: gdb.base/cursal.exp: list in func2 +PASS: gdb.base/cursal.exp: backtrace +PASS: gdb.base/cursal.exp: list after backtrace +PASS: gdb.base/cursal.exp: set listsize 3 +PASS: gdb.base/cursal.exp: list size 3 +Running ../../../master/gdb/testsuite/gdb.base/cvexpr.exp ... +PASS: gdb.base/cvexpr.exp: set print sevenbit-strings +PASS: gdb.base/cvexpr.exp: set print address off +PASS: gdb.base/cvexpr.exp: set width 0 +PASS: gdb.base/cvexpr.exp: (const char) +PASS: gdb.base/cvexpr.exp: (const signed char) +PASS: gdb.base/cvexpr.exp: (const unsigned char) +PASS: gdb.base/cvexpr.exp: (const short) +PASS: gdb.base/cvexpr.exp: (const signed short) +PASS: gdb.base/cvexpr.exp: (const unsigned short) +PASS: gdb.base/cvexpr.exp: (const int) +PASS: gdb.base/cvexpr.exp: (const signed int) +PASS: gdb.base/cvexpr.exp: (const unsigned int) +PASS: gdb.base/cvexpr.exp: (const long) +PASS: gdb.base/cvexpr.exp: (const signed long) +PASS: gdb.base/cvexpr.exp: (const unsigned long) +PASS: gdb.base/cvexpr.exp: (const long long) +PASS: gdb.base/cvexpr.exp: (const signed long long) +PASS: gdb.base/cvexpr.exp: (const unsigned long long) +PASS: gdb.base/cvexpr.exp: (const float) +PASS: gdb.base/cvexpr.exp: (const double) +PASS: gdb.base/cvexpr.exp: (volatile char) +PASS: gdb.base/cvexpr.exp: (volatile signed char) +PASS: gdb.base/cvexpr.exp: (volatile unsigned char) +PASS: gdb.base/cvexpr.exp: (volatile short) +PASS: gdb.base/cvexpr.exp: (volatile signed short) +PASS: gdb.base/cvexpr.exp: (volatile unsigned short) +PASS: gdb.base/cvexpr.exp: (volatile int) +PASS: gdb.base/cvexpr.exp: (volatile signed int) +PASS: gdb.base/cvexpr.exp: (volatile unsigned int) +PASS: gdb.base/cvexpr.exp: (volatile long) +PASS: gdb.base/cvexpr.exp: (volatile signed long) +PASS: gdb.base/cvexpr.exp: (volatile unsigned long) +PASS: gdb.base/cvexpr.exp: (volatile long long) +PASS: gdb.base/cvexpr.exp: (volatile signed long long) +PASS: gdb.base/cvexpr.exp: (volatile unsigned long long) +PASS: gdb.base/cvexpr.exp: (volatile float) +PASS: gdb.base/cvexpr.exp: (volatile double) +PASS: gdb.base/cvexpr.exp: (const volatile int) +PASS: gdb.base/cvexpr.exp: (volatile const int) +PASS: gdb.base/cvexpr.exp: (const int volatile) +PASS: gdb.base/cvexpr.exp: (volatile int const) +PASS: gdb.base/cvexpr.exp: (int const volatile) +PASS: gdb.base/cvexpr.exp: (int volatile const) +PASS: gdb.base/cvexpr.exp: (const volatile int *) +PASS: gdb.base/cvexpr.exp: (volatile const int *) +PASS: gdb.base/cvexpr.exp: (const int volatile) +PASS: gdb.base/cvexpr.exp: (volatile int const *) +PASS: gdb.base/cvexpr.exp: (int const volatile *) +PASS: gdb.base/cvexpr.exp: (int volatile const *) +PASS: gdb.base/cvexpr.exp: (int * const volatile) +PASS: gdb.base/cvexpr.exp: (int * volatile const) +PASS: gdb.base/cvexpr.exp: (char const) +PASS: gdb.base/cvexpr.exp: (signed char const) +PASS: gdb.base/cvexpr.exp: (unsigned char const) +PASS: gdb.base/cvexpr.exp: (short const) +PASS: gdb.base/cvexpr.exp: (signed short const) +PASS: gdb.base/cvexpr.exp: (unsigned short const) +PASS: gdb.base/cvexpr.exp: (int const) +PASS: gdb.base/cvexpr.exp: (signed int const) +PASS: gdb.base/cvexpr.exp: (unsigned int const) +PASS: gdb.base/cvexpr.exp: (long const) +PASS: gdb.base/cvexpr.exp: (signed long const) +PASS: gdb.base/cvexpr.exp: (unsigned long const) +PASS: gdb.base/cvexpr.exp: (long long const) +PASS: gdb.base/cvexpr.exp: (signed long long const) +PASS: gdb.base/cvexpr.exp: (unsigned long long const) +PASS: gdb.base/cvexpr.exp: (float const) +PASS: gdb.base/cvexpr.exp: (double const) +PASS: gdb.base/cvexpr.exp: (char volatile) +PASS: gdb.base/cvexpr.exp: (signed char volatile) +PASS: gdb.base/cvexpr.exp: (unsigned char volatile) +PASS: gdb.base/cvexpr.exp: (short volatile) +PASS: gdb.base/cvexpr.exp: (signed short volatile) +PASS: gdb.base/cvexpr.exp: (unsigned short volatile) +PASS: gdb.base/cvexpr.exp: (int volatile) +PASS: gdb.base/cvexpr.exp: (signed int volatile) +PASS: gdb.base/cvexpr.exp: (unsigned int volatile) +PASS: gdb.base/cvexpr.exp: (long volatile) +PASS: gdb.base/cvexpr.exp: (signed long volatile) +PASS: gdb.base/cvexpr.exp: (unsigned long volatile) +PASS: gdb.base/cvexpr.exp: (long long volatile) +PASS: gdb.base/cvexpr.exp: (signed long long volatile) +PASS: gdb.base/cvexpr.exp: (unsigned long long volatile) +PASS: gdb.base/cvexpr.exp: (float volatile) +PASS: gdb.base/cvexpr.exp: (double volatile) +PASS: gdb.base/cvexpr.exp: (const enum misordered) +PASS: gdb.base/cvexpr.exp: (enum misordered const) +PASS: gdb.base/cvexpr.exp: (volatile enum misordered) +PASS: gdb.base/cvexpr.exp: (enum misordered volatile) +PASS: gdb.base/cvexpr.exp: (const int *) +PASS: gdb.base/cvexpr.exp: (int const *) +PASS: gdb.base/cvexpr.exp: (int * const) +PASS: gdb.base/cvexpr.exp: (const int * const) +PASS: gdb.base/cvexpr.exp: (int const * const) +PASS: gdb.base/cvexpr.exp: (const int **) +PASS: gdb.base/cvexpr.exp: (int const **) +PASS: gdb.base/cvexpr.exp: (int ** const) +PASS: gdb.base/cvexpr.exp: (const int * const *) +PASS: gdb.base/cvexpr.exp: (int const * const *) +PASS: gdb.base/cvexpr.exp: (const int * const * const) +PASS: gdb.base/cvexpr.exp: (int const * const * const) +PASS: gdb.base/cvexpr.exp: (const struct t_struct) +PASS: gdb.base/cvexpr.exp: (const union t_union) +PASS: gdb.base/cvexpr.exp: (struct t_struct const) +PASS: gdb.base/cvexpr.exp: (union t_union const) +PASS: gdb.base/cvexpr.exp: (const struct t_struct *) +PASS: gdb.base/cvexpr.exp: (const union t_union *) +PASS: gdb.base/cvexpr.exp: (struct t_struct const *) +PASS: gdb.base/cvexpr.exp: (union t_union const *) +PASS: gdb.base/cvexpr.exp: (struct t_struct * const) +PASS: gdb.base/cvexpr.exp: (union t_union * const) +PASS: gdb.base/cvexpr.exp: (const struct t_struct * const) +PASS: gdb.base/cvexpr.exp: (const union t_union * const) +PASS: gdb.base/cvexpr.exp: (struct t_struct const * const) +PASS: gdb.base/cvexpr.exp: (union t_union const * const) +Running ../../../master/gdb/testsuite/gdb.base/dbx.exp ... +PASS: gdb.base/dbx.exp: stop in main +PASS: gdb.base/dbx.exp: status +PASS: gdb.base/dbx.exp: stop at average.c:43 +PASS: gdb.base/dbx.exp: stop in average.c:43 +PASS: gdb.base/dbx.exp: stop at main +PASS: gdb.base/dbx.exp: running to main +PASS: gdb.base/dbx.exp: assign first +PASS: gdb.base/dbx.exp: print first +PASS: gdb.base/dbx.exp: whereis my_list +PASS: gdb.base/dbx.exp: file average.c:1 +PASS: gdb.base/dbx.exp: cont 1 +PASS: gdb.base/dbx.exp: step +XFAIL: gdb.base/dbx.exp: func sum +PASS: gdb.base/dbx.exp: stop in sum +PASS: gdb.base/dbx.exp: cont 2 +XFAIL: gdb.base/dbx.exp: func print_average +Running ../../../master/gdb/testsuite/gdb.base/default.exp ... +PASS: gdb.base/default.exp: add-symbol-file +PASS: gdb.base/default.exp: append +PASS: gdb.base/default.exp: append binary +PASS: gdb.base/default.exp: append memory +PASS: gdb.base/default.exp: append value +PASS: gdb.base/default.exp: append binary memory +PASS: gdb.base/default.exp: append binary value +PASS: gdb.base/default.exp: attach +PASS: gdb.base/default.exp: break +PASS: gdb.base/default.exp: break "b" abbreviation +PASS: gdb.base/default.exp: break "br" abbreviation +PASS: gdb.base/default.exp: break "bre" abbreviation +PASS: gdb.base/default.exp: break "brea" abbreviation +PASS: gdb.base/default.exp: backtrace +PASS: gdb.base/default.exp: backtrace "bt" abbreviation +PASS: gdb.base/default.exp: backtrace "ba" abbreviation +PASS: gdb.base/default.exp: backtrace "bac" abbreviation +PASS: gdb.base/default.exp: continue +PASS: gdb.base/default.exp: continue "c" abbreviation +PASS: gdb.base/default.exp: call +PASS: gdb.base/default.exp: catch +PASS: gdb.base/default.exp: cd +PASS: gdb.base/default.exp: clear +PASS: gdb.base/default.exp: commands +PASS: gdb.base/default.exp: condition +PASS: gdb.base/default.exp: core-file +PASS: gdb.base/default.exp: delete "d" abbreviation +PASS: gdb.base/default.exp: delete +PASS: gdb.base/default.exp: define +PASS: gdb.base/default.exp: delete breakpoints +PASS: gdb.base/default.exp: delete display prompt +PASS: gdb.base/default.exp: detach +PASS: gdb.base/default.exp: directory prompt +PASS: gdb.base/default.exp: disable "dis" abbreviation +PASS: gdb.base/default.exp: disable "disa" abbreviation +PASS: gdb.base/default.exp: disable +PASS: gdb.base/default.exp: disable breakpoints +PASS: gdb.base/default.exp: disable display +PASS: gdb.base/default.exp: disassemble +PASS: gdb.base/default.exp: display +PASS: gdb.base/default.exp: do +PASS: gdb.base/default.exp: document +PASS: gdb.base/default.exp: down +PASS: gdb.base/default.exp: down-silently +PASS: gdb.base/default.exp: dump +PASS: gdb.base/default.exp: dump binary +PASS: gdb.base/default.exp: dump ihex +PASS: gdb.base/default.exp: dump memory +PASS: gdb.base/default.exp: dump srec +PASS: gdb.base/default.exp: dump tekhex +PASS: gdb.base/default.exp: dump value +PASS: gdb.base/default.exp: dump binary memory +PASS: gdb.base/default.exp: dump binary value +PASS: gdb.base/default.exp: dump ihex memory +PASS: gdb.base/default.exp: dump ihex value +PASS: gdb.base/default.exp: dump srec memory +PASS: gdb.base/default.exp: dump srec value +PASS: gdb.base/default.exp: dump tekhex memory +PASS: gdb.base/default.exp: dump tekhex value +PASS: gdb.base/default.exp: echo +PASS: gdb.base/default.exp: enable breakpoints delete +PASS: gdb.base/default.exp: enable breakpoints once +PASS: gdb.base/default.exp: enable breakpoints +PASS: gdb.base/default.exp: enable delete +PASS: gdb.base/default.exp: enable display +PASS: gdb.base/default.exp: enable once +PASS: gdb.base/default.exp: enable +PASS: gdb.base/default.exp: exec-file +PASS: gdb.base/default.exp: frame "f" abbreviation +PASS: gdb.base/default.exp: frame +PASS: gdb.base/default.exp: fg +PASS: gdb.base/default.exp: file +PASS: gdb.base/default.exp: finish +PASS: gdb.base/default.exp: forward-search +PASS: gdb.base/default.exp: gcore +PASS: gdb.base/default.exp: generate-core-file +PASS: gdb.base/default.exp: help "h" abbreviation +PASS: gdb.base/default.exp: help +PASS: gdb.base/default.exp: handle +PASS: gdb.base/default.exp: info "i" abbreviation +PASS: gdb.base/default.exp: info +PASS: gdb.base/default.exp: ignore +PASS: gdb.base/default.exp: info address +PASS: gdb.base/default.exp: info all-registers +PASS: gdb.base/default.exp: info args +PASS: gdb.base/default.exp: info bogus-gdb-command +PASS: gdb.base/default.exp: info breakpoints +PASS: gdb.base/default.exp: info catch +PASS: gdb.base/default.exp: info copying +PASS: gdb.base/default.exp: info display +PASS: gdb.base/default.exp: info frame "f" abbreviation +PASS: gdb.base/default.exp: info frame +PASS: gdb.base/default.exp: info files +PASS: gdb.base/default.exp: info float +PASS: gdb.base/default.exp: info functions +PASS: gdb.base/default.exp: info locals +PASS: gdb.base/default.exp: info program +PASS: gdb.base/default.exp: info registers +PASS: gdb.base/default.exp: info stack "s" abbreviation +PASS: gdb.base/default.exp: info stack +PASS: gdb.base/default.exp: info set +PASS: gdb.base/default.exp: info symbol +PASS: gdb.base/default.exp: info source +PASS: gdb.base/default.exp: info sources +PASS: gdb.base/default.exp: info target +PASS: gdb.base/default.exp: info terminal +PASS: gdb.base/default.exp: info threads +PASS: gdb.base/default.exp: info types +PASS: gdb.base/default.exp: info variables +PASS: gdb.base/default.exp: info vector +PASS: gdb.base/default.exp: info warranty +PASS: gdb.base/default.exp: info watchpoints +PASS: gdb.base/default.exp: inspect +PASS: gdb.base/default.exp: jump +PASS: gdb.base/default.exp: kill +PASS: gdb.base/default.exp: list "l" abbreviation +PASS: gdb.base/default.exp: list +PASS: gdb.base/default.exp: load +PASS: gdb.base/default.exp: next "n" abbreviation +PASS: gdb.base/default.exp: next +PASS: gdb.base/default.exp: nexti "ni" abbreviation +PASS: gdb.base/default.exp: nexti +PASS: gdb.base/default.exp: output +PASS: gdb.base/default.exp: overlay +PASS: gdb.base/default.exp: overlay on +PASS: gdb.base/default.exp: overlay manual #1 +PASS: gdb.base/default.exp: overlay auto +PASS: gdb.base/default.exp: overlay off +PASS: gdb.base/default.exp: overlay list +PASS: gdb.base/default.exp: overlay map #1 +PASS: gdb.base/default.exp: overlay unmap #1 +PASS: gdb.base/default.exp: overlay manual #2 +PASS: gdb.base/default.exp: overlay map #2 +PASS: gdb.base/default.exp: overlay unmap #2 +PASS: gdb.base/default.exp: print "p" abbreviation +PASS: gdb.base/default.exp: print +PASS: gdb.base/default.exp: printf +PASS: gdb.base/default.exp: ptype +PASS: gdb.base/default.exp: pwd +PASS: gdb.base/default.exp: run "r" abbreviation +PASS: gdb.base/default.exp: run +PASS: gdb.base/default.exp: rbreak +PASS: gdb.base/default.exp: restore +PASS: gdb.base/default.exp: return +PASS: gdb.base/default.exp: reverse-search +PASS: gdb.base/default.exp: step "s" abbreviation #1 +PASS: gdb.base/default.exp: step #1 +PASS: gdb.base/default.exp: search +PASS: gdb.base/default.exp: section +PASS: gdb.base/default.exp: set annotate +PASS: gdb.base/default.exp: set args +PASS: gdb.base/default.exp: set check "c" abbreviation +PASS: gdb.base/default.exp: set check "ch" abbreviation +PASS: gdb.base/default.exp: set check +PASS: gdb.base/default.exp: set check range +PASS: gdb.base/default.exp: set check type +PASS: gdb.base/default.exp: set complaints +PASS: gdb.base/default.exp: set confirm +PASS: gdb.base/default.exp: set environment +PASS: gdb.base/default.exp: set height +PASS: gdb.base/default.exp: set history expansion +PASS: gdb.base/default.exp: set history filename +PASS: gdb.base/default.exp: set history save +PASS: gdb.base/default.exp: set history size +PASS: gdb.base/default.exp: set history +PASS: gdb.base/default.exp: set language +PASS: gdb.base/default.exp: set listsize +PASS: gdb.base/default.exp: set print "p" abbreviation +PASS: gdb.base/default.exp: set print "pr" abbreviation +PASS: gdb.base/default.exp: set print +PASS: gdb.base/default.exp: set print address +PASS: gdb.base/default.exp: set print array +PASS: gdb.base/default.exp: set print asm-demangle +PASS: gdb.base/default.exp: set print demangle +PASS: gdb.base/default.exp: set print elements +PASS: gdb.base/default.exp: set print object +PASS: gdb.base/default.exp: set print pretty +PASS: gdb.base/default.exp: set print sevenbit-strings +PASS: gdb.base/default.exp: set print union +PASS: gdb.base/default.exp: set print vtbl +PASS: gdb.base/default.exp: set radix +PASS: gdb.base/default.exp: set symbol-reloading +PASS: gdb.base/default.exp: set variable +PASS: gdb.base/default.exp: set verbose +PASS: gdb.base/default.exp: set width +PASS: gdb.base/default.exp: set write +PASS: gdb.base/default.exp: set +PASS: gdb.base/default.exp: shell echo Hi dad! +PASS: gdb.base/default.exp: show annotate +PASS: gdb.base/default.exp: show args +PASS: gdb.base/default.exp: show check "c" abbreviation +PASS: gdb.base/default.exp: show check "ch" abbreviation +PASS: gdb.base/default.exp: show check +PASS: gdb.base/default.exp: show check range +PASS: gdb.base/default.exp: show check type +PASS: gdb.base/default.exp: show commands +PASS: gdb.base/default.exp: show complaints +PASS: gdb.base/default.exp: show confirm +PASS: gdb.base/default.exp: show convenience +PASS: gdb.base/default.exp: show directories +PASS: gdb.base/default.exp: show editing +PASS: gdb.base/default.exp: show height +PASS: gdb.base/default.exp: show history expansion +PASS: gdb.base/default.exp: show history filename +PASS: gdb.base/default.exp: show history save +PASS: gdb.base/default.exp: show history size +PASS: gdb.base/default.exp: show history +PASS: gdb.base/default.exp: show language +PASS: gdb.base/default.exp: show listsize +PASS: gdb.base/default.exp: show p +PASS: gdb.base/default.exp: show pr +PASS: gdb.base/default.exp: show print +PASS: gdb.base/default.exp: show paths +PASS: gdb.base/default.exp: show print address +PASS: gdb.base/default.exp: show print array +PASS: gdb.base/default.exp: show print asm-demangle +PASS: gdb.base/default.exp: show print demangle +PASS: gdb.base/default.exp: show print elements +PASS: gdb.base/default.exp: show print object +PASS: gdb.base/default.exp: show print pretty +PASS: gdb.base/default.exp: show print sevenbit-strings +PASS: gdb.base/default.exp: show print union +PASS: gdb.base/default.exp: show print vtbl +PASS: gdb.base/default.exp: show prompt +PASS: gdb.base/default.exp: show radix +PASS: gdb.base/default.exp: show symbol-reloading +PASS: gdb.base/default.exp: show user +PASS: gdb.base/default.exp: show values +PASS: gdb.base/default.exp: show verbose +PASS: gdb.base/default.exp: show version +PASS: gdb.base/default.exp: show width +PASS: gdb.base/default.exp: show write +PASS: gdb.base/default.exp: show +PASS: gdb.base/default.exp: stepi "si" abbreviation +PASS: gdb.base/default.exp: stepi +PASS: gdb.base/default.exp: signal +PASS: gdb.base/default.exp: source +PASS: gdb.base/default.exp: step "s" abbreviation #2 +PASS: gdb.base/default.exp: step #2 +PASS: gdb.base/default.exp: symbol-file +PASS: gdb.base/default.exp: target child +PASS: gdb.base/default.exp: target procfs +PASS: gdb.base/default.exp: target core +PASS: gdb.base/default.exp: target exec +PASS: gdb.base/default.exp: target remote +PASS: gdb.base/default.exp: target +PASS: gdb.base/default.exp: tbreak +PASS: gdb.base/default.exp: thread +PASS: gdb.base/default.exp: thread apply +PASS: gdb.base/default.exp: thread find +PASS: gdb.base/default.exp: thread name +PASS: gdb.base/default.exp: tty +PASS: gdb.base/default.exp: until "u" abbreviation +PASS: gdb.base/default.exp: until +PASS: gdb.base/default.exp: undisplay prompt +PASS: gdb.base/default.exp: unset environment prompt +PASS: gdb.base/default.exp: unset +PASS: gdb.base/default.exp: up-silently +PASS: gdb.base/default.exp: watch +PASS: gdb.base/default.exp: whatis +PASS: gdb.base/default.exp: where +PASS: gdb.base/default.exp: x +Running ../../../master/gdb/testsuite/gdb.base/define.exp ... +PASS: gdb.base/define.exp: define user command: nextwhere +PASS: gdb.base/define.exp: use user command: nextwhere +PASS: gdb.base/define.exp: define user command: nextwh +PASS: gdb.base/define.exp: redefine user command aborted: nextwhere +PASS: gdb.base/define.exp: redefine user command: nextwhere +PASS: gdb.base/define.exp: redocumenting builtin command disallowed +PASS: gdb.base/define.exp: document user command: nextwhere +PASS: gdb.base/define.exp: re-document user command: nextwhere +PASS: gdb.base/define.exp: help user command: nextwhere +PASS: gdb.base/define.exp: set up whitespace in help string +PASS: gdb.base/define.exp: preserve whitespace in help string +PASS: gdb.base/define.exp: define user command: ifnospace +PASS: gdb.base/define.exp: test ifnospace is parsed correctly +PASS: gdb.base/define.exp: define user command: whilenospace +PASS: gdb.base/define.exp: test whilenospace is parsed correctly +PASS: gdb.base/define.exp: define user command: user-bt +PASS: gdb.base/define.exp: define hook-stop command +PASS: gdb.base/define.exp: use hook-stop command +PASS: gdb.base/define.exp: define hook undefined command aborted: bar +PASS: gdb.base/define.exp: define hook undefined command: bar +PASS: gdb.base/define.exp: define target testsuite +PASS: gdb.base/define.exp: document target testsuite +PASS: gdb.base/define.exp: help target +PASS: gdb.base/define.exp: target testsuite +PASS: gdb.base/define.exp: show user target testsuite +PASS: gdb.base/define.exp: define target hook-testsuite +PASS: gdb.base/define.exp: define target hookpost-testsuite +PASS: gdb.base/define.exp: target testsuite with hooks +PASS: gdb.base/define.exp: set gdb_prompt +PASS: gdb.base/define.exp: reset gdb_prompt +Running ../../../master/gdb/testsuite/gdb.base/del.exp ... +PASS: gdb.base/del.exp: Remove all breakpoints (del) +PASS: gdb.base/del.exp: info break after removing break on main +PASS: gdb.base/del.exp: breakpoint insertion (del) +PASS: gdb.base/del.exp: Remove last breakpoint (del) +PASS: gdb.base/del.exp: info break after removing break on main (del) +PASS: gdb.base/del.exp: Remove all breakpoints (d) +PASS: gdb.base/del.exp: info break after removing break on main +PASS: gdb.base/del.exp: breakpoint insertion (d) +PASS: gdb.base/del.exp: Remove last breakpoint (d) +PASS: gdb.base/del.exp: info break after removing break on main (d) +Running ../../../master/gdb/testsuite/gdb.base/detach.exp ... +PASS: gdb.base/detach.exp: set should_exit, one +PASS: gdb.base/detach.exp: detach, one +PASS: gdb.base/detach.exp: set should_exit, two +PASS: gdb.base/detach.exp: detach, two +Running ../../../master/gdb/testsuite/gdb.base/dfp-exprs.exp ... +PASS: gdb.base/dfp-exprs.exp: p 1.2df +PASS: gdb.base/dfp-exprs.exp: p -1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.234567df +PASS: gdb.base/dfp-exprs.exp: p -1.234567df +PASS: gdb.base/dfp-exprs.exp: p 1234567.df +PASS: gdb.base/dfp-exprs.exp: p -1234567.df +PASS: gdb.base/dfp-exprs.exp: p 1.2E1df +PASS: gdb.base/dfp-exprs.exp: p 1.2E10df +PASS: gdb.base/dfp-exprs.exp: p 1.2E-10df +PASS: gdb.base/dfp-exprs.exp: p 1.2E96df +PASS: gdb.base/dfp-exprs.exp: p 1.2dd +PASS: gdb.base/dfp-exprs.exp: p -1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.234567890123456dd +PASS: gdb.base/dfp-exprs.exp: p -1.234567890123456dd +PASS: gdb.base/dfp-exprs.exp: p 1234567890123456.dd +PASS: gdb.base/dfp-exprs.exp: p -1234567890123456.dd +PASS: gdb.base/dfp-exprs.exp: p 1.2E1dd +PASS: gdb.base/dfp-exprs.exp: p 1.2E10dd +PASS: gdb.base/dfp-exprs.exp: p 1.2E-10dd +PASS: gdb.base/dfp-exprs.exp: p 1.2E384dd +PASS: gdb.base/dfp-exprs.exp: p 1.2dl +PASS: gdb.base/dfp-exprs.exp: p -1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.234567890123456789012345678901234dl +PASS: gdb.base/dfp-exprs.exp: p -1.234567890123456789012345678901234dl +PASS: gdb.base/dfp-exprs.exp: p 1234567890123456789012345678901234.dl +PASS: gdb.base/dfp-exprs.exp: p -1234567890123456789012345678901234.dl +PASS: gdb.base/dfp-exprs.exp: p 1.2E1dl +PASS: gdb.base/dfp-exprs.exp: p 1.2E10dl +PASS: gdb.base/dfp-exprs.exp: p 1.2E-10dl +PASS: gdb.base/dfp-exprs.exp: p 1.2E6144dl +PASS: gdb.base/dfp-exprs.exp: p 1.4df + 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.4df - 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.4df * 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.4df / 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.4dd + 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.4dd - 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.4dd * 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.4dd / 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.4dl + 1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.4dl - 1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.4dl * 1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.4dl / 1.2dl +PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.df +PASS: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dd +PASS: gdb.base/dfp-exprs.exp: ptype 2.dl + 2.dl +PASS: gdb.base/dfp-exprs.exp: p 2.1df + 2.7dd +PASS: gdb.base/dfp-exprs.exp: p 2.1dd + 2.7df +PASS: gdb.base/dfp-exprs.exp: p 2.6df + 2.7dl +PASS: gdb.base/dfp-exprs.exp: p 2.6dl + 2.7df +PASS: gdb.base/dfp-exprs.exp: p 2.3dd + 2.2dl +PASS: gdb.base/dfp-exprs.exp: p 2.3dl + 2.2dd +PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dd +PASS: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dl +PASS: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dl +PASS: gdb.base/dfp-exprs.exp: p 1.2df + 1 +PASS: gdb.base/dfp-exprs.exp: p 2 + 1.7dd +PASS: gdb.base/dfp-exprs.exp: p 3 + 2.1dl +PASS: gdb.base/dfp-exprs.exp: ptype 1.2df + 1 +PASS: gdb.base/dfp-exprs.exp: ptype 2 + 1.7dd +PASS: gdb.base/dfp-exprs.exp: ptype 3 + 2.1dl +PASS: gdb.base/dfp-exprs.exp: p 1.2df + 2ll +PASS: gdb.base/dfp-exprs.exp: p 1.2df + 1.2f +PASS: gdb.base/dfp-exprs.exp: p !0.df +PASS: gdb.base/dfp-exprs.exp: p !0.dd +PASS: gdb.base/dfp-exprs.exp: p !0.dl +PASS: gdb.base/dfp-exprs.exp: p !0.5df +PASS: gdb.base/dfp-exprs.exp: p !0.5dd +PASS: gdb.base/dfp-exprs.exp: p !0.5dl +PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2df +PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3df +PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dd +PASS: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dl +PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3df +PASS: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3dl +PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3df +PASS: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3dd +PASS: gdb.base/dfp-exprs.exp: p +1.2df +PASS: gdb.base/dfp-exprs.exp: p +1.2dd +PASS: gdb.base/dfp-exprs.exp: p +1.2dl +PASS: gdb.base/dfp-exprs.exp: p 1.2df < 1.3df +PASS: gdb.base/dfp-exprs.exp: p 1.2df < 1.3dd +PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df +PASS: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dd +PASS: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dl +PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3dl +PASS: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df +PASS: gdb.base/dfp-exprs.exp: p 1.2df > 1 +PASS: gdb.base/dfp-exprs.exp: p 1.2dl > 2 +PASS: gdb.base/dfp-exprs.exp: p 2 > 1.2dd +PASS: gdb.base/dfp-exprs.exp: p 2 > 3.1dl +PASS: gdb.base/dfp-exprs.exp: p (float) -0.1df +PASS: gdb.base/dfp-exprs.exp: p (int) 8.3dd +PASS: gdb.base/dfp-exprs.exp: p (_Decimal64) 3.1 +PASS: gdb.base/dfp-exprs.exp: p (_Decimal128) 3.7df +PASS: gdb.base/dfp-exprs.exp: p (_Decimal32) 4 +Running ../../../master/gdb/testsuite/gdb.base/dfp-test.exp ... +PASS: gdb.base/dfp-test.exp: get integer valueof "sizeof (long)" (4) +PASS: gdb.base/dfp-test.exp: next after initializing d32 +PASS: gdb.base/dfp-test.exp: d32 is initialized to 1.2345 +PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d32 +PASS: gdb.base/dfp-test.exp: d32 is positive Infinity +PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d32 +PASS: gdb.base/dfp-test.exp: d32 is negative Infinity +PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d32 +PASS: gdb.base/dfp-test.exp: d32 is NaN +PASS: gdb.base/dfp-test.exp: p d32=123.45df +PASS: gdb.base/dfp-test.exp: p d32=12345.df +PASS: gdb.base/dfp-test.exp: p d32=12345.67df +PASS: gdb.base/dfp-test.exp: p d32=1234567.df +PASS: gdb.base/dfp-test.exp: p d32=1.234567E0df +PASS: gdb.base/dfp-test.exp: p d32=1.234567E10df +PASS: gdb.base/dfp-test.exp: p d32=1.234567E+96df +PASS: gdb.base/dfp-test.exp: p d32=9.999999E96df +PASS: gdb.base/dfp-test.exp: p d32=1.0E-95df +PASS: gdb.base/dfp-test.exp: p d32=1.E-101df +PASS: gdb.base/dfp-test.exp: p d32=0.000001E-95df +PASS: gdb.base/dfp-test.exp: 1.2345678 is rounded to 1.234568 +PASS: gdb.base/dfp-test.exp: 1.0E-101 is rounded to 1E-101 +PASS: gdb.base/dfp-test.exp: 1.234567E+97 is Infinity +PASS: gdb.base/dfp-test.exp: 12345. is a valid number +PASS: gdb.base/dfp-test.exp: 12345 is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number +PASS: gdb.base/dfp-test.exp: next after initializing d64 +PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345 +PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64 +PASS: gdb.base/dfp-test.exp: d64 is positive Infinity +PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64 +PASS: gdb.base/dfp-test.exp: d64 is negative Infinity +PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64 +PASS: gdb.base/dfp-test.exp: d64 is NaN +PASS: gdb.base/dfp-test.exp: p d64=123.45dd +PASS: gdb.base/dfp-test.exp: p d64=12345.dd +PASS: gdb.base/dfp-test.exp: p d64=12345.67dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E10dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E100dd +PASS: gdb.base/dfp-test.exp: p d64=1.234567890123456E384dd +PASS: gdb.base/dfp-test.exp: p d64=9.999999999999999E384dd +PASS: gdb.base/dfp-test.exp: p d64=1.E-383dd +PASS: gdb.base/dfp-test.exp: p d64=1.E-398dd +PASS: gdb.base/dfp-test.exp: p d64=0.000000000000001E-383dd +PASS: gdb.base/dfp-test.exp: 1.2345678901234567 is rounded to 1.234567890123457 +PASS: gdb.base/dfp-test.exp: d64=9.9999999999999999E384 is Infinity +PASS: gdb.base/dfp-test.exp: d64=1.234567890123456E385 is Infinity +PASS: gdb.base/dfp-test.exp: 12345dd is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number +PASS: gdb.base/dfp-test.exp: next after initializing d128 +PASS: gdb.base/dfp-test.exp: d128 is initialized to 1.2345 +PASS: gdb.base/dfp-test.exp: p d128=123.45dl +PASS: gdb.base/dfp-test.exp: p d128=12345.dl +PASS: gdb.base/dfp-test.exp: p d128=12345.67dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456789012345678901234dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E10dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E100dl +PASS: gdb.base/dfp-test.exp: p d128=1.234567890123456E1000dl +PASS: gdb.base/dfp-test.exp: p d128=9.999999999999999999999999999999999E6144dl +PASS: gdb.base/dfp-test.exp: p d128=1.E-6143dl +PASS: gdb.base/dfp-test.exp: p d128=1.E-6176dl +PASS: gdb.base/dfp-test.exp: p d128=0.000000000000000000000000000000001E-6143dl +PASS: gdb.base/dfp-test.exp: 1.2345678901234567890123456789012345 is rounded to 1.234567890123456789012345678901234 +PASS: gdb.base/dfp-test.exp: d128=1.234567890123456E6145 is Infinity +PASS: gdb.base/dfp-test.exp: 12345dl is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E is an invalid number +PASS: gdb.base/dfp-test.exp: 1.23E45A is an invalid number +PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d128 +PASS: gdb.base/dfp-test.exp: d128 is positive Infinity +PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d128 +PASS: gdb.base/dfp-test.exp: d128 is negative Infinity +PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d128 +PASS: gdb.base/dfp-test.exp: d128 is NaN +PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_32 +PASS: gdb.base/dfp-test.exp: backtrace at arg0_32 +PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_64 +PASS: gdb.base/dfp-test.exp: backtrace at arg0_64 +PASS: gdb.base/dfp-test.exp: continue to breakpoint: entry to arg0_128 +PASS: gdb.base/dfp-test.exp: backtrace at arg0_128 +PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal32 arguments. +PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments. +PASS: gdb.base/dfp-test.exp: Correct _Decimal32 return value from called function. +PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal64 arguments. +PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments. +PASS: gdb.base/dfp-test.exp: Correct _Decimal64 return value from called function. +PASS: gdb.base/dfp-test.exp: Call function with correct _Decimal128 arguments. +PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments. +PASS: gdb.base/dfp-test.exp: Correct _Decimal128 return value from called function. +PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments TEST. +PASS: gdb.base/dfp-test.exp: Call function with mixed decimal float arguments. +PASS: gdb.base/dfp-test.exp: Call function with many _Decimal32 arguments. +PASS: gdb.base/dfp-test.exp: Call function with many _Decimal64 arguments. +PASS: gdb.base/dfp-test.exp: Call function with many _Decimal128 arguments. +PASS: gdb.base/dfp-test.exp: Call function with many mixed decimal float arguments. +PASS: gdb.base/dfp-test.exp: continue to breakpoint: Setting a decimal struct +PASS: gdb.base/dfp-test.exp: print ds.dec32 +PASS: gdb.base/dfp-test.exp: print ds.dec64 +PASS: gdb.base/dfp-test.exp: print ds.dec128 +PASS: gdb.base/dfp-test.exp: print d32 + ds.dec32 +PASS: gdb.base/dfp-test.exp: print d64 + ds.dec64 +PASS: gdb.base/dfp-test.exp: print d128 + ds.dec128 +PASS: gdb.base/dfp-test.exp: ptype d64 + ds.dec32 +PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec32 +PASS: gdb.base/dfp-test.exp: ptype d128 + ds.dec64 +PASS: gdb.base/dfp-test.exp: p d32 + 1 +PASS: gdb.base/dfp-test.exp: p 2 + d64 +PASS: gdb.base/dfp-test.exp: p ds.int4 + d128 +PASS: gdb.base/dfp-test.exp: ptype d32 + 1 +PASS: gdb.base/dfp-test.exp: ptype ds.int4 + d128 +PASS: gdb.base/dfp-test.exp: p !d32 +PASS: gdb.base/dfp-test.exp: p !d64 +PASS: gdb.base/dfp-test.exp: p !d128 +PASS: gdb.base/dfp-test.exp: p +d32 +PASS: gdb.base/dfp-test.exp: p +d64 +PASS: gdb.base/dfp-test.exp: p +d128 +PASS: gdb.base/dfp-test.exp: p d64 == d128 +PASS: gdb.base/dfp-test.exp: p d128 == ds.dec32 +PASS: gdb.base/dfp-test.exp: p d128 == d32 +PASS: gdb.base/dfp-test.exp: p ds.dec32 == ds.dec64 +PASS: gdb.base/dfp-test.exp: p d32 < ds.dec32 +PASS: gdb.base/dfp-test.exp: p d64 < ds.dec64 +PASS: gdb.base/dfp-test.exp: p d128 < ds.dec128 +PASS: gdb.base/dfp-test.exp: p ds.dec32 < d32 +PASS: gdb.base/dfp-test.exp: p d64 > ds.dec64 +PASS: gdb.base/dfp-test.exp: p ds.dec128 > d128 +PASS: gdb.base/dfp-test.exp: p d32 < ds.int4 +PASS: gdb.base/dfp-test.exp: p ds.int4 > d32 +PASS: gdb.base/dfp-test.exp: p ds.dec32 < ds.int4 +PASS: gdb.base/dfp-test.exp: p ds.int4 > ds.dec64 +PASS: gdb.base/dfp-test.exp: p ds.dec128 > ds.int4 +PASS: gdb.base/dfp-test.exp: p d64 + ds.float4 +PASS: gdb.base/dfp-test.exp: p ds.double8 + d128 +PASS: gdb.base/dfp-test.exp: print ds.dec32=d32 +PASS: gdb.base/dfp-test.exp: print ds.dec64=d64 +PASS: gdb.base/dfp-test.exp: print ds.dec128=d128 +PASS: gdb.base/dfp-test.exp: print ds.dec32 = -d32 +PASS: gdb.base/dfp-test.exp: print ds.dec64 = -d64 +PASS: gdb.base/dfp-test.exp: print ds.dec128 = -d128 +PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64 +PASS: gdb.base/dfp-test.exp: print ds.dec64 = ds.float4 +PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8 +PASS: gdb.base/dfp-test.exp: print ds.dec128 = ds.dec32 +PASS: gdb.base/dfp-test.exp: print ds.dec32 = ds.int4 +PASS: gdb.base/dfp-test.exp: print ds.int4 = 7.3dl +Running ../../../master/gdb/testsuite/gdb.base/disasm-end-cu.exp ... +PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&main" +PASS: gdb.base/disasm-end-cu.exp: get hexadecimal valueof "&dummy_3" +PASS: gdb.base/disasm-end-cu.exp: disassemble command returned some output +Running ../../../master/gdb/testsuite/gdb.base/display.exp ... +PASS: gdb.base/display.exp: kill +PASS: gdb.base/display.exp: detach +PASS: gdb.base/display.exp: run +PASS: gdb.base/display.exp: kill again +PASS: gdb.base/display.exp: detach again +PASS: gdb.base/display.exp: break do_loops +PASS: gdb.base/display.exp: get to do_loops +PASS: gdb.base/display.exp: set watch +PASS: gdb.base/display.exp: break loop end +PASS: gdb.base/display.exp: inf disp +PASS: gdb.base/display.exp: display i +PASS: gdb.base/display.exp: display j +PASS: gdb.base/display.exp: display &k +PASS: gdb.base/display.exp: display/f f +PASS: gdb.base/display.exp: display/s &sum +PASS: gdb.base/display.exp: first disp +PASS: gdb.base/display.exp: second disp +PASS: gdb.base/display.exp: catch err +PASS: gdb.base/display.exp: disab disp 1 +PASS: gdb.base/display.exp: disab disp 2 +PASS: gdb.base/display.exp: re-enab +PASS: gdb.base/display.exp: re-enab of enab +PASS: gdb.base/display.exp: undisp +PASS: gdb.base/display.exp: info disp +PASS: gdb.base/display.exp: next hit +PASS: gdb.base/display.exp: undisp all +PASS: gdb.base/display.exp: disab 3 +PASS: gdb.base/display.exp: watch off +PASS: gdb.base/display.exp: finish +PASS: gdb.base/display.exp: step +PASS: gdb.base/display.exp: tbreak in do_vars +PASS: gdb.base/display.exp: cont +PASS: gdb.base/display.exp: printf +PASS: gdb.base/display.exp: printf %d +PASS: gdb.base/display.exp: printf "%d +PASS: gdb.base/display.exp: printf "%d%d",i +PASS: gdb.base/display.exp: printf "\\!\a\f\r\t\v\b\n" +PASS: gdb.base/display.exp: re-set term +PASS: gdb.base/display.exp: printf "\w" +PASS: gdb.base/display.exp: printf "%d" j +PASS: gdb.base/display.exp: printf "%p\n", 0 +PASS: gdb.base/display.exp: printf "%p\n", 1 +PASS: gdb.base/display.exp: print/z j +PASS: gdb.base/display.exp: debug test output 1 +PASS: gdb.base/display.exp: debug test output 1a +PASS: gdb.base/display.exp: debug test output 2 +PASS: gdb.base/display.exp: debug test output 2a +PASS: gdb.base/display.exp: debug test output 3 +PASS: gdb.base/display.exp: x/0 j +PASS: gdb.base/display.exp: print/0 j +PASS: gdb.base/display.exp: ignored s +PASS: gdb.base/display.exp: no i +PASS: gdb.base/display.exp: print/a &sum +PASS: gdb.base/display.exp: print/a main+4 +PASS: gdb.base/display.exp: print/a $pc +PASS: gdb.base/display.exp: print/a &&j +Running ../../../master/gdb/testsuite/gdb.base/dump.exp ... +PASS: gdb.base/dump.exp: inaccessible memory is reported +PASS: gdb.base/dump.exp: endianness: little +PASS: gdb.base/dump.exp: dump array as value, default +PASS: gdb.base/dump.exp: dump struct as value, default +PASS: gdb.base/dump.exp: dump array as value, binary +PASS: gdb.base/dump.exp: dump struct as value, binary +PASS: gdb.base/dump.exp: dump array as value, srec +PASS: gdb.base/dump.exp: dump struct as value, srec +PASS: gdb.base/dump.exp: dump array as value, intel hex +PASS: gdb.base/dump.exp: dump struct as value, intel hex +PASS: gdb.base/dump.exp: dump array as value, tekhex +PASS: gdb.base/dump.exp: dump struct as value, tekhex +PASS: gdb.base/dump.exp: capture /x &intarray[0] +PASS: gdb.base/dump.exp: capture /x &intarray[32] +PASS: gdb.base/dump.exp: capture /x &intstruct +PASS: gdb.base/dump.exp: capture /x &intstruct + 1 +PASS: gdb.base/dump.exp: capture intarray +PASS: gdb.base/dump.exp: capture intstruct +PASS: gdb.base/dump.exp: capture type of pointer &intarray +PASS: gdb.base/dump.exp: capture type of pointer &intstruct +PASS: gdb.base/dump.exp: dump array as memory, default +PASS: gdb.base/dump.exp: dump struct as memory, default +PASS: gdb.base/dump.exp: dump array as memory, binary +PASS: gdb.base/dump.exp: dump struct as memory, binary +PASS: gdb.base/dump.exp: dump array as memory, srec +PASS: gdb.base/dump.exp: dump struct as memory, srec +PASS: gdb.base/dump.exp: dump array as memory, ihex +PASS: gdb.base/dump.exp: dump struct as memory, ihex +PASS: gdb.base/dump.exp: dump array as memory, tekhex +PASS: gdb.base/dump.exp: dump struct as memory, tekhex +PASS: gdb.base/dump.exp: dump array as mem, srec, expressions +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as value, srec; file restored ok +PASS: gdb.base/dump.exp: array as value, srec; capture intarray +PASS: gdb.base/dump.exp: array as value, srec; value restored ok +PASS: gdb.base/dump.exp: struct as value, srec; file restored ok +PASS: gdb.base/dump.exp: struct as value, srec; capture intstruct +PASS: gdb.base/dump.exp: struct as value, srec; value restored ok +PASS: gdb.base/dump.exp: zero all +PASS: gdb.base/dump.exp: array as memory, srec; file restored ok +PASS: gdb.base/dump.exp: array as memory, srec; capture intarray +PASS: gdb.base/dump.exp: array as memory, srec; value restored ok +PASS: gdb.base/dump.exp: struct as memory, srec; file restored ok +PASS: gdb.base/dump.exp: struct as memory, srec; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, srec; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as value, ihex; file restored ok +PASS: gdb.base/dump.exp: array as value, ihex; capture intarray +PASS: gdb.base/dump.exp: array as value, ihex; value restored ok +PASS: gdb.base/dump.exp: struct as value, ihex; file restored ok +PASS: gdb.base/dump.exp: struct as value, ihex; capture intstruct +PASS: gdb.base/dump.exp: struct as value, ihex; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as memory, ihex; file restored ok +PASS: gdb.base/dump.exp: array as memory, ihex; capture intarray +PASS: gdb.base/dump.exp: array as memory, ihex; value restored ok +PASS: gdb.base/dump.exp: struct as memory, ihex; file restored ok +PASS: gdb.base/dump.exp: struct as memory, ihex; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, ihex; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as value, tekhex; file restored ok +PASS: gdb.base/dump.exp: array as value, tekhex; capture intarray +PASS: gdb.base/dump.exp: array as value, tekhex; value restored ok +PASS: gdb.base/dump.exp: struct as value, tekhex; file restored ok +PASS: gdb.base/dump.exp: struct as value, tekhex; capture intstruct +PASS: gdb.base/dump.exp: struct as value, tekhex; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as memory, tekhex; file restored ok +PASS: gdb.base/dump.exp: array as memory, tekhex; capture intarray +PASS: gdb.base/dump.exp: array as memory, tekhex; value restored ok +PASS: gdb.base/dump.exp: struct as memory, tekhex; file restored ok +PASS: gdb.base/dump.exp: struct as memory, tekhex; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, tekhex; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as value, binary; file restored ok +PASS: gdb.base/dump.exp: array as value, binary; capture intarray +PASS: gdb.base/dump.exp: array as value, binary; value restored ok +PASS: gdb.base/dump.exp: struct as value, binary; file restored ok +PASS: gdb.base/dump.exp: struct as value, binary; capture intstruct +PASS: gdb.base/dump.exp: struct as value, binary; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array as memory, binary; file restored ok +PASS: gdb.base/dump.exp: array as memory, binary; capture intarray +PASS: gdb.base/dump.exp: array as memory, binary; value restored ok +PASS: gdb.base/dump.exp: struct as memory, binary; file restored ok +PASS: gdb.base/dump.exp: struct as memory, binary; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, binary; value restored ok +PASS: gdb.base/dump.exp: capture /x &intarray2[0] +PASS: gdb.base/dump.exp: capture /x &intstruct2 +PASS: gdb.base/dump.exp: capture (char *) &intarray2 - (char *) &intarray +PASS: gdb.base/dump.exp: capture (char *) &intstruct2 - (char *) &intstruct +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array copy, srec; file restored ok +PASS: gdb.base/dump.exp: array copy, srec; capture intarray2 +PASS: gdb.base/dump.exp: array copy, srec; value restored ok +PASS: gdb.base/dump.exp: struct copy, srec; file restored ok +PASS: gdb.base/dump.exp: struct copy, srec; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, srec; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array copy, ihex; file restored ok +PASS: gdb.base/dump.exp: array copy, ihex; capture intarray2 +PASS: gdb.base/dump.exp: array copy, ihex; value restored ok +PASS: gdb.base/dump.exp: struct copy, ihex; file restored ok +PASS: gdb.base/dump.exp: struct copy, ihex; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, ihex; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array copy, tekhex; file restored ok +PASS: gdb.base/dump.exp: array copy, tekhex; capture intarray2 +PASS: gdb.base/dump.exp: array copy, tekhex; value restored ok +PASS: gdb.base/dump.exp: struct copy, tekhex; file restored ok +PASS: gdb.base/dump.exp: struct copy, tekhex; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, tekhex; value restored ok +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array copy, binary; file restored ok +PASS: gdb.base/dump.exp: array copy, binary; capture intarray2 +PASS: gdb.base/dump.exp: array copy, binary; value restored ok +PASS: gdb.base/dump.exp: struct copy, binary; file restored ok +PASS: gdb.base/dump.exp: struct copy, binary; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, binary; value restored ok +PASS: gdb.base/dump.exp: capture /x &intarray[3] +PASS: gdb.base/dump.exp: capture /x &intarray[4] +PASS: gdb.base/dump.exp: capture /x (char *) &intarray[3] - (char *) &intarray[0] +PASS: gdb.base/dump.exp: capture /x (char *) &intarray[4] - (char *) &intarray[0] +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array partial, srec; file restored ok +PASS: gdb.base/dump.exp: array partial, srec; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, srec; value restored ok +PASS: gdb.base/dump.exp: element 2 not changed - 1 +PASS: gdb.base/dump.exp: element 4 not changed - 1 +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array partial, ihex; file restored ok +PASS: gdb.base/dump.exp: array partial, ihex; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, ihex; value restored ok +PASS: gdb.base/dump.exp: element 2 not changed - 2 +PASS: gdb.base/dump.exp: element 4 not changed - 2 +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array partial, tekhex; file restored ok +PASS: gdb.base/dump.exp: array partial, tekhex; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, tekhex; value restored ok +PASS: gdb.base/dump.exp: element 2 not changed - 3 +PASS: gdb.base/dump.exp: element 4 not changed - 3 +PASS: gdb.base/dump.exp: print zero_all () +PASS: gdb.base/dump.exp: array partial, binary; file restored ok +PASS: gdb.base/dump.exp: array partial, binary; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, binary; value restored ok +PASS: gdb.base/dump.exp: element 2 not changed - 4 +PASS: gdb.base/dump.exp: element 4 not changed - 4 +PASS: gdb.base/dump.exp: array partial with expressions; file restored ok +PASS: gdb.base/dump.exp: array partial with expressions; capture intarray2[3] +PASS: gdb.base/dump.exp: array partial with expressions; value restored ok +PASS: gdb.base/dump.exp: element 2 not changed, == 4 +PASS: gdb.base/dump.exp: element 4 not changed, == 4 +PASS: gdb.base/dump.exp: setting little endianness +PASS: gdb.base/dump.exp: file binfile; capture intarray +PASS: gdb.base/dump.exp: start with intarray un-initialized +PASS: gdb.base/dump.exp: file binfile; capture intstruct +PASS: gdb.base/dump.exp: start with intstruct un-initialized +PASS: gdb.base/dump.exp: reload array as value, srec; capture * (int (*)[32]) 0x80497a0 +PASS: gdb.base/dump.exp: reload array as value, srec; value restored ok +PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x8049780 +PASS: gdb.base/dump.exp: reload struct as value, srec; value restored ok +PASS: gdb.base/dump.exp: reload array as memory, srec; capture * (int (*)[32]) 0x80497a0 +PASS: gdb.base/dump.exp: reload array as memory, srec; value restored ok +PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x8049780 +PASS: gdb.base/dump.exp: reload struct as memory, srec; value restored ok +PASS: gdb.base/dump.exp: reload array as value, intel hex; capture * (int (*)[32]) 0x80497a0 +PASS: gdb.base/dump.exp: reload array as value, intel hex; value restored ok +PASS: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0x8049780 +PASS: gdb.base/dump.exp: reload struct as value, intel hex; value restored ok +PASS: gdb.base/dump.exp: reload array as memory, intel hex; capture * (int (*)[32]) 0x80497a0 +PASS: gdb.base/dump.exp: reload array as memory, intel hex; value restored ok +PASS: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) 0x8049780 +PASS: gdb.base/dump.exp: reload struct as memory, intel hex; value restored ok +PASS: gdb.base/dump.exp: reload array as value, tekhex; capture * (int (*)[32]) 0x80497a0 +PASS: gdb.base/dump.exp: reload array as value, tekhex; value restored ok +PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x8049780 +PASS: gdb.base/dump.exp: reload struct as value, tekhex; value restored ok +PASS: gdb.base/dump.exp: reload array as memory, tekhex; capture * (int (*)[32]) 0x80497a0 +PASS: gdb.base/dump.exp: reload array as memory, tekhex; value restored ok +PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x8049780 +PASS: gdb.base/dump.exp: reload struct as memory, tekhex; value restored ok +Running ../../../master/gdb/testsuite/gdb.base/dup-sect.exp ... +PASS: gdb.base/dup-sect.exp: rename section +PASS: gdb.base/dup-sect.exp: split +PASS: gdb.base/dup-sect.exp: strip +PASS: gdb.base/dup-sect.exp: var1 after strip +PASS: gdb.base/dup-sect.exp: var2 after strip +Running ../../../master/gdb/testsuite/gdb.base/echo.exp ... +PASS: gdb.base/echo.exp: Echo test +Running ../../../master/gdb/testsuite/gdb.base/ena-dis-br.exp ... +PASS: gdb.base/ena-dis-br.exp: break marker1 +PASS: gdb.base/ena-dis-br.exp: enable break marker1 +PASS: gdb.base/ena-dis-br.exp: info break marker1 +PASS: gdb.base/ena-dis-br.exp: continue to break marker1 +PASS: gdb.base/ena-dis-br.exp: delete break marker1 +PASS: gdb.base/ena-dis-br.exp: break marker2 +PASS: gdb.base/ena-dis-br.exp: enable once break marker2 +PASS: gdb.base/ena-dis-br.exp: info auto-disabled break marker2 +PASS: gdb.base/ena-dis-br.exp: continue to auto-disabled break marker2 +PASS: gdb.base/ena-dis-br.exp: info auto-disabled break marker2 +PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop +PASS: gdb.base/ena-dis-br.exp: rerun to main +PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at auto-disabled break marker2 +PASS: gdb.base/ena-dis-br.exp: break marker3 +PASS: gdb.base/ena-dis-br.exp: enable del break marker3 +PASS: gdb.base/ena-dis-br.exp: info auto-deleted break marker2 +PASS: gdb.base/ena-dis-br.exp: continue to auto-deleted break marker3 +PASS: gdb.base/ena-dis-br.exp: info auto-deleted break marker3 +PASS: gdb.base/ena-dis-br.exp: break marker4 +PASS: gdb.base/ena-dis-br.exp: disable break marker4 +PASS: gdb.base/ena-dis-br.exp: info break marker4 +PASS: gdb.base/ena-dis-br.exp: break marker1 +PASS: gdb.base/ena-dis-br.exp: ignore non-existent break +PASS: gdb.base/ena-dis-br.exp: ignore break with missing ignore count +PASS: gdb.base/ena-dis-br.exp: ignore break marker1 -1 +PASS: gdb.base/ena-dis-br.exp: ignore break marker1 0 +PASS: gdb.base/ena-dis-br.exp: ignore break marker1 +PASS: gdb.base/ena-dis-br.exp: info ignored break marker1 +PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored break marker1 +PASS: gdb.base/ena-dis-br.exp: rerun to main +PASS: gdb.base/ena-dis-br.exp: continue to break marker1, 2nd time +PASS: gdb.base/ena-dis-br.exp: break marker1 +PASS: gdb.base/ena-dis-br.exp: ignore break marker1 +PASS: gdb.base/ena-dis-br.exp: enable del break marker1 +PASS: gdb.base/ena-dis-br.exp: info break marker1 +PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & auto-deleted break marker1 +PASS: gdb.base/ena-dis-br.exp: rerun to main +PASS: gdb.base/ena-dis-br.exp: continue to ignored & auto-deleted break marker1 +PASS: gdb.base/ena-dis-br.exp: break marker1 +PASS: gdb.base/ena-dis-br.exp: ignore break marker1 +PASS: gdb.base/ena-dis-br.exp: disable break marker1 +PASS: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & disabled break marker1 +PASS: gdb.base/ena-dis-br.exp: rerun to main +PASS: gdb.base/ena-dis-br.exp: info ignored & disabled break marker1 +PASS: gdb.base/ena-dis-br.exp: prepare to continue with ignore count +PASS: gdb.base/ena-dis-br.exp: continue with ignore count +PASS: gdb.base/ena-dis-br.exp: step +PASS: gdb.base/ena-dis-br.exp: continue with ignore count, not stopped at bpt +Running ../../../master/gdb/testsuite/gdb.base/ending-run.exp ... +PASS: gdb.base/ending-run.exp: bpt at line before routine +PASS: gdb.base/ending-run.exp: b ending-run.c:14, one +PASS: gdb.base/ending-run.exp: b ending-run.c:31 +PASS: gdb.base/ending-run.exp: run +PASS: gdb.base/ending-run.exp: clear worked +PASS: gdb.base/ending-run.exp: cleared bp at line before routine +PASS: gdb.base/ending-run.exp: b ending-run.c:1 +PASS: gdb.base/ending-run.exp: b ending-run.c:14, two +PASS: gdb.base/ending-run.exp: Cleared 2 by line +PASS: gdb.base/ending-run.exp: b ending-run.c:14 +PASS: gdb.base/ending-run.exp: Breakpoint 7 at *ending-run.c:14 +PASS: gdb.base/ending-run.exp: Clear 2 by default +PASS: gdb.base/ending-run.exp: all set to continue +PASS: gdb.base/ending-run.exp: cont +PASS: gdb.base/ending-run.exp: Step to return +PASS: gdb.base/ending-run.exp: step out of main +PASS: gdb.base/ending-run.exp: step to end of run +UNSUPPORTED: gdb.base/ending-run.exp: continue after exit +PASS: gdb.base/ending-run.exp: don't step after run +PASS: gdb.base/ending-run.exp: ls: core (No core dumped on quit) +Running ../../../master/gdb/testsuite/gdb.base/environ.exp ... +Running ../../../master/gdb/testsuite/gdb.base/eu-strip-infcall.exp ... +UNTESTED: gdb.base/eu-strip-infcall.exp: eu-strip-infcall.exp +Running ../../../master/gdb/testsuite/gdb.base/eval-skip.exp ... +PASS: gdb.base/eval-skip.exp: set variable x=14 +PASS: gdb.base/eval-skip.exp: set variable y=2 +PASS: gdb.base/eval-skip.exp: set variable z=2 +PASS: gdb.base/eval-skip.exp: set variable w=3 +PASS: gdb.base/eval-skip.exp: print value of (0 && (x+y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x-y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x*y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x/y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x%y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x&&y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x||y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x&y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x|y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x^y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x < y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x <= y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x>y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x>=y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x==y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x!=y)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x<<31)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x>>31)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (!x)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (~x)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (-x)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x++)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (++x)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x--)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (--x)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x+=7)) +PASS: gdb.base/eval-skip.exp: print value of (0 && (x=y)) +Running ../../../master/gdb/testsuite/gdb.base/eval.exp ... +PASS: gdb.base/eval.exp: Initialize $a. +PASS: gdb.base/eval.exp: First eval. +PASS: gdb.base/eval.exp: Second eval. +Running ../../../master/gdb/testsuite/gdb.base/exe-lock.exp ... +PASS: gdb.base/exe-lock.exp: continue until exit +Running ../../../master/gdb/testsuite/gdb.base/expand-psymtabs.exp ... +PASS: gdb.base/expand-psymtabs.exp: Expand psymtabs +Running ../../../master/gdb/testsuite/gdb.base/exprs.exp ... +PASS: gdb.base/exprs.exp: print char == (setup) +PASS: gdb.base/exprs.exp: print char == (print v_char == 0) +PASS: gdb.base/exprs.exp: print char == (print v_char == 127) +PASS: gdb.base/exprs.exp: print char != (setup) +PASS: gdb.base/exprs.exp: print char != (print v_char != 0) +PASS: gdb.base/exprs.exp: print char != (print v_char != 127) +PASS: gdb.base/exprs.exp: print char < (setup) +PASS: gdb.base/exprs.exp: print char < (print v_char < 0) +PASS: gdb.base/exprs.exp: print char < (print v_char < 127) +PASS: gdb.base/exprs.exp: print char > (setup) +PASS: gdb.base/exprs.exp: print char > (print v_char > 0) +PASS: gdb.base/exprs.exp: print char > (print v_char > 127) +PASS: gdb.base/exprs.exp: print signed char == (setup) +PASS: gdb.base/exprs.exp: print signed char == (print v_signed_char == 0) +PASS: gdb.base/exprs.exp: print signed char == (print v_signed_char == 127) +PASS: gdb.base/exprs.exp: print signed char != (setup) +PASS: gdb.base/exprs.exp: print signed char != (print v_signed_char != 0) +PASS: gdb.base/exprs.exp: print signed char != (print v_signed_char != 127) +PASS: gdb.base/exprs.exp: print signed char < (setup) +PASS: gdb.base/exprs.exp: print signed char < (print v_signed_char < 0) +PASS: gdb.base/exprs.exp: print signed char < (print v_signed_char < 127) +PASS: gdb.base/exprs.exp: print signed char > (setup) +PASS: gdb.base/exprs.exp: print signed char > (print v_signed_char > 0) +PASS: gdb.base/exprs.exp: print signed char > (print v_signed_char > 127) +PASS: gdb.base/exprs.exp: print signed char == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed char == (minus) (print v_signed_char == 0) +PASS: gdb.base/exprs.exp: print signed char == (minus) (print v_signed_char == -1) +PASS: gdb.base/exprs.exp: print signed char != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed char != (minus) (print v_signed_char != 0) +PASS: gdb.base/exprs.exp: print signed char != (minus) (print v_signed_char != -1) +PASS: gdb.base/exprs.exp: print signed char < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed char < (minus) (print v_signed_char < 0) +PASS: gdb.base/exprs.exp: print signed char < (minus) (print v_signed_char < 127) +PASS: gdb.base/exprs.exp: print signed char > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed char > (minus) (print v_signed_char > 0) +PASS: gdb.base/exprs.exp: print signed char > (minus) (print v_signed_char > 127) +PASS: gdb.base/exprs.exp: print unsigned char == (setup) +PASS: gdb.base/exprs.exp: print unsigned char == (print v_unsigned_char == 0) +PASS: gdb.base/exprs.exp: print unsigned char == (print v_unsigned_char == 127) +PASS: gdb.base/exprs.exp: print unsigned char != (setup) +PASS: gdb.base/exprs.exp: print unsigned char != (print v_unsigned_char != 0) +PASS: gdb.base/exprs.exp: print unsigned char != (print v_unsigned_char != 127) +PASS: gdb.base/exprs.exp: print unsigned char < (setup) +PASS: gdb.base/exprs.exp: print unsigned char < (print v_unsigned_char < 0) +PASS: gdb.base/exprs.exp: print unsigned char < (print v_unsigned_char < 127) +PASS: gdb.base/exprs.exp: print unsigned char > (setup) +PASS: gdb.base/exprs.exp: print unsigned char > (print v_unsigned_char > 0) +PASS: gdb.base/exprs.exp: print unsigned char > (print v_unsigned_char > 127) +PASS: gdb.base/exprs.exp: print unsigned char == (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == 0) +PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == ~0) +PASS: gdb.base/exprs.exp: print unsigned char == (~0) (print v_unsigned_char == (unsigned char)~0) +PASS: gdb.base/exprs.exp: print unsigned char != (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != 0) +PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != (unsigned char)~0) +PASS: gdb.base/exprs.exp: print unsigned char != (~0) (print v_unsigned_char != ~0) +PASS: gdb.base/exprs.exp: print unsigned char < (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned char < (~0) (print v_unsigned_char < 0) +PASS: gdb.base/exprs.exp: print unsigned char < (~0) (print v_unsigned_char < 127) +PASS: gdb.base/exprs.exp: print unsigned char > (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned char > (~0) (print v_unsigned_char > 0) +PASS: gdb.base/exprs.exp: print unsigned char > (~0) (print v_unsigned_char > 127) +PASS: gdb.base/exprs.exp: print signed short == (setup) +PASS: gdb.base/exprs.exp: print signed short == (print v_short == 0) +PASS: gdb.base/exprs.exp: print signed short == (print v_short == 0x7FFF) +PASS: gdb.base/exprs.exp: print signed short != (setup) +PASS: gdb.base/exprs.exp: print signed short != (print v_short != 0) +PASS: gdb.base/exprs.exp: print signed short != (print v_short != 0x7FFF) +PASS: gdb.base/exprs.exp: print signed short < (setup) +PASS: gdb.base/exprs.exp: print signed short < (print v_short < 0) +PASS: gdb.base/exprs.exp: print signed short < (print v_short < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed short > (setup) +PASS: gdb.base/exprs.exp: print signed short > (print v_short > 0) +PASS: gdb.base/exprs.exp: print signed short > (print v_short > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed short == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed short == (minus) (print v_short == 0) +PASS: gdb.base/exprs.exp: print signed short == (minus) (print v_short == -1) +PASS: gdb.base/exprs.exp: print signed short != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed short != (minus) (print v_short != 0) +PASS: gdb.base/exprs.exp: print signed short != (minus) (print v_short != -1) +PASS: gdb.base/exprs.exp: print signed short < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed short < (minus) (print v_short < 0) +PASS: gdb.base/exprs.exp: print signed short < (minus) (print v_short < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed short > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed short > (minus) (print v_short > 0) +PASS: gdb.base/exprs.exp: print signed short > (minus) (print v_short > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed short == (setup) +PASS: gdb.base/exprs.exp: print signed signed short == (print v_signed_short == 0) +PASS: gdb.base/exprs.exp: print signed signed short == (print v_signed_short == 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed short != (setup) +PASS: gdb.base/exprs.exp: print signed signed short != (print v_signed_short != 0) +PASS: gdb.base/exprs.exp: print signed signed short != (print v_signed_short != 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed short < (setup) +PASS: gdb.base/exprs.exp: print signed signed short < (print v_signed_short < 0) +PASS: gdb.base/exprs.exp: print signed signed short < (print v_signed_short < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed short > (setup) +PASS: gdb.base/exprs.exp: print signed signed short > (print v_signed_short > 0) +PASS: gdb.base/exprs.exp: print signed signed short > (print v_signed_short > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed short == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed short == (minus) (print v_signed_short == 0) +PASS: gdb.base/exprs.exp: print signed signed short == (minus) (print v_signed_short == -1) +PASS: gdb.base/exprs.exp: print signed signed short != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed short != (minus) (print v_signed_short != 0) +PASS: gdb.base/exprs.exp: print signed signed short != (minus) (print v_signed_short != -1) +PASS: gdb.base/exprs.exp: print signed signed short < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed short < (minus) (print v_signed_short < 0) +PASS: gdb.base/exprs.exp: print signed signed short < (minus) (print v_signed_short < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed short > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed short > (minus) (print v_signed_short > 0) +PASS: gdb.base/exprs.exp: print signed signed short > (minus) (print v_signed_short > 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned short == (setup) +PASS: gdb.base/exprs.exp: print unsigned short == (print v_unsigned_short == 0) +PASS: gdb.base/exprs.exp: print unsigned short == (print v_unsigned_short == 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned short != (setup) +PASS: gdb.base/exprs.exp: print unsigned short != (print v_unsigned_short != 0) +PASS: gdb.base/exprs.exp: print unsigned short != (print v_unsigned_short != 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned short < (setup) +PASS: gdb.base/exprs.exp: print unsigned short < (print v_unsigned_short < 0) +PASS: gdb.base/exprs.exp: print unsigned short < (print v_unsigned_short < 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned short > (setup) +PASS: gdb.base/exprs.exp: print unsigned short > (print v_unsigned_short > 0) +PASS: gdb.base/exprs.exp: print unsigned short > (print v_unsigned_short > 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned short == (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print v_unsigned_short == 0) +PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print sizeof (v_unsigned_short) < sizeof (~0) && v_unsigned_short == ~0) +PASS: gdb.base/exprs.exp: print unsigned short == (~0) (print v_unsigned_short == (unsigned short)~0) +PASS: gdb.base/exprs.exp: print unsigned short != (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned short != (~0) (print v_unsigned_short != 0) +PASS: gdb.base/exprs.exp: print unsigned short != (~0) (print v_unsigned_short != (unsigned short)~0) +PASS: gdb.base/exprs.exp: print unsigned short < (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned short < (~0) (print v_unsigned_short < 0) +PASS: gdb.base/exprs.exp: print unsigned short < (~0) (print v_unsigned_short < 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned short > (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned short > (~0) (print v_unsigned_short > 0) +PASS: gdb.base/exprs.exp: print unsigned short > (~0) (print v_unsigned_short > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed int == (setup) +PASS: gdb.base/exprs.exp: print signed int == (print v_int == 0) +PASS: gdb.base/exprs.exp: print signed int == (print v_int == 0x7FFF) +PASS: gdb.base/exprs.exp: print signed int != (setup) +PASS: gdb.base/exprs.exp: print signed int != (print v_int != 0) +PASS: gdb.base/exprs.exp: print signed int != (print v_int != 0x7FFF) +PASS: gdb.base/exprs.exp: print signed int < (setup) +PASS: gdb.base/exprs.exp: print signed int < (print v_int < 0) +PASS: gdb.base/exprs.exp: print signed int < (print v_int < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed int > (setup) +PASS: gdb.base/exprs.exp: print signed int > (print v_int > 0) +PASS: gdb.base/exprs.exp: print signed int > (print v_int > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed int == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed int == (minus) (print v_int == 0) +PASS: gdb.base/exprs.exp: print signed int == (minus) (print v_int == -1) +PASS: gdb.base/exprs.exp: print signed int != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed int != (minus) (print v_int != 0) +PASS: gdb.base/exprs.exp: print signed int != (minus) (print v_int != -1) +PASS: gdb.base/exprs.exp: print signed int < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed int < (minus) (print v_int < 0) +PASS: gdb.base/exprs.exp: print signed int < (minus) (print v_int < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed int > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed int > (minus) (print v_int > 0) +PASS: gdb.base/exprs.exp: print signed int > (minus) (print v_int > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed int == (setup) +PASS: gdb.base/exprs.exp: print signed signed int == (print v_signed_int == 0) +PASS: gdb.base/exprs.exp: print signed signed int == (print v_signed_int == 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed int != (setup) +PASS: gdb.base/exprs.exp: print signed signed int != (print v_signed_int != 0) +PASS: gdb.base/exprs.exp: print signed signed int != (print v_signed_int != 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed int < (setup) +PASS: gdb.base/exprs.exp: print signed signed int < (print v_signed_int < 0) +PASS: gdb.base/exprs.exp: print signed signed int < (print v_signed_int < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed int > (setup) +PASS: gdb.base/exprs.exp: print signed signed int > (print v_signed_int > 0) +PASS: gdb.base/exprs.exp: print signed signed int > (print v_signed_int > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed int == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed int == (minus) (print v_signed_int == 0) +PASS: gdb.base/exprs.exp: print signed signed int == (minus) (print v_signed_int == -1) +PASS: gdb.base/exprs.exp: print signed signed int != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed int != (minus) (print v_signed_int != 0) +PASS: gdb.base/exprs.exp: print signed signed int != (minus) (print v_signed_int != -1) +PASS: gdb.base/exprs.exp: print signed signed int < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed int < (minus) (print v_signed_int < 0) +PASS: gdb.base/exprs.exp: print signed signed int < (minus) (print v_signed_int < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed int > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed int > (minus) (print v_signed_int > 0) +PASS: gdb.base/exprs.exp: print signed signed int > (minus) (print v_signed_int > 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned int == (setup) +PASS: gdb.base/exprs.exp: print unsigned int == (print v_unsigned_int == 0) +PASS: gdb.base/exprs.exp: print unsigned int == (print v_unsigned_int == 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned int != (setup) +PASS: gdb.base/exprs.exp: print unsigned int != (print v_unsigned_int != 0) +PASS: gdb.base/exprs.exp: print unsigned int != (print v_unsigned_int != 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned int < (setup) +PASS: gdb.base/exprs.exp: print unsigned int < (print v_unsigned_int < 0) +PASS: gdb.base/exprs.exp: print unsigned int < (print v_unsigned_int < 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned int > (setup) +PASS: gdb.base/exprs.exp: print unsigned int > (print v_unsigned_int > 0) +PASS: gdb.base/exprs.exp: print unsigned int > (print v_unsigned_int > 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned int == (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == 0) +PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == ~0) +PASS: gdb.base/exprs.exp: print unsigned int == (~0) (print v_unsigned_int == (unsigned int)~0) +PASS: gdb.base/exprs.exp: print unsigned int != (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned int != (~0) (print v_unsigned_int != 0) +PASS: gdb.base/exprs.exp: print unsigned int != (~0) (print v_unsigned_int != (unsigned int)~0) +PASS: gdb.base/exprs.exp: print unsigned int < (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned int < (~0) (print v_unsigned_int < 0) +PASS: gdb.base/exprs.exp: print unsigned int < (~0) (print v_unsigned_int < 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned int > (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned int > (~0) (print v_unsigned_int > 0) +PASS: gdb.base/exprs.exp: print unsigned int > (~0) (print v_unsigned_int > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed long == (setup) +PASS: gdb.base/exprs.exp: print signed long == (print v_long == 0) +PASS: gdb.base/exprs.exp: print signed long == (print v_long == 0x7FFF) +PASS: gdb.base/exprs.exp: print signed long != (setup) +PASS: gdb.base/exprs.exp: print signed long != (print v_long != 0) +PASS: gdb.base/exprs.exp: print signed long != (print v_long != 0x7FFF) +PASS: gdb.base/exprs.exp: print signed long < (setup) +PASS: gdb.base/exprs.exp: print signed long < (print v_long < 0) +PASS: gdb.base/exprs.exp: print signed long < (print v_long < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed long > (setup) +PASS: gdb.base/exprs.exp: print signed long > (print v_long > 0) +PASS: gdb.base/exprs.exp: print signed long > (print v_long > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed long == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed long == (minus) (print v_long == 0) +PASS: gdb.base/exprs.exp: print signed long == (minus) (print v_long == -1) +PASS: gdb.base/exprs.exp: print signed long != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed long != (minus) (print v_long != 0) +PASS: gdb.base/exprs.exp: print signed long != (minus) (print v_long != -1) +PASS: gdb.base/exprs.exp: print signed long < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed long < (minus) (print v_long < 0) +PASS: gdb.base/exprs.exp: print signed long < (minus) (print v_long < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed long > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed long > (minus) (print v_long > 0) +PASS: gdb.base/exprs.exp: print signed long > (minus) (print v_long > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed long == (setup) +PASS: gdb.base/exprs.exp: print signed signed long == (print v_signed_long == 0) +PASS: gdb.base/exprs.exp: print signed signed long == (print v_signed_long == 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed long != (setup) +PASS: gdb.base/exprs.exp: print signed signed long != (print v_signed_long != 0) +PASS: gdb.base/exprs.exp: print signed signed long != (print v_signed_long != 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed long < (setup) +PASS: gdb.base/exprs.exp: print signed signed long < (print v_signed_long < 0) +PASS: gdb.base/exprs.exp: print signed signed long < (print v_signed_long < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed long > (setup) +PASS: gdb.base/exprs.exp: print signed signed long > (print v_signed_long > 0) +PASS: gdb.base/exprs.exp: print signed signed long > (print v_signed_long > 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed long == (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed long == (minus) (print v_signed_long == 0) +PASS: gdb.base/exprs.exp: print signed signed long == (minus) (print v_signed_long == -1) +PASS: gdb.base/exprs.exp: print signed signed long != (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed long != (minus) (print v_signed_long != 0) +PASS: gdb.base/exprs.exp: print signed signed long != (minus) (print v_signed_long != -1) +PASS: gdb.base/exprs.exp: print signed signed long < (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed long < (minus) (print v_signed_long < 0) +PASS: gdb.base/exprs.exp: print signed signed long < (minus) (print v_signed_long < 0x7FFF) +PASS: gdb.base/exprs.exp: print signed signed long > (minus) (setup) +PASS: gdb.base/exprs.exp: print signed signed long > (minus) (print v_signed_long > 0) +PASS: gdb.base/exprs.exp: print signed signed long > (minus) (print v_signed_long > 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned long == (setup) +PASS: gdb.base/exprs.exp: print unsigned long == (print v_unsigned_long == 0) +PASS: gdb.base/exprs.exp: print unsigned long == (print v_unsigned_long == 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned long != (setup) +PASS: gdb.base/exprs.exp: print unsigned long != (print v_unsigned_long != 0) +PASS: gdb.base/exprs.exp: print unsigned long != (print v_unsigned_long != 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned long < (setup) +PASS: gdb.base/exprs.exp: print unsigned long < (print v_unsigned_long < 0) +PASS: gdb.base/exprs.exp: print unsigned long < (print v_unsigned_long < 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned long > (setup) +PASS: gdb.base/exprs.exp: print unsigned long > (print v_unsigned_long > 0) +PASS: gdb.base/exprs.exp: print unsigned long > (print v_unsigned_long > 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned long == (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == 0) +PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == ~0) +PASS: gdb.base/exprs.exp: print unsigned long == (~0) (print v_unsigned_long == (unsigned long)~0) +PASS: gdb.base/exprs.exp: print unsigned long != (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned long != (~0) (print v_unsigned_long != 0) +PASS: gdb.base/exprs.exp: print unsigned long != (~0) (print v_unsigned_long != (unsigned long)~0) +PASS: gdb.base/exprs.exp: print unsigned long < (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned long < (~0) (print v_unsigned_long < 0) +PASS: gdb.base/exprs.exp: print unsigned long < (~0) (print v_unsigned_long < 0x7FFF) +PASS: gdb.base/exprs.exp: print unsigned long > (~0) (setup) +PASS: gdb.base/exprs.exp: print unsigned long > (~0) (print v_unsigned_long > 0) +PASS: gdb.base/exprs.exp: print unsigned long > (~0) (print v_unsigned_long > 0x7FFF) +PASS: gdb.base/exprs.exp: print (void*)v_signed_char (setup) +PASS: gdb.base/exprs.exp: print (void*)v_signed_char (print (void*)v_signed_char) +PASS: gdb.base/exprs.exp: print (void*)v_signed_short (setup) +PASS: gdb.base/exprs.exp: print (void*)v_signed_short (print (void*)v_signed_short) +PASS: gdb.base/exprs.exp: print (void*)v_signed_int (setup) +PASS: gdb.base/exprs.exp: print (void*)v_signed_int (print (void*)v_signed_int) +PASS: gdb.base/exprs.exp: print (void*)v_signed_long (setup) +PASS: gdb.base/exprs.exp: print (void*)v_signed_long (print (void*)v_signed_long) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_char (setup) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_char (print (void*)v_unsigned_char) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_short (setup) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_short (print (void*)v_unsigned_short) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_int (setup) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_int (print (void*)v_unsigned_int) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_long (setup) +PASS: gdb.base/exprs.exp: print (void*)v_unsigned_long (print (void*)v_unsigned_long) +PASS: gdb.base/exprs.exp: sizeof (long long) > sizeof (long) (true) +PASS: gdb.base/exprs.exp: truncate (void*) 0x00000000ffffffff + 1 +PASS: gdb.base/exprs.exp: truncate (void*) 0xffffffff00000000 - 1 +PASS: gdb.base/exprs.exp: \$[0-9]* = "xy" (setup) +PASS: gdb.base/exprs.exp: \$[0-9]* = "xyz" (setup) +PASS: gdb.base/exprs.exp: \$[0-9]* = red (setup) +PASS: gdb.base/exprs.exp: set output-radix 8 +PASS: gdb.base/exprs.exp: \$[0-9]* = red (setup) +PASS: gdb.base/exprs.exp: \$[0-9]* = 0 (setup) +PASS: gdb.base/exprs.exp: set output-radix 10 +PASS: gdb.base/exprs.exp: set variable v_int = 1 +PASS: gdb.base/exprs.exp: print v_int++ +PASS: gdb.base/exprs.exp: print ++v_int +PASS: gdb.base/exprs.exp: print v_int-- +PASS: gdb.base/exprs.exp: print --v_int +PASS: gdb.base/exprs.exp: print v_int++ = 5 +PASS: gdb.base/exprs.exp: print v_int-- = 5 +Running ../../../master/gdb/testsuite/gdb.base/fileio.exp ... +PASS: gdb.base/fileio.exp: set print sevenbit-strings +PASS: gdb.base/fileio.exp: set print address off +PASS: gdb.base/fileio.exp: set width 0 +PASS: gdb.base/fileio.exp: break stop +PASS: gdb.base/fileio.exp: Open a file +PASS: gdb.base/fileio.exp: Creating already existing file returns EEXIST +PASS: gdb.base/fileio.exp: Open directory for writing returns EISDIR +PASS: gdb.base/fileio.exp: Opening nonexistant file returns ENOENT +PASS: gdb.base/fileio.exp: Open for write but no write permission returns EACCES +PASS: gdb.base/fileio.exp: Writing to a file +PASS: gdb.base/fileio.exp: Write using invalid file descriptor returns EBADF +PASS: gdb.base/fileio.exp: Writing to a read-only file returns EBADF +PASS: gdb.base/fileio.exp: Reading from a file +PASS: gdb.base/fileio.exp: Read using invalid file descriptor returns EBADF +PASS: gdb.base/fileio.exp: Lseeking CUR a file +PASS: gdb.base/fileio.exp: Lseeking END a file +PASS: gdb.base/fileio.exp: Lseeking SET a file +PASS: gdb.base/fileio.exp: Closing a file +PASS: gdb.base/fileio.exp: Closing an invalid file descriptor returns EBADF +PASS: gdb.base/fileio.exp: Stat a file +PASS: gdb.base/fileio.exp: Stat a NULL pathname returns ENOENT or EFAULT +PASS: gdb.base/fileio.exp: Stat an empty pathname returns ENOENT +PASS: gdb.base/fileio.exp: Stat a nonexistant file returns ENOENT +PASS: gdb.base/fileio.exp: Fstat an open file +PASS: gdb.base/fileio.exp: Fstat an invalid file descriptor returns EBADF +PASS: gdb.base/fileio.exp: Isatty (stdin) +PASS: gdb.base/fileio.exp: Isatty (stdout) +PASS: gdb.base/fileio.exp: Isatty (stderr) +PASS: gdb.base/fileio.exp: Isatty (invalid fd) +PASS: gdb.base/fileio.exp: Isatty (open file) +PASS: gdb.base/fileio.exp: System says shell is available +PASS: gdb.base/fileio.exp: set remote system-call-allowed 1 +PASS: gdb.base/fileio.exp: System(3) call +PASS: gdb.base/fileio.exp: System with invalid command returns 127 +PASS: gdb.base/fileio.exp: Rename a file +PASS: gdb.base/fileio.exp: Renaming a file to existing directory returns EISDIR +PASS: gdb.base/fileio.exp: Renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST +PASS: gdb.base/fileio.exp: Renaming a directory to a subdir of itself returns EINVAL +PASS: gdb.base/fileio.exp: Renaming a nonexistant file returns ENOENT +PASS: gdb.base/fileio.exp: Unlink a file +PASS: gdb.base/fileio.exp: Unlinking a file in a directory w/o write access returns EACCES +PASS: gdb.base/fileio.exp: Unlinking a nonexistant file returns ENOENT +PASS: gdb.base/fileio.exp: Time(2) call returns the same value as in parameter +PASS: gdb.base/fileio.exp: Time(2) returns feasible values +Running ../../../master/gdb/testsuite/gdb.base/find.exp ... +PASS: gdb.base/find.exp: breakpoint function in file +PASS: gdb.base/find.exp: run until function breakpoint +PASS: gdb.base/find.exp: find string pattern +PASS: gdb.base/find.exp: pattern not found at end of range +PASS: gdb.base/find.exp: pattern found at end of range +PASS: gdb.base/find.exp: max-count +PASS: gdb.base/find.exp: $_ +PASS: gdb.base/find.exp: $numfound +PASS: gdb.base/find.exp: size,max-count, /1b +PASS: gdb.base/find.exp: size,max-count, /b1 +PASS: gdb.base/find.exp: size,max-count, /b/1 +PASS: gdb.base/find.exp: size,max-count, /1/b +PASS: gdb.base/find.exp: find byte pattern with end address +PASS: gdb.base/find.exp: find 16-bit pattern +PASS: gdb.base/find.exp: find 16-bit pattern +PASS: gdb.base/find.exp: find 32-bit pattern +PASS: gdb.base/find.exp: find 32-bit pattern +PASS: gdb.base/find.exp: find 64-bit pattern +PASS: gdb.base/find.exp: find 64-bit pattern +PASS: gdb.base/find.exp: find mixed-sized pattern +PASS: gdb.base/find.exp: search spanning large range +PASS: gdb.base/find.exp: find pattern straddling chunk boundary +Running ../../../master/gdb/testsuite/gdb.base/finish.exp ... +PASS: gdb.base/finish.exp: set break on void_func +PASS: gdb.base/finish.exp: continue to void_func +PASS: gdb.base/finish.exp: finish from void_func +PASS: gdb.base/finish.exp: set break on char_func +PASS: gdb.base/finish.exp: continue to char_func +PASS: gdb.base/finish.exp: finish from char_func +PASS: gdb.base/finish.exp: set break on short_func +PASS: gdb.base/finish.exp: continue to short_func +PASS: gdb.base/finish.exp: finish from short_func +PASS: gdb.base/finish.exp: set break on int_func +PASS: gdb.base/finish.exp: continue to int_func +PASS: gdb.base/finish.exp: finish from int_func +PASS: gdb.base/finish.exp: set break on long_func +PASS: gdb.base/finish.exp: continue to long_func +PASS: gdb.base/finish.exp: finish from long_func +PASS: gdb.base/finish.exp: set break on long_long_func +PASS: gdb.base/finish.exp: continue to long_long_func +PASS: gdb.base/finish.exp: finish from long_long_func +PASS: gdb.base/finish.exp: set break on float_func +PASS: gdb.base/finish.exp: continue to float_func +PASS: gdb.base/finish.exp: finish from float_func +PASS: gdb.base/finish.exp: set break on double_func +PASS: gdb.base/finish.exp: continue to double_func +PASS: gdb.base/finish.exp: finish from double_func +PASS: gdb.base/finish.exp: Testing the "fin" abbreviation for "finish" +Running ../../../master/gdb/testsuite/gdb.base/fixsection.exp ... +PASS: gdb.base/fixsection.exp: breakpoint at static_fun +Running ../../../master/gdb/testsuite/gdb.base/float.exp ... +PASS: gdb.base/float.exp: info float +Running ../../../master/gdb/testsuite/gdb.base/foll-exec.exp ... +PASS: gdb.base/foll-exec.exp: insert first exec catchpoint +PASS: gdb.base/foll-exec.exp: continue to first exec catchpoint +PASS: gdb.base/foll-exec.exp: step to exec call +PASS: gdb.base/foll-exec.exp: print follow-exec/global_i +PASS: gdb.base/foll-exec.exp: print follow-exec/local_j +PASS: gdb.base/foll-exec.exp: print follow-exec/local_k +PASS: gdb.base/foll-exec.exp: step through execlp call +PASS: gdb.base/foll-exec.exp: step after execlp call +PASS: gdb.base/foll-exec.exp: print execd-program/global_i (after execlp) +PASS: gdb.base/foll-exec.exp: print execd-program/local_j (after execlp) +PASS: gdb.base/foll-exec.exp: print follow-exec/local_k (after execlp) +PASS: gdb.base/foll-exec.exp: set catch exec +PASS: gdb.base/foll-exec.exp: info shows catchpoint without exec pathname +PASS: gdb.base/foll-exec.exp: hit catch exec +PASS: gdb.base/foll-exec.exp: sync up after possible failure 1 +PASS: gdb.base/foll-exec.exp: sync up after possible failure 2 +PASS: gdb.base/foll-exec.exp: info shows catchpoint exec pathname +PASS: gdb.base/foll-exec.exp: continue after hit catch exec +PASS: gdb.base/foll-exec.exp: prepare to jump to execl call +PASS: gdb.base/foll-exec.exp: jump to execl call +PASS: gdb.base/foll-exec.exp: step through execl call +PASS: gdb.base/foll-exec.exp: step after execl call +PASS: gdb.base/foll-exec.exp: print execd-program/local_j (after execl) +PASS: gdb.base/foll-exec.exp: prepare to jump to execv call +PASS: gdb.base/foll-exec.exp: jump to execv call +PASS: gdb.base/foll-exec.exp: step through execv call +PASS: gdb.base/foll-exec.exp: step after execv call +PASS: gdb.base/foll-exec.exp: print execd-program/local_j (after execv) +PASS: gdb.base/foll-exec.exp: continue through exec +Running ../../../master/gdb/testsuite/gdb.base/foll-fork.exp ... +PASS: gdb.base/foll-fork.exp: set verbose +PASS: gdb.base/foll-fork.exp: help set follow-fork +PASS: gdb.base/foll-fork.exp: set follow-fork ch +PASS: gdb.base/foll-fork.exp: set follow-fork, using abbreviations +PASS: gdb.base/foll-fork.exp: set follow-fork to nonsense is prohibited +PASS: gdb.base/foll-fork.exp: reset parent +PASS: gdb.base/foll-fork.exp: insert first fork catchpoint +PASS: gdb.base/foll-fork.exp: continue to first fork catchpoint +PASS: gdb.base/foll-fork.exp: default show parent follow, no catchpoints +PASS: gdb.base/foll-fork.exp: default parent follow, no catchpoints +PASS: gdb.base/foll-fork.exp: set follow-fork parent +PASS: gdb.base/foll-fork.exp: explicit show parent follow, no catchpoints +PASS: gdb.base/foll-fork.exp: explicit parent follow, no catchpoints +PASS: gdb.base/foll-fork.exp: set follow-fork child +PASS: gdb.base/foll-fork.exp: explicit show child follow, no catchpoints +PASS: gdb.base/foll-fork.exp: explicit child follow, no catchpoints +PASS: gdb.base/foll-fork.exp: explicit child follow, set catch fork +PASS: gdb.base/foll-fork.exp: info shows catchpoint without pid +PASS: gdb.base/foll-fork.exp: explicit child follow, catch fork +PASS: gdb.base/foll-fork.exp: info shows catchpoint without pid +PASS: gdb.base/foll-fork.exp: set follow-fork child +PASS: gdb.base/foll-fork.exp: set follow-fork child, tbreak +PASS: gdb.base/foll-fork.exp: set follow-fork child, hit tbreak +PASS: gdb.base/foll-fork.exp: set follow-fork child, cleanup +PASS: gdb.base/foll-fork.exp: unpatch child, break at callee +PASS: gdb.base/foll-fork.exp: unpatch child, set catch fork +PASS: gdb.base/foll-fork.exp: unpatch child, catch fork +PASS: gdb.base/foll-fork.exp: unpatch child, breakpoint at exit call +PASS: gdb.base/foll-fork.exp: unpatch child, set follow-fork child +PASS: gdb.base/foll-fork.exp: unpatch child, unpatched parent breakpoints from child +PASS: gdb.base/foll-fork.exp: explicit parent follow, set tcatch fork +PASS: gdb.base/foll-fork.exp: explicit parent follow, tcatch fork +PASS: gdb.base/foll-fork.exp: set follow-fork parent +PASS: gdb.base/foll-fork.exp: set follow-fork parent, tbreak +PASS: gdb.base/foll-fork.exp: set follow-fork parent, hit tbreak +PASS: gdb.base/foll-fork.exp: set follow-fork parent, cleanup +Running ../../../master/gdb/testsuite/gdb.base/foll-vfork.exp ... +PASS: gdb.base/foll-vfork.exp: set verbose +PASS: gdb.base/foll-vfork.exp: insert first vfork catchpoint +PASS: gdb.base/foll-vfork.exp: continue to first vfork catchpoint +PASS: gdb.base/foll-vfork.exp: set follow-fork parent, vfork through step +PASS: gdb.base/foll-vfork.exp: vfork parent follow, through step +PASS: gdb.base/foll-vfork.exp: set follow-fork parent, vfork to bp +PASS: gdb.base/foll-vfork.exp: break, vfork to bp +PASS: gdb.base/foll-vfork.exp: vfork parent follow, to bp +PASS: gdb.base/foll-vfork.exp: set follow-fork child, vfork and exec to main bp +PASS: gdb.base/foll-vfork.exp: vfork and exec child follow, to main bp +PASS: gdb.base/foll-vfork.exp: set follow-fork parent, tcatch vfork +PASS: gdb.base/foll-vfork.exp: vfork parent follow, set tcatch vfork +PASS: gdb.base/foll-vfork.exp: vfork parent follow, tcatch vfork +PASS: gdb.base/foll-vfork.exp: vfork parent follow, finish after tcatch vfork +PASS: gdb.base/foll-vfork.exp: set follow-fork child, tcatch vfork +PASS: gdb.base/foll-vfork.exp: vfork child follow, set tcatch vfork +PASS: gdb.base/foll-vfork.exp: vfork child follow, tcatch vfork +PASS: gdb.base/foll-vfork.exp: vfork child follow, finish after tcatch vfork (followed exec) +Running ../../../master/gdb/testsuite/gdb.base/fortran-sym-case.exp ... +PASS: gdb.base/fortran-sym-case.exp: set language fortran +PASS: gdb.base/fortran-sym-case.exp: frame +Running ../../../master/gdb/testsuite/gdb.base/frame-args.exp ... +PASS: gdb.base/frame-args.exp: set print frame-arguments all +PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to all +PASS: gdb.base/frame-args.exp: set print frame-arguments scalars +PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to scalars +PASS: gdb.base/frame-args.exp: set print frame-arguments none +PASS: gdb.base/frame-args.exp: frame 1 with print frame-arguments set to none +Running ../../../master/gdb/testsuite/gdb.base/freebpcmd.exp ... +PASS: gdb.base/freebpcmd.exp: set breakpoint +PASS: gdb.base/freebpcmd.exp: send breakpoint commands +PASS: gdb.base/freebpcmd.exp: run program with breakpoint commands +Running ../../../master/gdb/testsuite/gdb.base/fullname.exp ... +PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built absolute +PASS: gdb.base/fullname.exp: set breakpoint at main - built absolute +PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built absolute +PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built relative +PASS: gdb.base/fullname.exp: set breakpoint at main - built relative +PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built relative +PASS: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built other +PASS: gdb.base/fullname.exp: set breakpoint at main - built other +PASS: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built other +Running ../../../master/gdb/testsuite/gdb.base/funcargs.exp ... +PASS: gdb.base/funcargs.exp: set print frame-arguments all +PASS: gdb.base/funcargs.exp: run to call0a +PASS: gdb.base/funcargs.exp: print c after run to call0a +PASS: gdb.base/funcargs.exp: print s after run to call0a +PASS: gdb.base/funcargs.exp: print i after run to call0a +PASS: gdb.base/funcargs.exp: print l after run to call0a +PASS: gdb.base/funcargs.exp: continue to call0b +PASS: gdb.base/funcargs.exp: continue to call0c +PASS: gdb.base/funcargs.exp: continue to call0d +PASS: gdb.base/funcargs.exp: continue to call0e +PASS: gdb.base/funcargs.exp: run to call1a +PASS: gdb.base/funcargs.exp: print uc +PASS: gdb.base/funcargs.exp: print us +PASS: gdb.base/funcargs.exp: print ui +PASS: gdb.base/funcargs.exp: print ul +PASS: gdb.base/funcargs.exp: continue to call1b +PASS: gdb.base/funcargs.exp: continue to call1c +PASS: gdb.base/funcargs.exp: continue to call1d +PASS: gdb.base/funcargs.exp: continue to call1e +PASS: gdb.base/funcargs.exp: run to call2a +PASS: gdb.base/funcargs.exp: print c after run to call2a +PASS: gdb.base/funcargs.exp: print f1 after run to call2a +PASS: gdb.base/funcargs.exp: print s after run to call2a +PASS: gdb.base/funcargs.exp: print d1 after run to call2a +PASS: gdb.base/funcargs.exp: print i after run to call2a +PASS: gdb.base/funcargs.exp: print f2 after run to call2a +PASS: gdb.base/funcargs.exp: print l after run to call2a +PASS: gdb.base/funcargs.exp: print d2 after run to call2a +PASS: gdb.base/funcargs.exp: continue to call2b +PASS: gdb.base/funcargs.exp: continue to call2c +PASS: gdb.base/funcargs.exp: continue to call2d +PASS: gdb.base/funcargs.exp: continue to call2e +PASS: gdb.base/funcargs.exp: continue to call2f +PASS: gdb.base/funcargs.exp: continue to call2g +PASS: gdb.base/funcargs.exp: continue to call2h +PASS: gdb.base/funcargs.exp: continue to call2i +PASS: gdb.base/funcargs.exp: run to call2a +PASS: gdb.base/funcargs.exp: continue to callcb +PASS: gdb.base/funcargs.exp: continue to callcb +PASS: gdb.base/funcargs.exp: continue to callcd +PASS: gdb.base/funcargs.exp: continue to callce +PASS: gdb.base/funcargs.exp: continue to callcf +PASS: gdb.base/funcargs.exp: run to callc1a +PASS: gdb.base/funcargs.exp: continue to callc1b +PASS: gdb.base/funcargs.exp: run to callc2a +PASS: gdb.base/funcargs.exp: continue to callc2b +PASS: gdb.base/funcargs.exp: run to call3a +PASS: gdb.base/funcargs.exp: print *cp +PASS: gdb.base/funcargs.exp: print *sp +PASS: gdb.base/funcargs.exp: print *ip +PASS: gdb.base/funcargs.exp: print *lp +PASS: gdb.base/funcargs.exp: continue to call3b +PASS: gdb.base/funcargs.exp: print *ucp +PASS: gdb.base/funcargs.exp: print *usp +PASS: gdb.base/funcargs.exp: print *uip +PASS: gdb.base/funcargs.exp: print *ulp +PASS: gdb.base/funcargs.exp: continue to call3c +PASS: gdb.base/funcargs.exp: print *fp +PASS: gdb.base/funcargs.exp: print *dp +PASS: gdb.base/funcargs.exp: run to call4a +PASS: gdb.base/funcargs.exp: print *stp +PASS: gdb.base/funcargs.exp: continue to call4b +PASS: gdb.base/funcargs.exp: print *unp (sizeof long == sizeof int) +PASS: gdb.base/funcargs.exp: locate actual args, structs/unions passed by reference +PASS: gdb.base/funcargs.exp: run to call5a +PASS: gdb.base/funcargs.exp: print st +PASS: gdb.base/funcargs.exp: continue to call5b (sizeof long == sizeof int) +PASS: gdb.base/funcargs.exp: print un (sizeof long == sizeof int) +PASS: gdb.base/funcargs.exp: run to call6a +PASS: gdb.base/funcargs.exp: backtrace from call6a +PASS: gdb.base/funcargs.exp: continue to call6b +PASS: gdb.base/funcargs.exp: backtrace from call6b +PASS: gdb.base/funcargs.exp: continue to call6c +PASS: gdb.base/funcargs.exp: backtrace from call6c +PASS: gdb.base/funcargs.exp: continue to call6d +PASS: gdb.base/funcargs.exp: backtrace from call6d +PASS: gdb.base/funcargs.exp: continue to call6e +PASS: gdb.base/funcargs.exp: backtrace from call6e +PASS: gdb.base/funcargs.exp: continue to call6f +PASS: gdb.base/funcargs.exp: backtrace from call6f +PASS: gdb.base/funcargs.exp: continue to call6g +PASS: gdb.base/funcargs.exp: backtrace from call6g +PASS: gdb.base/funcargs.exp: continue to call6h +PASS: gdb.base/funcargs.exp: backtrace from call6h +PASS: gdb.base/funcargs.exp: continue to call6i +PASS: gdb.base/funcargs.exp: backtrace from call6i +PASS: gdb.base/funcargs.exp: continue to call6j +PASS: gdb.base/funcargs.exp: backtrace from call6j +PASS: gdb.base/funcargs.exp: continue to call6k +PASS: gdb.base/funcargs.exp: backtrace from call6k +PASS: gdb.base/funcargs.exp: run to call7a +PASS: gdb.base/funcargs.exp: backtrace from call7a +PASS: gdb.base/funcargs.exp: continue to call7b +PASS: gdb.base/funcargs.exp: backtrace from call7b +PASS: gdb.base/funcargs.exp: continue to call7c +PASS: gdb.base/funcargs.exp: backtrace from call7c +PASS: gdb.base/funcargs.exp: continue to call7d +PASS: gdb.base/funcargs.exp: backtrace from call7d +PASS: gdb.base/funcargs.exp: continue to call7e +PASS: gdb.base/funcargs.exp: backtrace from call7e +PASS: gdb.base/funcargs.exp: continue to call7f +PASS: gdb.base/funcargs.exp: backtrace from call7f +PASS: gdb.base/funcargs.exp: continue to call7g +PASS: gdb.base/funcargs.exp: backtrace from call7g +PASS: gdb.base/funcargs.exp: continue to call7h +PASS: gdb.base/funcargs.exp: backtrace from call7h +PASS: gdb.base/funcargs.exp: continue to call7i +PASS: gdb.base/funcargs.exp: backtrace from call7i +PASS: gdb.base/funcargs.exp: continue to call7j +PASS: gdb.base/funcargs.exp: backtrace from call7j +PASS: gdb.base/funcargs.exp: continue to call7k +PASS: gdb.base/funcargs.exp: backtrace from call7k +PASS: gdb.base/funcargs.exp: run to hitbottom +PASS: gdb.base/funcargs.exp: recursive passing of structs by value +PASS: gdb.base/funcargs.exp: print c after runto localvars_after_alloca +PASS: gdb.base/funcargs.exp: print s after runto localvars_after_alloca +PASS: gdb.base/funcargs.exp: print i after runto localvars_after_alloca +PASS: gdb.base/funcargs.exp: print l after runto localvars_after_alloca +PASS: gdb.base/funcargs.exp: next in localvars_after_alloca() +PASS: gdb.base/funcargs.exp: print c in localvars_after_alloca +PASS: gdb.base/funcargs.exp: print s in localvars_after_alloca +PASS: gdb.base/funcargs.exp: print i in localvars_after_alloca +PASS: gdb.base/funcargs.exp: print l in localvars_after_alloca +PASS: gdb.base/funcargs.exp: backtrace after alloca +PASS: gdb.base/funcargs.exp: print c in call_after_alloca +PASS: gdb.base/funcargs.exp: print s in call_after_alloca +PASS: gdb.base/funcargs.exp: print i in call_after_alloca +PASS: gdb.base/funcargs.exp: print l in call_after_alloca +PASS: gdb.base/funcargs.exp: backtrace from call_after_alloca_subr +PASS: gdb.base/funcargs.exp: continue to call0a +PASS: gdb.base/funcargs.exp: print c in localvars_in_indirect_call +PASS: gdb.base/funcargs.exp: print s in localvars_in_indirect_call +PASS: gdb.base/funcargs.exp: print i in localvars_in_indirect_call +PASS: gdb.base/funcargs.exp: print l in localvars_in_indirect_call +PASS: gdb.base/funcargs.exp: backtrace in indirectly called function +PASS: gdb.base/funcargs.exp: finish from indirectly called function +PASS: gdb.base/funcargs.exp: stepping into indirectly called function +PASS: gdb.base/funcargs.exp: finish from marker_call_with_trampolines +PASS: gdb.base/funcargs.exp: stepping into function called with trampolines +PASS: gdb.base/funcargs.exp: backtrace through call with trampolines +PASS: gdb.base/funcargs.exp: stepping back to main from function called with trampolines +Running ../../../master/gdb/testsuite/gdb.base/gcore-buffer-overflow.exp ... +PASS: gdb.base/gcore-buffer-overflow.exp: help gcore +PASS: gdb.base/gcore-buffer-overflow.exp: Set buffer exceeding arguments +PASS: gdb.base/gcore-buffer-overflow.exp: save a corefile +Running ../../../master/gdb/testsuite/gdb.base/gcore.exp ... +PASS: gdb.base/gcore.exp: help gcore +PASS: gdb.base/gcore.exp: set breakpoint at terminal_func +PASS: gdb.base/gcore.exp: continue to terminal_func +PASS: gdb.base/gcore.exp: save a corefile +PASS: gdb.base/gcore.exp: re-load generated corefile +PASS: gdb.base/gcore.exp: where in corefile +PASS: gdb.base/gcore.exp: corefile restored general registers +PASS: gdb.base/gcore.exp: corefile restored all registers +PASS: gdb.base/gcore.exp: corefile restored extern array +PASS: gdb.base/gcore.exp: corefile restored static array +PASS: gdb.base/gcore.exp: corefile restored un-initialized array +PASS: gdb.base/gcore.exp: corefile restored heap array +PASS: gdb.base/gcore.exp: corefile restored stack array +PASS: gdb.base/gcore.exp: corefile restored backtrace +Running ../../../master/gdb/testsuite/gdb.base/gdb1056.exp ... +PASS: gdb.base/gdb1056.exp: print 1/0 +PASS: gdb.base/gdb1056.exp: Test unsigned division by zero +Running ../../../master/gdb/testsuite/gdb.base/gdb1090.exp ... +PASS: gdb.base/gdb1090.exp: continue to breakpoint: break-here +PASS: gdb.base/gdb1090.exp: print s24 +Running ../../../master/gdb/testsuite/gdb.base/gdb11530.exp ... +PASS: gdb.base/gdb11530.exp: print a.i +PASS: gdb.base/gdb11530.exp: print sizeof (a.i) +PASS: gdb.base/gdb11530.exp: print sizeof (a.i) == sizeof (int) +Running ../../../master/gdb/testsuite/gdb.base/gdb11531.exp ... +PASS: gdb.base/gdb11531.exp: Set watchpoint +PASS: gdb.base/gdb11531.exp: watchpoint variable triggers at next +PASS: gdb.base/gdb11531.exp: watchpoint variable triggers at continue +Running ../../../master/gdb/testsuite/gdb.base/gdb1250.exp ... +PASS: gdb.base/gdb1250.exp: backtrace from abort +Running ../../../master/gdb/testsuite/gdb.base/gdb1555.exp ... +PASS: gdb.base/gdb1555.exp: Step into shared lib function +PASS: gdb.base/gdb1555.exp: Next while in a shared lib function +Running ../../../master/gdb/testsuite/gdb.base/gdb1821.exp ... +PASS: gdb.base/gdb1821.exp: print /x bar +Running ../../../master/gdb/testsuite/gdb.base/gdbindex-stabs.exp ... +PASS: gdb.base/gdbindex-stabs.exp: list stabs_function +Running ../../../master/gdb/testsuite/gdb.base/gdbvars.exp ... +PASS: gdb.base/gdbvars.exp: set print sevenbit-strings +PASS: gdb.base/gdbvars.exp: Set value-history[1] using $1 +PASS: gdb.base/gdbvars.exp: Set value-history[2] using $2 +PASS: gdb.base/gdbvars.exp: Set value-history[3] using $3 +PASS: gdb.base/gdbvars.exp: Print value-history[MAX-1] using inplicit index $$ +PASS: gdb.base/gdbvars.exp: Print value-history[MAX-1] again using implicit index $$ +PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using implicit index $ +PASS: gdb.base/gdbvars.exp: Print value-history[MAX-2] using explicit index $$2 +PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using explicit index $0 +PASS: gdb.base/gdbvars.exp: print 108 +PASS: gdb.base/gdbvars.exp: Print value-history[MAX] using explicit index $$0 +PASS: gdb.base/gdbvars.exp: Print value-history[1] using explicit index $1 +PASS: gdb.base/gdbvars.exp: Print value-history[2] using explicit index $2 +PASS: gdb.base/gdbvars.exp: Print value-history[3] using explicit index $3 +PASS: gdb.base/gdbvars.exp: Print (value-history[MAX] - 3) using implicit index $ +PASS: gdb.base/gdbvars.exp: Use value-history element in arithmetic expression +PASS: gdb.base/gdbvars.exp: Set a new convenience variable +PASS: gdb.base/gdbvars.exp: Print contents of new convenience variable +PASS: gdb.base/gdbvars.exp: Set convenience variable to a new value +PASS: gdb.base/gdbvars.exp: Print new contents of convenience variable +PASS: gdb.base/gdbvars.exp: Set convenience variable $_ +PASS: gdb.base/gdbvars.exp: Print contents of convenience variable $_ +PASS: gdb.base/gdbvars.exp: Use convenience variable in arithmetic expression +PASS: gdb.base/gdbvars.exp: Use convenience variable assignment in arithmetic expression +PASS: gdb.base/gdbvars.exp: Print contents of uninitialized convenience variable +PASS: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable +PASS: gdb.base/gdbvars.exp: Print contents of new convenience variable of program variable +Running ../../../master/gdb/testsuite/gdb.base/gnu-ifunc.exp ... +PASS: gdb.base/gnu-ifunc.exp: continue to breakpoint: break-at-call +PASS: gdb.base/gnu-ifunc.exp: p gnu_ifunc (3) +FAIL: gdb.base/gnu-ifunc.exp: step +PASS: gdb.base/gnu-ifunc.exp: continue to break-at-nextcall +PASS: gdb.base/gnu-ifunc.exp: continue to breakpoint: nextcall gnu_ifunc +PASS: gdb.base/gnu-ifunc.exp: nextcall gnu_ifunc skipped +PASS: gdb.base/gnu-ifunc.exp: p gnu_ifunc executing +PASS: gdb.base/gnu-ifunc.exp: info sym gnu_ifunc executing +PASS: gdb.base/gnu-ifunc.exp: info addr gnu_ifunc +PASS: gdb.base/gnu-ifunc.exp: info sym <gnu_ifunc-address> +PASS: gdb.base/gnu-ifunc.exp: static gnu_ifunc +Running ../../../master/gdb/testsuite/gdb.base/gnu_vector.exp ... +PASS: gdb.base/gnu_vector.exp: print c4 +PASS: gdb.base/gnu_vector.exp: print c4[2] +PASS: gdb.base/gnu_vector.exp: print i4a +PASS: gdb.base/gnu_vector.exp: print i4b +PASS: gdb.base/gnu_vector.exp: print i4a + i4b +PASS: gdb.base/gnu_vector.exp: print i4a - i4b +PASS: gdb.base/gnu_vector.exp: print i4a * i4b +PASS: gdb.base/gnu_vector.exp: print i4a / i4b +PASS: gdb.base/gnu_vector.exp: print i4a % i4b +PASS: gdb.base/gnu_vector.exp: print i4a++ +PASS: gdb.base/gnu_vector.exp: print ++i4a +PASS: gdb.base/gnu_vector.exp: print i4a-- +PASS: gdb.base/gnu_vector.exp: print --i4a +PASS: gdb.base/gnu_vector.exp: print +i4a +PASS: gdb.base/gnu_vector.exp: print -i4a +PASS: gdb.base/gnu_vector.exp: print i4a & i4b +PASS: gdb.base/gnu_vector.exp: print i4a | i4b +PASS: gdb.base/gnu_vector.exp: print i4a ^ i4b +PASS: gdb.base/gnu_vector.exp: print ~i4a +PASS: gdb.base/gnu_vector.exp: print i4a << i4b +PASS: gdb.base/gnu_vector.exp: print i4a >> i4b +PASS: gdb.base/gnu_vector.exp: print f4a +PASS: gdb.base/gnu_vector.exp: print f4b +PASS: gdb.base/gnu_vector.exp: print f4a + f4b +PASS: gdb.base/gnu_vector.exp: print f4a - f4b +PASS: gdb.base/gnu_vector.exp: print f4a * f4b +PASS: gdb.base/gnu_vector.exp: print f4a / f4b +PASS: gdb.base/gnu_vector.exp: print +f4a +PASS: gdb.base/gnu_vector.exp: print -f4a +PASS: gdb.base/gnu_vector.exp: print (int2) 1 +PASS: gdb.base/gnu_vector.exp: print (longlong2) 2 +PASS: gdb.base/gnu_vector.exp: print (float2) 3 +PASS: gdb.base/gnu_vector.exp: print (double2) 4 +PASS: gdb.base/gnu_vector.exp: print (char4) 12 +PASS: gdb.base/gnu_vector.exp: print (uint4) ia +PASS: gdb.base/gnu_vector.exp: print (int4) -3 +PASS: gdb.base/gnu_vector.exp: print (float4) 4 +PASS: gdb.base/gnu_vector.exp: print i4a + ib +PASS: gdb.base/gnu_vector.exp: print fa - f4b +PASS: gdb.base/gnu_vector.exp: print f4a * fb +PASS: gdb.base/gnu_vector.exp: print ia / i4b +PASS: gdb.base/gnu_vector.exp: print i4a % ib +PASS: gdb.base/gnu_vector.exp: print ia & i4b +PASS: gdb.base/gnu_vector.exp: print i4a | ib +PASS: gdb.base/gnu_vector.exp: print ia ^ i4b +PASS: gdb.base/gnu_vector.exp: print i4a << ib +PASS: gdb.base/gnu_vector.exp: print i4a >> ib +PASS: gdb.base/gnu_vector.exp: print i4b = ia +PASS: gdb.base/gnu_vector.exp: print i4a = 3 +PASS: gdb.base/gnu_vector.exp: print f4a = fb +PASS: gdb.base/gnu_vector.exp: print f4b = 2 +PASS: gdb.base/gnu_vector.exp: print i4a = {2, 4, 8, 16} +PASS: gdb.base/gnu_vector.exp: print i4a <<= ib +PASS: gdb.base/gnu_vector.exp: print i4a + d2 +PASS: gdb.base/gnu_vector.exp: print d2 + i4a +PASS: gdb.base/gnu_vector.exp: print f4a + ll2 +PASS: gdb.base/gnu_vector.exp: print ll2 + f4a +PASS: gdb.base/gnu_vector.exp: print i2 + ll2 +PASS: gdb.base/gnu_vector.exp: print ll2 + i2 +PASS: gdb.base/gnu_vector.exp: print i4a + ll2 +PASS: gdb.base/gnu_vector.exp: print ll2 + i4a +PASS: gdb.base/gnu_vector.exp: print f4a + d2 +PASS: gdb.base/gnu_vector.exp: print d2 + f4a +PASS: gdb.base/gnu_vector.exp: print ui4 + i4a +PASS: gdb.base/gnu_vector.exp: print i4a + ui4 +PASS: gdb.base/gnu_vector.exp: print i4a + i2 +PASS: gdb.base/gnu_vector.exp: print i2 + i4a +PASS: gdb.base/gnu_vector.exp: print f4a + f2 +PASS: gdb.base/gnu_vector.exp: print f2 + f4a +Running ../../../master/gdb/testsuite/gdb.base/hashline1.exp ... +PASS: gdb.base/hashline1.exp: set breakpoint +Running ../../../master/gdb/testsuite/gdb.base/hashline2.exp ... +PASS: gdb.base/hashline2.exp: set breakpoint +Running ../../../master/gdb/testsuite/gdb.base/hashline3.exp ... +PASS: gdb.base/hashline3.exp: set breakpoint +Running ../../../master/gdb/testsuite/gdb.base/hbreak.exp ... +PASS: gdb.base/hbreak.exp: hbreak +PASS: gdb.base/hbreak.exp: continue to break-at-exit after hbreak +Running ../../../master/gdb/testsuite/gdb.base/help.exp ... +PASS: gdb.base/help.exp: test set height +PASS: gdb.base/help.exp: help add-symbol-file +PASS: gdb.base/help.exp: help advance +PASS: gdb.base/help.exp: help aliases +PASS: gdb.base/help.exp: help append +PASS: gdb.base/help.exp: help append binary +PASS: gdb.base/help.exp: help append memory +PASS: gdb.base/help.exp: help append value +PASS: gdb.base/help.exp: help append binary memory +PASS: gdb.base/help.exp: help append binary value +PASS: gdb.base/help.exp: help attach +PASS: gdb.base/help.exp: help breakpoint "b" abbreviation +PASS: gdb.base/help.exp: help breakpoint "br" abbreviation +PASS: gdb.base/help.exp: help breakpoint "bre" abbreviation +PASS: gdb.base/help.exp: help breakpoint "brea" abbreviation +PASS: gdb.base/help.exp: help breakpoint "break" abbreviation +PASS: gdb.base/help.exp: help breakpoints +PASS: gdb.base/help.exp: help backtrace "bt" abbreviation +PASS: gdb.base/help.exp: help backtrace +PASS: gdb.base/help.exp: help continue "c" abbreviation +PASS: gdb.base/help.exp: help continue +PASS: gdb.base/help.exp: help call +PASS: gdb.base/help.exp: help catch +PASS: gdb.base/help.exp: help cd +PASS: gdb.base/help.exp: help clear +PASS: gdb.base/help.exp: help commands +PASS: gdb.base/help.exp: help condition +PASS: gdb.base/help.exp: help core-file +PASS: gdb.base/help.exp: help delete "d" abbreviation +PASS: gdb.base/help.exp: help delete +PASS: gdb.base/help.exp: help data +PASS: gdb.base/help.exp: help define +PASS: gdb.base/help.exp: help delete breakpoints +PASS: gdb.base/help.exp: help delete display +PASS: gdb.base/help.exp: help detach +PASS: gdb.base/help.exp: help directory +PASS: gdb.base/help.exp: help disable "dis" abbreviation +PASS: gdb.base/help.exp: help disable "disa" abbreviation +PASS: gdb.base/help.exp: help disable +PASS: gdb.base/help.exp: help disable breakpoints +PASS: gdb.base/help.exp: help disable display +PASS: gdb.base/help.exp: help disassemble +PASS: gdb.base/help.exp: help display +PASS: gdb.base/help.exp: help do +PASS: gdb.base/help.exp: help document +PASS: gdb.base/help.exp: help down +PASS: gdb.base/help.exp: help down-silently +PASS: gdb.base/help.exp: help dump +PASS: gdb.base/help.exp: help dump binary +PASS: gdb.base/help.exp: help dump ihex +PASS: gdb.base/help.exp: help dump memory +PASS: gdb.base/help.exp: help dump srec +PASS: gdb.base/help.exp: help dump tekhex +PASS: gdb.base/help.exp: help dump value +PASS: gdb.base/help.exp: help dump binary memory +PASS: gdb.base/help.exp: help dump binary value +PASS: gdb.base/help.exp: help dump ihex memory +PASS: gdb.base/help.exp: help dump ihex value +PASS: gdb.base/help.exp: help dump srec memory +PASS: gdb.base/help.exp: help dump srec value +PASS: gdb.base/help.exp: help dump tekhex memory +PASS: gdb.base/help.exp: help dump tekhex value +PASS: gdb.base/help.exp: help echo +PASS: gdb.base/help.exp: help enable breakpoints delete +PASS: gdb.base/help.exp: help enable breakpoints once +PASS: gdb.base/help.exp: help enable breakpoints +PASS: gdb.base/help.exp: help enable delete +PASS: gdb.base/help.exp: help enable display +PASS: gdb.base/help.exp: help enable once +PASS: gdb.base/help.exp: help enable +PASS: gdb.base/help.exp: help exec-file +PASS: gdb.base/help.exp: help frame "f" abbreviation +PASS: gdb.base/help.exp: help frame +PASS: gdb.base/help.exp: help fg +PASS: gdb.base/help.exp: help file +PASS: gdb.base/help.exp: help files +PASS: gdb.base/help.exp: help finish +PASS: gdb.base/help.exp: help forward-search +PASS: gdb.base/help.exp: help gcore +PASS: gdb.base/help.exp: help gcore +PASS: gdb.base/help.exp: help help "h" abbreviation +PASS: gdb.base/help.exp: help help +PASS: gdb.base/help.exp: help handle +PASS: gdb.base/help.exp: help info "i" abbreviation +PASS: gdb.base/help.exp: help info +PASS: gdb.base/help.exp: help ignore +PASS: gdb.base/help.exp: help info address +PASS: gdb.base/help.exp: help info all-registers +PASS: gdb.base/help.exp: help info args +PASS: gdb.base/help.exp: help info breakpoints +PASS: gdb.base/help.exp: help info catch +PASS: gdb.base/help.exp: help info copying +PASS: gdb.base/help.exp: help info display +PASS: gdb.base/help.exp: help info frame "f" abbreviation +PASS: gdb.base/help.exp: help info frame +PASS: gdb.base/help.exp: help info files +PASS: gdb.base/help.exp: help info float +PASS: gdb.base/help.exp: help info functions +PASS: gdb.base/help.exp: help info line +PASS: gdb.base/help.exp: help info locals +PASS: gdb.base/help.exp: help info program +PASS: gdb.base/help.exp: help info registers +PASS: gdb.base/help.exp: help info stack "s" abbreviation +PASS: gdb.base/help.exp: help info stack +PASS: gdb.base/help.exp: help info set +PASS: gdb.base/help.exp: help info signals +PASS: gdb.base/help.exp: help info source +PASS: gdb.base/help.exp: help info sources +PASS: gdb.base/help.exp: help info symbol +PASS: gdb.base/help.exp: help info target +PASS: gdb.base/help.exp: help info terminal +PASS: gdb.base/help.exp: help info threads +PASS: gdb.base/help.exp: help info types +PASS: gdb.base/help.exp: help info variables +PASS: gdb.base/help.exp: help info warranty +PASS: gdb.base/help.exp: help info watchpoints +PASS: gdb.base/help.exp: help inspect +PASS: gdb.base/help.exp: help jump +PASS: gdb.base/help.exp: help kill +PASS: gdb.base/help.exp: help list "l" abbreviation +PASS: gdb.base/help.exp: help list +PASS: gdb.base/help.exp: help load +PASS: gdb.base/help.exp: help make +PASS: gdb.base/help.exp: help next "n" abbreviation +PASS: gdb.base/help.exp: help next +PASS: gdb.base/help.exp: help nexti +PASS: gdb.base/help.exp: help obscure +PASS: gdb.base/help.exp: help output +PASS: gdb.base/help.exp: help overlay +PASS: gdb.base/help.exp: help overlay off +PASS: gdb.base/help.exp: help overlay manual +PASS: gdb.base/help.exp: help overlay auto +PASS: gdb.base/help.exp: help overlay list +PASS: gdb.base/help.exp: help overlay map +PASS: gdb.base/help.exp: help overlay unmap +PASS: gdb.base/help.exp: help overlay load +PASS: gdb.base/help.exp: help print "p" abbreviation +PASS: gdb.base/help.exp: help print +PASS: gdb.base/help.exp: help path +PASS: gdb.base/help.exp: help printcmds +PASS: gdb.base/help.exp: help printf +PASS: gdb.base/help.exp: help ptype +PASS: gdb.base/help.exp: help pwd +PASS: gdb.base/help.exp: help quit "q" abbreviation +PASS: gdb.base/help.exp: help quit +PASS: gdb.base/help.exp: help run "r" abbreviation +PASS: gdb.base/help.exp: help run +PASS: gdb.base/help.exp: help rbreak +PASS: gdb.base/help.exp: help restore +PASS: gdb.base/help.exp: help return +PASS: gdb.base/help.exp: help reverse-search +PASS: gdb.base/help.exp: help running +PASS: gdb.base/help.exp: help step "s" abbreviation +PASS: gdb.base/help.exp: help step #1 +PASS: gdb.base/help.exp: help search +PASS: gdb.base/help.exp: help section +PASS: gdb.base/help.exp: help set annotate +PASS: gdb.base/help.exp: help set args +PASS: gdb.base/help.exp: help set check "c" abbreviation +PASS: gdb.base/help.exp: help set check "ch" abbreviation +PASS: gdb.base/help.exp: help set check +PASS: gdb.base/help.exp: help set check range +PASS: gdb.base/help.exp: help set check type +PASS: gdb.base/help.exp: help set complaints +PASS: gdb.base/help.exp: help set confirm +PASS: gdb.base/help.exp: help set editing +PASS: gdb.base/help.exp: help set environment +PASS: gdb.base/help.exp: help set height +PASS: gdb.base/help.exp: help set history expansion +PASS: gdb.base/help.exp: help set history filename +PASS: gdb.base/help.exp: help set history save +PASS: gdb.base/help.exp: help set history size +PASS: gdb.base/help.exp: help set history +PASS: gdb.base/help.exp: help set language +PASS: gdb.base/help.exp: help set listsize +PASS: gdb.base/help.exp: help set print "p" abbreviation +PASS: gdb.base/help.exp: help set print "pr" abbreviation +PASS: gdb.base/help.exp: help set print +PASS: gdb.base/help.exp: help set print address +PASS: gdb.base/help.exp: help set print array +PASS: gdb.base/help.exp: help set print asm-demangle +PASS: gdb.base/help.exp: help set print demangle +PASS: gdb.base/help.exp: help set print elements +PASS: gdb.base/help.exp: help set print object +PASS: gdb.base/help.exp: help set print pretty +PASS: gdb.base/help.exp: help set print sevenbit-strings +PASS: gdb.base/help.exp: help set print union +PASS: gdb.base/help.exp: help set print vtbl +PASS: gdb.base/help.exp: help set prompt +PASS: gdb.base/help.exp: help set radix +PASS: gdb.base/help.exp: help set symbol-reloading +PASS: gdb.base/help.exp: help set variable +PASS: gdb.base/help.exp: help set verbose +PASS: gdb.base/help.exp: help set width +PASS: gdb.base/help.exp: help set write +PASS: gdb.base/help.exp: help set +PASS: gdb.base/help.exp: help shell +PASS: gdb.base/help.exp: help show annotate +PASS: gdb.base/help.exp: help show args +PASS: gdb.base/help.exp: help show check "c" abbreviation +PASS: gdb.base/help.exp: help show check +PASS: gdb.base/help.exp: help show check range +PASS: gdb.base/help.exp: help show check type +PASS: gdb.base/help.exp: help show commands +PASS: gdb.base/help.exp: help show complaints +PASS: gdb.base/help.exp: help show confirm +PASS: gdb.base/help.exp: help show convenience +PASS: gdb.base/help.exp: help show directories +PASS: gdb.base/help.exp: help show editing +PASS: gdb.base/help.exp: help show environment +PASS: gdb.base/help.exp: help show height +PASS: gdb.base/help.exp: help show history expansion +PASS: gdb.base/help.exp: help show history filename +PASS: gdb.base/help.exp: help show history save +PASS: gdb.base/help.exp: help show history size +PASS: gdb.base/help.exp: help show history +PASS: gdb.base/help.exp: help show language +PASS: gdb.base/help.exp: help show listsize +PASS: gdb.base/help.exp: help show print "p" abbreviation +PASS: gdb.base/help.exp: help show print "pr" abbreviation +PASS: gdb.base/help.exp: help show print "p" abbreviation +PASS: gdb.base/help.exp: help show paths +PASS: gdb.base/help.exp: help show print address +PASS: gdb.base/help.exp: help show print array +PASS: gdb.base/help.exp: help show print asm-demangle +PASS: gdb.base/help.exp: help show print demangle +PASS: gdb.base/help.exp: help show print elements +PASS: gdb.base/help.exp: help show print object +PASS: gdb.base/help.exp: help show print pretty +PASS: gdb.base/help.exp: help show print sevenbit-strings +PASS: gdb.base/help.exp: help show print union +PASS: gdb.base/help.exp: help show print vtbl +PASS: gdb.base/help.exp: help show prompt +PASS: gdb.base/help.exp: help show radix +PASS: gdb.base/help.exp: help show symbol-reloading +PASS: gdb.base/help.exp: help show user +PASS: gdb.base/help.exp: help show values +PASS: gdb.base/help.exp: help show verbose +PASS: gdb.base/help.exp: help show version +PASS: gdb.base/help.exp: help show width +PASS: gdb.base/help.exp: help show write +PASS: gdb.base/help.exp: help show +PASS: gdb.base/help.exp: help step #2 +PASS: gdb.base/help.exp: help stepi "si" abbreviation +PASS: gdb.base/help.exp: help stepi +PASS: gdb.base/help.exp: help signal +PASS: gdb.base/help.exp: help source +PASS: gdb.base/help.exp: help stack +PASS: gdb.base/help.exp: help status +PASS: gdb.base/help.exp: help support +PASS: gdb.base/help.exp: help symbol-file +PASS: gdb.base/help.exp: help target child +PASS: gdb.base/help.exp: help target procfs (procfs version) +PASS: gdb.base/help.exp: help target core +PASS: gdb.base/help.exp: help target exec +PASS: gdb.base/help.exp: help target remote +PASS: gdb.base/help.exp: help target +PASS: gdb.base/help.exp: help tbreak +PASS: gdb.base/help.exp: help thread +PASS: gdb.base/help.exp: help thread apply +PASS: gdb.base/help.exp: help thread find +PASS: gdb.base/help.exp: help thread name +PASS: gdb.base/help.exp: help tty +PASS: gdb.base/help.exp: help until "u" abbreviation +PASS: gdb.base/help.exp: help until +PASS: gdb.base/help.exp: help undisplay +PASS: gdb.base/help.exp: help unset environment +PASS: gdb.base/help.exp: help unset +PASS: gdb.base/help.exp: help up +PASS: gdb.base/help.exp: help up-silently +PASS: gdb.base/help.exp: help user-defined +PASS: gdb.base/help.exp: help watch +PASS: gdb.base/help.exp: help whatis +PASS: gdb.base/help.exp: help where +PASS: gdb.base/help.exp: help x +PASS: gdb.base/help.exp: help info bogus-gdb-command +PASS: gdb.base/help.exp: help gotcha +PASS: gdb.base/help.exp: apropos \(print[^ bsiedf\".-]\) +PASS: gdb.base/help.exp: apropos handle a signal +PASS: gdb.base/help.exp: apropos apropos +Running ../../../master/gdb/testsuite/gdb.base/hook-stop-continue.exp ... +PASS: gdb.base/hook-stop-continue.exp: breakpoint line number +PASS: gdb.base/hook-stop-continue.exp: print $do_continue = 1 +PASS: gdb.base/hook-stop-continue.exp: define hook-stop command +PASS: gdb.base/hook-stop-continue.exp: next triggering hook-stop +PASS: gdb.base/hook-stop-continue.exp: next no hook-stop +Running ../../../master/gdb/testsuite/gdb.base/hook-stop-frame.exp ... +PASS: gdb.base/hook-stop-frame.exp: breakpoint line number +PASS: gdb.base/hook-stop-frame.exp: define hook-stop command +PASS: gdb.base/hook-stop-frame.exp: hook-stop runs before frame print +Running ../../../master/gdb/testsuite/gdb.base/huge.exp ... +PASS: gdb.base/huge.exp: print a very large data object +Running ../../../master/gdb/testsuite/gdb.base/ifelse.exp ... +PASS: gdb.base/ifelse.exp: if 1 with empty body +PASS: gdb.base/ifelse.exp: if 0 with empty body +PASS: gdb.base/ifelse.exp: if true else false #1 +PASS: gdb.base/ifelse.exp: if 1 .. else with empty body +PASS: gdb.base/ifelse.exp: if true else false #2 +PASS: gdb.base/ifelse.exp: if 0 .. else with empty body +PASS: gdb.base/ifelse.exp: if true else false #3 +PASS: gdb.base/ifelse.exp: create define with empty else +PASS: gdb.base/ifelse.exp: call original define +PASS: gdb.base/ifelse.exp: replace define with if .. else with empty body +PASS: gdb.base/ifelse.exp: call replacement define +Running ../../../master/gdb/testsuite/gdb.base/included.exp ... +PASS: gdb.base/included.exp: set listsize 1 +PASS: gdb.base/included.exp: list main +PASS: gdb.base/included.exp: list integer +PASS: gdb.base/included.exp: ptype integer +PASS: gdb.base/included.exp: info variables integer +Running ../../../master/gdb/testsuite/gdb.base/infnan.exp ... +PASS: gdb.base/infnan.exp: print a +PASS: gdb.base/infnan.exp: print b +Running ../../../master/gdb/testsuite/gdb.base/info-proc.exp ... +PASS: gdb.base/info-proc.exp: help info proc +PASS: gdb.base/info-proc.exp: info proc without a process +PASS: gdb.base/info-proc.exp: info proc with process +PASS: gdb.base/info-proc.exp: info proc mapping +Running ../../../master/gdb/testsuite/gdb.base/info-target.exp ... +PASS: gdb.base/info-target.exp: info target +Running ../../../master/gdb/testsuite/gdb.base/interact.exp ... +PASS: gdb.base/interact.exp: set interactive-mode auto +PASS: gdb.base/interact.exp: source script with interactive-mode auto +PASS: gdb.base/interact.exp: sanity check with interactive-mode auto +PASS: gdb.base/interact.exp: show interactive-mode (auto) +PASS: gdb.base/interact.exp: set interactive-mode on +PASS: gdb.base/interact.exp: source script with interactive-mode on +PASS: gdb.base/interact.exp: sanity check with interactive-mode on +PASS: gdb.base/interact.exp: show interactive-mode (on) +PASS: gdb.base/interact.exp: set interactive-mode off +PASS: gdb.base/interact.exp: source script with interactive-mode off +PASS: gdb.base/interact.exp: sanity check with interactive-mode off +PASS: gdb.base/interact.exp: show interactive-mode (off) +Running ../../../master/gdb/testsuite/gdb.base/interp.exp ... +PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *" +PASS: gdb.base/interp.exp: interpreter-exec console "show version" +PASS: gdb.base/interp.exp: interpreter-exec mi "-var-update *" +Running ../../../master/gdb/testsuite/gdb.base/interrupt.exp ... +PASS: gdb.base/interrupt.exp: set interrupt character in interrupt.exp +PASS: gdb.base/interrupt.exp: child process is alive +PASS: gdb.base/interrupt.exp: child process ate our char +PASS: gdb.base/interrupt.exp: send_gdb control C +PASS: gdb.base/interrupt.exp: call function when asleep +PASS: gdb.base/interrupt.exp: call function a second time +PASS: gdb.base/interrupt.exp: continue +PASS: gdb.base/interrupt.exp: echo data +PASS: gdb.base/interrupt.exp: Send Control-C, second time +PASS: gdb.base/interrupt.exp: signal SIGINT +PASS: gdb.base/interrupt.exp: echo more data +PASS: gdb.base/interrupt.exp: send end of file +Running ../../../master/gdb/testsuite/gdb.base/jit.exp ... +PASS: one_jit_test-1 continue to breakpoint: break here 0 +PASS: one_jit_test-1 set var argc = 2 +PASS: one_jit_test-1 set var libname = "OBJDIR/gdb.base/jit-solib.so" +PASS: one_jit_test-1 set var count = 1 +PASS: one_jit_test-1 continue to breakpoint: break here 1 +PASS: one_jit_test-1 info function jit_function +PASS: one_jit_test-1 continue to breakpoint: break here 2 +PASS: one_jit_test-1 set +PASS: one_jit_test-2 continue to breakpoint: break here 0 +PASS: one_jit_test-2 set var argc = 2 +PASS: one_jit_test-2 set var libname = "OBJDIR/gdb.base/jit-solib.so" +PASS: one_jit_test-2 set var count = 2 +PASS: one_jit_test-2 continue to breakpoint: break here 1 +PASS: one_jit_test-2 info function jit_function +PASS: one_jit_test-2 continue to breakpoint: break here 2 +PASS: one_jit_test-2 set +Running ../../../master/gdb/testsuite/gdb.base/jump.exp ... +PASS: gdb.base/jump.exp: break before jump to non-call +PASS: gdb.base/jump.exp: jump to non-call +PASS: gdb.base/jump.exp: break before jump to call +PASS: gdb.base/jump.exp: jump to call +PASS: gdb.base/jump.exp: disable breakpoint on call +PASS: gdb.base/jump.exp: jump to call with disabled breakpoint +PASS: gdb.base/jump.exp: jump without argument disallowed +PASS: gdb.base/jump.exp: jump with trailing argument junk +PASS: gdb.base/jump.exp: aborted jump out of current function +PASS: gdb.base/jump.exp: jump out of current function +Running ../../../master/gdb/testsuite/gdb.base/kill-after-signal.exp ... +PASS: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass +PASS: gdb.base/kill-after-signal.exp: continue +PASS: gdb.base/kill-after-signal.exp: stepi +PASS: gdb.base/kill-after-signal.exp: kill +Running ../../../master/gdb/testsuite/gdb.base/label.exp ... +PASS: gdb.base/label.exp: breakpoint here +PASS: gdb.base/label.exp: breakpoint there +PASS: gdb.base/label.exp: continue to 'there' +PASS: gdb.base/label.exp: continue to 'here' +PASS: gdb.base/label.exp: rerun to main +PASS: gdb.base/label.exp: continue to 'there' after re-run +Running ../../../master/gdb/testsuite/gdb.base/langs.exp ... +PASS: gdb.base/langs.exp: break on nonexistent function in langs.exp +PASS: gdb.base/langs.exp: show language at csub in langs.exp +PASS: gdb.base/langs.exp: backtrace in langs.exp +PASS: gdb.base/langs.exp: up to foo in langs.exp +PASS: gdb.base/langs.exp: show language at foo in langs.exp +PASS: gdb.base/langs.exp: up to cppsub_ in langs.exp +PASS: gdb.base/langs.exp: show language at cppsub_ in langs.exp +PASS: gdb.base/langs.exp: up to fsub in langs.exp +PASS: gdb.base/langs.exp: show language at fsub in langs.exp +PASS: gdb.base/langs.exp: up to langs0__2do in langs.exp +PASS: gdb.base/langs.exp: show language at langs0__2do in langs.exp +PASS: gdb.base/langs.exp: up to main in langs.exp +PASS: gdb.base/langs.exp: show language at main in langs.exp +PASS: gdb.base/langs.exp: continue until exit at langs.exp +PASS: gdb.base/langs.exp: set lang to minimal +PASS: gdb.base/langs.exp: print parameter value +Running ../../../master/gdb/testsuite/gdb.base/lineinc.exp ... +PASS: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line +Running ../../../master/gdb/testsuite/gdb.base/list.exp ... +PASS: gdb.base/list.exp: set width 0 +PASS: gdb.base/list.exp: show default list size +PASS: gdb.base/list.exp: list default lines around main +PASS: gdb.base/list.exp: setting listsize to 1 #1 +PASS: gdb.base/list.exp: show listsize 1 #1 +PASS: gdb.base/list.exp: list line 1 with listsize 1 +PASS: gdb.base/list.exp: list line 2 with listsize 1 +PASS: gdb.base/list.exp: setting listsize to 2 #2 +PASS: gdb.base/list.exp: show listsize 2 #2 +PASS: gdb.base/list.exp: list line 1 with listsize 2 +PASS: gdb.base/list.exp: list line 2 with listsize 2 +PASS: gdb.base/list.exp: list line 3 with listsize 2 +PASS: gdb.base/list.exp: setting listsize to 3 #3 +PASS: gdb.base/list.exp: show listsize 3 #3 +PASS: gdb.base/list.exp: list line 1 with listsize 3 +PASS: gdb.base/list.exp: list line 2 with listsize 3 +PASS: gdb.base/list.exp: list line 3 with listsize 3 +PASS: gdb.base/list.exp: setting listsize to 4 #4 +PASS: gdb.base/list.exp: show listsize 4 #4 +PASS: gdb.base/list.exp: list line 1 with listsize 4 +PASS: gdb.base/list.exp: list line 2 with listsize 4 +PASS: gdb.base/list.exp: list line 3 with listsize 4 +PASS: gdb.base/list.exp: list line 4 with listsize 4 +PASS: gdb.base/list.exp: setting listsize to 100 #5 +PASS: gdb.base/list.exp: show listsize 100 #5 +PASS: gdb.base/list.exp: list line 1 with listsize 100 +PASS: gdb.base/list.exp: list line 10 with listsize 100 +PASS: gdb.base/list.exp: setting listsize to 0 #6 +PASS: gdb.base/list.exp: show listsize unlimited #6 +PASS: gdb.base/list.exp: listsize of 0 suppresses output +PASS: gdb.base/list.exp: setting listsize to -1 #7 +PASS: gdb.base/list.exp: show listsize unlimited #7 +XFAIL: gdb.base/list.exp: list line 1 with unlimited listsize +PASS: gdb.base/list.exp: setting listsize to 10 #8 +PASS: gdb.base/list.exp: show listsize 10 #8 +PASS: gdb.base/list.exp: list line 1 in include file +PASS: gdb.base/list.exp: list message for lines past EOF +PASS: gdb.base/list.exp: list filename:number (4 tests) +PASS: gdb.base/list.exp: list function in source file 1 +PASS: gdb.base/list.exp: list function in source file 2 +PASS: gdb.base/list.exp: list function in include file +PASS: gdb.base/list.exp: successive list commands to page forward (4 tests) +PASS: gdb.base/list.exp: 4 successive "list -" commands to page backwards +PASS: gdb.base/list.exp: repeat list commands to page forward using 'return' (4 tests) +PASS: gdb.base/list.exp: list range; filename:line1,filename:line2 +PASS: gdb.base/list.exp: list range; line1,line2 +PASS: gdb.base/list.exp: list range; upper bound past EOF +PASS: gdb.base/list.exp: list range; both bounds past EOF +PASS: gdb.base/list.exp: list range, must be same files +PASS: gdb.base/list.exp: list filename:function (5 tests) +PASS: gdb.base/list.exp: list 'list0.c:main' +XFAIL: gdb.base/list.exp: list filename:function; wrong filename rejected +PASS: gdb.base/list.exp: list filename:function; nonexistant file +PASS: gdb.base/list.exp: list filename:function; nonexistant function +PASS: gdb.base/list.exp: set listsize 4 +PASS: gdb.base/list.exp: list long_line +PASS: gdb.base/list.exp: search 4321 +PASS: gdb.base/list.exp: search 6789 +PASS: gdb.base/list.exp: search extremely long line (> 5000 chars) +Running ../../../master/gdb/testsuite/gdb.base/logical.exp ... +PASS: gdb.base/logical.exp: evaluate x; variables x = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x; variables x = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !!x; variables x = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x; variables x = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x; variables x = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !!x; variables x = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x < y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x == y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x != y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 0, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x > y; variables x = 0, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x < y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x == y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x != y; variables x = 0, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x > y; variables x = 0, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x < y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x == y; variables x = 1, y = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x != y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x > y; variables x = 1, y = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x && y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && !y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x && !y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || !y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x < y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x <= y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x == y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x != y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x >= y; variables x = 1, y = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x > y; variables x = 1, y = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 0, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 0, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 0, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 0, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 1, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 1, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 1, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 1, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 0, y = 1, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 0, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 0, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 0, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 0, y = 1, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 0, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 0, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 0, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 0, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 0, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 0, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 0, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 0, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 0, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 0, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 1, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 1, z = 0; expecting 0 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 1, z = 0; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y && z; variables x = 1, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y && z; variables x = 1, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x && y || z; variables x = 1, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || y || z; variables x = 1, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate x || !y && z; variables x = 1, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && z; variables x = 1, y = 1, z = 1; expecting 1 +PASS: gdb.base/logical.exp: evaluate !x || y && !z; variables x = 1, y = 1, z = 1; expecting 0 +PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 1, y = 2, w = 3, z = 3; expecting 1 +PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 1, y = 2, w = 3, z = 3; expecting 0 +PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 1, y = 2, w = 3, z = 3; expecting 1 +PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 1, y = 2, w = 1, z = 3; expecting 0 +PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 1, y = 2, w = 1, z = 3; expecting 0 +PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 1, y = 2, w = 1, z = 3; expecting 1 +PASS: gdb.base/logical.exp: evaluate x > y || w == z; variables x = 2, y = 2, w = 2, z = 3; expecting 0 +PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 2, y = 2, w = 2, z = 3; expecting 1 +PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 2, y = 2, w = 2, z = 3; expecting 1 +Running ../../../master/gdb/testsuite/gdb.base/long_long.exp ... +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (char)" (1) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (short)" (2) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (int)" (4) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long)" (4) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long long)" (8) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (void *)" (4) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (double)" (8) +PASS: gdb.base/long_long.exp: get integer valueof "sizeof (long double)" (12) +PASS: gdb.base/long_long.exp: continue to breakpoint: Stop here and look +PASS: gdb.base/long_long.exp: hex print p/x +PASS: gdb.base/long_long.exp: decimal print p/x +PASS: gdb.base/long_long.exp: default print val.dec +PASS: gdb.base/long_long.exp: default print val.bin +PASS: gdb.base/long_long.exp: default print val.oct +PASS: gdb.base/long_long.exp: default print hex +PASS: gdb.base/long_long.exp: decimal print p/u +PASS: gdb.base/long_long.exp: binary print +PASS: gdb.base/long_long.exp: octal print +PASS: gdb.base/long_long.exp: print +ve long long +PASS: gdb.base/long_long.exp: decimal print p/d +PASS: gdb.base/long_long.exp: p/d val.oct +PASS: gdb.base/long_long.exp: p/u val.oct +PASS: gdb.base/long_long.exp: p/o val.oct +PASS: gdb.base/long_long.exp: p/t val.oct +PASS: gdb.base/long_long.exp: p/a val.oct +PASS: gdb.base/long_long.exp: p/c val.oct +PASS: gdb.base/long_long.exp: p/f val.oct +PASS: gdb.base/long_long.exp: p/x *(char *)c +PASS: gdb.base/long_long.exp: p/d *(char *)c +PASS: gdb.base/long_long.exp: p/u *(char *)c +PASS: gdb.base/long_long.exp: p/o *(char *)c +PASS: gdb.base/long_long.exp: p/t *(char *)c +PASS: gdb.base/long_long.exp: p/a *(char *)c +PASS: gdb.base/long_long.exp: p/f *(char *)c +PASS: gdb.base/long_long.exp: p/c *(char *)c +PASS: gdb.base/long_long.exp: p/x *(short *)s +PASS: gdb.base/long_long.exp: p/d *(short *)s +PASS: gdb.base/long_long.exp: p/u *(short *)s +PASS: gdb.base/long_long.exp: p/o *(short *)s +PASS: gdb.base/long_long.exp: p/t *(short *)s +PASS: gdb.base/long_long.exp: p/a *(short *)s +PASS: gdb.base/long_long.exp: p/f *(short *)s +PASS: gdb.base/long_long.exp: p/c *(short *)s +PASS: gdb.base/long_long.exp: p/x *(int *)i +PASS: gdb.base/long_long.exp: p/d *(int *)i +PASS: gdb.base/long_long.exp: p/u *(int *)i +PASS: gdb.base/long_long.exp: p/o *(int *)i +PASS: gdb.base/long_long.exp: p/t *(int *)i +PASS: gdb.base/long_long.exp: p/a *(int *)i +PASS: gdb.base/long_long.exp: p/f *(int *)i +PASS: gdb.base/long_long.exp: p/c *(int *)i +PASS: gdb.base/long_long.exp: p/x *(long *)l +PASS: gdb.base/long_long.exp: p/d *(long *)l +PASS: gdb.base/long_long.exp: p/u *(long *)l +PASS: gdb.base/long_long.exp: p/o *(long *)l +PASS: gdb.base/long_long.exp: p/t *(long *)l +PASS: gdb.base/long_long.exp: p/a *(long *)l +PASS: gdb.base/long_long.exp: p/f *(long *)l +PASS: gdb.base/long_long.exp: p/c *(long *)l +PASS: gdb.base/long_long.exp: p/x *(long long *)ll +PASS: gdb.base/long_long.exp: p/d *(long long *)ll +PASS: gdb.base/long_long.exp: p/u *(long long *)ll +PASS: gdb.base/long_long.exp: p/o *(long long *)ll +PASS: gdb.base/long_long.exp: p/t *(long long *)ll +PASS: gdb.base/long_long.exp: p/a *(long long *)ll +PASS: gdb.base/long_long.exp: p/f *(long long *)ll +PASS: gdb.base/long_long.exp: p/c *(long long *)ll +PASS: gdb.base/long_long.exp: set examine size to w +PASS: gdb.base/long_long.exp: x/x w +PASS: gdb.base/long_long.exp: x/d w +PASS: gdb.base/long_long.exp: x/u w +PASS: gdb.base/long_long.exp: x/o w +PASS: gdb.base/long_long.exp: x/t w +PASS: gdb.base/long_long.exp: x/a +PASS: gdb.base/long_long.exp: x/c b +PASS: gdb.base/long_long.exp: x/f &val.oct +PASS: gdb.base/long_long.exp: set examine size to g +PASS: gdb.base/long_long.exp: x/2x g +PASS: gdb.base/long_long.exp: x/2d g +PASS: gdb.base/long_long.exp: x/2u g +PASS: gdb.base/long_long.exp: x/2o g +PASS: gdb.base/long_long.exp: x/2t g +PASS: gdb.base/long_long.exp: x/2a +PASS: gdb.base/long_long.exp: x/2c b +PASS: gdb.base/long_long.exp: x/2f &val.oct +PASS: gdb.base/long_long.exp: x/2bx b +PASS: gdb.base/long_long.exp: x/2bd b +PASS: gdb.base/long_long.exp: x/2bu b +PASS: gdb.base/long_long.exp: x/2bo b +PASS: gdb.base/long_long.exp: x/2bt b +PASS: gdb.base/long_long.exp: x/2ba b +PASS: gdb.base/long_long.exp: x/2bc b +PASS: gdb.base/long_long.exp: x/2bf b +PASS: gdb.base/long_long.exp: x/2hx h +PASS: gdb.base/long_long.exp: x/2hd h +PASS: gdb.base/long_long.exp: x/2hu h +PASS: gdb.base/long_long.exp: x/2ho h +PASS: gdb.base/long_long.exp: x/2ht h +PASS: gdb.base/long_long.exp: x/2ha h +PASS: gdb.base/long_long.exp: x/2hc h +PASS: gdb.base/long_long.exp: x/2hf h +PASS: gdb.base/long_long.exp: x/2wx w +PASS: gdb.base/long_long.exp: x/2wd w +PASS: gdb.base/long_long.exp: x/2wu w +PASS: gdb.base/long_long.exp: x/2wo w +PASS: gdb.base/long_long.exp: x/2wt w +PASS: gdb.base/long_long.exp: x/2wa w +PASS: gdb.base/long_long.exp: x/2wc w +PASS: gdb.base/long_long.exp: x/2wf w +PASS: gdb.base/long_long.exp: x/2gx g +PASS: gdb.base/long_long.exp: x/2gd g +PASS: gdb.base/long_long.exp: x/2gu g +PASS: gdb.base/long_long.exp: x/2go g +PASS: gdb.base/long_long.exp: x/2gt g +PASS: gdb.base/long_long.exp: x/2ga g +PASS: gdb.base/long_long.exp: x/2gc g +PASS: gdb.base/long_long.exp: x/2gf g +Running ../../../master/gdb/testsuite/gdb.base/longjmp.exp ... +PASS: gdb.base/longjmp.exp: breakpoint at pattern 1 start +PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 1 start +PASS: gdb.base/longjmp.exp: breakpoint at miss_step_1 +PASS: gdb.base/longjmp.exp: next over setjmp (1) +PASS: gdb.base/longjmp.exp: next to longjmp (1) +FAIL: gdb.base/longjmp.exp: next over longjmp(1) +PASS: gdb.base/longjmp.exp: breakpoint at pattern 2 start +PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 2 start +PASS: gdb.base/longjmp.exp: breakpoint at miss_step_2 +PASS: gdb.base/longjmp.exp: next over setjmp (2) +FAIL: gdb.base/longjmp.exp: next over call_longjmp (2) +PASS: gdb.base/longjmp.exp: breakpoint at pattern 3 start +PASS: gdb.base/longjmp.exp: continue to breakpoint at pattern 3 start +FAIL: gdb.base/longjmp.exp: next over patt3 +Running ../../../master/gdb/testsuite/gdb.base/macscp.exp ... +PASS: gdb.base/macscp.exp: list main for support check +PASS: gdb.base/macscp.exp: list main for WHERE +PASS: gdb.base/macscp.exp: info macro WHERE after `list main' +PASS: gdb.base/macscp.exp: list macscp2_2 for WHERE +PASS: gdb.base/macscp.exp: info macro WHERE after `list macscp2_2' +PASS: gdb.base/macscp.exp: list macscp3_2 for WHERE +PASS: gdb.base/macscp.exp: info macro WHERE after `list macscp3_2' +PASS: gdb.base/macscp.exp: info macro FROM_COMMANDLINE +PASS: gdb.base/macscp.exp: list macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: info macro WHERE after `list macscp_4_2_from_macscp2' +PASS: gdb.base/macscp.exp: list macscp4_2_from_macscp3 +KFAIL: gdb.base/macscp.exp: info macro WHERE after `list macscp_4_2_from_macscp3' (gdb/555) (PRMS: gdb/555) +PASS: gdb.base/macscp.exp: break macscp1_1 +PASS: gdb.base/macscp.exp: break macscp2_1 +PASS: gdb.base/macscp.exp: break macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: break macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: break macscp2_2 +PASS: gdb.base/macscp.exp: break macscp1_2 +PASS: gdb.base/macscp.exp: break macscp3_1 +PASS: gdb.base/macscp.exp: break macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: break macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: break macscp3_2 +PASS: gdb.base/macscp.exp: break macscp1_3 +PASS: gdb.base/macscp.exp: continue to macscp1_1 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp1_1 +PASS: gdb.base/macscp.exp: continue to macscp2_1 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp2_1 +PASS: gdb.base/macscp.exp: continue to macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp4_1_from_macscp2 +PASS: gdb.base/macscp.exp: continue to macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp4_2_from_macscp2 +PASS: gdb.base/macscp.exp: continue to macscp2_2 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp2_2 +PASS: gdb.base/macscp.exp: continue to macscp1_2 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp1_2 +PASS: gdb.base/macscp.exp: continue to macscp3_1 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp3_1 +PASS: gdb.base/macscp.exp: continue to macscp4_1_from_macscp3 +KFAIL: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_1_from_macscp3 (gdb/555) (PRMS: gdb/555) +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp3 +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp4_1_from_macscp3 (PRMS: gdb/555) +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp4_1_from_macscp3 +PASS: gdb.base/macscp.exp: continue to macscp4_2_from_macscp3 +KFAIL: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_2_from_macscp3 (gdb/555) (PRMS: gdb/555) +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_2_from_macscp3 +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp3 (PRMS: gdb/555) +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp4_2_from_macscp3 +PASS: gdb.base/macscp.exp: continue to macscp3_2 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_3 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_3 defined/undefined when stopped at macscp3_2 +PASS: gdb.base/macscp.exp: continue to macscp1_3 +PASS: gdb.base/macscp.exp: info macro WHERE stopped in macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_1 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_1 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_1 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_1 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP3 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: BEFORE_MACSCP3_2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: UNTIL_MACSCP3_2 defined/undefined when stopped at macscp1_3 +PASS: gdb.base/macscp.exp: breakpoint macscp_expr +PASS: gdb.base/macscp.exp: continue to macsp_expr +PASS: gdb.base/macscp.exp: print address.addr +PASS: gdb.base/macscp.exp: print expression with macro before define. +PASS: gdb.base/macscp.exp: next to definition 1 +PASS: gdb.base/macscp.exp: print expression with macro in scope. +PASS: gdb.base/macscp.exp: user macro override +PASS: gdb.base/macscp.exp: choose user macro +PASS: gdb.base/macscp.exp: remove user override +PASS: gdb.base/macscp.exp: print expression with macro after removing override +PASS: gdb.base/macscp.exp: next to definition 2 +PASS: gdb.base/macscp.exp: print expression with macro after undef. +PASS: gdb.base/macscp.exp: basic macro define +PASS: gdb.base/macscp.exp: expansion of defined macro +PASS: gdb.base/macscp.exp: basic macro list +PASS: gdb.base/macscp.exp: basic redefine, macro with args +PASS: gdb.base/macscp.exp: expansion of macro with arguments +PASS: gdb.base/macscp.exp: basic macro undef +PASS: gdb.base/macscp.exp: print expression with macro after user undef. +PASS: gdb.base/macscp.exp: macro define with no arguments +PASS: gdb.base/macscp.exp: macro undef with no arguments +PASS: gdb.base/macscp.exp: complete 'p FIFTY_SEVEN' +PASS: gdb.base/macscp.exp: complete 'p TWENTY_' +PASS: gdb.base/macscp.exp: complete 'p FORTY_' +PASS: gdb.base/macscp.exp: defining TWENTY_THREE +PASS: gdb.base/macscp.exp: complete 'p TWENTY_THREE' +PASS: gdb.base/macscp.exp: basic macro splicing +PASS: gdb.base/macscp.exp: define splice helper +PASS: gdb.base/macscp.exp: splicing plus expansion +PASS: gdb.base/macscp.exp: define first varargs helper +PASS: gdb.base/macscp.exp: define second varargs helper +PASS: gdb.base/macscp.exp: define third varargs helper +PASS: gdb.base/macscp.exp: define fourth varargs helper +PASS: gdb.base/macscp.exp: c99 varargs expansion +PASS: gdb.base/macscp.exp: c99 varargs expansion without an argument +PASS: gdb.base/macscp.exp: c99 varargs expansion, multiple formal arguments +PASS: gdb.base/macscp.exp: gnu varargs expansion +PASS: gdb.base/macscp.exp: gnu varargs expansion without an argument +PASS: gdb.base/macscp.exp: gnu varargs expansion special splicing without an argument +PASS: gdb.base/macscp.exp: define stringification macro +PASS: gdb.base/macscp.exp: define first stringification helper +PASS: gdb.base/macscp.exp: define second stringification helper +PASS: gdb.base/macscp.exp: simple stringify +PASS: gdb.base/macscp.exp: stringify with one space +PASS: gdb.base/macscp.exp: stringify with many spaces +PASS: gdb.base/macscp.exp: stringify with quotes +PASS: gdb.base/macscp.exp: stringify with backslashes +PASS: gdb.base/macscp.exp: stringify without substitution +PASS: gdb.base/macscp.exp: stringify with substitution +PASS: gdb.base/macscp.exp: define si_addr macro +PASS: gdb.base/macscp.exp: macro expand siginfo.si_addr +Running ../../../master/gdb/testsuite/gdb.base/maint.exp ... +PASS: gdb.base/maint.exp: set height 0 +PASS: gdb.base/maint.exp: maint print registers +PASS: gdb.base/maint.exp: maint check-symtabs +PASS: gdb.base/maint.exp: maint space +PASS: gdb.base/maint.exp: maint space 1 +PASS: gdb.base/maint.exp: maint time +PASS: gdb.base/maint.exp: maint time 1 +PASS: gdb.base/maint.exp: maint time 0 +PASS: gdb.base/maint.exp: maint space 0 +PASS: gdb.base/maint.exp: maint demangle +PASS: gdb.base/maint.exp: maint demangle main +PASS: gdb.base/maint.exp: maint print statistics +PASS: gdb.base/maint.exp: maint print dummy-frames +PASS: gdb.base/maint.exp: maint print objfiles: header +PASS: gdb.base/maint.exp: maint print objfiles: psymtabs +PASS: gdb.base/maint.exp: maint print objfiles: symtabs +PASS: gdb.base/maint.exp: maint print psymbols w/o args +PASS: gdb.base/maint.exp: maint print psymbols 1 +PASS: gdb.base/maint.exp: shell rm -f psymbols_output +PASS: gdb.base/maint.exp: maint print msymbols w/o args +PASS: gdb.base/maint.exp: maint print msymbols +PASS: gdb.base/maint.exp: shell rm -f msymbols_output +PASS: gdb.base/maint.exp: cd to objdir +PASS: gdb.base/maint.exp: maint print msymbols +PASS: gdb.base/maint.exp: shell rm -f msymbols_output2 +PASS: gdb.base/maint.exp: cd to mydir +PASS: gdb.base/maint.exp: maint print symbols w/o args +PASS: gdb.base/maint.exp: maint print symbols +PASS: gdb.base/maint.exp: shell rm -f symbols_output +PASS: gdb.base/maint.exp: maint print type +PASS: gdb.base/maint.exp: maint info sections +PASS: gdb.base/maint.exp: maint info sections .text +PASS: gdb.base/maint.exp: maint info sections CODE +PASS: gdb.base/maint.exp: maint info sections DATA +PASS: gdb.base/maint.exp: maint info breakpoints +PASS: gdb.base/maint.exp: maint print w/o args +PASS: gdb.base/maint.exp: maint info w/o args +PASS: gdb.base/maint.exp: maint w/o args +PASS: gdb.base/maint.exp: help maint +PASS: gdb.base/maint.exp: help maint check-symtabs +PASS: gdb.base/maint.exp: help maint space +PASS: gdb.base/maint.exp: help maint time +PASS: gdb.base/maint.exp: help maint demangle +PASS: gdb.base/maint.exp: help maint dump-me +PASS: gdb.base/maint.exp: help maint internal-error +PASS: gdb.base/maint.exp: help maint internal-warning +PASS: gdb.base/maint.exp: help maint print statistics +PASS: gdb.base/maint.exp: help maint print dummy-frames +PASS: gdb.base/maint.exp: help maint print objfiles +PASS: gdb.base/maint.exp: help maint print psymbols +PASS: gdb.base/maint.exp: help maint print msymbols +PASS: gdb.base/maint.exp: help maint print symbols +PASS: gdb.base/maint.exp: help maint print type +PASS: gdb.base/maint.exp: help maint info sections +PASS: gdb.base/maint.exp: help maint info breakpoints +PASS: gdb.base/maint.exp: help maint info +PASS: gdb.base/maint.exp: help maint print +PASS: gdb.base/maint.exp: help maint +PASS: gdb.base/maint.exp: maint dump-me +PASS: gdb.base/maint.exp: maint internal-error +PASS: gdb.base/maint.exp: internal-error resync +Running ../../../master/gdb/testsuite/gdb.base/memattr.exp ... +PASS: gdb.base/memattr.exp: create mem region 1 +PASS: gdb.base/memattr.exp: create mem region 2 +PASS: gdb.base/memattr.exp: create mem region 3 +PASS: gdb.base/memattr.exp: create mem region 4 +PASS: gdb.base/memattr.exp: create mem region 5 +PASS: gdb.base/memattr.exp: info mem (1) +PASS: gdb.base/memattr.exp: mem1 cannot be read +PASS: gdb.base/memattr.exp: mem1 can be written +PASS: gdb.base/memattr.exp: mem2 cannot be written +PASS: gdb.base/memattr.exp: mem2 can be read +PASS: gdb.base/memattr.exp: disable mem 1 +PASS: gdb.base/memattr.exp: mem 1 was disabled +PASS: gdb.base/memattr.exp: enable mem 1 +PASS: gdb.base/memattr.exp: mem 1 was enabled +PASS: gdb.base/memattr.exp: disable mem 2 4 +PASS: gdb.base/memattr.exp: mem 2 and 4 were disabled +PASS: gdb.base/memattr.exp: enable mem 2-4 +PASS: gdb.base/memattr.exp: mem 2-4 were enabled +PASS: gdb.base/memattr.exp: disable mem +PASS: gdb.base/memattr.exp: mem 1 to 5 were disabled +PASS: gdb.base/memattr.exp: enable mem +PASS: gdb.base/memattr.exp: mem 1 to 5 were enabled +PASS: gdb.base/memattr.exp: disable non-existant regions +PASS: gdb.base/memattr.exp: delete mem 1 +PASS: gdb.base/memattr.exp: mem 1 was deleted +PASS: gdb.base/memattr.exp: delete mem 2 4 +PASS: gdb.base/memattr.exp: mem 2 and 4 were deleted +PASS: gdb.base/memattr.exp: delete mem 2-4 +PASS: gdb.base/memattr.exp: mem 2-4 were deleted +PASS: gdb.base/memattr.exp: delete non-existant region +Running ../../../master/gdb/testsuite/gdb.base/mips_pro.exp ... +PASS: gdb.base/mips_pro.exp: backtrace +Running ../../../master/gdb/testsuite/gdb.base/miscexprs.exp ... +PASS: gdb.base/miscexprs.exp: continue to marker1 +PASS: gdb.base/miscexprs.exp: up from marker1 +PASS: gdb.base/miscexprs.exp: print value of &ibig.i[0] +PASS: gdb.base/miscexprs.exp: print value of &cbig.c[0] +PASS: gdb.base/miscexprs.exp: print value of &fbig.f[0] +PASS: gdb.base/miscexprs.exp: print value of &dbig.d[0] +PASS: gdb.base/miscexprs.exp: print value of &sbig.s[0] +PASS: gdb.base/miscexprs.exp: print value of &lbig.l[0] +PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] | 1 +PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] & 127 +PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100] +PASS: gdb.base/miscexprs.exp: print value of !sbig.s[90] +PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100] +PASS: gdb.base/miscexprs.exp: print value of !ibig.i[100] +PASS: gdb.base/miscexprs.exp: print value of !sbig.s[90] * 10 +PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] * sbig.s[90] +PASS: gdb.base/miscexprs.exp: print value of fbig.f[100] * dbig.d[202] +PASS: gdb.base/miscexprs.exp: print value of !(sbig.s[90] * 2) +PASS: gdb.base/miscexprs.exp: print value of sizeof sbig +PASS: gdb.base/miscexprs.exp: print value of sizeof cbig +PASS: gdb.base/miscexprs.exp: print value of sizeof lbig / sizeof long +PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] << 2 +PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] >> 4 +PASS: gdb.base/miscexprs.exp: print value of lbig.l[333] >> 6 +Running ../../../master/gdb/testsuite/gdb.base/morestack.exp ... +gdb compile failed, cc1: error: unrecognized command line option "-fsplit-stack" +UNTESTED: gdb.base/morestack.exp: morestack.exp +Running ../../../master/gdb/testsuite/gdb.base/moribund-step.exp ... +PASS: gdb.base/moribund-step.exp: set non-stop on +PASS: gdb.base/moribund-step.exp: step +Running ../../../master/gdb/testsuite/gdb.base/multi-forks.exp ... +PASS: gdb.base/multi-forks.exp: set follow-fork child +PASS: gdb.base/multi-forks.exp: run to exit 2 +PASS: gdb.base/multi-forks.exp: follow child, print pids +PASS: gdb.base/multi-forks.exp: run to exit 2 +PASS: gdb.base/multi-forks.exp: follow parent, print pids +PASS: gdb.base/multi-forks.exp: help set detach +PASS: gdb.base/multi-forks.exp: show detach default on +PASS: gdb.base/multi-forks.exp: set detach off +PASS: gdb.base/multi-forks.exp: Run to exit 1 +PASS: gdb.base/multi-forks.exp: info inferior 1 +PASS: gdb.base/multi-forks.exp: inferior 1 +PASS: gdb.base/multi-forks.exp: Run to exit 2 +PASS: gdb.base/multi-forks.exp: info inferior 2 +PASS: gdb.base/multi-forks.exp: inferior 2 +PASS: gdb.base/multi-forks.exp: Run to exit 3 +PASS: gdb.base/multi-forks.exp: info inferior 3 +PASS: gdb.base/multi-forks.exp: inferior 3 +PASS: gdb.base/multi-forks.exp: Run to exit 4 +PASS: gdb.base/multi-forks.exp: info inferior 4 +PASS: gdb.base/multi-forks.exp: inferior 4 +PASS: gdb.base/multi-forks.exp: Run to exit 5 +PASS: gdb.base/multi-forks.exp: info inferior 5 +PASS: gdb.base/multi-forks.exp: inferior 5 +PASS: gdb.base/multi-forks.exp: Run to exit 6 +PASS: gdb.base/multi-forks.exp: info inferior 6 +PASS: gdb.base/multi-forks.exp: inferior 6 +PASS: gdb.base/multi-forks.exp: Run to exit 7 +PASS: gdb.base/multi-forks.exp: info inferior 7 +PASS: gdb.base/multi-forks.exp: inferior 7 +PASS: gdb.base/multi-forks.exp: Run to exit 8 +PASS: gdb.base/multi-forks.exp: info inferior 8 +PASS: gdb.base/multi-forks.exp: inferior 8 +PASS: gdb.base/multi-forks.exp: Run to exit 9 +PASS: gdb.base/multi-forks.exp: info inferior 9 +PASS: gdb.base/multi-forks.exp: inferior 9 +PASS: gdb.base/multi-forks.exp: Run to exit 10 +PASS: gdb.base/multi-forks.exp: info inferior 10 +PASS: gdb.base/multi-forks.exp: inferior 10 +PASS: gdb.base/multi-forks.exp: Run to exit 11 +PASS: gdb.base/multi-forks.exp: info inferior 11 +PASS: gdb.base/multi-forks.exp: inferior 11 +PASS: gdb.base/multi-forks.exp: Run to exit 12 +PASS: gdb.base/multi-forks.exp: info inferior 12 +PASS: gdb.base/multi-forks.exp: inferior 12 +PASS: gdb.base/multi-forks.exp: Run to exit 13 +PASS: gdb.base/multi-forks.exp: info inferior 13 +PASS: gdb.base/multi-forks.exp: inferior 13 +PASS: gdb.base/multi-forks.exp: Run to exit 14 +PASS: gdb.base/multi-forks.exp: info inferior 14 +PASS: gdb.base/multi-forks.exp: inferior 14 +PASS: gdb.base/multi-forks.exp: Run to exit 15 +PASS: gdb.base/multi-forks.exp: info inferior 15 +PASS: gdb.base/multi-forks.exp: inferior 15 +PASS: gdb.base/multi-forks.exp: Run to exit 16 +PASS: gdb.base/multi-forks.exp: info inferior 16 +PASS: gdb.base/multi-forks.exp: restart final +PASS: gdb.base/multi-forks.exp: Detach 2 +PASS: gdb.base/multi-forks.exp: Detach 3 +PASS: gdb.base/multi-forks.exp: Detach 4 +PASS: gdb.base/multi-forks.exp: Detach 5 +PASS: gdb.base/multi-forks.exp: Kill 6 +PASS: gdb.base/multi-forks.exp: Did kill 6 +PASS: gdb.base/multi-forks.exp: Kill 7 +PASS: gdb.base/multi-forks.exp: Did kill 7 +PASS: gdb.base/multi-forks.exp: Kill 8 +PASS: gdb.base/multi-forks.exp: Did kill 8 +PASS: gdb.base/multi-forks.exp: Kill 9 +PASS: gdb.base/multi-forks.exp: Did kill 9 +PASS: gdb.base/multi-forks.exp: Kill 10 +PASS: gdb.base/multi-forks.exp: Did kill 10 +PASS: gdb.base/multi-forks.exp: Kill 11 +PASS: gdb.base/multi-forks.exp: Did kill 11 +PASS: gdb.base/multi-forks.exp: Kill 12 +PASS: gdb.base/multi-forks.exp: Did kill 12 +PASS: gdb.base/multi-forks.exp: Kill 13 +PASS: gdb.base/multi-forks.exp: Did kill 13 +PASS: gdb.base/multi-forks.exp: Kill 14 +PASS: gdb.base/multi-forks.exp: Did kill 14 +PASS: gdb.base/multi-forks.exp: Kill 15 +PASS: gdb.base/multi-forks.exp: Did kill 15 +PASS: gdb.base/multi-forks.exp: Kill 16 +PASS: gdb.base/multi-forks.exp: Did kill 16 +Running ../../../master/gdb/testsuite/gdb.base/nodebug.exp ... +PASS: gdb.base/nodebug.exp: p top +PASS: gdb.base/nodebug.exp: whatis top +PASS: gdb.base/nodebug.exp: ptype top +PASS: gdb.base/nodebug.exp: p middle +PASS: gdb.base/nodebug.exp: whatis middle +PASS: gdb.base/nodebug.exp: ptype middle +PASS: gdb.base/nodebug.exp: p dataglobal +PASS: gdb.base/nodebug.exp: whatis dataglobal +PASS: gdb.base/nodebug.exp: ptype dataglobal +PASS: gdb.base/nodebug.exp: p datalocal +PASS: gdb.base/nodebug.exp: whatis datalocal +PASS: gdb.base/nodebug.exp: ptype datalocal +PASS: gdb.base/nodebug.exp: p bssglobal +PASS: gdb.base/nodebug.exp: whatis bssglobal +PASS: gdb.base/nodebug.exp: ptype bssglobal +PASS: gdb.base/nodebug.exp: p bsslocal +PASS: gdb.base/nodebug.exp: whatis bsslocal +PASS: gdb.base/nodebug.exp: ptype bsslocal +PASS: gdb.base/nodebug.exp: backtrace from inner in nodebug.exp +PASS: gdb.base/nodebug.exp: p/c array_index("abcdef",2) +PASS: gdb.base/nodebug.exp: backtrace from middle in nodebug.exp +Running ../../../master/gdb/testsuite/gdb.base/nofield.exp ... +PASS: gdb.base/nofield.exp: ptype struct not_empty +PASS: gdb.base/nofield.exp: ptype struct empty +PASS: gdb.base/nofield.exp: ptype union empty_union +Running ../../../master/gdb/testsuite/gdb.base/nostdlib.exp ... +PASS: gdb.base/nostdlib.exp: stop at run +PASS: gdb.base/nostdlib.exp: continue to marker +Running ../../../master/gdb/testsuite/gdb.base/opaque.exp ... +PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (statically) +PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (statically) +PASS: gdb.base/opaque.exp: whatis on opaque struct instance (statically) +PASS: gdb.base/opaque.exp: ptype on opaque struct instance (statically) +PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (statically) +PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically) +PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (dynamically) 1 +PASS: gdb.base/opaque.exp: whatis on opaque struct instance (dynamically) 1 +PASS: gdb.base/opaque.exp: ptype on opaque struct instance (dynamically) 1 +PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (dynamically) 1 +PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (dynamically) 1 +PASS: gdb.base/opaque.exp: ptype on opaque struct pointer (dynamically) 2 +PASS: gdb.base/opaque.exp: whatis on opaque struct instance (dynamically) 2 +PASS: gdb.base/opaque.exp: ptype on opaque struct instance (dynamically) 2 +PASS: gdb.base/opaque.exp: ptype on opaque struct tagname (dynamically) 2 +Running ../../../master/gdb/testsuite/gdb.base/overlays.exp ... +Running ../../../master/gdb/testsuite/gdb.base/page.exp ... +PASS: gdb.base/page.exp: set pagination off +PASS: gdb.base/page.exp: pagination is off +PASS: gdb.base/page.exp: unpaged help +PASS: gdb.base/page.exp: set pagination on +PASS: gdb.base/page.exp: pagination is on +PASS: gdb.base/page.exp: set height 10 +PASS: gdb.base/page.exp: paged help +PASS: gdb.base/page.exp: q +Running ../../../master/gdb/testsuite/gdb.base/pc-fp.exp ... +PASS: gdb.base/pc-fp.exp: get hexadecimal valueof "$pc" +PASS: gdb.base/pc-fp.exp: get hexadecimal valueof "$fp" +PASS: gdb.base/pc-fp.exp: display/i $pc +PASS: gdb.base/pc-fp.exp: display/w $fp +Running ../../../master/gdb/testsuite/gdb.base/pending.exp ... +PASS: gdb.base/pending.exp: set pending breakpoint (without symbols) +PASS: gdb.base/pending.exp: single pending breakpoint info (without symbols) +PASS: gdb.base/pending.exp: run to resolved breakpoint 1 (without symbols) +PASS: gdb.base/pending.exp: set pending breakpoint +PASS: gdb.base/pending.exp: single pending breakpoint info +PASS: gdb.base/pending.exp: breakpoint function +PASS: gdb.base/pending.exp: pending plus real breakpoint info +PASS: gdb.base/pending.exp: Don't set pending breakpoint +PASS: gdb.base/pending.exp: condition 1 k == 1 +PASS: gdb.base/pending.exp: pending plus condition +PASS: gdb.base/pending.exp: disable 1 +PASS: gdb.base/pending.exp: pending disabled +PASS: gdb.base/pending.exp: Set commands for pending breakpoint +PASS: gdb.base/pending.exp: pending disabled plus commands +PASS: gdb.base/pending.exp: Set pending breakpoint 2 +PASS: gdb.base/pending.exp: multiple pending breakpoints +PASS: gdb.base/pending.exp: Set pending breakpoint 3 +PASS: gdb.base/pending.exp: set ignore count on pending breakpoint 3 +PASS: gdb.base/pending.exp: multiple pending breakpoints 2 +PASS: gdb.base/pending.exp: running to main +PASS: gdb.base/pending.exp: re-enabling pending breakpoint that can resolve instantly +PASS: gdb.base/pending.exp: continue to resolved breakpoint 2 +PASS: gdb.base/pending.exp: continue to resolved breakpoint 1 +PASS: gdb.base/pending.exp: Disable other breakpoints +PASS: gdb.base/pending.exp: Disable other breakpoints +PASS: gdb.base/pending.exp: continue to resolved breakpoint 3 +PASS: gdb.base/pending.exp: set imaginary pending breakpoint +PASS: gdb.base/pending.exp: rerun to main +PASS: gdb.base/pending.exp: verify pending breakpoint after restart +Running ../../../master/gdb/testsuite/gdb.base/permissions.exp ... +PASS: gdb.base/permissions.exp: show may-write-registers +PASS: gdb.base/permissions.exp: show may-write-memory +PASS: gdb.base/permissions.exp: show may-insert-breakpoints +PASS: gdb.base/permissions.exp: show may-insert-tracepoints +PASS: gdb.base/permissions.exp: show may-insert-fast-tracepoints +PASS: gdb.base/permissions.exp: show may-interrupt +PASS: gdb.base/permissions.exp: enable observer mode +PASS: gdb.base/permissions.exp: show may-write-memory +PASS: gdb.base/permissions.exp: show may-write-registers +PASS: gdb.base/permissions.exp: show may-insert-breakpoints +PASS: gdb.base/permissions.exp: show may-insert-tracepoints +PASS: gdb.base/permissions.exp: show may-insert-fast-tracepoints +PASS: gdb.base/permissions.exp: show may-interrupt +PASS: gdb.base/permissions.exp: disable observer mode +PASS: gdb.base/permissions.exp: set non-stop off +PASS: gdb.base/permissions.exp: set a global +PASS: gdb.base/permissions.exp: print x +PASS: gdb.base/permissions.exp: set may-write-memory off +PASS: gdb.base/permissions.exp: try to set a global +PASS: gdb.base/permissions.exp: print x +Running ../../../master/gdb/testsuite/gdb.base/pie-execl.exp ... +PASS: gdb.base/pie-execl.exp: set args OBJDIR/gdb.base/pie-execl2 +PASS: gdb.base/pie-execl.exp: pie_execl_marker address first +PASS: gdb.base/pie-execl.exp: continue +PASS: gdb.base/pie-execl.exp: pie_execl_marker address second +PASS: gdb.base/pie-execl.exp: pie_execl_marker address has changed +Running ../../../master/gdb/testsuite/gdb.base/pointers.exp ... +PASS: gdb.base/pointers.exp: continuing after dummy() +PASS: gdb.base/pointers.exp: set pointer to beginning of array +PASS: gdb.base/pointers.exp: set pointer to end of array +PASS: gdb.base/pointers.exp: print object pointed to +PASS: gdb.base/pointers.exp: print object pointed to #2 +PASS: gdb.base/pointers.exp: pointer1==pointer2 +PASS: gdb.base/pointers.exp: pointer1!=pointer2 +PASS: gdb.base/pointers.exp: pointer1<=pointer2 +PASS: gdb.base/pointers.exp: pointer1>=pointer2 +PASS: gdb.base/pointers.exp: pointer1<pointer2 +PASS: gdb.base/pointers.exp: pointer1>pointer2 +PASS: gdb.base/pointers.exp: set y = *v_int_pointer++ +PASS: gdb.base/pointers.exp: pointer assignment +PASS: gdb.base/pointers.exp: and post-increment +PASS: gdb.base/pointers.exp: set y = *--v_int_pointer2 +PASS: gdb.base/pointers.exp: pointer assignment +PASS: gdb.base/pointers.exp: and pre-decrement +PASS: gdb.base/pointers.exp: set y =v_int_pointer-v_int_pointer2 +PASS: gdb.base/pointers.exp: pointer1-pointer2 +PASS: gdb.base/pointers.exp: set v_int_pointer=v_int_array +PASS: gdb.base/pointers.exp: print array element through pointer +PASS: gdb.base/pointers.exp: print array element through pointer #2 +PASS: gdb.base/pointers.exp: print array element through pointer #3 +PASS: gdb.base/pointers.exp: print array element through pointer #4 +PASS: gdb.base/pointers.exp: print array element through pointer #5 +PASS: gdb.base/pointers.exp: increment rptr +PASS: gdb.base/pointers.exp: print array element through pointer #6 +PASS: gdb.base/pointers.exp: print array element through pointer #7 +PASS: gdb.base/pointers.exp: print array element through pointer #8 +PASS: gdb.base/pointers.exp: print array element w/ pointer arithmetic +PASS: gdb.base/pointers.exp: print through ptr to ptr +PASS: gdb.base/pointers.exp: continue +PASS: gdb.base/pointers.exp: up from marker1 +PASS: gdb.base/pointers.exp: print value of *pUC +PASS: gdb.base/pointers.exp: ptype pUC +PASS: gdb.base/pointers.exp: print value of *pS +PASS: gdb.base/pointers.exp: ptype pS +PASS: gdb.base/pointers.exp: print value of *pUS +PASS: gdb.base/pointers.exp: ptype pUS +PASS: gdb.base/pointers.exp: print value of *pI +PASS: gdb.base/pointers.exp: ptype pI +PASS: gdb.base/pointers.exp: print value of *pUI +PASS: gdb.base/pointers.exp: ptype pUI +PASS: gdb.base/pointers.exp: print value of *pL +PASS: gdb.base/pointers.exp: ptype pL +PASS: gdb.base/pointers.exp: print value of *pUL +PASS: gdb.base/pointers.exp: ptype pUL +PASS: gdb.base/pointers.exp: print value of *pF +PASS: gdb.base/pointers.exp: ptype pF +PASS: gdb.base/pointers.exp: print value of *pD +PASS: gdb.base/pointers.exp: ptype pD +PASS: gdb.base/pointers.exp: print value of ******ppppppC +PASS: gdb.base/pointers.exp: ptype pC +PASS: gdb.base/pointers.exp: ptype ppC +PASS: gdb.base/pointers.exp: ptype pppC +PASS: gdb.base/pointers.exp: ptype ppppC +PASS: gdb.base/pointers.exp: ptype pppppC +PASS: gdb.base/pointers.exp: ptype ppppppC +PASS: gdb.base/pointers.exp: p instance.array_variable + 0 +Running ../../../master/gdb/testsuite/gdb.base/pr10179.exp ... +PASS: gdb.base/pr10179.exp: rbreak foo.* +PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c:foo.* +PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c : .* +Running ../../../master/gdb/testsuite/gdb.base/pr11022.exp ... +PASS: gdb.base/pr11022.exp: set breakpoint +PASS: gdb.base/pr11022.exp: set watchpoint +PASS: gdb.base/pr11022.exp: breakpoint hit +PASS: gdb.base/pr11022.exp: watchpoint hit +PASS: gdb.base/pr11022.exp: breakpoint hit 2 +PASS: gdb.base/pr11022.exp: set var x = 1 +PASS: gdb.base/pr11022.exp: watchpoint hit 2 +Running ../../../master/gdb/testsuite/gdb.base/prelink.exp ... +PASS: gdb.base/prelink.exp: ldd prelinkt +PASS: gdb.base/prelink.exp: ldd prelinkt output contains libs +PASS: gdb.base/prelink.exp: copy ld-2.13.so to ld-linux.so.2 +PASS: gdb.base/prelink.exp: copy prelink.so to prelink.so +PASS: gdb.base/prelink.exp: copy libm-2.13.so to libm.so.6 +PASS: gdb.base/prelink.exp: copy libc-2.13.so to libc.so.6 +PASS: gdb.base/prelink.exp: split debug of executable +PASS: gdb.base/prelink.exp: unprelink libc.so.6 pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/prelink.exp: prelink libc.so.6 (missing /usr/sbin/prelink) +Running ../../../master/gdb/testsuite/gdb.base/printcmds.exp ... +PASS: gdb.base/printcmds.exp: print $pc +PASS: gdb.base/printcmds.exp: print "abc" +PASS: gdb.base/printcmds.exp: print sizeof ("abc") +PASS: gdb.base/printcmds.exp: ptype "abc" +PASS: gdb.base/printcmds.exp: print $cvar = "abc" +PASS: gdb.base/printcmds.exp: print sizeof ($cvar) +PASS: gdb.base/printcmds.exp: print $pc (with file) +PASS: gdb.base/printcmds.exp: set print sevenbit-strings +PASS: gdb.base/printcmds.exp: set print address off +PASS: gdb.base/printcmds.exp: set width 0 +PASS: gdb.base/printcmds.exp: p ctable1[120] #1 +PASS: gdb.base/printcmds.exp: p 123 +PASS: gdb.base/printcmds.exp: p -123 +PASS: gdb.base/printcmds.exp: p/d 123 +PASS: gdb.base/printcmds.exp: p 0123 +PASS: gdb.base/printcmds.exp: p 00123 +PASS: gdb.base/printcmds.exp: p -0123 +PASS: gdb.base/printcmds.exp: p/o 0123 +PASS: gdb.base/printcmds.exp: p 0x123 +PASS: gdb.base/printcmds.exp: p -0x123 +PASS: gdb.base/printcmds.exp: p 0x0123 +PASS: gdb.base/printcmds.exp: p -0x0123 +PASS: gdb.base/printcmds.exp: p 0xABCDEF +PASS: gdb.base/printcmds.exp: p 0xabcdef +PASS: gdb.base/printcmds.exp: p 0xAbCdEf +PASS: gdb.base/printcmds.exp: p/x 0x123 +PASS: gdb.base/printcmds.exp: p 0b0 +PASS: gdb.base/printcmds.exp: p 0b1111 +PASS: gdb.base/printcmds.exp: p 0B1111 +PASS: gdb.base/printcmds.exp: p -0b1111 +PASS: gdb.base/printcmds.exp: reject p 0x +PASS: gdb.base/printcmds.exp: reject p 0b +PASS: gdb.base/printcmds.exp: p '' +PASS: gdb.base/printcmds.exp: p ''' +PASS: gdb.base/printcmds.exp: reject p '\' +PASS: gdb.base/printcmds.exp: reject p '\\\' +PASS: gdb.base/printcmds.exp: reject p DEADBEEF +PASS: gdb.base/printcmds.exp: reject p 09 +PASS: gdb.base/printcmds.exp: reject p 079 +PASS: gdb.base/printcmds.exp: reject p 0xG +PASS: gdb.base/printcmds.exp: reject p 0xAG +PASS: gdb.base/printcmds.exp: reject p 0b2 +PASS: gdb.base/printcmds.exp: reject p 0b12 +PASS: gdb.base/printcmds.exp: check for floating addition +PASS: gdb.base/printcmds.exp: p 1. +PASS: gdb.base/printcmds.exp: p 1.5 +PASS: gdb.base/printcmds.exp: p 1.f +PASS: gdb.base/printcmds.exp: p 1.5f +PASS: gdb.base/printcmds.exp: p 1.l +PASS: gdb.base/printcmds.exp: p 1.5l +PASS: gdb.base/printcmds.exp: p 0x1.1 +PASS: gdb.base/printcmds.exp: reject p 123DEADBEEF +PASS: gdb.base/printcmds.exp: reject p 123foobar.bazfoo3 +PASS: gdb.base/printcmds.exp: reject p 123EEEEEEEEEEEEEEEEE33333k333 +PASS: gdb.base/printcmds.exp: reject p 1.1x +PASS: gdb.base/printcmds.exp: reject p 1.1ff +PASS: gdb.base/printcmds.exp: reject p 1.1ll +PASS: gdb.base/printcmds.exp: p 'a' +PASS: gdb.base/printcmds.exp: p/c 'a' +PASS: gdb.base/printcmds.exp: p/x 'a' +PASS: gdb.base/printcmds.exp: p/d 'a' +PASS: gdb.base/printcmds.exp: p/t 'a' +PASS: gdb.base/printcmds.exp: p '\141' +PASS: gdb.base/printcmds.exp: p/x '\377' +PASS: gdb.base/printcmds.exp: p '\'' +PASS: gdb.base/printcmds.exp: p '\\' +PASS: gdb.base/printcmds.exp: p ctable1[0] +PASS: gdb.base/printcmds.exp: p ctable1[1] +PASS: gdb.base/printcmds.exp: p ctable1[2] +PASS: gdb.base/printcmds.exp: p ctable1[3] +PASS: gdb.base/printcmds.exp: p ctable1[4] +PASS: gdb.base/printcmds.exp: p ctable1[5] +PASS: gdb.base/printcmds.exp: p ctable1[6] +PASS: gdb.base/printcmds.exp: p ctable1[7] +PASS: gdb.base/printcmds.exp: p ctable1[8] +PASS: gdb.base/printcmds.exp: p ctable1[9] +PASS: gdb.base/printcmds.exp: p ctable1[10] +PASS: gdb.base/printcmds.exp: p ctable1[11] +PASS: gdb.base/printcmds.exp: p ctable1[12] +PASS: gdb.base/printcmds.exp: p ctable1[13] +PASS: gdb.base/printcmds.exp: p ctable1[14] +PASS: gdb.base/printcmds.exp: p ctable1[15] +PASS: gdb.base/printcmds.exp: p ctable1[16] +PASS: gdb.base/printcmds.exp: p ctable1[17] +PASS: gdb.base/printcmds.exp: p ctable1[18] +PASS: gdb.base/printcmds.exp: p ctable1[19] +PASS: gdb.base/printcmds.exp: p ctable1[20] +PASS: gdb.base/printcmds.exp: p ctable1[21] +PASS: gdb.base/printcmds.exp: p ctable1[22] +PASS: gdb.base/printcmds.exp: p ctable1[23] +PASS: gdb.base/printcmds.exp: p ctable1[24] +PASS: gdb.base/printcmds.exp: p ctable1[25] +PASS: gdb.base/printcmds.exp: p ctable1[26] +PASS: gdb.base/printcmds.exp: p ctable1[27] +PASS: gdb.base/printcmds.exp: p ctable1[28] +PASS: gdb.base/printcmds.exp: p ctable1[29] +PASS: gdb.base/printcmds.exp: p ctable1[30] +PASS: gdb.base/printcmds.exp: p ctable1[31] +PASS: gdb.base/printcmds.exp: p ctable1[32] +PASS: gdb.base/printcmds.exp: p ctable1[33] +PASS: gdb.base/printcmds.exp: p ctable1[34] +PASS: gdb.base/printcmds.exp: p ctable1[35] +PASS: gdb.base/printcmds.exp: p ctable1[36] +PASS: gdb.base/printcmds.exp: p ctable1[37] +PASS: gdb.base/printcmds.exp: p ctable1[38] +PASS: gdb.base/printcmds.exp: p ctable1[39] +PASS: gdb.base/printcmds.exp: p ctable1[40] +PASS: gdb.base/printcmds.exp: p ctable1[41] +PASS: gdb.base/printcmds.exp: p ctable1[42] +PASS: gdb.base/printcmds.exp: p ctable1[43] +PASS: gdb.base/printcmds.exp: p ctable1[44] +PASS: gdb.base/printcmds.exp: p ctable1[45] +PASS: gdb.base/printcmds.exp: p ctable1[46] +PASS: gdb.base/printcmds.exp: p ctable1[47] +PASS: gdb.base/printcmds.exp: p ctable1[48] +PASS: gdb.base/printcmds.exp: p ctable1[49] +PASS: gdb.base/printcmds.exp: p ctable1[50] +PASS: gdb.base/printcmds.exp: p ctable1[51] +PASS: gdb.base/printcmds.exp: p ctable1[52] +PASS: gdb.base/printcmds.exp: p ctable1[53] +PASS: gdb.base/printcmds.exp: p ctable1[54] +PASS: gdb.base/printcmds.exp: p ctable1[55] +PASS: gdb.base/printcmds.exp: p ctable1[56] +PASS: gdb.base/printcmds.exp: p ctable1[57] +PASS: gdb.base/printcmds.exp: p ctable1[58] +PASS: gdb.base/printcmds.exp: p ctable1[59] +PASS: gdb.base/printcmds.exp: p ctable1[60] +PASS: gdb.base/printcmds.exp: p ctable1[61] +PASS: gdb.base/printcmds.exp: p ctable1[62] +PASS: gdb.base/printcmds.exp: p ctable1[63] +PASS: gdb.base/printcmds.exp: p ctable1[64] +PASS: gdb.base/printcmds.exp: p ctable1[65] +PASS: gdb.base/printcmds.exp: p ctable1[66] +PASS: gdb.base/printcmds.exp: p ctable1[67] +PASS: gdb.base/printcmds.exp: p ctable1[68] +PASS: gdb.base/printcmds.exp: p ctable1[69] +PASS: gdb.base/printcmds.exp: p ctable1[70] +PASS: gdb.base/printcmds.exp: p ctable1[71] +PASS: gdb.base/printcmds.exp: p ctable1[72] +PASS: gdb.base/printcmds.exp: p ctable1[73] +PASS: gdb.base/printcmds.exp: p ctable1[74] +PASS: gdb.base/printcmds.exp: p ctable1[75] +PASS: gdb.base/printcmds.exp: p ctable1[76] +PASS: gdb.base/printcmds.exp: p ctable1[77] +PASS: gdb.base/printcmds.exp: p ctable1[78] +PASS: gdb.base/printcmds.exp: p ctable1[79] +PASS: gdb.base/printcmds.exp: p ctable1[80] +PASS: gdb.base/printcmds.exp: p ctable1[81] +PASS: gdb.base/printcmds.exp: p ctable1[82] +PASS: gdb.base/printcmds.exp: p ctable1[83] +PASS: gdb.base/printcmds.exp: p ctable1[84] +PASS: gdb.base/printcmds.exp: p ctable1[85] +PASS: gdb.base/printcmds.exp: p ctable1[86] +PASS: gdb.base/printcmds.exp: p ctable1[87] +PASS: gdb.base/printcmds.exp: p ctable1[88] +PASS: gdb.base/printcmds.exp: p ctable1[89] +PASS: gdb.base/printcmds.exp: p ctable1[90] +PASS: gdb.base/printcmds.exp: p ctable1[91] +PASS: gdb.base/printcmds.exp: p ctable1[92] +PASS: gdb.base/printcmds.exp: p ctable1[93] +PASS: gdb.base/printcmds.exp: p ctable1[94] +PASS: gdb.base/printcmds.exp: p ctable1[95] +PASS: gdb.base/printcmds.exp: p ctable1[96] +PASS: gdb.base/printcmds.exp: p ctable1[97] +PASS: gdb.base/printcmds.exp: p ctable1[98] +PASS: gdb.base/printcmds.exp: p ctable1[99] +PASS: gdb.base/printcmds.exp: p ctable1[100] +PASS: gdb.base/printcmds.exp: p ctable1[101] +PASS: gdb.base/printcmds.exp: p ctable1[102] +PASS: gdb.base/printcmds.exp: p ctable1[103] +PASS: gdb.base/printcmds.exp: p ctable1[104] +PASS: gdb.base/printcmds.exp: p ctable1[105] +PASS: gdb.base/printcmds.exp: p ctable1[106] +PASS: gdb.base/printcmds.exp: p ctable1[107] +PASS: gdb.base/printcmds.exp: p ctable1[108] +PASS: gdb.base/printcmds.exp: p ctable1[109] +PASS: gdb.base/printcmds.exp: p ctable1[110] +PASS: gdb.base/printcmds.exp: p ctable1[111] +PASS: gdb.base/printcmds.exp: p ctable1[112] +PASS: gdb.base/printcmds.exp: p ctable1[113] +PASS: gdb.base/printcmds.exp: p ctable1[114] +PASS: gdb.base/printcmds.exp: p ctable1[115] +PASS: gdb.base/printcmds.exp: p ctable1[116] +PASS: gdb.base/printcmds.exp: p ctable1[117] +PASS: gdb.base/printcmds.exp: p ctable1[118] +PASS: gdb.base/printcmds.exp: p ctable1[119] +PASS: gdb.base/printcmds.exp: p ctable1[120] +PASS: gdb.base/printcmds.exp: p ctable1[121] +PASS: gdb.base/printcmds.exp: p ctable1[122] +PASS: gdb.base/printcmds.exp: p ctable1[123] +PASS: gdb.base/printcmds.exp: p ctable1[124] +PASS: gdb.base/printcmds.exp: p ctable1[125] +PASS: gdb.base/printcmds.exp: p ctable1[126] +PASS: gdb.base/printcmds.exp: p ctable1[127] +PASS: gdb.base/printcmds.exp: p ctable1[128] +PASS: gdb.base/printcmds.exp: p ctable1[129] +PASS: gdb.base/printcmds.exp: p ctable1[130] +PASS: gdb.base/printcmds.exp: p ctable1[131] +PASS: gdb.base/printcmds.exp: p ctable1[132] +PASS: gdb.base/printcmds.exp: p ctable1[133] +PASS: gdb.base/printcmds.exp: p ctable1[134] +PASS: gdb.base/printcmds.exp: p ctable1[135] +PASS: gdb.base/printcmds.exp: p ctable1[136] +PASS: gdb.base/printcmds.exp: p ctable1[137] +PASS: gdb.base/printcmds.exp: p ctable1[138] +PASS: gdb.base/printcmds.exp: p ctable1[139] +PASS: gdb.base/printcmds.exp: p ctable1[140] +PASS: gdb.base/printcmds.exp: p ctable1[141] +PASS: gdb.base/printcmds.exp: p ctable1[142] +PASS: gdb.base/printcmds.exp: p ctable1[143] +PASS: gdb.base/printcmds.exp: p ctable1[144] +PASS: gdb.base/printcmds.exp: p ctable1[145] +PASS: gdb.base/printcmds.exp: p ctable1[146] +PASS: gdb.base/printcmds.exp: p ctable1[147] +PASS: gdb.base/printcmds.exp: p ctable1[148] +PASS: gdb.base/printcmds.exp: p ctable1[149] +PASS: gdb.base/printcmds.exp: p ctable1[150] +PASS: gdb.base/printcmds.exp: p ctable1[151] +PASS: gdb.base/printcmds.exp: p ctable1[152] +PASS: gdb.base/printcmds.exp: p ctable1[153] +PASS: gdb.base/printcmds.exp: p ctable1[154] +PASS: gdb.base/printcmds.exp: p ctable1[155] +PASS: gdb.base/printcmds.exp: p ctable1[156] +PASS: gdb.base/printcmds.exp: p ctable1[157] +PASS: gdb.base/printcmds.exp: p ctable1[158] +PASS: gdb.base/printcmds.exp: p ctable1[159] +PASS: gdb.base/printcmds.exp: p ctable1[160] +PASS: gdb.base/printcmds.exp: p ctable1[161] +PASS: gdb.base/printcmds.exp: p ctable1[162] +PASS: gdb.base/printcmds.exp: p ctable1[163] +PASS: gdb.base/printcmds.exp: p ctable1[164] +PASS: gdb.base/printcmds.exp: p ctable1[165] +PASS: gdb.base/printcmds.exp: p ctable1[166] +PASS: gdb.base/printcmds.exp: p ctable1[167] +PASS: gdb.base/printcmds.exp: p ctable1[168] +PASS: gdb.base/printcmds.exp: p ctable1[169] +PASS: gdb.base/printcmds.exp: p ctable1[170] +PASS: gdb.base/printcmds.exp: p ctable1[171] +PASS: gdb.base/printcmds.exp: p ctable1[172] +PASS: gdb.base/printcmds.exp: p ctable1[173] +PASS: gdb.base/printcmds.exp: p ctable1[174] +PASS: gdb.base/printcmds.exp: p ctable1[175] +PASS: gdb.base/printcmds.exp: p ctable1[176] +PASS: gdb.base/printcmds.exp: p ctable1[177] +PASS: gdb.base/printcmds.exp: p ctable1[178] +PASS: gdb.base/printcmds.exp: p ctable1[179] +PASS: gdb.base/printcmds.exp: p ctable1[180] +PASS: gdb.base/printcmds.exp: p ctable1[181] +PASS: gdb.base/printcmds.exp: p ctable1[182] +PASS: gdb.base/printcmds.exp: p ctable1[183] +PASS: gdb.base/printcmds.exp: p ctable1[184] +PASS: gdb.base/printcmds.exp: p ctable1[185] +PASS: gdb.base/printcmds.exp: p ctable1[186] +PASS: gdb.base/printcmds.exp: p ctable1[187] +PASS: gdb.base/printcmds.exp: p ctable1[188] +PASS: gdb.base/printcmds.exp: p ctable1[189] +PASS: gdb.base/printcmds.exp: p ctable1[190] +PASS: gdb.base/printcmds.exp: p ctable1[191] +PASS: gdb.base/printcmds.exp: p ctable1[192] +PASS: gdb.base/printcmds.exp: p ctable1[193] +PASS: gdb.base/printcmds.exp: p ctable1[194] +PASS: gdb.base/printcmds.exp: p ctable1[195] +PASS: gdb.base/printcmds.exp: p ctable1[196] +PASS: gdb.base/printcmds.exp: p ctable1[197] +PASS: gdb.base/printcmds.exp: p ctable1[198] +PASS: gdb.base/printcmds.exp: p ctable1[199] +PASS: gdb.base/printcmds.exp: p ctable1[200] +PASS: gdb.base/printcmds.exp: p ctable1[201] +PASS: gdb.base/printcmds.exp: p ctable1[202] +PASS: gdb.base/printcmds.exp: p ctable1[203] +PASS: gdb.base/printcmds.exp: p ctable1[204] +PASS: gdb.base/printcmds.exp: p ctable1[205] +PASS: gdb.base/printcmds.exp: p ctable1[206] +PASS: gdb.base/printcmds.exp: p ctable1[207] +PASS: gdb.base/printcmds.exp: p ctable1[208] +PASS: gdb.base/printcmds.exp: p ctable1[209] +PASS: gdb.base/printcmds.exp: p ctable1[210] +PASS: gdb.base/printcmds.exp: p ctable1[211] +PASS: gdb.base/printcmds.exp: p ctable1[212] +PASS: gdb.base/printcmds.exp: p ctable1[213] +PASS: gdb.base/printcmds.exp: p ctable1[214] +PASS: gdb.base/printcmds.exp: p ctable1[215] +PASS: gdb.base/printcmds.exp: p ctable1[216] +PASS: gdb.base/printcmds.exp: p ctable1[217] +PASS: gdb.base/printcmds.exp: p ctable1[218] +PASS: gdb.base/printcmds.exp: p ctable1[219] +PASS: gdb.base/printcmds.exp: p ctable1[220] +PASS: gdb.base/printcmds.exp: p ctable1[221] +PASS: gdb.base/printcmds.exp: p ctable1[222] +PASS: gdb.base/printcmds.exp: p ctable1[223] +PASS: gdb.base/printcmds.exp: p ctable1[224] +PASS: gdb.base/printcmds.exp: p ctable1[225] +PASS: gdb.base/printcmds.exp: p ctable1[226] +PASS: gdb.base/printcmds.exp: p ctable1[227] +PASS: gdb.base/printcmds.exp: p ctable1[228] +PASS: gdb.base/printcmds.exp: p ctable1[229] +PASS: gdb.base/printcmds.exp: p ctable1[230] +PASS: gdb.base/printcmds.exp: p ctable1[231] +PASS: gdb.base/printcmds.exp: p ctable1[232] +PASS: gdb.base/printcmds.exp: p ctable1[233] +PASS: gdb.base/printcmds.exp: p ctable1[234] +PASS: gdb.base/printcmds.exp: p ctable1[235] +PASS: gdb.base/printcmds.exp: p ctable1[236] +PASS: gdb.base/printcmds.exp: p ctable1[237] +PASS: gdb.base/printcmds.exp: p ctable1[238] +PASS: gdb.base/printcmds.exp: p ctable1[239] +PASS: gdb.base/printcmds.exp: p ctable1[240] +PASS: gdb.base/printcmds.exp: p ctable1[241] +PASS: gdb.base/printcmds.exp: p ctable1[242] +PASS: gdb.base/printcmds.exp: p ctable1[243] +PASS: gdb.base/printcmds.exp: p ctable1[244] +PASS: gdb.base/printcmds.exp: p ctable1[245] +PASS: gdb.base/printcmds.exp: p ctable1[246] +PASS: gdb.base/printcmds.exp: p ctable1[247] +PASS: gdb.base/printcmds.exp: p ctable1[248] +PASS: gdb.base/printcmds.exp: p ctable1[249] +PASS: gdb.base/printcmds.exp: p ctable1[250] +PASS: gdb.base/printcmds.exp: p ctable1[251] +PASS: gdb.base/printcmds.exp: p ctable1[252] +PASS: gdb.base/printcmds.exp: p ctable1[253] +PASS: gdb.base/printcmds.exp: p ctable1[254] +PASS: gdb.base/printcmds.exp: p ctable1[255] +PASS: gdb.base/printcmds.exp: set print elements 1 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 1 +PASS: gdb.base/printcmds.exp: set print elements 2 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 2 +PASS: gdb.base/printcmds.exp: set print elements 3 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 3 +PASS: gdb.base/printcmds.exp: set print elements 4 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 4 +PASS: gdb.base/printcmds.exp: set print elements 5 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 5 +PASS: gdb.base/printcmds.exp: set print elements 6 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 6 +PASS: gdb.base/printcmds.exp: set print elements 7 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 7 +PASS: gdb.base/printcmds.exp: set print elements 8 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 8 +PASS: gdb.base/printcmds.exp: set print elements 9 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 9 +PASS: gdb.base/printcmds.exp: set print elements 10 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 10 +PASS: gdb.base/printcmds.exp: set print elements 11 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 11 +PASS: gdb.base/printcmds.exp: set print elements 12 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 12 +PASS: gdb.base/printcmds.exp: set print elements 13 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 13 +PASS: gdb.base/printcmds.exp: set print elements 14 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 14 +PASS: gdb.base/printcmds.exp: set print elements 15 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 15 +PASS: gdb.base/printcmds.exp: set print elements 16 +PASS: gdb.base/printcmds.exp: p &ctable2[0*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[1*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[2*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[3*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[4*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[5*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[6*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[7*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[8*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[9*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[10*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[11*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[12*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[13*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[14*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: p &ctable2[15*16] with print elements set to 16 +PASS: gdb.base/printcmds.exp: correct element repeats in array embedded at offset > 0 +PASS: gdb.base/printcmds.exp: set print elements 0 +PASS: gdb.base/printcmds.exp: p teststring with elements set to 0 +PASS: gdb.base/printcmds.exp: set print elements 1 +PASS: gdb.base/printcmds.exp: p teststring with elements set to 1 +PASS: gdb.base/printcmds.exp: set print elements 5 +PASS: gdb.base/printcmds.exp: p teststring with elements set to 5 +PASS: gdb.base/printcmds.exp: set print elements 19 +PASS: gdb.base/printcmds.exp: p teststring with elements set to 19 +PASS: gdb.base/printcmds.exp: set print elements 20 +PASS: gdb.base/printcmds.exp: p teststring with elements set to 20 +PASS: gdb.base/printcmds.exp: set print elements 8 +PASS: gdb.base/printcmds.exp: p &ctable1[0] +PASS: gdb.base/printcmds.exp: p &ctable1[1] +PASS: gdb.base/printcmds.exp: p &ctable1[1*8] +PASS: gdb.base/printcmds.exp: p &ctable1[2*8] +PASS: gdb.base/printcmds.exp: p &ctable1[3*8] +PASS: gdb.base/printcmds.exp: p &ctable1[4*8] +PASS: gdb.base/printcmds.exp: p &ctable1[5*8] +PASS: gdb.base/printcmds.exp: p &ctable1[6*8] +PASS: gdb.base/printcmds.exp: p &ctable1[7*8] +PASS: gdb.base/printcmds.exp: p &ctable1[8*8] +PASS: gdb.base/printcmds.exp: p &ctable1[9*8] +PASS: gdb.base/printcmds.exp: p &ctable1[10*8] +PASS: gdb.base/printcmds.exp: p &ctable1[11*8] +PASS: gdb.base/printcmds.exp: p &ctable1[12*8] +PASS: gdb.base/printcmds.exp: p &ctable1[13*8] +PASS: gdb.base/printcmds.exp: p &ctable1[14*8] +PASS: gdb.base/printcmds.exp: p &ctable1[15*8] +PASS: gdb.base/printcmds.exp: p &ctable1[16*8] +PASS: gdb.base/printcmds.exp: p &ctable1[17*8] +PASS: gdb.base/printcmds.exp: p &ctable1[18*8] +PASS: gdb.base/printcmds.exp: p &ctable1[19*8] +PASS: gdb.base/printcmds.exp: p &ctable1[20*8] +PASS: gdb.base/printcmds.exp: p &ctable1[21*8] +PASS: gdb.base/printcmds.exp: p &ctable1[22*8] +PASS: gdb.base/printcmds.exp: p &ctable1[23*8] +PASS: gdb.base/printcmds.exp: p &ctable1[24*8] +PASS: gdb.base/printcmds.exp: p &ctable1[25*8] +PASS: gdb.base/printcmds.exp: p &ctable1[26*8] +PASS: gdb.base/printcmds.exp: p &ctable1[27*8] +PASS: gdb.base/printcmds.exp: p &ctable1[28*8] +PASS: gdb.base/printcmds.exp: p &ctable1[29*8] +PASS: gdb.base/printcmds.exp: p &ctable1[30*8] +PASS: gdb.base/printcmds.exp: p &ctable1[31*8] +PASS: gdb.base/printcmds.exp: set print elements 24 +PASS: gdb.base/printcmds.exp: set print elements 24 +PASS: gdb.base/printcmds.exp: p a1[0] +PASS: gdb.base/printcmds.exp: p a1[9] +PASS: gdb.base/printcmds.exp: p a2 +PASS: gdb.base/printcmds.exp: p a2[0] +PASS: gdb.base/printcmds.exp: p a2[3] +PASS: gdb.base/printcmds.exp: set print null-stop on +PASS: gdb.base/printcmds.exp: print a2 with null-stop on +PASS: gdb.base/printcmds.exp: set print null-stop off +PASS: gdb.base/printcmds.exp: p int1dim[0]@2 +PASS: gdb.base/printcmds.exp: p int1dim[0]@2@3 +PASS: gdb.base/printcmds.exp: set print elements 24 +PASS: gdb.base/printcmds.exp: set print address on +PASS: gdb.base/printcmds.exp: p arrays +PASS: gdb.base/printcmds.exp: p parrays +PASS: gdb.base/printcmds.exp: p parrays->array1 +PASS: gdb.base/printcmds.exp: p &parrays->array1 +PASS: gdb.base/printcmds.exp: p parrays->array2 +PASS: gdb.base/printcmds.exp: p &parrays->array2 +PASS: gdb.base/printcmds.exp: p parrays->array3 +PASS: gdb.base/printcmds.exp: p &parrays->array3 +PASS: gdb.base/printcmds.exp: p parrays->array4 +PASS: gdb.base/printcmds.exp: p &parrays->array4 +PASS: gdb.base/printcmds.exp: p parrays->array5 +PASS: gdb.base/printcmds.exp: p &parrays->array5 +PASS: gdb.base/printcmds.exp: set print address off +PASS: gdb.base/printcmds.exp: set print elements 50 +PASS: gdb.base/printcmds.exp: p "a string" +PASS: gdb.base/printcmds.exp: p "embedded \000 null" +PASS: gdb.base/printcmds.exp: p "abcd"[2] +PASS: gdb.base/printcmds.exp: p sizeof ("abcdef") +PASS: gdb.base/printcmds.exp: ptype "foo" +PASS: gdb.base/printcmds.exp: p *"foo" +PASS: gdb.base/printcmds.exp: ptype *"foo" +PASS: gdb.base/printcmds.exp: p &*"foo" +PASS: gdb.base/printcmds.exp: ptype &*"foo" +PASS: gdb.base/printcmds.exp: p (char *)"foo" +PASS: gdb.base/printcmds.exp: print {'a','b','c'} +PASS: gdb.base/printcmds.exp: print {4,5,6}[2] +PASS: gdb.base/printcmds.exp: print *&{4,5,6}[1] +PASS: gdb.base/printcmds.exp: print some_volatile_enum +PASS: gdb.base/printcmds.exp: printf "x=%d,y=%d,z=%d\n", 5, 6, 7 +PASS: gdb.base/printcmds.exp: printf "string=%.4sxx\n", teststring +PASS: gdb.base/printcmds.exp: printf "string=%sxx\n", teststring +PASS: gdb.base/printcmds.exp: printf "%f is fun\n", 1.0 +PASS: gdb.base/printcmds.exp: printf "x=%d,y=%f,z=%d\n", 5, 6.0, 7 +PASS: gdb.base/printcmds.exp: printf "%x %f, %c %x, %x, %f\n", 0xbad, -99.541, 'z', 0xfeedface, 0xdeadbeef, 5.0 +PASS: gdb.base/printcmds.exp: printf "%c\n", "x"[1,0] +PASS: gdb.base/printcmds.exp: printf "%%%d%%\n", 5 +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.2df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.234567df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1.234567df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1234567.df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",-1234567.df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E1df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E10df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E-10df +PASS: gdb.base/printcmds.exp: printf "%Hf\n",1.2E96df +PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",-1.2dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",1.234567890123456dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",-1.234567890123456dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",1234567890123456.dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",-1234567890123456.dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E1dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E10dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E-10dd +PASS: gdb.base/printcmds.exp: printf "%Df\n",1.2E384dd +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1.2dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.234567890123456789012345678901234dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1.234567890123456789012345678901234dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1234567890123456789012345678901234.dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",-1234567890123456789012345678901234.dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E1dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E10dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E-10dl +PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E6144dl +Running ../../../master/gdb/testsuite/gdb.base/prologue.exp ... +PASS: gdb.base/prologue.exp: setting breakpoint at marker +PASS: gdb.base/prologue.exp: continue to marker +PASS: gdb.base/prologue.exp: reading $pc: marker +PASS: gdb.base/prologue.exp: setting breakpoint at other +PASS: gdb.base/prologue.exp: continue to other +PASS: gdb.base/prologue.exp: reading $pc: other +PASS: gdb.base/prologue.exp: same pc from minimal symbol +Running ../../../master/gdb/testsuite/gdb.base/psymtab.exp ... +PASS: gdb.base/psymtab.exp: psymtab pending setup +PASS: gdb.base/psymtab.exp: Don't search past end of psymtab. +Running ../../../master/gdb/testsuite/gdb.base/ptr-typedef.exp ... +PASS: gdb.base/ptr-typedef.exp: print foo_ptr +PASS: gdb.base/ptr-typedef.exp: print foz_ptr +Running ../../../master/gdb/testsuite/gdb.base/ptype.exp ... +PASS: gdb.base/ptype.exp: ptype unnamed enumeration member +PASS: gdb.base/ptype.exp: ptype structure +PASS: gdb.base/ptype.exp: ptype v_struct1.v_float_member +PASS: gdb.base/ptype.exp: ptype v_struct1->v_float_member +PASS: gdb.base/ptype.exp: ptype v_t_struct_p.v_float_member +PASS: gdb.base/ptype.exp: ptype v_t_struct_p->v_float_member +PASS: gdb.base/ptype.exp: ptype linked list structure +PASS: gdb.base/ptype.exp: ptype union +PASS: gdb.base/ptype.exp: ptype linked list union +PASS: gdb.base/ptype.exp: ptype unnamed enumeration +PASS: gdb.base/ptype.exp: ptype named enumeration +PASS: gdb.base/ptype.exp: ptype unnamed typedef'd enumeration +PASS: gdb.base/ptype.exp: list main +PASS: gdb.base/ptype.exp: whatis unnamed typedef'd enum (compiler bug in IBM's xlc) +PASS: gdb.base/ptype.exp: printing typedef'd struct +PASS: gdb.base/ptype.exp: printing typedef'd union +PASS: gdb.base/ptype.exp: ptype named typedef'd enumf'd enum +PASS: gdb.base/ptype.exp: ptype misordered enumeration +PASS: gdb.base/ptype.exp: ptype named enumeration member +PASS: gdb.base/ptype.exp: ptype unnamed enumeration member #2 +PASS: gdb.base/ptype.exp: ptype short +PASS: gdb.base/ptype.exp: ptype int +PASS: gdb.base/ptype.exp: ptype t_char_array +PASS: gdb.base/ptype.exp: ptype outer structure +PASS: gdb.base/ptype.exp: ptype inner structure +PASS: gdb.base/ptype.exp: ptype inner union +PASS: gdb.base/ptype.exp: ptype nested structure +PASS: gdb.base/ptype.exp: ptype outer int +PASS: gdb.base/ptype.exp: ptype nested structure #2 +PASS: gdb.base/ptype.exp: ptype inner int +PASS: gdb.base/ptype.exp: ptype nested union +PASS: gdb.base/ptype.exp: ptype the_highest +PASS: gdb.base/ptype.exp: ptype the_highest +PASS: gdb.base/ptype.exp: ptype func_type +PASS: gdb.base/ptype.exp: ptype old_fptr +PASS: gdb.base/ptype.exp: ptype new_fptr +PASS: gdb.base/ptype.exp: ptype fptr +PASS: gdb.base/ptype.exp: ptype fptr2 +PASS: gdb.base/ptype.exp: ptype xptr +PASS: gdb.base/ptype.exp: ptype ffptr +PASS: gdb.base/ptype.exp: ptype fffptr +PASS: gdb.base/ptype.exp: list intfoo +PASS: gdb.base/ptype.exp: ptype foo typedef after first list of intfoo +PASS: gdb.base/ptype.exp: list charfoo +PASS: gdb.base/ptype.exp: ptype foo typedef after first list of charfoo +PASS: gdb.base/ptype.exp: list intfoo +PASS: gdb.base/ptype.exp: ptype foo typedef after second list of intfoo +PASS: gdb.base/ptype.exp: list charfoo +PASS: gdb.base/ptype.exp: ptype foo typedef after second list of charfoo +PASS: gdb.base/ptype.exp: ptype "abc" +PASS: gdb.base/ptype.exp: ptype {'a','b','c'} +PASS: gdb.base/ptype.exp: ptype {0,1,2} +PASS: gdb.base/ptype.exp: ptype {(long)0,(long)1,(long)2} +PASS: gdb.base/ptype.exp: ptype {(float)0,(float)1,(float)2} +PASS: gdb.base/ptype.exp: ptype {{0,1,2},{3,4,5}} +PASS: gdb.base/ptype.exp: ptype {4,5,6}[2] +PASS: gdb.base/ptype.exp: ptype *&{4,5,6}[1] +PASS: gdb.base/ptype.exp: ptype $pc +Running ../../../master/gdb/testsuite/gdb.base/radix.exp ... +PASS: gdb.base/radix.exp: initialize radix, input radix 2 +PASS: gdb.base/radix.exp: set input-radix 2 +PASS: gdb.base/radix.exp: show radix, input radix 2 +PASS: gdb.base/radix.exp: print 010; expect 8; input radix 2 +PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 2 +PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 2 +PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 2 +PASS: gdb.base/radix.exp: print 0; expect 0; input radix 2 +PASS: gdb.base/radix.exp: print 1; expect 1; input radix 2 +PASS: gdb.base/radix.exp: print -1; expect -1; input radix 2 +PASS: gdb.base/radix.exp: print 10; expect 2; input radix 2 +PASS: gdb.base/radix.exp: print 11; expect 3; input radix 2 +PASS: gdb.base/radix.exp: print -10; expect -2; input radix 2 +PASS: gdb.base/radix.exp: print -11; expect -3; input radix 2 +PASS: gdb.base/radix.exp: print 100; expect 4; input radix 2 +PASS: gdb.base/radix.exp: print 101; expect 5; input radix 2 +PASS: gdb.base/radix.exp: print -100; expect -4; input radix 2 +PASS: gdb.base/radix.exp: print -101; expect -5; input radix 2 +PASS: gdb.base/radix.exp: print 10101; expect 21; input radix 2 +PASS: gdb.base/radix.exp: print 4; expect Invalid number "4"\.; input radix 2 +PASS: gdb.base/radix.exp: print -2; expect Invalid number "2"\.; input radix 2 +PASS: gdb.base/radix.exp: initialize radix, input radix 3 +PASS: gdb.base/radix.exp: set input-radix 3 +PASS: gdb.base/radix.exp: show radix, input radix 3 +PASS: gdb.base/radix.exp: print 010; expect 8; input radix 3 +PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 3 +PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 3 +PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 3 +PASS: gdb.base/radix.exp: print 0; expect 0; input radix 3 +PASS: gdb.base/radix.exp: print 1; expect 1; input radix 3 +PASS: gdb.base/radix.exp: print -1; expect -1; input radix 3 +PASS: gdb.base/radix.exp: print 10; expect 3; input radix 3 +PASS: gdb.base/radix.exp: print 11; expect 4; input radix 3 +PASS: gdb.base/radix.exp: print -10; expect -3; input radix 3 +PASS: gdb.base/radix.exp: print -11; expect -4; input radix 3 +PASS: gdb.base/radix.exp: print 100; expect 9; input radix 3 +PASS: gdb.base/radix.exp: print 101; expect 10; input radix 3 +PASS: gdb.base/radix.exp: print -100; expect -9; input radix 3 +PASS: gdb.base/radix.exp: print -101; expect -10; input radix 3 +PASS: gdb.base/radix.exp: print 10101; expect 91; input radix 3 +PASS: gdb.base/radix.exp: print 2; expect 2; input radix 3 +PASS: gdb.base/radix.exp: print 20; expect 6; input radix 3 +PASS: gdb.base/radix.exp: print 3; expect Invalid number "3"\.; input radix 3 +PASS: gdb.base/radix.exp: print 30; expect Invalid number "30"\.; input radix 2 +PASS: gdb.base/radix.exp: initialize radix, input radix 8 +PASS: gdb.base/radix.exp: set input-radix 8 +PASS: gdb.base/radix.exp: show radix, input radix 8 +PASS: gdb.base/radix.exp: print 010; expect 8; input radix 8 +PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 8 +PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 8 +PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 8 +PASS: gdb.base/radix.exp: print 0; expect 0; input radix 8 +PASS: gdb.base/radix.exp: print 1; expect 1; input radix 8 +PASS: gdb.base/radix.exp: print -1; expect -1; input radix 8 +PASS: gdb.base/radix.exp: print 10; expect 8; input radix 8 +PASS: gdb.base/radix.exp: print 11; expect 9; input radix 8 +PASS: gdb.base/radix.exp: print -10; expect -8; input radix 8 +PASS: gdb.base/radix.exp: print -11; expect -9; input radix 8 +PASS: gdb.base/radix.exp: print 100; expect 64; input radix 8 +PASS: gdb.base/radix.exp: print 101; expect 65; input radix 8 +PASS: gdb.base/radix.exp: print -100; expect -64; input radix 8 +PASS: gdb.base/radix.exp: print -101; expect -65; input radix 8 +PASS: gdb.base/radix.exp: print 10101; expect 4161; input radix 8 +PASS: gdb.base/radix.exp: print 20; expect 16; input radix 8 +PASS: gdb.base/radix.exp: print -20; expect -16; input radix 8 +PASS: gdb.base/radix.exp: print 8; expect Invalid number "8".; input radix 8 +PASS: gdb.base/radix.exp: print -9; expect Invalid number "9".; input radix 8 +PASS: gdb.base/radix.exp: initialize radix, input radix 10 +PASS: gdb.base/radix.exp: set input-radix 10 +PASS: gdb.base/radix.exp: show radix, input radix 10 +PASS: gdb.base/radix.exp: print 010; expect 8; input radix 10 +PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 10 +PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 10 +PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 10 +PASS: gdb.base/radix.exp: print 0; expect 0; input radix 10 +PASS: gdb.base/radix.exp: print 1; expect 1; input radix 10 +PASS: gdb.base/radix.exp: print -1; expect -1; input radix 10 +PASS: gdb.base/radix.exp: print 10; expect 10; input radix 10 +PASS: gdb.base/radix.exp: print 11; expect 11; input radix 10 +PASS: gdb.base/radix.exp: print -10; expect -10; input radix 10 +PASS: gdb.base/radix.exp: print -11; expect -11; input radix 10 +PASS: gdb.base/radix.exp: print 100; expect 100; input radix 10 +PASS: gdb.base/radix.exp: print 101; expect 101; input radix 10 +PASS: gdb.base/radix.exp: print -100; expect -100; input radix 10 +PASS: gdb.base/radix.exp: print -101; expect -101; input radix 10 +PASS: gdb.base/radix.exp: print 10101; expect 10101; input radix 10 +PASS: gdb.base/radix.exp: print -12; expect -12; input radix 10 +PASS: gdb.base/radix.exp: initialize radix, input radix 16 +PASS: gdb.base/radix.exp: set input-radix 16 +PASS: gdb.base/radix.exp: show radix, input radix 16 +PASS: gdb.base/radix.exp: print 010; expect 8; input radix 16 +PASS: gdb.base/radix.exp: print 20.; expect 20; input radix 16 +PASS: gdb.base/radix.exp: print (int) 20.; expect 20; input radix 16 +PASS: gdb.base/radix.exp: print 0xf; expect 15; input radix 16 +PASS: gdb.base/radix.exp: print 0; expect 0; input radix 16 +PASS: gdb.base/radix.exp: print 1; expect 1; input radix 16 +PASS: gdb.base/radix.exp: print -1; expect -1; input radix 16 +PASS: gdb.base/radix.exp: print 10; expect 16; input radix 16 +PASS: gdb.base/radix.exp: print 11; expect 17; input radix 16 +PASS: gdb.base/radix.exp: print -10; expect -16; input radix 16 +PASS: gdb.base/radix.exp: print -11; expect -17; input radix 16 +PASS: gdb.base/radix.exp: print 100; expect 256; input radix 16 +PASS: gdb.base/radix.exp: print 101; expect 257; input radix 16 +PASS: gdb.base/radix.exp: print -100; expect -256; input radix 16 +PASS: gdb.base/radix.exp: print -101; expect -257; input radix 16 +PASS: gdb.base/radix.exp: print 10101; expect 65793; input radix 16 +PASS: gdb.base/radix.exp: initialize radix, output radix 8 +PASS: gdb.base/radix.exp: set output-radix 8 +PASS: gdb.base/radix.exp: show radix, output radix 8 +PASS: gdb.base/radix.exp: print 010; expect 010; output radix 8 +PASS: gdb.base/radix.exp: print 0xf; expect 17; output radix 8 +PASS: gdb.base/radix.exp: print 10; expect 12; output radix 8 +PASS: gdb.base/radix.exp: print 100; expect 144; output radix 8 +KFAIL: gdb.base/radix.exp: print 20.; expect 24; output radix 8 (PRMS: gdb/1715) +PASS: gdb.base/radix.exp: print (int) 20.; expect 24; output radix 8 +PASS: gdb.base/radix.exp: initialize radix, output radix 10 +PASS: gdb.base/radix.exp: set output-radix 10 +PASS: gdb.base/radix.exp: show radix, output radix 10 +PASS: gdb.base/radix.exp: print 010; expect 8; output radix 10 +PASS: gdb.base/radix.exp: print 0xf; expect 15; output radix 10 +PASS: gdb.base/radix.exp: print 10; expect 10; output radix 10 +PASS: gdb.base/radix.exp: print 100; expect 100; output radix 10 +PASS: gdb.base/radix.exp: print 20.; expect 20; output radix 10 +PASS: gdb.base/radix.exp: print (int) 20.; expect 20; output radix 10 +PASS: gdb.base/radix.exp: initialize radix, output radix 16 +PASS: gdb.base/radix.exp: set output-radix 16 +PASS: gdb.base/radix.exp: show radix, output radix 16 +PASS: gdb.base/radix.exp: print 010; expect 8; output radix 16 +PASS: gdb.base/radix.exp: print 0xf; expect f; output radix 16 +PASS: gdb.base/radix.exp: print 10; expect a; output radix 16 +PASS: gdb.base/radix.exp: print 100; expect 64; output radix 16 +KFAIL: gdb.base/radix.exp: print 20.; expect 14; output radix 16 (PRMS: gdb/1715) +PASS: gdb.base/radix.exp: print (int) 20.; expect 14; output radix 16 +PASS: gdb.base/radix.exp: Reset radices +PASS: gdb.base/radix.exp: Reject input-radix 0 +PASS: gdb.base/radix.exp: Input radix unchanged after rejecting 0 +PASS: gdb.base/radix.exp: Reject input-radix 1 +PASS: gdb.base/radix.exp: Input radix unchanged after rejecting 1 +PASS: gdb.base/radix.exp: Reject output-radix 0 +PASS: gdb.base/radix.exp: Output radix unchanged after rejecting 0 +PASS: gdb.base/radix.exp: Reject output-radix 1 +PASS: gdb.base/radix.exp: Output radix unchanged after rejecting 1 +PASS: gdb.base/radix.exp: set radix 7 rejected +PASS: gdb.base/radix.exp: Output radix unchanged after rejection through set radix command +Running ../../../master/gdb/testsuite/gdb.base/randomize.exp ... +PASS: gdb.base/randomize.exp: set disable-randomization off +PASS: gdb.base/randomize.exp: show disable-randomization off +PASS: gdb.base/randomize.exp: continue to breakpoint: randomized first address - address set +PASS: gdb.base/randomize.exp: randomized first address +PASS: gdb.base/randomize.exp: continue to breakpoint: randomized second address - address set +PASS: gdb.base/randomize.exp: randomized second address +PASS: gdb.base/randomize.exp: randomized addresses should not match +PASS: gdb.base/randomize.exp: set disable-randomization on +PASS: gdb.base/randomize.exp: show disable-randomization on +PASS: gdb.base/randomize.exp: continue to breakpoint: fixed first address - address set +PASS: gdb.base/randomize.exp: fixed first address +PASS: gdb.base/randomize.exp: continue to breakpoint: fixed second address - address set +PASS: gdb.base/randomize.exp: fixed second address +PASS: gdb.base/randomize.exp: fixed addresses should match +Running ../../../master/gdb/testsuite/gdb.base/readline-ask.exp ... +PASS: gdb.base/readline-ask.exp: set width 50 +PASS: gdb.base/readline-ask.exp: set height 3 +PASS: gdb.base/readline-ask.exp: bell for more message +PASS: gdb.base/readline-ask.exp: more message for 01 and 02 +PASS: gdb.base/readline-ask.exp: more message for 03 +PASS: gdb.base/readline-ask.exp: more finish for 04 +PASS: gdb.base/readline-ask.exp: abort more message +PASS: gdb.base/readline-ask.exp: bell for ask message +PASS: gdb.base/readline-ask.exp: ask message +PASS: gdb.base/readline-ask.exp: ask message for 01 and 02 +PASS: gdb.base/readline-ask.exp: ask message no +PASS: gdb.base/readline-ask.exp: abort ask message +Running ../../../master/gdb/testsuite/gdb.base/readline.exp ... +PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 1 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 2 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 3 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 3 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 2 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 1 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 2 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 3 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - final prompt +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send if 1 > 0 +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send p 5 +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send end +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to end +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to p 5 +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-p to if 1 > 0 +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for if 1 > 0 +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for p 5 +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - C-o for end +PASS: gdb.base/readline.exp: operate-and-get-next with secondary prompt - final prompt +PASS: gdb.base/readline.exp: print 42 +PASS: gdb.base/readline.exp: arrow keys with secondary prompt +PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 7 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 8 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - send p 9 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 9 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 8 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-p to p 7 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 7 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 8 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 9 +PASS: gdb.base/readline.exp: Simple operate-and-get-next - final prompt +Running ../../../master/gdb/testsuite/gdb.base/recurse.exp ... +PASS: gdb.base/recurse.exp: next over b = 0 in first instance +PASS: gdb.base/recurse.exp: set first instance watchpoint +PASS: gdb.base/recurse.exp: continue to first instance watchpoint, first time +PASS: gdb.base/recurse.exp: continue to recurse (a = 9) +PASS: gdb.base/recurse.exp: continue to recurse (a = 8) +PASS: gdb.base/recurse.exp: continue to recurse (a = 7) +PASS: gdb.base/recurse.exp: continue to recurse (a = 6) +PASS: gdb.base/recurse.exp: continue to recurse (a = 5) +PASS: gdb.base/recurse.exp: next over b = 0 in second instance +PASS: gdb.base/recurse.exp: set second instance watchpoint +PASS: gdb.base/recurse.exp: continue to second instance watchpoint, first time +PASS: gdb.base/recurse.exp: continue to recurse (a = 4) +PASS: gdb.base/recurse.exp: continue to recurse (a = 3) +PASS: gdb.base/recurse.exp: continue to recurse (a = 2) +PASS: gdb.base/recurse.exp: continue to recurse (a = 1) +PASS: gdb.base/recurse.exp: continue to second instance watchpoint, second time +PASS: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope +PASS: gdb.base/recurse.exp: continue to first instance watchpoint, second time +PASS: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope +Running ../../../master/gdb/testsuite/gdb.base/regs.exp ... +Running ../../../master/gdb/testsuite/gdb.base/relational.exp ... +PASS: gdb.base/relational.exp: set variable x=14 +PASS: gdb.base/relational.exp: set variable y=2 +PASS: gdb.base/relational.exp: set variable z=2 +PASS: gdb.base/relational.exp: set variable w=3 +PASS: gdb.base/relational.exp: print value of x +PASS: gdb.base/relational.exp: print value of y +PASS: gdb.base/relational.exp: print value of z +PASS: gdb.base/relational.exp: print value of w +PASS: gdb.base/relational.exp: print value of x<y +PASS: gdb.base/relational.exp: print value of x<=y +PASS: gdb.base/relational.exp: print value of x>y +PASS: gdb.base/relational.exp: print value of x>=y +PASS: gdb.base/relational.exp: print value of x==y +PASS: gdb.base/relational.exp: print value of x!=y +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable y +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x<y<z +PASS: gdb.base/relational.exp: print value of x<=y<=z +PASS: gdb.base/relational.exp: print value of x>y>z +PASS: gdb.base/relational.exp: print value of x>=y>=z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable y +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x==y==z +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x!=y!=z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable y +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x<y==z +PASS: gdb.base/relational.exp: print value of x<y!=z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable y +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x<y<=z +PASS: gdb.base/relational.exp: print value of x<y>=z +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x<y>z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: print value of x>y>=z +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x>y==z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x>y!=z +PASS: gdb.base/relational.exp: set x to 4 +PASS: gdb.base/relational.exp: print value of x>y<=z +PASS: gdb.base/relational.exp: print value of x>=y==z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: print value of x>=y!=z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x>=y<=z +PASS: gdb.base/relational.exp: print value of x<=y==z +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: print value of x<=y!=z +PASS: gdb.base/relational.exp: print value of x==y!=z +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of x>=(y<z) +PASS: gdb.base/relational.exp: print value of x>=(y!=z) +PASS: gdb.base/relational.exp: print value of x==(y==z) +PASS: gdb.base/relational.exp: set variable x +PASS: gdb.base/relational.exp: set variable z +PASS: gdb.base/relational.exp: print value of (x==y)<z +Running ../../../master/gdb/testsuite/gdb.base/relativedebug.exp ... +PASS: gdb.base/relativedebug.exp: continue +PASS: gdb.base/relativedebug.exp: pause found in backtrace +Running ../../../master/gdb/testsuite/gdb.base/relocate.exp ... +PASS: gdb.base/relocate.exp: add-symbol-file relocate.o 0 +PASS: gdb.base/relocate.exp: get address of static_foo +PASS: gdb.base/relocate.exp: get address of static_bar +PASS: gdb.base/relocate.exp: static variables have different addresses +PASS: gdb.base/relocate.exp: get address of global_foo +PASS: gdb.base/relocate.exp: get address of global_bar +PASS: gdb.base/relocate.exp: global variables have different addresses +PASS: gdb.base/relocate.exp: get address of function_foo +PASS: gdb.base/relocate.exp: get address of function_bar +PASS: gdb.base/relocate.exp: functions have different addresses +PASS: gdb.base/relocate.exp: set $offset = 0x10000 +PASS: gdb.base/relocate.exp: add-symbol-file relocate.o $offset +PASS: gdb.base/relocate.exp: get address of function_foo +PASS: gdb.base/relocate.exp: function foo has a different address +PASS: gdb.base/relocate.exp: print static_foo +PASS: gdb.base/relocate.exp: print static_bar +PASS: gdb.base/relocate.exp: print global_foo +PASS: gdb.base/relocate.exp: print global_bar +Running ../../../master/gdb/testsuite/gdb.base/remote.exp ... +Running ../../../master/gdb/testsuite/gdb.base/remotetimeout.exp ... +PASS: gdb.base/remotetimeout.exp: correct remotetimeout printed +Running ../../../master/gdb/testsuite/gdb.base/reread.exp ... +PASS: gdb.base/reread.exp: breakpoint foo in first file +PASS: gdb.base/reread.exp: run to foo() +PASS: gdb.base/reread.exp: run to foo() second time +PASS: gdb.base/reread.exp: second pass: breakpoint foo in first file +PASS: gdb.base/reread.exp: second pass: run to foo() +PASS: gdb.base/reread.exp: continue until exit at second pass +PASS: gdb.base/reread.exp: second pass: run to foo() second time +Running ../../../master/gdb/testsuite/gdb.base/restore.exp ... +PASS: gdb.base/restore.exp: tbreak caller1 +PASS: gdb.base/restore.exp: run to caller1 +PASS: gdb.base/restore.exp: caller1 calls callee1; tbreak callee +PASS: gdb.base/restore.exp: caller1 calls callee1; continue to callee +PASS: gdb.base/restore.exp: caller1 calls callee1; return callee now +PASS: gdb.base/restore.exp: caller1 calls callee1; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller1 calls callee2; tbreak callee +PASS: gdb.base/restore.exp: caller1 calls callee2; continue to callee +PASS: gdb.base/restore.exp: caller1 calls callee2; return callee now +PASS: gdb.base/restore.exp: caller1 calls callee2; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller1 calls callee3; tbreak callee +PASS: gdb.base/restore.exp: caller1 calls callee3; continue to callee +PASS: gdb.base/restore.exp: caller1 calls callee3; return callee now +PASS: gdb.base/restore.exp: caller1 calls callee3; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller1 calls callee4; tbreak callee +PASS: gdb.base/restore.exp: caller1 calls callee4; continue to callee +PASS: gdb.base/restore.exp: caller1 calls callee4; return callee now +PASS: gdb.base/restore.exp: caller1 calls callee4; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller1 calls callee5; tbreak callee +PASS: gdb.base/restore.exp: caller1 calls callee5; continue to callee +PASS: gdb.base/restore.exp: caller1 calls callee5; return callee now +PASS: gdb.base/restore.exp: caller1 calls callee5; return restored l1 to 32492 +PASS: gdb.base/restore.exp: tbreak caller2 +PASS: gdb.base/restore.exp: run to caller2 +PASS: gdb.base/restore.exp: caller2 calls callee1; tbreak callee +PASS: gdb.base/restore.exp: caller2 calls callee1; continue to callee +PASS: gdb.base/restore.exp: caller2 calls callee1; return callee now +PASS: gdb.base/restore.exp: caller2 calls callee1; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller2 calls callee1; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller2 calls callee2; tbreak callee +PASS: gdb.base/restore.exp: caller2 calls callee2; continue to callee +PASS: gdb.base/restore.exp: caller2 calls callee2; return callee now +PASS: gdb.base/restore.exp: caller2 calls callee2; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller2 calls callee2; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller2 calls callee3; tbreak callee +PASS: gdb.base/restore.exp: caller2 calls callee3; continue to callee +PASS: gdb.base/restore.exp: caller2 calls callee3; return callee now +PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller2 calls callee3; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller2 calls callee4; tbreak callee +PASS: gdb.base/restore.exp: caller2 calls callee4; continue to callee +PASS: gdb.base/restore.exp: caller2 calls callee4; return callee now +PASS: gdb.base/restore.exp: caller2 calls callee4; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller2 calls callee4; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller2 calls callee5; tbreak callee +PASS: gdb.base/restore.exp: caller2 calls callee5; continue to callee +PASS: gdb.base/restore.exp: caller2 calls callee5; return callee now +PASS: gdb.base/restore.exp: caller2 calls callee5; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller2 calls callee5; return restored l2 to 32493 +PASS: gdb.base/restore.exp: tbreak caller3 +PASS: gdb.base/restore.exp: run to caller3 +PASS: gdb.base/restore.exp: caller3 calls callee1; tbreak callee +PASS: gdb.base/restore.exp: caller3 calls callee1; continue to callee +PASS: gdb.base/restore.exp: caller3 calls callee1; return callee now +PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller3 calls callee1; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller3 calls callee2; tbreak callee +PASS: gdb.base/restore.exp: caller3 calls callee2; continue to callee +PASS: gdb.base/restore.exp: caller3 calls callee2; return callee now +PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller3 calls callee2; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller3 calls callee3; tbreak callee +PASS: gdb.base/restore.exp: caller3 calls callee3; continue to callee +PASS: gdb.base/restore.exp: caller3 calls callee3; return callee now +PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller3 calls callee3; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller3 calls callee4; tbreak callee +PASS: gdb.base/restore.exp: caller3 calls callee4; continue to callee +PASS: gdb.base/restore.exp: caller3 calls callee4; return callee now +PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller3 calls callee4; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller3 calls callee5; tbreak callee +PASS: gdb.base/restore.exp: caller3 calls callee5; continue to callee +PASS: gdb.base/restore.exp: caller3 calls callee5; return callee now +PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller3 calls callee5; return restored l3 to 32494 +PASS: gdb.base/restore.exp: tbreak caller4 +PASS: gdb.base/restore.exp: run to caller4 +PASS: gdb.base/restore.exp: caller4 calls callee1; tbreak callee +PASS: gdb.base/restore.exp: caller4 calls callee1; continue to callee +PASS: gdb.base/restore.exp: caller4 calls callee1; return callee now +PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller4 calls callee1; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller4 calls callee2; tbreak callee +PASS: gdb.base/restore.exp: caller4 calls callee2; continue to callee +PASS: gdb.base/restore.exp: caller4 calls callee2; return callee now +PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller4 calls callee2; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller4 calls callee3; tbreak callee +PASS: gdb.base/restore.exp: caller4 calls callee3; continue to callee +PASS: gdb.base/restore.exp: caller4 calls callee3; return callee now +PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller4 calls callee3; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller4 calls callee4; tbreak callee +PASS: gdb.base/restore.exp: caller4 calls callee4; continue to callee +PASS: gdb.base/restore.exp: caller4 calls callee4; return callee now +PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller4 calls callee4; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller4 calls callee5; tbreak callee +PASS: gdb.base/restore.exp: caller4 calls callee5; continue to callee +PASS: gdb.base/restore.exp: caller4 calls callee5; return callee now +PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller4 calls callee5; return restored l4 to 32495 +PASS: gdb.base/restore.exp: tbreak caller5 +PASS: gdb.base/restore.exp: run to caller5 +PASS: gdb.base/restore.exp: caller5 calls callee1; tbreak callee +PASS: gdb.base/restore.exp: caller5 calls callee1; continue to callee +PASS: gdb.base/restore.exp: caller5 calls callee1; return callee now +PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller5 calls callee1; return restored l5 to 32496 +PASS: gdb.base/restore.exp: caller5 calls callee2; tbreak callee +PASS: gdb.base/restore.exp: caller5 calls callee2; continue to callee +PASS: gdb.base/restore.exp: caller5 calls callee2; return callee now +PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller5 calls callee2; return restored l5 to 32496 +PASS: gdb.base/restore.exp: caller5 calls callee3; tbreak callee +PASS: gdb.base/restore.exp: caller5 calls callee3; continue to callee +PASS: gdb.base/restore.exp: caller5 calls callee3; return callee now +PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller5 calls callee3; return restored l5 to 32496 +PASS: gdb.base/restore.exp: caller5 calls callee4; tbreak callee +PASS: gdb.base/restore.exp: caller5 calls callee4; continue to callee +PASS: gdb.base/restore.exp: caller5 calls callee4; return callee now +PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller5 calls callee4; return restored l5 to 32496 +PASS: gdb.base/restore.exp: caller5 calls callee5; tbreak callee +PASS: gdb.base/restore.exp: caller5 calls callee5; continue to callee +PASS: gdb.base/restore.exp: caller5 calls callee5; return callee now +PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492 +PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493 +PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494 +PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l4 to 32495 +PASS: gdb.base/restore.exp: caller5 calls callee5; return restored l5 to 32496 +PASS: gdb.base/restore.exp: run to completion +Running ../../../master/gdb/testsuite/gdb.base/return-nodebug.exp ... +PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info without a cast +PASS: gdb.base/return-nodebug.exp: signed-char: return from function with no debug info with a cast +PASS: gdb.base/return-nodebug.exp: signed-char: advance to marker +PASS: gdb.base/return-nodebug.exp: signed-char: full width of the returned result +PASS: gdb.base/return-nodebug.exp: short: return from function with no debug info without a cast +PASS: gdb.base/return-nodebug.exp: short: return from function with no debug info with a cast +PASS: gdb.base/return-nodebug.exp: short: advance to marker +PASS: gdb.base/return-nodebug.exp: short: full width of the returned result +PASS: gdb.base/return-nodebug.exp: int: return from function with no debug info without a cast +PASS: gdb.base/return-nodebug.exp: int: return from function with no debug info with a cast +PASS: gdb.base/return-nodebug.exp: int: advance to marker +PASS: gdb.base/return-nodebug.exp: int: full width of the returned result +PASS: gdb.base/return-nodebug.exp: long: return from function with no debug info without a cast +PASS: gdb.base/return-nodebug.exp: long: return from function with no debug info with a cast +PASS: gdb.base/return-nodebug.exp: long: advance to marker +PASS: gdb.base/return-nodebug.exp: long: full width of the returned result +PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info without a cast +PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info with a cast +PASS: gdb.base/return-nodebug.exp: long-long: advance to marker +PASS: gdb.base/return-nodebug.exp: long-long: full width of the returned result +Running ../../../master/gdb/testsuite/gdb.base/return.exp ... +PASS: gdb.base/return.exp: simple return +PASS: gdb.base/return.exp: break func2 +PASS: gdb.base/return.exp: break func3 +PASS: gdb.base/return.exp: continue to return of -5 +PASS: gdb.base/return.exp: next over call to func2 +PASS: gdb.base/return.exp: correct value returned (integer test) +PASS: gdb.base/return.exp: continue to return of -5.0 +PASS: gdb.base/return.exp: next over call to func3 +PASS: gdb.base/return.exp: correct value returned double test (known problem with sparc solaris) +Running ../../../master/gdb/testsuite/gdb.base/return2.exp ... +PASS: gdb.base/return2.exp: set break on void_func +PASS: gdb.base/return2.exp: continue to void_func +PASS: gdb.base/return2.exp: return from void_func +PASS: gdb.base/return2.exp: void function returned successfully +PASS: gdb.base/return2.exp: set break on char_func +PASS: gdb.base/return2.exp: continue to char_func +PASS: gdb.base/return2.exp: return from char_func +PASS: gdb.base/return2.exp: char value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +PASS: gdb.base/return2.exp: set break on short_func +PASS: gdb.base/return2.exp: continue to short_func +PASS: gdb.base/return2.exp: return from short_func +PASS: gdb.base/return2.exp: short value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +PASS: gdb.base/return2.exp: set break on int_func +PASS: gdb.base/return2.exp: continue to int_func +PASS: gdb.base/return2.exp: return from int_func +PASS: gdb.base/return2.exp: int value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +PASS: gdb.base/return2.exp: set break on long_func +PASS: gdb.base/return2.exp: continue to long_func +PASS: gdb.base/return2.exp: return from long_func +PASS: gdb.base/return2.exp: long value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +PASS: gdb.base/return2.exp: set break on long_long_func +PASS: gdb.base/return2.exp: continue to long_long_func +PASS: gdb.base/return2.exp: return from long_long_func +PASS: gdb.base/return2.exp: long_long value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +PASS: gdb.base/return2.exp: set break on float_func +PASS: gdb.base/return2.exp: continue to float_func +PASS: gdb.base/return2.exp: return from float_func +PASS: gdb.base/return2.exp: float value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +PASS: gdb.base/return2.exp: set break on double_func +PASS: gdb.base/return2.exp: continue to double_func +PASS: gdb.base/return2.exp: return from double_func +PASS: gdb.base/return2.exp: double value returned successfully +PASS: gdb.base/return2.exp: validate result value not equal to program return value +Running ../../../master/gdb/testsuite/gdb.base/savedregs.exp ... +PASS: gdb.base/savedregs.exp: advance thrower +PASS: gdb.base/savedregs.exp: Get main info frame +PASS: gdb.base/savedregs.exp: handle SIGSEGV pass print nostop +PASS: gdb.base/savedregs.exp: advance catcher +PASS: gdb.base/savedregs.exp: Get sigtramp info frame +PASS: gdb.base/savedregs.exp: Get thrower info frame +PASS: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: break caller +PASS: gdb.base/savedregs.exp: call caller (1,2,3,4,5,6,7,8) +PASS: gdb.base/savedregs.exp: Get dummy info frame +PASS: gdb.base/savedregs.exp: Get catcher info frame +PASS: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: Check thrower info frame; stack contains caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: Check main info frame; stack contains caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: advance callee +PASS: gdb.base/savedregs.exp: Get caller info frame +PASS: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: Check catcher info frame; stack contains callee caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains callee caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: Check thrower info frame; stack contains callee caller dummy catcher sigtramp thrower main +PASS: gdb.base/savedregs.exp: Check main info frame; stack contains callee caller dummy catcher sigtramp thrower main +Running ../../../master/gdb/testsuite/gdb.base/scope.exp ... +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss before run +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal before run +PASS: gdb.base/scope.exp: next over init0() in main +PASS: gdb.base/scope.exp: print filelocal +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at main +PASS: gdb.base/scope.exp: print filelocal_bss +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_main +PASS: gdb.base/scope.exp: print filelocal_ro in test_at_main +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro +PASS: gdb.base/scope.exp: print foo::funclocal +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal +PASS: gdb.base/scope.exp: print foo::funclocal_ro +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro +PASS: gdb.base/scope.exp: print bar::funclocal +PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at foo +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_foo +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro +PASS: gdb.base/scope.exp: print filelocal at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal at foo +PASS: gdb.base/scope.exp: print filelocal_bss at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss at foo +PASS: gdb.base/scope.exp: print filelocal_ro at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro at foo +PASS: gdb.base/scope.exp: print funclocal at foo +PASS: gdb.base/scope.exp: print foo::funclocal at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at foo +PASS: gdb.base/scope.exp: print funclocal_bss at foo +PASS: gdb.base/scope.exp: print foo::funclocal_bss at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at foo +PASS: gdb.base/scope.exp: print funclocal_ro at foo +PASS: gdb.base/scope.exp: print foo::funclocal_ro at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at foo +PASS: gdb.base/scope.exp: print bar::funclocal at foo +PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at foo +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal at bar +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss in test_at_bar +PASS: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro at bar +PASS: gdb.base/scope.exp: print filelocal at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal at bar +PASS: gdb.base/scope.exp: print filelocal_bss at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_bss at bar +PASS: gdb.base/scope.exp: print filelocal_ro in test_at_bar +PASS: gdb.base/scope.exp: print 'scope1.c'::filelocal_ro at bar +PASS: gdb.base/scope.exp: print foo::funclocal at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at bar +PASS: gdb.base/scope.exp: print foo::funclocal_bss at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at bar +PASS: gdb.base/scope.exp: print foo::funclocal_ro at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at bar +PASS: gdb.base/scope.exp: print funclocal at bar +PASS: gdb.base/scope.exp: print bar::funclocal at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at bar +PASS: gdb.base/scope.exp: print funclocal_bss at bar +PASS: gdb.base/scope.exp: print bar::funclocal_bss at bar +PASS: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal_bss at bar +PASS: gdb.base/scope.exp: continue to marker2 +PASS: gdb.base/scope.exp: up from marker2 in scopes.exp +PASS: gdb.base/scope.exp: print localval, outer scope +PASS: gdb.base/scope.exp: print localval1, outer scope +PASS: gdb.base/scope.exp: print localval2, outer scope +PASS: gdb.base/scope.exp: print localval3, outer scope +PASS: gdb.base/scope.exp: continue to marker3 in scope.exp +PASS: gdb.base/scope.exp: up from marker3 in scope.exp +PASS: gdb.base/scope.exp: print localval, first nested scope +PASS: gdb.base/scope.exp: print localval1, first nested scope +PASS: gdb.base/scope.exp: print localval2, first nested scope +PASS: gdb.base/scope.exp: print localval3, first nested scope +PASS: gdb.base/scope.exp: continue to marker4 in scope.exp +PASS: gdb.base/scope.exp: up from marker4 in scope.exp +PASS: gdb.base/scope.exp: print localval, innermost scope +PASS: gdb.base/scope.exp: print localval1, innermost scope +PASS: gdb.base/scope.exp: print localval2, innermost scope +PASS: gdb.base/scope.exp: print localval3, innermost scope +PASS: gdb.base/scope.exp: continue to marker1 +PASS: gdb.base/scope.exp: up from marker1 in scope.exp +PASS: gdb.base/scope.exp: 100 auto variables correctly initialized +PASS: gdb.base/scope.exp: args in correct order +Running ../../../master/gdb/testsuite/gdb.base/sect-cmd.exp ... +Running ../../../master/gdb/testsuite/gdb.base/sep.exp ... +PASS: gdb.base/sep.exp: list using location inside included file +PASS: gdb.base/sep.exp: breakpoint inside included file +Running ../../../master/gdb/testsuite/gdb.base/sepdebug.exp ... +PASS: gdb.base/sepdebug.exp: breakpoint function +PASS: gdb.base/sepdebug.exp: breakpoint quoted function +PASS: gdb.base/sepdebug.exp: breakpoint function in file +PASS: gdb.base/sepdebug.exp: use `list' to establish default source file +PASS: gdb.base/sepdebug.exp: breakpoint line number +PASS: gdb.base/sepdebug.exp: breakpoint duplicate +PASS: gdb.base/sepdebug.exp: breakpoint line number in file +PASS: gdb.base/sepdebug.exp: breakpoint at start of multi line if conditional +PASS: gdb.base/sepdebug.exp: breakpoint at start of multi line while conditional +PASS: gdb.base/sepdebug.exp: breakpoint info +PASS: gdb.base/sepdebug.exp: run until function breakpoint +PASS: gdb.base/sepdebug.exp: run until breakpoint set at a line number +PASS: gdb.base/sepdebug.exp: run until file:function(6) breakpoint +PASS: gdb.base/sepdebug.exp: run until file:function(5) breakpoint +PASS: gdb.base/sepdebug.exp: run until file:function(4) breakpoint +PASS: gdb.base/sepdebug.exp: run until file:function(3) breakpoint +PASS: gdb.base/sepdebug.exp: run until file:function(2) breakpoint +PASS: gdb.base/sepdebug.exp: run until file:function(1) breakpoint +PASS: gdb.base/sepdebug.exp: run until quoted breakpoint +PASS: gdb.base/sepdebug.exp: run until file:linenum breakpoint +PASS: gdb.base/sepdebug.exp: breakpoint offset +1 +PASS: gdb.base/sepdebug.exp: step onto breakpoint +PASS: gdb.base/sepdebug.exp: Temporary breakpoint function +PASS: gdb.base/sepdebug.exp: Temporary breakpoint function in file +PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number #1 +PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number #2 +PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #1 +PASS: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #2 +PASS: gdb.base/sepdebug.exp: Temporary breakpoint info +PASS: gdb.base/sepdebug.exp: catch requires an event name +PASS: gdb.base/sepdebug.exp: set catch fork, never expected to trigger +PASS: gdb.base/sepdebug.exp: set catch vfork, never expected to trigger +PASS: gdb.base/sepdebug.exp: set catch exec, never expected to trigger +PASS: gdb.base/sepdebug.exp: break on non-existent source line +PASS: gdb.base/sepdebug.exp: until bp_location1 +PASS: gdb.base/sepdebug.exp: break on default location, 1st time +PASS: gdb.base/sepdebug.exp: break on default location, 2nd time +PASS: gdb.base/sepdebug.exp: break on default location, 3rd time +PASS: gdb.base/sepdebug.exp: break on default location, 4th time +PASS: gdb.base/sepdebug.exp: set to-be-silent break bp_location1 +PASS: gdb.base/sepdebug.exp: set silent break bp_location1 +PASS: gdb.base/sepdebug.exp: info silent break bp_location1 +PASS: gdb.base/sepdebug.exp: hit silent break bp_location1 +PASS: gdb.base/sepdebug.exp: stopped for silent break bp_location1 +PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on non-existent thread disallowed +PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on bogus thread ID disallowed +PASS: gdb.base/sepdebug.exp: breakpoint with trailing garbage disallowed +PASS: gdb.base/sepdebug.exp: step over breakpoint +PASS: gdb.base/sepdebug.exp: clear line has no breakpoint disallowed +PASS: gdb.base/sepdebug.exp: clear current line has no breakpoint disallowed +PASS: gdb.base/sepdebug.exp: break marker3 #1 +PASS: gdb.base/sepdebug.exp: break marker3 #2 +PASS: gdb.base/sepdebug.exp: clear marker3 +PASS: gdb.base/sepdebug.exp: set convenience variable $foo to bp_location11 +PASS: gdb.base/sepdebug.exp: set breakpoint via convenience variable +PASS: gdb.base/sepdebug.exp: set convenience variable $foo to 81.5 +PASS: gdb.base/sepdebug.exp: set breakpoint via non-integer convenience variable disallowed +PASS: gdb.base/sepdebug.exp: set breakpoint on to-be-called function +PASS: gdb.base/sepdebug.exp: hit breakpoint on called function +PASS: gdb.base/sepdebug.exp: backtrace while in called function +PASS: gdb.base/sepdebug.exp: finish from called function +PASS: gdb.base/sepdebug.exp: finish with arguments disallowed +PASS: gdb.base/sepdebug.exp: finish from outermost frame disallowed +PASS: gdb.base/sepdebug.exp: kill program +PASS: gdb.base/sepdebug.exp: break at factorial +PASS: gdb.base/sepdebug.exp: continue to factorial(5) +PASS: gdb.base/sepdebug.exp: backtrace from factorial(5) +PASS: gdb.base/sepdebug.exp: next to recursive call +PASS: gdb.base/sepdebug.exp: next over recursive call +PASS: gdb.base/sepdebug.exp: backtrace from factorial(5.1) +PASS: gdb.base/sepdebug.exp: continue until exit at recursive next test +PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location +PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file +PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file +PASS: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file +PASS: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file +PASS: gdb.base/sepdebug.exp: CRC mismatch is reported +PASS: gdb.base/sepdebug.exp: build-id support by binutils +PASS: gdb.base/sepdebug.exp: build-id: set separate debug location +PASS: gdb.base/sepdebug.exp: build-id: breakpoint function, optimized file +PASS: gdb.base/sepdebug.exp: build-id: breakpoint small function, optimized file +PASS: gdb.base/sepdebug.exp: build-id: run until function breakpoint, optimized file +PASS: gdb.base/sepdebug.exp: build-id: run until breakpoint set at small function, optimized file +PASS: gdb.base/sepdebug.exp: multiple-dirs: set separate debug location +PASS: gdb.base/sepdebug.exp: multiple-dirs: breakpoint function, optimized file +PASS: gdb.base/sepdebug.exp: multiple-dirs: breakpoint small function, optimized file +PASS: gdb.base/sepdebug.exp: multiple-dirs: run until function breakpoint, optimized file +PASS: gdb.base/sepdebug.exp: multiple-dirs: run until breakpoint set at small function, optimized file +Running ../../../master/gdb/testsuite/gdb.base/sepsymtab.exp ... +PASS: gdb.base/sepsymtab.exp: info sym main +Running ../../../master/gdb/testsuite/gdb.base/set-lang-auto.exp ... +PASS: gdb.base/set-lang-auto.exp: show lang after loading binary +PASS: gdb.base/set-lang-auto.exp: forcing the language to ada +PASS: gdb.base/set-lang-auto.exp: show lang after switching language to ada +PASS: gdb.base/set-lang-auto.exp: switching the language back to auto +PASS: gdb.base/set-lang-auto.exp: show lang after having switched back to auto +Running ../../../master/gdb/testsuite/gdb.base/setshow.exp ... +PASS: gdb.base/setshow.exp: default annotation_level is zero +PASS: gdb.base/setshow.exp: set annotate 2 +PASS: gdb.base/setshow.exp: show annotate 2 +PASS: gdb.base/setshow.exp: annotation_level 2 +PASS: gdb.base/setshow.exp: set annotate 1 +PASS: gdb.base/setshow.exp: show annotate (1) +PASS: gdb.base/setshow.exp: annotation_level 1 +PASS: gdb.base/setshow.exp: set annotate 0 +PASS: gdb.base/setshow.exp: show annotate (0) +PASS: gdb.base/setshow.exp: annotation_level 0 +PASS: gdb.base/setshow.exp: set args +PASS: gdb.base/setshow.exp: show args +PASS: gdb.base/setshow.exp: continuing +PASS: gdb.base/setshow.exp: passing args +PASS: gdb.base/setshow.exp: set check range on +PASS: gdb.base/setshow.exp: show check range (on) +PASS: gdb.base/setshow.exp: set check range off +PASS: gdb.base/setshow.exp: show check range (off) +PASS: gdb.base/setshow.exp: set check range auto +PASS: gdb.base/setshow.exp: show check range (auto) +PASS: gdb.base/setshow.exp: set check type on +PASS: gdb.base/setshow.exp: show check type (on) +PASS: gdb.base/setshow.exp: set check type off +PASS: gdb.base/setshow.exp: show check type (off) +PASS: gdb.base/setshow.exp: set check type auto +PASS: gdb.base/setshow.exp: show check type (auto) +PASS: gdb.base/setshow.exp: set complaints 100 +PASS: gdb.base/setshow.exp: show complaints (100) +PASS: gdb.base/setshow.exp: set complaints 0 +PASS: gdb.base/setshow.exp: show complaints (0) +PASS: gdb.base/setshow.exp: set confirm off +PASS: gdb.base/setshow.exp: show confirm (off) +PASS: gdb.base/setshow.exp: set confirm on +PASS: gdb.base/setshow.exp: show confirm (on) +PASS: gdb.base/setshow.exp: set editing off +PASS: gdb.base/setshow.exp: show editing (off) +PASS: gdb.base/setshow.exp: set environment FOOBARBAZ +PASS: gdb.base/setshow.exp: show environment FOOBARBAZ +PASS: gdb.base/setshow.exp: set height 100 +PASS: gdb.base/setshow.exp: show height +PASS: gdb.base/setshow.exp: set history expansion on +PASS: gdb.base/setshow.exp: show history expansion +PASS: gdb.base/setshow.exp: set history filename foobar.baz +PASS: gdb.base/setshow.exp: show history filename (foobar.baz) +PASS: gdb.base/setshow.exp: set history save on +PASS: gdb.base/setshow.exp: show history save (on) +PASS: gdb.base/setshow.exp: set history size 100 +PASS: gdb.base/setshow.exp: show history size (100) +PASS: gdb.base/setshow.exp: set language asm +PASS: gdb.base/setshow.exp: show language (asm) +PASS: gdb.base/setshow.exp: set language java +PASS: gdb.base/setshow.exp: show language (java) +PASS: gdb.base/setshow.exp: complete set language minimal +PASS: gdb.base/setshow.exp: set language auto +PASS: gdb.base/setshow.exp: show language (auto) +PASS: gdb.base/setshow.exp: set listsize 100 +PASS: gdb.base/setshow.exp: show listsize (100) +PASS: gdb.base/setshow.exp: set prompt FooBarBaz +PASS: gdb.base/setshow.exp: show prompt FooBarBaz +PASS: gdb.base/setshow.exp: set prompt gdb +PASS: gdb.base/setshow.exp: set radix 11 +PASS: gdb.base/setshow.exp: set radix 16 +PASS: gdb.base/setshow.exp: show radix (16) +PASS: gdb.base/setshow.exp: set radix 10 +PASS: gdb.base/setshow.exp: show radix (10) +PASS: gdb.base/setshow.exp: set width 90 +PASS: gdb.base/setshow.exp: show width (90) +PASS: gdb.base/setshow.exp: set write on +PASS: gdb.base/setshow.exp: show write (on) +PASS: gdb.base/setshow.exp: set symbol-reloading on +PASS: gdb.base/setshow.exp: show symbol-reloading (on) +PASS: gdb.base/setshow.exp: show user +PASS: gdb.base/setshow.exp: set verbose on +PASS: gdb.base/setshow.exp: show verbose (on) +PASS: gdb.base/setshow.exp: set verbose off +PASS: gdb.base/setshow.exp: show verbose (off) +Running ../../../master/gdb/testsuite/gdb.base/setvar.exp ... +PASS: gdb.base/setvar.exp: set print sevenbit-strings +PASS: gdb.base/setvar.exp: set variable char=0 +PASS: gdb.base/setvar.exp: set variable char=1 +PASS: gdb.base/setvar.exp: set variable char=7 (Bel) +PASS: gdb.base/setvar.exp: set variable char=32 (SPC) +PASS: gdb.base/setvar.exp: set variable char=65 ('A') +PASS: gdb.base/setvar.exp: set variable char=97 ('a') +PASS: gdb.base/setvar.exp: set variable char=126 ('~') +PASS: gdb.base/setvar.exp: set variable char=127 (8-bit) +PASS: gdb.base/setvar.exp: set variable signed char=0 +PASS: gdb.base/setvar.exp: set variable signed char=1 +PASS: gdb.base/setvar.exp: set variable signed char=7 (Bel) +PASS: gdb.base/setvar.exp: set variable signed char=32 (SPC) +PASS: gdb.base/setvar.exp: set variable signed char=65 ('A') +PASS: gdb.base/setvar.exp: set variable signed char=97 ('a') +PASS: gdb.base/setvar.exp: set variable signed char=126 ('~') +PASS: gdb.base/setvar.exp: set variable signed char=127 (8-bit) +PASS: gdb.base/setvar.exp: set variable v_signed_char=-1 +PASS: gdb.base/setvar.exp: set variable signed char=-1 (-1) +PASS: gdb.base/setvar.exp: set variable v_signed_char=0xFF +PASS: gdb.base/setvar.exp: set variable signed char=0xFF (0xFF) +PASS: gdb.base/setvar.exp: set variable unsigned char=0 +PASS: gdb.base/setvar.exp: set variable unsigned char=1 +PASS: gdb.base/setvar.exp: set variable unsigned char=7 (Bel) +PASS: gdb.base/setvar.exp: set variable unsigned char=32 (SPC) +PASS: gdb.base/setvar.exp: set variable unsigned char=65 ('A') +PASS: gdb.base/setvar.exp: set variable unsigned char=97 ('a') +PASS: gdb.base/setvar.exp: set variable unsigned char=126 ('~') +PASS: gdb.base/setvar.exp: set variable unsigned char=255 (8-bit) +PASS: gdb.base/setvar.exp: set variable short=0 +PASS: gdb.base/setvar.exp: set variable short=1 +PASS: gdb.base/setvar.exp: set variable short=-1 (minus) +PASS: gdb.base/setvar.exp: set variable signed short=0 +PASS: gdb.base/setvar.exp: set variable signed short=1 +PASS: gdb.base/setvar.exp: set variable signed short=-1 (minus) +PASS: gdb.base/setvar.exp: set variable unsigned short=0 +PASS: gdb.base/setvar.exp: set variable unsigned short=1 +PASS: gdb.base/setvar.exp: set variable unsigned short=~0 (minus) +PASS: gdb.base/setvar.exp: set variable int=0 +PASS: gdb.base/setvar.exp: set variable int=1 +PASS: gdb.base/setvar.exp: set variable int=-1 (minus) +PASS: gdb.base/setvar.exp: set variable signed int=0 +PASS: gdb.base/setvar.exp: set variable signed int=1 +PASS: gdb.base/setvar.exp: set variable signed int=-1 (minus) +PASS: gdb.base/setvar.exp: set variable unsigned int=0 +PASS: gdb.base/setvar.exp: set variable unsigned int=1 +PASS: gdb.base/setvar.exp: set variable unsigned int=~0 (minus) +PASS: gdb.base/setvar.exp: set variable long=0 +PASS: gdb.base/setvar.exp: set variable long=1 +PASS: gdb.base/setvar.exp: set variable long=-1 (minus) +PASS: gdb.base/setvar.exp: set variable signed long=0 +PASS: gdb.base/setvar.exp: set variable signed long=1 +PASS: gdb.base/setvar.exp: set variable signed long=-1 (minus) +PASS: gdb.base/setvar.exp: set variable unsigned long=0 +PASS: gdb.base/setvar.exp: set variable unsigned long=1 +PASS: gdb.base/setvar.exp: set variable unsigned long=~0 (minus) +PASS: gdb.base/setvar.exp: set variable float=0 +PASS: gdb.base/setvar.exp: set variable float=1 +PASS: gdb.base/setvar.exp: set variable float=-1 (minus) +PASS: gdb.base/setvar.exp: set variable double=0 +PASS: gdb.base/setvar.exp: set variable double=1 +PASS: gdb.base/setvar.exp: set variable double=-1 (minus) +PASS: gdb.base/setvar.exp: set variable char array="hi" (string) +PASS: gdb.base/setvar.exp: set variable signed char array="hi" (string) +PASS: gdb.base/setvar.exp: set variable unsigned char array="hi" (string) +PASS: gdb.base/setvar.exp: set variable short array +PASS: gdb.base/setvar.exp: set variable signed short array +PASS: gdb.base/setvar.exp: set variable unsigned short array +PASS: gdb.base/setvar.exp: set variable int array +PASS: gdb.base/setvar.exp: set variable signed int array +PASS: gdb.base/setvar.exp: set variable unsigned int array +PASS: gdb.base/setvar.exp: set variable long array +PASS: gdb.base/setvar.exp: set variable signed long array +PASS: gdb.base/setvar.exp: set variable unsigned long array +PASS: gdb.base/setvar.exp: set variable float array +PASS: gdb.base/setvar.exp: set variable double array +PASS: gdb.base/setvar.exp: set variable char pointer="hi" (string) +PASS: gdb.base/setvar.exp: set variable char pointer="hi" (string) (#2) +PASS: gdb.base/setvar.exp: set variable signed char pointer="hi" (string) +PASS: gdb.base/setvar.exp: set variable signed char pointer="hi" (string) (#2) +PASS: gdb.base/setvar.exp: set variable unsigned char pointer="hi" (string) +PASS: gdb.base/setvar.exp: set variable unsigned char pointer="hi" (string) (#2) +PASS: gdb.base/setvar.exp: set variable short pointer +PASS: gdb.base/setvar.exp: set variable short pointer (#2) +PASS: gdb.base/setvar.exp: set v_signed_short_pointer=v_signed_short_array +PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer)=123 +PASS: gdb.base/setvar.exp: set variable *(v_signed_short_pointer+1)=-456 +PASS: gdb.base/setvar.exp: set variable signed short pointer +PASS: gdb.base/setvar.exp: print *(v_signed_short_pointer+1) +PASS: gdb.base/setvar.exp: set v_unsigned_short_pointer=v_unsigned_short_array +PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer)=123 +PASS: gdb.base/setvar.exp: set variable *(v_unsigned_short_pointer+1)=-456 +PASS: gdb.base/setvar.exp: set variable unsigned short pointer +PASS: gdb.base/setvar.exp: print *(v_unsigned_short_pointer+1) +PASS: gdb.base/setvar.exp: set variable int pointer +PASS: gdb.base/setvar.exp: set variable int pointer (#2) +PASS: gdb.base/setvar.exp: set variable signed int pointer +PASS: gdb.base/setvar.exp: set variable signed int pointer (#2) +PASS: gdb.base/setvar.exp: set variable unsigned int pointer +PASS: gdb.base/setvar.exp: print variable unsigned int pointer+1 +PASS: gdb.base/setvar.exp: set variable long pointer +PASS: gdb.base/setvar.exp: set variable long pointer (#2) +PASS: gdb.base/setvar.exp: set variable signed long pointer +PASS: gdb.base/setvar.exp: set variable signed long pointer (#2) +PASS: gdb.base/setvar.exp: set variable unsigned long pointer +PASS: gdb.base/setvar.exp: set variable unsigned long pointer (#2) +PASS: gdb.base/setvar.exp: set variable float pointer +PASS: gdb.base/setvar.exp: set variable float pointer (#2) +PASS: gdb.base/setvar.exp: set variable double pointer +PASS: gdb.base/setvar.exp: set variable double pointer (#2) +PASS: gdb.base/setvar.exp: set variable structure char member +PASS: gdb.base/setvar.exp: set variable structure short member +PASS: gdb.base/setvar.exp: set variable structure int member +PASS: gdb.base/setvar.exp: set variable structure long member +PASS: gdb.base/setvar.exp: set variable structure float member +PASS: gdb.base/setvar.exp: set variable structure double member +PASS: gdb.base/setvar.exp: set print structure #1 +PASS: gdb.base/setvar.exp: set print structure #2 +PASS: gdb.base/setvar.exp: set print structure #3 +PASS: gdb.base/setvar.exp: print sef.field=sm1 +PASS: gdb.base/setvar.exp: print sef.field (sm1) +PASS: gdb.base/setvar.exp: print sef.field=s1 +PASS: gdb.base/setvar.exp: print sef.field (s1) +PASS: gdb.base/setvar.exp: print uef.field=u2 +PASS: gdb.base/setvar.exp: print uef.field (u2) +PASS: gdb.base/setvar.exp: print uef.field=u1 +PASS: gdb.base/setvar.exp: print uef.field (u1) +PASS: gdb.base/setvar.exp: print sef.field=7 +PASS: gdb.base/setvar.exp: print uef.field=6 +Running ../../../master/gdb/testsuite/gdb.base/shlib-call.exp ... +PASS: gdb.base/shlib-call.exp: set print sevenbit-strings +PASS: gdb.base/shlib-call.exp: set print address off +PASS: gdb.base/shlib-call.exp: set width 0 +PASS: gdb.base/shlib-call.exp: next to shr1 +PASS: gdb.base/shlib-call.exp: print g +PASS: gdb.base/shlib-call.exp: next over shr1 +PASS: gdb.base/shlib-call.exp: print g +PASS: gdb.base/shlib-call.exp: print shr1(1) +PASS: gdb.base/shlib-call.exp: print shr1(g) +PASS: gdb.base/shlib-call.exp: breakpoint function shr2 +PASS: gdb.base/shlib-call.exp: run until breakpoint set at a function +PASS: gdb.base/shlib-call.exp: print shr1(1) 2nd time +PASS: gdb.base/shlib-call.exp: print mainshr1(1) from shlib func +PASS: gdb.base/shlib-call.exp: step out of shr2 to main (stopped in shr2 epilogue) +PASS: gdb.base/shlib-call.exp: step out of shr2 epilogue to main +PASS: gdb.base/shlib-call.exp: print mainshr1(1) +PASS: gdb.base/shlib-call.exp: step into mainshr1 +PASS: gdb.base/shlib-call.exp: set print sevenbit-strings +PASS: gdb.base/shlib-call.exp: set print address off +PASS: gdb.base/shlib-call.exp: set width 0 +PASS: gdb.base/shlib-call.exp: run to bp in shared library +PASS: gdb.base/shlib-call.exp: continue until exit +PASS: gdb.base/shlib-call.exp: re-run to bp in shared library (PR's 16495, 18213) +PASS: gdb.base/shlib-call.exp: continue until exit +Running ../../../master/gdb/testsuite/gdb.base/shreloc.exp ... +PASS: gdb.base/shreloc.exp: get address of fn_1 +PASS: gdb.base/shreloc.exp: get address of fn_2 +PASS: gdb.base/shreloc.exp: relocated extern functions have different addresses +PASS: gdb.base/shreloc.exp: get address of extern_var_1 +PASS: gdb.base/shreloc.exp: get address of extern_var_2 +PASS: gdb.base/shreloc.exp: relocated extern variables have different addresses +PASS: gdb.base/shreloc.exp: get address of static_var_1 +PASS: gdb.base/shreloc.exp: get address of static_var_2 +PASS: gdb.base/shreloc.exp: relocated static variables have different addresses +PASS: gdb.base/shreloc.exp: get_msym_addrs static_var_[12] +PASS: gdb.base/shreloc.exp: (msymbol) relocated static vars have different addresses +PASS: gdb.base/shreloc.exp: get_msym_addrs extern_var_[12] +PASS: gdb.base/shreloc.exp: (msymbol) relocated extern vars have different addresses +PASS: gdb.base/shreloc.exp: get_msym_addrs fn_[12] +PASS: gdb.base/shreloc.exp: (msymbol) relocated functions have different addresses +Running ../../../master/gdb/testsuite/gdb.base/sigall.exp ... +PASS: gdb.base/sigall.exp: handle SIGABRT stop print +PASS: gdb.base/sigall.exp: b handle_ABRT +PASS: gdb.base/sigall.exp: b gen_HUP +PASS: gdb.base/sigall.exp: get signal ABRT +PASS: gdb.base/sigall.exp: send signal ABRT +PASS: gdb.base/sigall.exp: advance to HUP +PASS: gdb.base/sigall.exp: handle SIGHUP stop print +PASS: gdb.base/sigall.exp: b handle_HUP +PASS: gdb.base/sigall.exp: b gen_QUIT +PASS: gdb.base/sigall.exp: get signal HUP +PASS: gdb.base/sigall.exp: send signal HUP +PASS: gdb.base/sigall.exp: advance to QUIT +PASS: gdb.base/sigall.exp: handle SIGQUIT stop print +PASS: gdb.base/sigall.exp: b handle_QUIT +PASS: gdb.base/sigall.exp: b gen_ILL +PASS: gdb.base/sigall.exp: get signal QUIT +PASS: gdb.base/sigall.exp: send signal QUIT +PASS: gdb.base/sigall.exp: advance to ILL +PASS: gdb.base/sigall.exp: handle SIGILL stop print +PASS: gdb.base/sigall.exp: b handle_ILL +PASS: gdb.base/sigall.exp: b gen_EMT +PASS: gdb.base/sigall.exp: get signal ILL +PASS: gdb.base/sigall.exp: send signal ILL +PASS: gdb.base/sigall.exp: advance to EMT +PASS: gdb.base/sigall.exp: handle SIGEMT stop print +PASS: gdb.base/sigall.exp: b handle_EMT +PASS: gdb.base/sigall.exp: b gen_FPE +PASS: gdb.base/sigall.exp: send signal EMT +PASS: gdb.base/sigall.exp: advance to FPE +PASS: gdb.base/sigall.exp: handle SIGFPE stop print +PASS: gdb.base/sigall.exp: b handle_FPE +PASS: gdb.base/sigall.exp: b gen_BUS +PASS: gdb.base/sigall.exp: get signal FPE +PASS: gdb.base/sigall.exp: send signal FPE +PASS: gdb.base/sigall.exp: advance to BUS +PASS: gdb.base/sigall.exp: handle SIGBUS stop print +PASS: gdb.base/sigall.exp: b handle_BUS +PASS: gdb.base/sigall.exp: b gen_SEGV +PASS: gdb.base/sigall.exp: get signal BUS +PASS: gdb.base/sigall.exp: send signal BUS +PASS: gdb.base/sigall.exp: advance to SEGV +PASS: gdb.base/sigall.exp: handle SIGSEGV stop print +PASS: gdb.base/sigall.exp: b handle_SEGV +PASS: gdb.base/sigall.exp: b gen_SYS +PASS: gdb.base/sigall.exp: get signal SEGV +PASS: gdb.base/sigall.exp: send signal SEGV +PASS: gdb.base/sigall.exp: advance to SYS +PASS: gdb.base/sigall.exp: handle SIGSYS stop print +PASS: gdb.base/sigall.exp: b handle_SYS +PASS: gdb.base/sigall.exp: b gen_PIPE +PASS: gdb.base/sigall.exp: get signal SYS +PASS: gdb.base/sigall.exp: send signal SYS +PASS: gdb.base/sigall.exp: advance to PIPE +PASS: gdb.base/sigall.exp: handle SIGPIPE stop print +PASS: gdb.base/sigall.exp: b handle_PIPE +PASS: gdb.base/sigall.exp: b gen_ALRM +PASS: gdb.base/sigall.exp: get signal PIPE +PASS: gdb.base/sigall.exp: send signal PIPE +PASS: gdb.base/sigall.exp: advance to ALRM +PASS: gdb.base/sigall.exp: handle SIGALRM stop print +PASS: gdb.base/sigall.exp: b handle_ALRM +PASS: gdb.base/sigall.exp: b gen_URG +PASS: gdb.base/sigall.exp: get signal ALRM +PASS: gdb.base/sigall.exp: send signal ALRM +PASS: gdb.base/sigall.exp: advance to URG +PASS: gdb.base/sigall.exp: handle SIGURG stop print +PASS: gdb.base/sigall.exp: b handle_URG +PASS: gdb.base/sigall.exp: b gen_TSTP +PASS: gdb.base/sigall.exp: get signal URG +PASS: gdb.base/sigall.exp: send signal URG +PASS: gdb.base/sigall.exp: advance to TSTP +PASS: gdb.base/sigall.exp: handle SIGTSTP stop print +PASS: gdb.base/sigall.exp: b handle_TSTP +PASS: gdb.base/sigall.exp: b gen_CONT +PASS: gdb.base/sigall.exp: get signal TSTP +PASS: gdb.base/sigall.exp: send signal TSTP +PASS: gdb.base/sigall.exp: advance to CONT +PASS: gdb.base/sigall.exp: handle SIGCONT stop print +PASS: gdb.base/sigall.exp: b handle_CONT +PASS: gdb.base/sigall.exp: b gen_CHLD +PASS: gdb.base/sigall.exp: get signal CONT +PASS: gdb.base/sigall.exp: send signal CONT +PASS: gdb.base/sigall.exp: advance to CHLD +PASS: gdb.base/sigall.exp: handle SIGCHLD stop print +PASS: gdb.base/sigall.exp: b handle_CHLD +PASS: gdb.base/sigall.exp: b gen_TTIN +PASS: gdb.base/sigall.exp: get signal CHLD +PASS: gdb.base/sigall.exp: send signal CHLD +PASS: gdb.base/sigall.exp: advance to TTIN +PASS: gdb.base/sigall.exp: handle SIGTTIN stop print +PASS: gdb.base/sigall.exp: b handle_TTIN +PASS: gdb.base/sigall.exp: b gen_TTOU +PASS: gdb.base/sigall.exp: get signal TTIN +PASS: gdb.base/sigall.exp: send signal TTIN +PASS: gdb.base/sigall.exp: advance to TTOU +PASS: gdb.base/sigall.exp: handle SIGTTOU stop print +PASS: gdb.base/sigall.exp: b handle_TTOU +PASS: gdb.base/sigall.exp: b gen_IO +PASS: gdb.base/sigall.exp: get signal TTOU +PASS: gdb.base/sigall.exp: send signal TTOU +PASS: gdb.base/sigall.exp: advance to IO +PASS: gdb.base/sigall.exp: handle SIGIO stop print +PASS: gdb.base/sigall.exp: b handle_IO +PASS: gdb.base/sigall.exp: b gen_XCPU +PASS: gdb.base/sigall.exp: get signal IO +PASS: gdb.base/sigall.exp: send signal IO +PASS: gdb.base/sigall.exp: advance to XCPU +PASS: gdb.base/sigall.exp: handle SIGXCPU stop print +PASS: gdb.base/sigall.exp: b handle_XCPU +PASS: gdb.base/sigall.exp: b gen_XFSZ +PASS: gdb.base/sigall.exp: get signal XCPU +PASS: gdb.base/sigall.exp: send signal XCPU +PASS: gdb.base/sigall.exp: advance to XFSZ +PASS: gdb.base/sigall.exp: handle SIGXFSZ stop print +PASS: gdb.base/sigall.exp: b handle_XFSZ +PASS: gdb.base/sigall.exp: b gen_VTALRM +PASS: gdb.base/sigall.exp: get signal XFSZ +PASS: gdb.base/sigall.exp: send signal XFSZ +PASS: gdb.base/sigall.exp: advance to VTALRM +PASS: gdb.base/sigall.exp: handle SIGVTALRM stop print +PASS: gdb.base/sigall.exp: b handle_VTALRM +PASS: gdb.base/sigall.exp: b gen_PROF +PASS: gdb.base/sigall.exp: get signal VTALRM +PASS: gdb.base/sigall.exp: send signal VTALRM +PASS: gdb.base/sigall.exp: advance to PROF +PASS: gdb.base/sigall.exp: handle SIGPROF stop print +PASS: gdb.base/sigall.exp: b handle_PROF +PASS: gdb.base/sigall.exp: b gen_WINCH +PASS: gdb.base/sigall.exp: get signal PROF +PASS: gdb.base/sigall.exp: send signal PROF +PASS: gdb.base/sigall.exp: advance to WINCH +PASS: gdb.base/sigall.exp: handle SIGWINCH stop print +PASS: gdb.base/sigall.exp: b handle_WINCH +PASS: gdb.base/sigall.exp: b gen_LOST +PASS: gdb.base/sigall.exp: get signal WINCH +PASS: gdb.base/sigall.exp: send signal WINCH +PASS: gdb.base/sigall.exp: advance to LOST +PASS: gdb.base/sigall.exp: handle SIGLOST stop print +PASS: gdb.base/sigall.exp: b handle_LOST +PASS: gdb.base/sigall.exp: b gen_USR1 +PASS: gdb.base/sigall.exp: send signal LOST +PASS: gdb.base/sigall.exp: advance to USR1 +PASS: gdb.base/sigall.exp: handle SIGUSR1 stop print +PASS: gdb.base/sigall.exp: b handle_USR1 +PASS: gdb.base/sigall.exp: b gen_USR2 +PASS: gdb.base/sigall.exp: get signal USR1 +PASS: gdb.base/sigall.exp: send signal USR1 +PASS: gdb.base/sigall.exp: advance to USR2 +PASS: gdb.base/sigall.exp: handle SIGUSR2 stop print +PASS: gdb.base/sigall.exp: b handle_USR2 +PASS: gdb.base/sigall.exp: b gen_PWR +PASS: gdb.base/sigall.exp: get signal USR2 +PASS: gdb.base/sigall.exp: send signal USR2 +PASS: gdb.base/sigall.exp: advance to PWR +PASS: gdb.base/sigall.exp: handle SIGPWR stop print +PASS: gdb.base/sigall.exp: b handle_PWR +PASS: gdb.base/sigall.exp: b gen_POLL +PASS: gdb.base/sigall.exp: get signal PWR +PASS: gdb.base/sigall.exp: send signal PWR +PASS: gdb.base/sigall.exp: advance to POLL +PASS: gdb.base/sigall.exp: handle SIGPOLL stop print +PASS: gdb.base/sigall.exp: b handle_POLL +PASS: gdb.base/sigall.exp: b gen_WIND +PASS: gdb.base/sigall.exp: send signal POLL +PASS: gdb.base/sigall.exp: advance to WIND +PASS: gdb.base/sigall.exp: handle SIGWIND stop print +PASS: gdb.base/sigall.exp: b handle_WIND +PASS: gdb.base/sigall.exp: b gen_PHONE +PASS: gdb.base/sigall.exp: send signal WIND +PASS: gdb.base/sigall.exp: advance to PHONE +PASS: gdb.base/sigall.exp: handle SIGPHONE stop print +PASS: gdb.base/sigall.exp: b handle_PHONE +PASS: gdb.base/sigall.exp: b gen_WAITING +PASS: gdb.base/sigall.exp: send signal PHONE +PASS: gdb.base/sigall.exp: advance to WAITING +PASS: gdb.base/sigall.exp: handle SIGWAITING stop print +PASS: gdb.base/sigall.exp: b handle_WAITING +PASS: gdb.base/sigall.exp: b gen_LWP +PASS: gdb.base/sigall.exp: send signal WAITING +PASS: gdb.base/sigall.exp: advance to LWP +PASS: gdb.base/sigall.exp: handle SIGLWP stop print +PASS: gdb.base/sigall.exp: b handle_LWP +PASS: gdb.base/sigall.exp: b gen_DANGER +PASS: gdb.base/sigall.exp: send signal LWP +PASS: gdb.base/sigall.exp: advance to DANGER +PASS: gdb.base/sigall.exp: handle SIGDANGER stop print +PASS: gdb.base/sigall.exp: b handle_DANGER +PASS: gdb.base/sigall.exp: b gen_GRANT +PASS: gdb.base/sigall.exp: send signal DANGER +PASS: gdb.base/sigall.exp: advance to GRANT +PASS: gdb.base/sigall.exp: handle SIGGRANT stop print +PASS: gdb.base/sigall.exp: b handle_GRANT +PASS: gdb.base/sigall.exp: b gen_RETRACT +PASS: gdb.base/sigall.exp: send signal GRANT +PASS: gdb.base/sigall.exp: advance to RETRACT +PASS: gdb.base/sigall.exp: handle SIGRETRACT stop print +PASS: gdb.base/sigall.exp: b handle_RETRACT +PASS: gdb.base/sigall.exp: b gen_MSG +PASS: gdb.base/sigall.exp: send signal RETRACT +PASS: gdb.base/sigall.exp: advance to MSG +PASS: gdb.base/sigall.exp: handle SIGMSG stop print +PASS: gdb.base/sigall.exp: b handle_MSG +PASS: gdb.base/sigall.exp: b gen_SOUND +PASS: gdb.base/sigall.exp: send signal MSG +PASS: gdb.base/sigall.exp: advance to SOUND +PASS: gdb.base/sigall.exp: handle SIGSOUND stop print +PASS: gdb.base/sigall.exp: b handle_SOUND +PASS: gdb.base/sigall.exp: b gen_SAK +PASS: gdb.base/sigall.exp: send signal SOUND +PASS: gdb.base/sigall.exp: advance to SAK +PASS: gdb.base/sigall.exp: handle SIGSAK stop print +PASS: gdb.base/sigall.exp: b handle_SAK +PASS: gdb.base/sigall.exp: b gen_PRIO +PASS: gdb.base/sigall.exp: send signal SAK +PASS: gdb.base/sigall.exp: advance to PRIO +PASS: gdb.base/sigall.exp: handle SIGPRIO stop print +PASS: gdb.base/sigall.exp: b handle_PRIO +PASS: gdb.base/sigall.exp: b gen_33 +PASS: gdb.base/sigall.exp: send signal PRIO +PASS: gdb.base/sigall.exp: advance to 33 +PASS: gdb.base/sigall.exp: handle SIG33 stop print +PASS: gdb.base/sigall.exp: b handle_33 +PASS: gdb.base/sigall.exp: b gen_34 +PASS: gdb.base/sigall.exp: send signal 33 +PASS: gdb.base/sigall.exp: advance to 34 +PASS: gdb.base/sigall.exp: handle SIG34 stop print +PASS: gdb.base/sigall.exp: b handle_34 +PASS: gdb.base/sigall.exp: b gen_35 +PASS: gdb.base/sigall.exp: send signal 34 +PASS: gdb.base/sigall.exp: advance to 35 +PASS: gdb.base/sigall.exp: handle SIG35 stop print +PASS: gdb.base/sigall.exp: b handle_35 +PASS: gdb.base/sigall.exp: b gen_36 +PASS: gdb.base/sigall.exp: send signal 35 +PASS: gdb.base/sigall.exp: advance to 36 +PASS: gdb.base/sigall.exp: handle SIG36 stop print +PASS: gdb.base/sigall.exp: b handle_36 +PASS: gdb.base/sigall.exp: b gen_37 +PASS: gdb.base/sigall.exp: send signal 36 +PASS: gdb.base/sigall.exp: advance to 37 +PASS: gdb.base/sigall.exp: handle SIG37 stop print +PASS: gdb.base/sigall.exp: b handle_37 +PASS: gdb.base/sigall.exp: b gen_38 +PASS: gdb.base/sigall.exp: send signal 37 +PASS: gdb.base/sigall.exp: advance to 38 +PASS: gdb.base/sigall.exp: handle SIG38 stop print +PASS: gdb.base/sigall.exp: b handle_38 +PASS: gdb.base/sigall.exp: b gen_39 +PASS: gdb.base/sigall.exp: send signal 38 +PASS: gdb.base/sigall.exp: advance to 39 +PASS: gdb.base/sigall.exp: handle SIG39 stop print +PASS: gdb.base/sigall.exp: b handle_39 +PASS: gdb.base/sigall.exp: b gen_40 +PASS: gdb.base/sigall.exp: send signal 39 +PASS: gdb.base/sigall.exp: advance to 40 +PASS: gdb.base/sigall.exp: handle SIG40 stop print +PASS: gdb.base/sigall.exp: b handle_40 +PASS: gdb.base/sigall.exp: b gen_41 +PASS: gdb.base/sigall.exp: send signal 40 +PASS: gdb.base/sigall.exp: advance to 41 +PASS: gdb.base/sigall.exp: handle SIG41 stop print +PASS: gdb.base/sigall.exp: b handle_41 +PASS: gdb.base/sigall.exp: b gen_42 +PASS: gdb.base/sigall.exp: send signal 41 +PASS: gdb.base/sigall.exp: advance to 42 +PASS: gdb.base/sigall.exp: handle SIG42 stop print +PASS: gdb.base/sigall.exp: b handle_42 +PASS: gdb.base/sigall.exp: b gen_43 +PASS: gdb.base/sigall.exp: send signal 42 +PASS: gdb.base/sigall.exp: advance to 43 +PASS: gdb.base/sigall.exp: handle SIG43 stop print +PASS: gdb.base/sigall.exp: b handle_43 +PASS: gdb.base/sigall.exp: b gen_44 +PASS: gdb.base/sigall.exp: send signal 43 +PASS: gdb.base/sigall.exp: advance to 44 +PASS: gdb.base/sigall.exp: handle SIG44 stop print +PASS: gdb.base/sigall.exp: b handle_44 +PASS: gdb.base/sigall.exp: b gen_45 +PASS: gdb.base/sigall.exp: send signal 44 +PASS: gdb.base/sigall.exp: advance to 45 +PASS: gdb.base/sigall.exp: handle SIG45 stop print +PASS: gdb.base/sigall.exp: b handle_45 +PASS: gdb.base/sigall.exp: b gen_46 +PASS: gdb.base/sigall.exp: send signal 45 +PASS: gdb.base/sigall.exp: advance to 46 +PASS: gdb.base/sigall.exp: handle SIG46 stop print +PASS: gdb.base/sigall.exp: b handle_46 +PASS: gdb.base/sigall.exp: b gen_47 +PASS: gdb.base/sigall.exp: send signal 46 +PASS: gdb.base/sigall.exp: advance to 47 +PASS: gdb.base/sigall.exp: handle SIG47 stop print +PASS: gdb.base/sigall.exp: b handle_47 +PASS: gdb.base/sigall.exp: b gen_48 +PASS: gdb.base/sigall.exp: send signal 47 +PASS: gdb.base/sigall.exp: advance to 48 +PASS: gdb.base/sigall.exp: handle SIG48 stop print +PASS: gdb.base/sigall.exp: b handle_48 +PASS: gdb.base/sigall.exp: b gen_49 +PASS: gdb.base/sigall.exp: send signal 48 +PASS: gdb.base/sigall.exp: advance to 49 +PASS: gdb.base/sigall.exp: handle SIG49 stop print +PASS: gdb.base/sigall.exp: b handle_49 +PASS: gdb.base/sigall.exp: b gen_50 +PASS: gdb.base/sigall.exp: send signal 49 +PASS: gdb.base/sigall.exp: advance to 50 +PASS: gdb.base/sigall.exp: handle SIG50 stop print +PASS: gdb.base/sigall.exp: b handle_50 +PASS: gdb.base/sigall.exp: b gen_51 +PASS: gdb.base/sigall.exp: send signal 50 +PASS: gdb.base/sigall.exp: advance to 51 +PASS: gdb.base/sigall.exp: handle SIG51 stop print +PASS: gdb.base/sigall.exp: b handle_51 +PASS: gdb.base/sigall.exp: b gen_52 +PASS: gdb.base/sigall.exp: send signal 51 +PASS: gdb.base/sigall.exp: advance to 52 +PASS: gdb.base/sigall.exp: handle SIG52 stop print +PASS: gdb.base/sigall.exp: b handle_52 +PASS: gdb.base/sigall.exp: b gen_53 +PASS: gdb.base/sigall.exp: send signal 52 +PASS: gdb.base/sigall.exp: advance to 53 +PASS: gdb.base/sigall.exp: handle SIG53 stop print +PASS: gdb.base/sigall.exp: b handle_53 +PASS: gdb.base/sigall.exp: b gen_54 +PASS: gdb.base/sigall.exp: send signal 53 +PASS: gdb.base/sigall.exp: advance to 54 +PASS: gdb.base/sigall.exp: handle SIG54 stop print +PASS: gdb.base/sigall.exp: b handle_54 +PASS: gdb.base/sigall.exp: b gen_55 +PASS: gdb.base/sigall.exp: send signal 54 +PASS: gdb.base/sigall.exp: advance to 55 +PASS: gdb.base/sigall.exp: handle SIG55 stop print +PASS: gdb.base/sigall.exp: b handle_55 +PASS: gdb.base/sigall.exp: b gen_56 +PASS: gdb.base/sigall.exp: send signal 55 +PASS: gdb.base/sigall.exp: advance to 56 +PASS: gdb.base/sigall.exp: handle SIG56 stop print +PASS: gdb.base/sigall.exp: b handle_56 +PASS: gdb.base/sigall.exp: b gen_57 +PASS: gdb.base/sigall.exp: send signal 56 +PASS: gdb.base/sigall.exp: advance to 57 +PASS: gdb.base/sigall.exp: handle SIG57 stop print +PASS: gdb.base/sigall.exp: b handle_57 +PASS: gdb.base/sigall.exp: b gen_58 +PASS: gdb.base/sigall.exp: send signal 57 +PASS: gdb.base/sigall.exp: advance to 58 +PASS: gdb.base/sigall.exp: handle SIG58 stop print +PASS: gdb.base/sigall.exp: b handle_58 +PASS: gdb.base/sigall.exp: b gen_59 +PASS: gdb.base/sigall.exp: send signal 58 +PASS: gdb.base/sigall.exp: advance to 59 +PASS: gdb.base/sigall.exp: handle SIG59 stop print +PASS: gdb.base/sigall.exp: b handle_59 +PASS: gdb.base/sigall.exp: b gen_60 +PASS: gdb.base/sigall.exp: send signal 59 +PASS: gdb.base/sigall.exp: advance to 60 +PASS: gdb.base/sigall.exp: handle SIG60 stop print +PASS: gdb.base/sigall.exp: b handle_60 +PASS: gdb.base/sigall.exp: b gen_61 +PASS: gdb.base/sigall.exp: send signal 60 +PASS: gdb.base/sigall.exp: advance to 61 +PASS: gdb.base/sigall.exp: handle SIG61 stop print +PASS: gdb.base/sigall.exp: b handle_61 +PASS: gdb.base/sigall.exp: b gen_62 +PASS: gdb.base/sigall.exp: send signal 61 +PASS: gdb.base/sigall.exp: advance to 62 +PASS: gdb.base/sigall.exp: handle SIG62 stop print +PASS: gdb.base/sigall.exp: b handle_62 +PASS: gdb.base/sigall.exp: b gen_63 +PASS: gdb.base/sigall.exp: send signal 62 +PASS: gdb.base/sigall.exp: advance to 63 +PASS: gdb.base/sigall.exp: handle SIG63 stop print +PASS: gdb.base/sigall.exp: b handle_63 +PASS: gdb.base/sigall.exp: b gen_TERM +PASS: gdb.base/sigall.exp: send signal 63 +PASS: gdb.base/sigall.exp: advance to TERM +PASS: gdb.base/sigall.exp: handle SIGTERM stop print +PASS: gdb.base/sigall.exp: b handle_TERM +PASS: gdb.base/sigall.exp: get signal TERM +PASS: gdb.base/sigall.exp: send signal TERM +PASS: gdb.base/sigall.exp: continue until exit at continue to sigall exit +Running ../../../master/gdb/testsuite/gdb.base/sigaltstack.exp ... +PASS: gdb.base/sigaltstack.exp: handle SIGALRM print pass nostop +PASS: gdb.base/sigaltstack.exp: handle SIGVTALRM print pass nostop +PASS: gdb.base/sigaltstack.exp: handle SIGPROF print pass nostop +PASS: gdb.base/sigaltstack.exp: break catcher if level == INNER +PASS: gdb.base/sigaltstack.exp: continue to catch +PASS: gdb.base/sigaltstack.exp: next +PASS: gdb.base/sigaltstack.exp: backtrace +PASS: gdb.base/sigaltstack.exp: finish from catch LEAF +PASS: gdb.base/sigaltstack.exp: finish to throw INNER +PASS: gdb.base/sigaltstack.exp: finish to catch INNER +PASS: gdb.base/sigaltstack.exp: finish from catch INNER +PASS: gdb.base/sigaltstack.exp: finish to OUTER +PASS: gdb.base/sigaltstack.exp: finish to catch MAIN +PASS: gdb.base/sigaltstack.exp: finish to MAIN +Running ../../../master/gdb/testsuite/gdb.base/sigbpt.exp ... +PASS: gdb.base/sigbpt.exp: break keeper +PASS: gdb.base/sigbpt.exp: display/i $pc +PASS: gdb.base/sigbpt.exp: advance to the bowler +PASS: gdb.base/sigbpt.exp: stepping to fault +PASS: gdb.base/sigbpt.exp: get insn after fault +PASS: gdb.base/sigbpt.exp: Verify that SIGSEGV occurs at the last STEPI insn +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: stepi; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi; continue to keeper +PASS: gdb.base/sigbpt.exp: stepi; nopass SIGSEGV +KFAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler (corrupt pc) (PRMS: gdb/1702) +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: stepi bp before segv; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper +PASS: gdb.base/sigbpt.exp: stepi bp before segv; nopass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1 +KFAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702) +PASS: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1 +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: stepi bp at segv; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper +PASS: gdb.base/sigbpt.exp: stepi bp at segv; nopass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1 +KFAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702) +PASS: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1 +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; nopass SIGSEGV +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2 +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2 +KFAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler (corrupt pc) (PRMS: gdb/1702) +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2 +PASS: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2 +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: cont; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: cont; continue to keeper +PASS: gdb.base/sigbpt.exp: cont; nopass SIGSEGV +PASS: gdb.base/sigbpt.exp: cont; set breakpoint 0 of 1 +PASS: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault +PASS: gdb.base/sigbpt.exp: cont; stepi fault +PASS: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1 +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: cont bp after segv; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper +PASS: gdb.base/sigbpt.exp: cont bp after segv; nopass SIGSEGV +PASS: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0 of 2 +PASS: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1 of 2 +PASS: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault +PASS: gdb.base/sigbpt.exp: cont bp after segv; stepi fault +PASS: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2 +PASS: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2 +PASS: gdb.base/sigbpt.exp: rerun to main +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; pass SIGSEGV +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; nopass SIGSEGV +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0 of 3 +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1 of 3 +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2 of 3 +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3 +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3 +PASS: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3 +Running ../../../master/gdb/testsuite/gdb.base/sigchld.exp ... +PASS: gdb.base/sigchld.exp: set breakpoint at success exit +PASS: gdb.base/sigchld.exp: set breakpoint at failure exit +PASS: gdb.base/sigchld.exp: SIGCHLD blocked in inferior +Running ../../../master/gdb/testsuite/gdb.base/siginfo-addr.exp ... +PASS: gdb.base/siginfo-addr.exp: display/i $pc +PASS: gdb.base/siginfo-addr.exp: continue to signal +PASS: gdb.base/siginfo-addr.exp: si_addr value +Running ../../../master/gdb/testsuite/gdb.base/siginfo-infcall.exp ... +PASS: gdb.base/siginfo-infcall.exp: continue to SIGUSR1 +PASS: gdb.base/siginfo-infcall.exp: p callme () +PASS: gdb.base/siginfo-infcall.exp: continue to the handler +Running ../../../master/gdb/testsuite/gdb.base/siginfo-obj.exp ... +PASS: gdb.base/siginfo-obj.exp: continue to signal +PASS: gdb.base/siginfo-obj.exp: Extract si_addr +PASS: gdb.base/siginfo-obj.exp: Extract si_errno +PASS: gdb.base/siginfo-obj.exp: Extract si_code +PASS: gdb.base/siginfo-obj.exp: Extract si_signo +PASS: gdb.base/siginfo-obj.exp: break 38 +PASS: gdb.base/siginfo-obj.exp: continue to handler +PASS: gdb.base/siginfo-obj.exp: p ssi_addr +PASS: gdb.base/siginfo-obj.exp: p ssi_errno +PASS: gdb.base/siginfo-obj.exp: p ssi_code +PASS: gdb.base/siginfo-obj.exp: p ssi_signo +PASS: gdb.base/siginfo-obj.exp: continue to signal +PASS: gdb.base/siginfo-obj.exp: p $_siginfo._sifields._sigfault.si_addr = 0x666 +PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_errno = 666 +PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_code = 999 +PASS: gdb.base/siginfo-obj.exp: p $_siginfo.si_signo = 11 +PASS: gdb.base/siginfo-obj.exp: break 38 +PASS: gdb.base/siginfo-obj.exp: continue to handler +PASS: gdb.base/siginfo-obj.exp: p ssi_addr +PASS: gdb.base/siginfo-obj.exp: p ssi_errno +PASS: gdb.base/siginfo-obj.exp: p ssi_code +PASS: gdb.base/siginfo-obj.exp: p ssi_signo +Running ../../../master/gdb/testsuite/gdb.base/siginfo.exp ... +PASS: gdb.base/siginfo.exp: display/i $pc +PASS: gdb.base/siginfo.exp: break handler +PASS: gdb.base/siginfo.exp: continue to stepi handler +PASS: gdb.base/siginfo.exp: backtrace for nexti +PASS: gdb.base/siginfo.exp: step out of handler +Running ../../../master/gdb/testsuite/gdb.base/signals.exp ... +PASS: gdb.base/signals.exp: handle all print +PASS: gdb.base/signals.exp: set variable count = 0 +PASS: gdb.base/signals.exp: break handler if 0 +PASS: gdb.base/signals.exp: set $handler_breakpoint_number = $bpnum +PASS: gdb.base/signals.exp: next to signal +PASS: gdb.base/signals.exp: next to alarm #1 +PASS: gdb.base/signals.exp: next to ++count #1 +PASS: gdb.base/signals.exp: p func1 () #1 +PASS: gdb.base/signals.exp: p count #1 +PASS: gdb.base/signals.exp: condition $handler_breakpoint_number +PASS: gdb.base/signals.exp: next to alarm #2 +PASS: gdb.base/signals.exp: next to ++count #2 +PASS: gdb.base/signals.exp: p func1 () #2 +PASS: gdb.base/signals.exp: backtrace from handler when calling func1 +PASS: gdb.base/signals.exp: continue +PASS: gdb.base/signals.exp: p count #2 +PASS: gdb.base/signals.exp: info signals +PASS: gdb.base/signals.exp: info signal SIGTRAP +PASS: gdb.base/signals.exp: info signal 5 +PASS: gdb.base/signals.exp: handle without arguments +PASS: gdb.base/signals.exp: handle with bogus SIG +PASS: gdb.base/signals.exp: handle SIG with bogus action +PASS: gdb.base/signals.exp: handle SIG with multiple conflicting actions +PASS: gdb.base/signals.exp: handle SIG parses all legal actions +PASS: gdb.base/signals.exp: handle multiple SIGs +PASS: gdb.base/signals.exp: override SIGTRAP +PASS: gdb.base/signals.exp: invalid signal number rejected +PASS: gdb.base/signals.exp: handle multiple SIGs via integer range +PASS: gdb.base/signals.exp: handle multiple SIGs via reverse integer range +PASS: gdb.base/signals.exp: override SIGINT +PASS: gdb.base/signals.exp: signal without arguments disallowed +PASS: gdb.base/signals.exp: signal SIGUSR1 +PASS: gdb.base/signals.exp: backtrace for SIGUSR1 +Running ../../../master/gdb/testsuite/gdb.base/signest.exp ... +PASS: gdb.base/signest.exp: continue to fault +PASS: gdb.base/signest.exp: set conditional breakpoint +PASS: gdb.base/signest.exp: pass SIGSEGV +PASS: gdb.base/signest.exp: pass SIGBUS +PASS: gdb.base/signest.exp: run through nested faults +Running ../../../master/gdb/testsuite/gdb.base/signull.exp ... +PASS: gdb.base/signull.exp: set for function pointer probe +PASS: gdb.base/signull.exp: probe function pointer (function entry-point) +PASS: gdb.base/signull.exp: rerun to main +PASS: gdb.base/signull.exp: break bowler +PASS: gdb.base/signull.exp: break keeper +PASS: gdb.base/signull.exp: handle SIGSEGV +PASS: gdb.base/signull.exp: handle SIGBUS +PASS: gdb.base/signull.exp: data read; start with the bowler +PASS: gdb.base/signull.exp: data read; select the pointer type +PASS: gdb.base/signull.exp: data read; take the SIGSEGV +PASS: gdb.base/signull.exp: data read; backtrace from SIGSEGV +PASS: gdb.base/signull.exp: data read; continue to the keeper +PASS: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV +PASS: gdb.base/signull.exp: data write; start with the bowler +PASS: gdb.base/signull.exp: data write; select the pointer type +PASS: gdb.base/signull.exp: data write; take the SIGSEGV +PASS: gdb.base/signull.exp: data write; backtrace from SIGSEGV +PASS: gdb.base/signull.exp: data write; continue to the keeper +PASS: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV +PASS: gdb.base/signull.exp: code; start with the bowler +PASS: gdb.base/signull.exp: code; select the pointer type +PASS: gdb.base/signull.exp: code; take the SIGSEGV +PASS: gdb.base/signull.exp: code; backtrace from SIGSEGV +PASS: gdb.base/signull.exp: code; continue to the keeper +PASS: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV +Running ../../../master/gdb/testsuite/gdb.base/sigrepeat.exp ... +PASS: gdb.base/sigrepeat.exp: advance to infinite loop +PASS: gdb.base/sigrepeat.exp: next +Running ../../../master/gdb/testsuite/gdb.base/sigstep.exp ... +PASS: gdb.base/sigstep.exp: display/i $pc +PASS: gdb.base/sigstep.exp: break handler +PASS: gdb.base/sigstep.exp: continue to stepi handler +PASS: gdb.base/sigstep.exp: backtrace for nexti +PASS: gdb.base/sigstep.exp: step from handler; continue to handler +PASS: gdb.base/sigstep.exp: step from handler; leave handler +PASS: gdb.base/sigstep.exp: stepi from handleri; continue to handler +PASS: gdb.base/sigstep.exp: stepi from handleri; leave handler +PASS: gdb.base/sigstep.exp: stepi from handleri; leave signal trampoline (in main) +PASS: gdb.base/sigstep.exp: next from handler; continue to handler +PASS: gdb.base/sigstep.exp: next from handler; leave handler +PASS: gdb.base/sigstep.exp: nexti from handleri; continue to handler +PASS: gdb.base/sigstep.exp: nexti from handleri; leave handler +PASS: gdb.base/sigstep.exp: nexti from handleri; leave signal trampoline (in main) +PASS: gdb.base/sigstep.exp: finish from handleri; continue to handler +PASS: gdb.base/sigstep.exp: finish from handleri; leave handler +PASS: gdb.base/sigstep.exp: finish from handleri; leave signal trampoline (in main) +PASS: gdb.base/sigstep.exp: return from handleri; continue to handler +PASS: gdb.base/sigstep.exp: return from handleri; leave handler +PASS: gdb.base/sigstep.exp: return from handleri; leave signal trampoline (in main) +PASS: gdb.base/sigstep.exp: Set done as return will have skipped it +PASS: gdb.base/sigstep.exp: set itimer = itimer_real +PASS: gdb.base/sigstep.exp: break 79 +PASS: gdb.base/sigstep.exp: step to handler; resync +PASS: gdb.base/sigstep.exp: step to handler; advance to infinite loop +PASS: gdb.base/sigstep.exp: step to handler; break handler +PASS: gdb.base/sigstep.exp: step to handler; performing step +PASS: gdb.base/sigstep.exp: step to handler; clear handler +PASS: gdb.base/sigstep.exp: next to handler; resync +PASS: gdb.base/sigstep.exp: next to handler; advance to infinite loop +PASS: gdb.base/sigstep.exp: next to handler; break handler +PASS: gdb.base/sigstep.exp: next to handler; performing next +PASS: gdb.base/sigstep.exp: next to handler; clear handler +PASS: gdb.base/sigstep.exp: continue to handler; resync +PASS: gdb.base/sigstep.exp: continue to handler; advance to infinite loop +PASS: gdb.base/sigstep.exp: continue to handler; break handler +PASS: gdb.base/sigstep.exp: continue to handler; performing continue +PASS: gdb.base/sigstep.exp: continue to handler; clear handler +PASS: gdb.base/sigstep.exp: step to handler entry; resync +PASS: gdb.base/sigstep.exp: step to handler entry; advance to infinite loop +PASS: gdb.base/sigstep.exp: step to handler entry; break handler +PASS: gdb.base/sigstep.exp: step to handler entry; performing step +PASS: gdb.base/sigstep.exp: step to handler entry; clear handler +PASS: gdb.base/sigstep.exp: next to handler entry; resync +PASS: gdb.base/sigstep.exp: next to handler entry; advance to infinite loop +PASS: gdb.base/sigstep.exp: next to handler entry; break handler +PASS: gdb.base/sigstep.exp: next to handler entry; performing next +PASS: gdb.base/sigstep.exp: next to handler entry; clear handler +PASS: gdb.base/sigstep.exp: continue to handler entry; resync +PASS: gdb.base/sigstep.exp: continue to handler entry; advance to infinite loop +PASS: gdb.base/sigstep.exp: continue to handler entry; break handler +PASS: gdb.base/sigstep.exp: continue to handler entry; performing continue +PASS: gdb.base/sigstep.exp: continue to handler entry; clear handler +PASS: gdb.base/sigstep.exp: step over handler; resync +PASS: gdb.base/sigstep.exp: step over handler; advance to infinite loop +PASS: gdb.base/sigstep.exp: step over handler; performing step +PASS: gdb.base/sigstep.exp: next over handler; resync +PASS: gdb.base/sigstep.exp: next over handler; advance to infinite loop +PASS: gdb.base/sigstep.exp: next over handler; performing next +PASS: gdb.base/sigstep.exp: continue over handler; resync +PASS: gdb.base/sigstep.exp: continue over handler; advance to infinite loop +PASS: gdb.base/sigstep.exp: continue over handler; performing continue +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; resync +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; break infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; break handler +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; continue to infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; performing step +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; clear infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler; clear handler +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; resync +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; break infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; break handler +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; continue to infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; performing next +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; clear infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler; clear handler +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; resync +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; break infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; break handler +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; continue to infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; performing continue +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear handler +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; resync +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break handler +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; continue to infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; performing step +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear handler +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; resync +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break handler +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; continue to infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; performing next +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear handler +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; resync +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break handler +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; continue to infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; performing continue +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear handler +PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; resync +PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; break infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; continue to infinite loop +PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; performing step +PASS: gdb.base/sigstep.exp: step on breakpoint, skip handler; clear infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; resync +PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; break infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; continue to infinite loop +PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; performing next +PASS: gdb.base/sigstep.exp: next on breakpoint, skip handler; clear infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; resync +PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; break infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; continue to infinite loop +PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; performing continue +PASS: gdb.base/sigstep.exp: continue on breakpoint, skip handler; clear infinite loop +Running ../../../master/gdb/testsuite/gdb.base/sizeof.exp ... +PASS: gdb.base/sizeof.exp: next +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (char)" (1) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (short)" (2) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (int)" (4) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (long)" (4) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (long long)" (8) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (void *)" (4) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (void (*)(void))" (4) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (float)" (4) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (double)" (8) +PASS: gdb.base/sizeof.exp: get integer valueof "sizeof (long double)" (12) +PASS: gdb.base/sizeof.exp: check sizeof "char" +PASS: gdb.base/sizeof.exp: check sizeof "short" +PASS: gdb.base/sizeof.exp: check sizeof "int" +PASS: gdb.base/sizeof.exp: check sizeof "long" +PASS: gdb.base/sizeof.exp: check sizeof "long long" +PASS: gdb.base/sizeof.exp: check sizeof "void *" +PASS: gdb.base/sizeof.exp: check sizeof "void (*)(void)" +PASS: gdb.base/sizeof.exp: check sizeof "float" +PASS: gdb.base/sizeof.exp: check sizeof "double" +PASS: gdb.base/sizeof.exp: check sizeof "long double" +PASS: gdb.base/sizeof.exp: get integer valueof "'\377'" (-1) +PASS: gdb.base/sizeof.exp: get integer valueof "(int) (char) -1" (-1) +PASS: gdb.base/sizeof.exp: get integer valueof "(int) (signed char) -1" (-1) +PASS: gdb.base/sizeof.exp: get integer valueof "(int) (unsigned char) -1" (255) +PASS: gdb.base/sizeof.exp: check valueof "'\377'" +PASS: gdb.base/sizeof.exp: check valueof "(int) (char) -1" +PASS: gdb.base/sizeof.exp: check valueof "(int) (signed char) -1" +PASS: gdb.base/sizeof.exp: check valueof "(int) (unsigned char) -1" +PASS: gdb.base/sizeof.exp: set padding_char.v = 1 +PASS: gdb.base/sizeof.exp: print padding_char.p1 +PASS: gdb.base/sizeof.exp: print/d padding_char.v +PASS: gdb.base/sizeof.exp: print padding_char.p2 +PASS: gdb.base/sizeof.exp: set padding_short.v = 2 +PASS: gdb.base/sizeof.exp: print padding_short.p1 +PASS: gdb.base/sizeof.exp: print/d padding_short.v +PASS: gdb.base/sizeof.exp: print padding_short.p2 +PASS: gdb.base/sizeof.exp: set padding_int.v = 4 +PASS: gdb.base/sizeof.exp: print padding_int.p1 +PASS: gdb.base/sizeof.exp: print/d padding_int.v +PASS: gdb.base/sizeof.exp: print padding_int.p2 +PASS: gdb.base/sizeof.exp: set padding_long.v = 4 +PASS: gdb.base/sizeof.exp: print padding_long.p1 +PASS: gdb.base/sizeof.exp: print/d padding_long.v +PASS: gdb.base/sizeof.exp: print padding_long.p2 +PASS: gdb.base/sizeof.exp: set padding_long_long.v = 8 +PASS: gdb.base/sizeof.exp: print padding_long_long.p1 +PASS: gdb.base/sizeof.exp: print/d padding_long_long.v +PASS: gdb.base/sizeof.exp: print padding_long_long.p2 +PASS: gdb.base/sizeof.exp: set padding_float.v = 1 +PASS: gdb.base/sizeof.exp: print padding_float.p1 +PASS: gdb.base/sizeof.exp: print/f padding_float.v +PASS: gdb.base/sizeof.exp: print padding_float.p2 +PASS: gdb.base/sizeof.exp: set padding_double.v = 2 +PASS: gdb.base/sizeof.exp: print padding_double.p1 +PASS: gdb.base/sizeof.exp: print/f padding_double.v +PASS: gdb.base/sizeof.exp: print padding_double.p2 +PASS: gdb.base/sizeof.exp: set padding_long_double.v = 4 +PASS: gdb.base/sizeof.exp: print padding_long_double.p1 +PASS: gdb.base/sizeof.exp: print/f padding_long_double.v +PASS: gdb.base/sizeof.exp: print padding_long_double.p2 +PASS: gdb.base/sizeof.exp: maint print arch +Running ../../../master/gdb/testsuite/gdb.base/so-impl-ld.exp ... +PASS: gdb.base/so-impl-ld.exp: step over solib call +PASS: gdb.base/so-impl-ld.exp: step into solib call +PASS: gdb.base/so-impl-ld.exp: step in solib call +PASS: gdb.base/so-impl-ld.exp: step out of solib call +Running ../../../master/gdb/testsuite/gdb.base/so-indr-cl.exp ... +Running ../../../master/gdb/testsuite/gdb.base/solib-corrupted.exp ... +PASS: gdb.base/solib-corrupted.exp: normal list +XFAIL: gdb.base/solib-corrupted.exp: make solibs looping +UNTESTED: gdb.base/solib-corrupted.exp: solib-corrupted.exp +Running ../../../master/gdb/testsuite/gdb.base/solib-disc.exp ... +Running ../../../master/gdb/testsuite/gdb.base/solib-display.exp ... +PASS: gdb.base/solib-display.exp: NO: display a_global +PASS: gdb.base/solib-display.exp: NO: display b_global +PASS: gdb.base/solib-display.exp: NO: display c_global +PASS: gdb.base/solib-display.exp: NO: after rerun +PASS: gdb.base/solib-display.exp: NO: after rerun (2) +PASS: gdb.base/solib-display.exp: NO: break 25 +PASS: gdb.base/solib-display.exp: NO: continue +PASS: gdb.base/solib-display.exp: NO: display main_global +PASS: gdb.base/solib-display.exp: NO: display a_local +PASS: gdb.base/solib-display.exp: NO: display a_static +PASS: gdb.base/solib-display.exp: NO: break 25 +PASS: gdb.base/solib-display.exp: NO: continue +PASS: gdb.base/solib-display.exp: IN: display a_global +PASS: gdb.base/solib-display.exp: IN: display b_global +PASS: gdb.base/solib-display.exp: IN: display c_global +PASS: gdb.base/solib-display.exp: IN: after rerun +PASS: gdb.base/solib-display.exp: IN: after rerun (2) +PASS: gdb.base/solib-display.exp: IN: break 25 +PASS: gdb.base/solib-display.exp: IN: continue +PASS: gdb.base/solib-display.exp: IN: display main_global +PASS: gdb.base/solib-display.exp: IN: display a_local +PASS: gdb.base/solib-display.exp: IN: display a_static +PASS: gdb.base/solib-display.exp: IN: break 25 +PASS: gdb.base/solib-display.exp: IN: continue +PASS: gdb.base/solib-display.exp: SEP: split solib +PASS: gdb.base/solib-display.exp: SEP: display a_global +PASS: gdb.base/solib-display.exp: SEP: display b_global +PASS: gdb.base/solib-display.exp: SEP: display c_global +PASS: gdb.base/solib-display.exp: SEP: after rerun +PASS: gdb.base/solib-display.exp: SEP: split solib second time +PASS: gdb.base/solib-display.exp: SEP: after rerun (2) +PASS: gdb.base/solib-display.exp: SEP: break 25 +PASS: gdb.base/solib-display.exp: SEP: continue +PASS: gdb.base/solib-display.exp: SEP: display main_global +PASS: gdb.base/solib-display.exp: SEP: display a_local +PASS: gdb.base/solib-display.exp: SEP: display a_static +PASS: gdb.base/solib-display.exp: SEP: break 25 +PASS: gdb.base/solib-display.exp: SEP: continue +Running ../../../master/gdb/testsuite/gdb.base/solib-nodir.exp ... +PASS: gdb.base/solib-nodir.exp: set env LD_LIBRARY_PATH=: +PASS: gdb.base/solib-nodir.exp: cd OBJDIR/gdb.base +PASS: gdb.base/solib-nodir.exp: library loaded +Running ../../../master/gdb/testsuite/gdb.base/solib-overlap.exp ... +UNTESTED: gdb.base/solib-overlap.exp: 0x40000000: Could not prelink OBJDIR/gdb.base/solib-overlap-lib1-0x40000000.so or OBJDIR/gdb.base/solib-overlap-lib2-0x40000000.so. +Running ../../../master/gdb/testsuite/gdb.base/solib-symbol.exp ... +PASS: gdb.base/solib-symbol.exp: foo2 in main +PASS: gdb.base/solib-symbol.exp: foo in libmd +PASS: gdb.base/solib-symbol.exp: continue +PASS: gdb.base/solib-symbol.exp: foo2 in mdlib +Running ../../../master/gdb/testsuite/gdb.base/solib-weak.exp ... +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first +KFAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first (the program exited) (PRMS: gdb/1824) +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first +KFAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first (the program exited) (PRMS: gdb/1824) +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first +Running ../../../master/gdb/testsuite/gdb.base/solib.exp ... +Running ../../../master/gdb/testsuite/gdb.base/source.exp ... +PASS: gdb.base/source.exp: script contains error +PASS: gdb.base/source.exp: source -v +PASS: gdb.base/source.exp: source after -v +PASS: gdb.base/source.exp: dir ../../../master/gdb/testsuite/gdb.base +PASS: gdb.base/source.exp: source -s +PASS: gdb.base/source.exp: source -s -v +PASS: gdb.base/source.exp: source -v -s +Running ../../../master/gdb/testsuite/gdb.base/stack-checking.exp ... +PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for small frame +PASS: gdb.base/stack-checking.exp: bt +PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for medium frame +PASS: gdb.base/stack-checking.exp: bt +PASS: gdb.base/stack-checking.exp: continue to breakpoint: breakpoint for big frame +PASS: gdb.base/stack-checking.exp: bt +Running ../../../master/gdb/testsuite/gdb.base/start.exp ... +PASS: gdb.base/start.exp: start +Running ../../../master/gdb/testsuite/gdb.base/step-break.exp ... +PASS: gdb.base/step-break.exp: breakpoint line number +PASS: gdb.base/step-break.exp: run until breakpoint set at a line number +PASS: gdb.base/step-break.exp: next 2 (1) +PASS: gdb.base/step-break.exp: next 2 (2) +PASS: gdb.base/step-break.exp: next 2 (3) +PASS: gdb.base/step-break.exp: next 2 (4) +PASS: gdb.base/step-break.exp: next 2 (5) +PASS: gdb.base/step-break.exp: next 2 (6) +Running ../../../master/gdb/testsuite/gdb.base/step-bt.exp ... +PASS: gdb.base/step-bt.exp: breakpoint at first instruction of hello() +PASS: gdb.base/step-bt.exp: run to hello() +PASS: gdb.base/step-bt.exp: step first instruction +PASS: gdb.base/step-bt.exp: backtrace after first instruction step +PASS: gdb.base/step-bt.exp: step second instruction +PASS: gdb.base/step-bt.exp: backtrace after second instruction step +Running ../../../master/gdb/testsuite/gdb.base/step-line.exp ... +PASS: gdb.base/step-line.exp: break f1 +PASS: gdb.base/step-line.exp: continue to f1 +PASS: gdb.base/step-line.exp: next over dummy 1 +PASS: gdb.base/step-line.exp: next to dummy 2 +PASS: gdb.base/step-line.exp: next over dummy 2 +PASS: gdb.base/step-line.exp: step into f2 +PASS: gdb.base/step-line.exp: next over dummy 4 +PASS: gdb.base/step-line.exp: next to dummy 5 +PASS: gdb.base/step-line.exp: next to dummy 6 +PASS: gdb.base/step-line.exp: next over dummy 6 +PASS: gdb.base/step-line.exp: next to dummy 7 +PASS: gdb.base/step-line.exp: next to dummy 8 +PASS: gdb.base/step-line.exp: next over dummy 8 +PASS: gdb.base/step-line.exp: next to dummy 9 +PASS: gdb.base/step-line.exp: next to dummy 10 +PASS: gdb.base/step-line.exp: next over dummy 10 +Running ../../../master/gdb/testsuite/gdb.base/step-resume-infcall.exp ... +PASS: gdb.base/step-resume-infcall.exp: step +PASS: gdb.base/step-resume-infcall.exp: up +PASS: gdb.base/step-resume-infcall.exp: set $b=$pc +PASS: gdb.base/step-resume-infcall.exp: print $bpnum +PASS: gdb.base/step-resume-infcall.exp: disass/m +PASS: gdb.base/step-resume-infcall.exp: info breakpoints +PASS: gdb.base/step-resume-infcall.exp: next +PASS: gdb.base/step-resume-infcall.exp: p cond_hit +Running ../../../master/gdb/testsuite/gdb.base/step-test.exp ... +PASS: gdb.base/step-test.exp: next 1 +PASS: gdb.base/step-test.exp: step 1 +PASS: gdb.base/step-test.exp: next 2 +PASS: gdb.base/step-test.exp: step 3 +PASS: gdb.base/step-test.exp: next 3 +PASS: gdb.base/step-test.exp: next over +PASS: gdb.base/step-test.exp: step into +PASS: gdb.base/step-test.exp: step out +PASS: gdb.base/step-test.exp: stepi to next line +PASS: gdb.base/step-test.exp: stepi into function +PASS: gdb.base/step-test.exp: stepi into function's first source line +PASS: gdb.base/step-test.exp: stepi: finish call +PASS: gdb.base/step-test.exp: nexti over function +PASS: gdb.base/step-test.exp: set breakpoint at call to large_struct_by_value +PASS: gdb.base/step-test.exp: run to pass large struct +PASS: gdb.base/step-test.exp: large struct by value +PASS: gdb.base/step-test.exp: continue until exit at step-test.exp +Running ../../../master/gdb/testsuite/gdb.base/store.exp ... +PASS: gdb.base/store.exp: tbreak wack_charest +PASS: gdb.base/store.exp: continue to wack_charest +PASS: gdb.base/store.exp: var charest l; next charest +PASS: gdb.base/store.exp: var charest l; print old l, expecting -1 .* +PASS: gdb.base/store.exp: var charest l; print old r, expecting -2 .* +PASS: gdb.base/store.exp: var charest l; setting l to 4 +PASS: gdb.base/store.exp: var charest l; print new l, expecting 4 ..004. +PASS: gdb.base/store.exp: var charest l; next over add call +PASS: gdb.base/store.exp: var charest l; print incremented l, expecting 2 ..002. +PASS: gdb.base/store.exp: tbreak wack_short +PASS: gdb.base/store.exp: continue to wack_short +PASS: gdb.base/store.exp: var short l; next short +PASS: gdb.base/store.exp: var short l; print old l, expecting -1 +PASS: gdb.base/store.exp: var short l; print old r, expecting -2 +PASS: gdb.base/store.exp: var short l; setting l to 4 +PASS: gdb.base/store.exp: var short l; print new l, expecting 4 +PASS: gdb.base/store.exp: var short l; next over add call +PASS: gdb.base/store.exp: var short l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak wack_int +PASS: gdb.base/store.exp: continue to wack_int +PASS: gdb.base/store.exp: var int l; next int +PASS: gdb.base/store.exp: var int l; print old l, expecting -1 +PASS: gdb.base/store.exp: var int l; print old r, expecting -2 +PASS: gdb.base/store.exp: var int l; setting l to 4 +PASS: gdb.base/store.exp: var int l; print new l, expecting 4 +PASS: gdb.base/store.exp: var int l; next over add call +PASS: gdb.base/store.exp: var int l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak wack_long +PASS: gdb.base/store.exp: continue to wack_long +PASS: gdb.base/store.exp: var long l; next long +PASS: gdb.base/store.exp: var long l; print old l, expecting -1 +PASS: gdb.base/store.exp: var long l; print old r, expecting -2 +PASS: gdb.base/store.exp: var long l; setting l to 4 +PASS: gdb.base/store.exp: var long l; print new l, expecting 4 +PASS: gdb.base/store.exp: var long l; next over add call +PASS: gdb.base/store.exp: var long l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak wack_longest +PASS: gdb.base/store.exp: continue to wack_longest +PASS: gdb.base/store.exp: var longest l; next longest +PASS: gdb.base/store.exp: var longest l; print old l, expecting -1 +PASS: gdb.base/store.exp: var longest l; print old r, expecting -2 +PASS: gdb.base/store.exp: var longest l; setting l to 4 +PASS: gdb.base/store.exp: var longest l; print new l, expecting 4 +PASS: gdb.base/store.exp: var longest l; next over add call +PASS: gdb.base/store.exp: var longest l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak wack_float +PASS: gdb.base/store.exp: continue to wack_float +PASS: gdb.base/store.exp: var float l; next float +PASS: gdb.base/store.exp: var float l; print old l, expecting -1 +PASS: gdb.base/store.exp: var float l; print old r, expecting -2 +PASS: gdb.base/store.exp: var float l; setting l to 4 +PASS: gdb.base/store.exp: var float l; print new l, expecting 4 +PASS: gdb.base/store.exp: var float l; next over add call +PASS: gdb.base/store.exp: var float l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak wack_double +PASS: gdb.base/store.exp: continue to wack_double +PASS: gdb.base/store.exp: var double l; next double +PASS: gdb.base/store.exp: var double l; print old l, expecting -1 +PASS: gdb.base/store.exp: var double l; print old r, expecting -2 +PASS: gdb.base/store.exp: var double l; setting l to 4 +PASS: gdb.base/store.exp: var double l; print new l, expecting 4 +PASS: gdb.base/store.exp: var double l; next over add call +PASS: gdb.base/store.exp: var double l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak wack_doublest +PASS: gdb.base/store.exp: continue to wack_doublest +PASS: gdb.base/store.exp: var doublest l; next doublest +PASS: gdb.base/store.exp: var doublest l; print old l, expecting -1 +PASS: gdb.base/store.exp: var doublest l; print old r, expecting -2 +PASS: gdb.base/store.exp: var doublest l; setting l to 4 +PASS: gdb.base/store.exp: var doublest l; print new l, expecting 4 +PASS: gdb.base/store.exp: var doublest l; next over add call +PASS: gdb.base/store.exp: var doublest l; print incremented l, expecting 2 +PASS: gdb.base/store.exp: tbreak add_charest +PASS: gdb.base/store.exp: continue to add_charest +PASS: gdb.base/store.exp: upvar charest l; up +PASS: gdb.base/store.exp: upvar charest l; print old l, expecting -1 .* +PASS: gdb.base/store.exp: upvar charest l; print old r, expecting -2 .* +PASS: gdb.base/store.exp: upvar charest l; set l to 4 +PASS: gdb.base/store.exp: upvar charest l; print new l, expecting 4 ..004. +PASS: gdb.base/store.exp: tbreak add_short +PASS: gdb.base/store.exp: continue to add_short +PASS: gdb.base/store.exp: upvar short l; up +PASS: gdb.base/store.exp: upvar short l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar short l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar short l; set l to 4 +PASS: gdb.base/store.exp: upvar short l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak add_int +PASS: gdb.base/store.exp: continue to add_int +PASS: gdb.base/store.exp: upvar int l; up +PASS: gdb.base/store.exp: upvar int l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar int l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar int l; set l to 4 +PASS: gdb.base/store.exp: upvar int l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak add_long +PASS: gdb.base/store.exp: continue to add_long +PASS: gdb.base/store.exp: upvar long l; up +PASS: gdb.base/store.exp: upvar long l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar long l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar long l; set l to 4 +PASS: gdb.base/store.exp: upvar long l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak add_longest +PASS: gdb.base/store.exp: continue to add_longest +PASS: gdb.base/store.exp: upvar longest l; up +PASS: gdb.base/store.exp: upvar longest l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar longest l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar longest l; set l to 4 +PASS: gdb.base/store.exp: upvar longest l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak add_float +PASS: gdb.base/store.exp: continue to add_float +PASS: gdb.base/store.exp: upvar float l; up +PASS: gdb.base/store.exp: upvar float l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar float l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar float l; set l to 4 +PASS: gdb.base/store.exp: upvar float l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak add_double +PASS: gdb.base/store.exp: continue to add_double +PASS: gdb.base/store.exp: upvar double l; up +PASS: gdb.base/store.exp: upvar double l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar double l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar double l; set l to 4 +PASS: gdb.base/store.exp: upvar double l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak add_doublest +PASS: gdb.base/store.exp: continue to add_doublest +PASS: gdb.base/store.exp: upvar doublest l; up +PASS: gdb.base/store.exp: upvar doublest l; print old l, expecting -1 +PASS: gdb.base/store.exp: upvar doublest l; print old r, expecting -2 +PASS: gdb.base/store.exp: upvar doublest l; set l to 4 +PASS: gdb.base/store.exp: upvar doublest l; print new l, expecting 4 +PASS: gdb.base/store.exp: tbreak wack_struct_1 +PASS: gdb.base/store.exp: continue to wack_struct_1 +PASS: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call +PASS: gdb.base/store.exp: var struct 1 u; print old u, expecting {s = \{0}} +PASS: gdb.base/store.exp: var struct 1 u; set u to s_1 +PASS: gdb.base/store.exp: var struct 1 u; print new u, expecting {s = \{1}} +PASS: gdb.base/store.exp: tbreak wack_struct_2 +PASS: gdb.base/store.exp: continue to wack_struct_2 +PASS: gdb.base/store.exp: var struct 2 u; next to add_struct_2 call +PASS: gdb.base/store.exp: var struct 2 u; print old u, expecting {s = \{0, 0}} +PASS: gdb.base/store.exp: var struct 2 u; set u to s_2 +PASS: gdb.base/store.exp: var struct 2 u; print new u, expecting {s = \{1, 2}} +PASS: gdb.base/store.exp: tbreak wack_struct_3 +PASS: gdb.base/store.exp: continue to wack_struct_3 +PASS: gdb.base/store.exp: var struct 3 u; next to add_struct_3 call +PASS: gdb.base/store.exp: var struct 3 u; print old u, expecting {s = \{0, 0, 0}} +PASS: gdb.base/store.exp: var struct 3 u; set u to s_3 +PASS: gdb.base/store.exp: var struct 3 u; print new u, expecting {s = \{1, 2, 3}} +PASS: gdb.base/store.exp: tbreak wack_struct_4 +PASS: gdb.base/store.exp: continue to wack_struct_4 +PASS: gdb.base/store.exp: var struct 4 u; next to add_struct_4 call +PASS: gdb.base/store.exp: var struct 4 u; print old u, expecting {s = \{0, 0, 0, 0}} +PASS: gdb.base/store.exp: var struct 4 u; set u to s_4 +PASS: gdb.base/store.exp: var struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}} +PASS: gdb.base/store.exp: tbreak add_struct_1 +PASS: gdb.base/store.exp: continue to add_struct_1 +PASS: gdb.base/store.exp: up struct 1 u; up +PASS: gdb.base/store.exp: up struct 1 u; print old u, expecting {s = \{0}} +PASS: gdb.base/store.exp: up struct 1 u; set u to s_1 +PASS: gdb.base/store.exp: up struct 1 u; print new u, expecting {s = \{1}} +PASS: gdb.base/store.exp: tbreak add_struct_2 +PASS: gdb.base/store.exp: continue to add_struct_2 +PASS: gdb.base/store.exp: up struct 2 u; up +PASS: gdb.base/store.exp: up struct 2 u; print old u, expecting {s = \{0, 0}} +PASS: gdb.base/store.exp: up struct 2 u; set u to s_2 +PASS: gdb.base/store.exp: up struct 2 u; print new u, expecting {s = \{1, 2}} +PASS: gdb.base/store.exp: tbreak add_struct_3 +PASS: gdb.base/store.exp: continue to add_struct_3 +PASS: gdb.base/store.exp: up struct 3 u; up +PASS: gdb.base/store.exp: up struct 3 u; print old u, expecting {s = \{0, 0, 0}} +PASS: gdb.base/store.exp: up struct 3 u; set u to s_3 +PASS: gdb.base/store.exp: up struct 3 u; print new u, expecting {s = \{1, 2, 3}} +PASS: gdb.base/store.exp: tbreak add_struct_4 +PASS: gdb.base/store.exp: continue to add_struct_4 +PASS: gdb.base/store.exp: up struct 4 u; up +PASS: gdb.base/store.exp: up struct 4 u; print old u, expecting {s = \{0, 0, 0, 0}} +PASS: gdb.base/store.exp: up struct 4 u; set u to s_4 +PASS: gdb.base/store.exp: up struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}} +PASS: gdb.base/store.exp: tbreak wack_field_1 +PASS: gdb.base/store.exp: continue field 1 +PASS: gdb.base/store.exp: next field 1 +PASS: gdb.base/store.exp: old field 1 +PASS: gdb.base/store.exp: set variable u = F_1 +PASS: gdb.base/store.exp: new field 1 +PASS: gdb.base/store.exp: set variable u = F_1, u.i = f_1.i +PASS: gdb.base/store.exp: f_1.i +PASS: gdb.base/store.exp: set variable u = F_1, u.j = f_1.j +PASS: gdb.base/store.exp: f_1.j +PASS: gdb.base/store.exp: set variable u = F_1, u.k = f_1.k +PASS: gdb.base/store.exp: f_1.k +PASS: gdb.base/store.exp: set variable u = f_1, u.i = F_1.i +PASS: gdb.base/store.exp: F_1.i +PASS: gdb.base/store.exp: set variable u = f_1, u.j = F_1.j +PASS: gdb.base/store.exp: F_1.j +PASS: gdb.base/store.exp: set variable u = f_1, u.k = F_1.k +PASS: gdb.base/store.exp: F_1.k +PASS: gdb.base/store.exp: tbreak wack_field_2 +PASS: gdb.base/store.exp: continue field 2 +PASS: gdb.base/store.exp: next field 2 +PASS: gdb.base/store.exp: old field 2 +PASS: gdb.base/store.exp: set variable u = F_2 +PASS: gdb.base/store.exp: new field 2 +PASS: gdb.base/store.exp: set variable u = F_2, u.i = f_2.i +PASS: gdb.base/store.exp: f_2.i +PASS: gdb.base/store.exp: set variable u = F_2, u.j = f_2.j +PASS: gdb.base/store.exp: f_2.j +PASS: gdb.base/store.exp: set variable u = F_2, u.k = f_2.k +PASS: gdb.base/store.exp: f_2.k +PASS: gdb.base/store.exp: set variable u = f_2, u.i = F_2.i +PASS: gdb.base/store.exp: F_2.i +PASS: gdb.base/store.exp: set variable u = f_2, u.j = F_2.j +PASS: gdb.base/store.exp: F_2.j +PASS: gdb.base/store.exp: set variable u = f_2, u.k = F_2.k +PASS: gdb.base/store.exp: F_2.k +PASS: gdb.base/store.exp: tbreak wack_field_3 +PASS: gdb.base/store.exp: continue field 3 +PASS: gdb.base/store.exp: next field 3 +PASS: gdb.base/store.exp: old field 3 +PASS: gdb.base/store.exp: set variable u = F_3 +PASS: gdb.base/store.exp: new field 3 +PASS: gdb.base/store.exp: set variable u = F_3, u.i = f_3.i +PASS: gdb.base/store.exp: f_3.i +PASS: gdb.base/store.exp: set variable u = F_3, u.j = f_3.j +PASS: gdb.base/store.exp: f_3.j +PASS: gdb.base/store.exp: set variable u = F_3, u.k = f_3.k +PASS: gdb.base/store.exp: f_3.k +PASS: gdb.base/store.exp: set variable u = f_3, u.i = F_3.i +PASS: gdb.base/store.exp: F_3.i +PASS: gdb.base/store.exp: set variable u = f_3, u.j = F_3.j +PASS: gdb.base/store.exp: F_3.j +PASS: gdb.base/store.exp: set variable u = f_3, u.k = F_3.k +PASS: gdb.base/store.exp: F_3.k +PASS: gdb.base/store.exp: tbreak wack_field_4 +PASS: gdb.base/store.exp: continue field 4 +PASS: gdb.base/store.exp: next field 4 +PASS: gdb.base/store.exp: old field 4 +PASS: gdb.base/store.exp: set variable u = F_4 +PASS: gdb.base/store.exp: new field 4 +PASS: gdb.base/store.exp: set variable u = F_4, u.i = f_4.i +PASS: gdb.base/store.exp: f_4.i +PASS: gdb.base/store.exp: set variable u = F_4, u.j = f_4.j +PASS: gdb.base/store.exp: f_4.j +PASS: gdb.base/store.exp: set variable u = F_4, u.k = f_4.k +PASS: gdb.base/store.exp: f_4.k +PASS: gdb.base/store.exp: set variable u = f_4, u.i = F_4.i +PASS: gdb.base/store.exp: F_4.i +PASS: gdb.base/store.exp: set variable u = f_4, u.j = F_4.j +PASS: gdb.base/store.exp: F_4.j +PASS: gdb.base/store.exp: set variable u = f_4, u.k = F_4.k +PASS: gdb.base/store.exp: F_4.k +Running ../../../master/gdb/testsuite/gdb.base/structs.exp ... +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: continue to breakpoint: chartest-done +PASS: gdb.base/structs.exp: p chartest +PASS: gdb.base/structs.exp: ptype foo1; structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 7 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 7 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 7 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 8 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 8 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 8 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 9 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 9 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 9 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 10 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 10 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 10 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 11 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 11 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 11 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 12 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 12 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 12 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 13 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 13 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 13 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 14 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 14 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 14 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 15 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 15 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 15 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 16 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 16 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 16 structs-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 17 structs-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 17 structs-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 17 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 3 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 3 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 3 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 3 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 3 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 3 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 4 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 4 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 4 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 4 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 4 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 4 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 5 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 5 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 5 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 5 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 5 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 5 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 5 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 5 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 5 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 6 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 6 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 6 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 6 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 6 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 6 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 6 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 6 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 6 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 7 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 7 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 7 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 7 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 7 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 7 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 7 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 7 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 7 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 8 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 8 structs-tc +PASS: gdb.base/structs.exp: return foo<n>; return 8 structs-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 8 structs-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 8 structs-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 8 structs-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 8 structs-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 8 structs-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 8 structs-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ts +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-ts +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ts +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-ts +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ts +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ts +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for return; return 3 structs-ts +PASS: gdb.base/structs.exp: return foo<n>; return 3 structs-ts +PASS: gdb.base/structs.exp: value foo<n> returned; return 3 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-ts +PASS: gdb.base/structs.exp: finish foo<n>; return 3 structs-ts +PASS: gdb.base/structs.exp: value foo<n> finished; return 3 structs-ts +PASS: gdb.base/structs.exp: return value known implies finish value known; return 3 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for return; return 4 structs-ts +PASS: gdb.base/structs.exp: return foo<n>; return 4 structs-ts +PASS: gdb.base/structs.exp: value foo<n> returned; return 4 structs-ts +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-ts +PASS: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-ts +PASS: gdb.base/structs.exp: finish foo<n>; return 4 structs-ts +PASS: gdb.base/structs.exp: value foo<n> finished; return 4 structs-ts +PASS: gdb.base/structs.exp: return value known implies finish value known; return 4 structs-ts +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-ti +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-ti +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-ti +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-ti +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ti +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ti +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ti +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ti +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ti +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ti +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-ti +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ti +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ti +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ti +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-ti +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ti +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-ti +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ti +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ti +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-tl +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tl +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tl +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tl +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tl +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tl +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tl +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tl +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tl +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tl +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tl +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tl +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tl +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tl +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tl +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tl +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tl +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tl +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tl +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-tll +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tll +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tll +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tll +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tll +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tll +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tll +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tll +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tll +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tll +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tll +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tll +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tll +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tll +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tll +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tf +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tf +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tf +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tf +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tf +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tf +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tf +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tf +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tf +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-td +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-td +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-td +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-td +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-td +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-td +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-td +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-td +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-td +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-td +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-td +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-td +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-td +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo1; structs-tld +PASS: gdb.base/structs.exp: p/c fun<n>(); call 1 structs-tld +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 1 structs-tld +PASS: gdb.base/structs.exp: p/c L<n>; call 1 structs-tld +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tld +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tld +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tld +PASS: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tld +PASS: gdb.base/structs.exp: return foo<n>; return 1 structs-tld +PASS: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tld +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tld +PASS: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tld +PASS: gdb.base/structs.exp: finish foo<n>; return 1 structs-tld +PASS: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tld +PASS: gdb.base/structs.exp: return value known implies finish value known; return 1 structs-tld +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 7 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 7 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 7 structs-ts-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 8 structs-ts-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 8 structs-ts-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 8 structs-ts-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ts-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-ti-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-ti-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-ti-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-ti-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-ti-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-ti-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-ti-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-ti-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-ti-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-ti-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-ti-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-ti-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-ti-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-ti-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-ti-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tl-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tl-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tl-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tl-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tl-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tl-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tl-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tl-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tl-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tl-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tl-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tl-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tl-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tl-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tl-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tll-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tll-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tll-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tf-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tf-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tf-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tf-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tf-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tf-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tf-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tf-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tf-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tf-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tf-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tf-tc +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-td-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tld-tc +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tld-tc +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tld-tc +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld-tc +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 5 structs-tc-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 5 structs-tc-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc-ts +PASS: gdb.base/structs.exp: p/c fun<n>(); call 6 structs-tc-ts +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 6 structs-tc-ts +PASS: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc-ts +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-ts +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-ti +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-ti +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-ti +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ti +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-ti +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-ti +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ti +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-ti +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-ti +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ti +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-ti +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tl +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tl +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tl +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tl +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-tl +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-tl +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tl +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-tl +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-tl +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tl +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tc-tl +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tll +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tll +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tll +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tll +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 3 structs-tc-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 3 structs-tc-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 4 structs-tc-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 4 structs-tc-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tf +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-td +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-td +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-td +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-td +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tc-tld +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tc-tld +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tc-tld +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tld +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-td-tf +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-td-tf +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-td-tf +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tf +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-td-tf +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-td-tf +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-td-tf +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-td-tf +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-td-tf +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-td-tf +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-td-tf +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-td-tf +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-td-tf +PASS: gdb.base/structs.exp: set print sevenbit-strings +PASS: gdb.base/structs.exp: set print address off +PASS: gdb.base/structs.exp: set width 0 +PASS: gdb.base/structs.exp: set print elements 300 +PASS: gdb.base/structs.exp: ptype foo2; structs-tf-td +PASS: gdb.base/structs.exp: p/c fun<n>(); call 2 structs-tf-td +PASS: gdb.base/structs.exp: call Fun<n>(foo<n>); call 2 structs-tf-td +PASS: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-td +PASS: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-td +PASS: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-td +PASS: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-td +PASS: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-td +PASS: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-td +PASS: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-td +PASS: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-td +PASS: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-td +PASS: gdb.base/structs.exp: return value known implies finish value known; return 2 structs-tf-td +Running ../../../master/gdb/testsuite/gdb.base/structs2.exp ... +PASS: gdb.base/structs2.exp: set width 0 +PASS: gdb.base/structs2.exp: structs2 sanity check +PASS: gdb.base/structs2.exp: structs2 breakpoint set +PASS: gdb.base/structs2.exp: structs2 continue1 +PASS: gdb.base/structs2.exp: structs2 continue2 +Running ../../../master/gdb/testsuite/gdb.base/structs3.exp ... +PASS: gdb.base/structs3.exp: print two +PASS: gdb.base/structs3.exp: print *twop +PASS: gdb.base/structs3.exp: print *(struct Two *)onep +PASS: gdb.base/structs3.exp: print *(tTwo *)onep +Running ../../../master/gdb/testsuite/gdb.base/subst.exp ... +PASS: gdb.base/subst.exp: deactivate GDB's confirmation interface +PASS: gdb.base/subst.exp: show substitute-path, no rule entered yet +PASS: gdb.base/subst.exp: show substitute-path from, no rule entered yet +PASS: gdb.base/subst.exp: show substitute-path, too many arguments +PASS: gdb.base/subst.exp: unset substitute-path from, no rule entered yet +PASS: gdb.base/subst.exp: unset substitute-path, no rule entered yet +PASS: gdb.base/subst.exp: unset substitute-path from, no rule entered yet +PASS: gdb.base/subst.exp: unset substitute-path, too many arguments +PASS: gdb.base/subst.exp: set substitute-path, too many arguments +PASS: gdb.base/subst.exp: set substitute-path, too few arguments +PASS: gdb.base/subst.exp: set substitute-path, first argument is empty string +PASS: gdb.base/subst.exp: add from -> to substitution rule +PASS: gdb.base/subst.exp: add from1 -> to1 substitution rule +PASS: gdb.base/subst.exp: add source -> destination substitution rule +PASS: gdb.base/subst.exp: add depuis -> vers substitution rule +PASS: gdb.base/subst.exp: add substitution rule to empty string +PASS: gdb.base/subst.exp: show substitute-path after all paths added +PASS: gdb.base/subst.exp: show substitute-path from, after all paths added +PASS: gdb.base/subst.exp: show substitute-path depuis, after all paths added +PASS: gdb.base/subst.exp: show substitute-path garbage, after all paths added +PASS: gdb.base/subst.exp: unset substitute-path from +PASS: gdb.base/subst.exp: show substitute-path from, after unsetting it +PASS: gdb.base/subst.exp: show substitute-path after from rule removed +PASS: gdb.base/subst.exp: unset substitute-path from after the rule was removed +PASS: gdb.base/subst.exp: unset substitute-path depuis (middle of list) +PASS: gdb.base/subst.exp: show substitute-path after depuis rule removed +PASS: gdb.base/subst.exp: unset substitute-path empty (end of list) +PASS: gdb.base/subst.exp: show substitute-path after empty rule removed +PASS: gdb.base/subst.exp: remove all remaining substitution rules +PASS: gdb.base/subst.exp: show substitute-path after all remaining rules removed +Running ../../../master/gdb/testsuite/gdb.base/symbol-without-target_section.exp ... +PASS: gdb.base/symbol-without-target_section.exp: add-symbol-file +PASS: gdb.base/symbol-without-target_section.exp: list main +PASS: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section +Running ../../../master/gdb/testsuite/gdb.base/term.exp ... +PASS: gdb.base/term.exp: set print sevenbit-strings +PASS: gdb.base/term.exp: set print address off +PASS: gdb.base/term.exp: set width 0 +PASS: gdb.base/term.exp: test info terminal +PASS: gdb.base/term.exp: test info terminal #2 +PASS: gdb.base/term.exp: info terminal at breakpoint +Running ../../../master/gdb/testsuite/gdb.base/trace-commands.exp ... +PASS: gdb.base/trace-commands.exp: show trace-commands says off +PASS: gdb.base/trace-commands.exp: source -v +PASS: gdb.base/trace-commands.exp: set trace-commands +PASS: gdb.base/trace-commands.exp: show trace-commands says on +PASS: gdb.base/trace-commands.exp: simple trace-commands test +PASS: gdb.base/trace-commands.exp: nested trace-commands test +PASS: gdb.base/trace-commands.exp: define user command +PASS: gdb.base/trace-commands.exp: nested trace-commands test with source +PASS: gdb.base/trace-commands.exp: depth resets on error part 1 +PASS: gdb.base/trace-commands.exp: depth resets on error part 2 +Running ../../../master/gdb/testsuite/gdb.base/tui-layout.exp ... +PASS: gdb.base/tui-layout.exp: layout asm +Running ../../../master/gdb/testsuite/gdb.base/twice.exp ... +PASS: gdb.base/twice.exp: step +Running ../../../master/gdb/testsuite/gdb.base/type-opaque.exp ... +PASS: gdb.base/type-opaque.exp: opaque struct type resolving +PASS: gdb.base/type-opaque.exp: empty struct type resolving +PASS: gdb.base/type-opaque.exp: filled struct type resolving +PASS: gdb.base/type-opaque.exp: opaque union type resolving +PASS: gdb.base/type-opaque.exp: empty union type resolving +PASS: gdb.base/type-opaque.exp: filled union type resolving +Running ../../../master/gdb/testsuite/gdb.base/ui-redirect.exp ... +PASS: gdb.base/ui-redirect.exp: commands +PASS: gdb.base/ui-redirect.exp: print 1 +PASS: gdb.base/ui-redirect.exp: end +PASS: gdb.base/ui-redirect.exp: set logging file /dev/null +PASS: gdb.base/ui-redirect.exp: set logging on +PASS: gdb.base/ui-redirect.exp: save breakpoints /dev/null +PASS: gdb.base/ui-redirect.exp: set logging off +PASS: gdb.base/ui-redirect.exp: help +Running ../../../master/gdb/testsuite/gdb.base/unload.exp ... +PASS: gdb.base/unload.exp: pending breakpoint info before run +PASS: gdb.base/unload.exp: running program +PASS: gdb.base/unload.exp: pending breakpoint info on first run at shrfunc1 +PASS: gdb.base/unload.exp: continuing to unloaded libfile +PASS: gdb.base/unload.exp: print y from libfile +PASS: gdb.base/unload.exp: rerun to shared library breakpoint +PASS: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc1 +PASS: gdb.base/unload.exp: continuing to unloaded libfile +PASS: gdb.base/unload.exp: continue to shrfunc2 +PASS: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc2 +PASS: gdb.base/unload.exp: continuing to unloaded libfile2 +PASS: gdb.base/unload.exp: print y from libfile2 +Running ../../../master/gdb/testsuite/gdb.base/until.exp ... +PASS: gdb.base/until.exp: until line number +PASS: gdb.base/until.exp: malformed until +PASS: gdb.base/until.exp: until factorial, recursive function +PASS: gdb.base/until.exp: until func, not called by current frame +Running ../../../master/gdb/testsuite/gdb.base/unwindonsignal.exp ... +PASS: gdb.base/unwindonsignal.exp: break stop_here +PASS: gdb.base/unwindonsignal.exp: continue to breakpoint at stop_here +PASS: gdb.base/unwindonsignal.exp: setting unwindonsignal +PASS: gdb.base/unwindonsignal.exp: showing unwindonsignal +PASS: gdb.base/unwindonsignal.exp: unwindonsignal, inferior function call signaled +PASS: gdb.base/unwindonsignal.exp: unwindonsignal, stack unwound +PASS: gdb.base/unwindonsignal.exp: unwindonsignal, dummy frame removed +Running ../../../master/gdb/testsuite/gdb.base/valgrind-db-attach.exp ... +UNSUPPORTED: gdb.base/valgrind-db-attach.exp: spawn valgrind +Running ../../../master/gdb/testsuite/gdb.base/value-double-free.exp ... +PASS: gdb.base/value-double-free.exp: watch var +PASS: gdb.base/value-double-free.exp: continue +PASS: gdb.base/value-double-free.exp: print empty() +PASS: gdb.base/value-double-free.exp: help help +Running ../../../master/gdb/testsuite/gdb.base/varargs.exp ... +PASS: gdb.base/varargs.exp: set print sevenbit-strings +PASS: gdb.base/varargs.exp: set print address off +PASS: gdb.base/varargs.exp: set width 0 +PASS: gdb.base/varargs.exp: print find_max1(5,1,2,3,4,5) +PASS: gdb.base/varargs.exp: print find_max1(1,3) +PASS: gdb.base/varargs.exp: print find_max1(10,1,2,3,4,5,6,7,8,29,0) +PASS: gdb.base/varargs.exp: print find_max2(3,1,2,3) +PASS: gdb.base/varargs.exp: print find_max_double(5,1.0,17.0,2.0,3.0,4.0) +PASS: gdb.base/varargs.exp: print find_max_float_real(4, fc1, fc2, fc3, fc4) +KFAIL: gdb.base/varargs.exp: print find_max_double_real(4, dc1, dc2, dc3, dc4) (PRMS: gdb/12776) +KFAIL: gdb.base/varargs.exp: print find_max_long_double_real(4, ldc1, ldc2, ldc3, ldc4) (PRMS: gdb/12776) +Running ../../../master/gdb/testsuite/gdb.base/volatile.exp ... +PASS: gdb.base/volatile.exp: continue to marker1 +PASS: gdb.base/volatile.exp: up from marker1 +PASS: gdb.base/volatile.exp: ptype vox +PASS: gdb.base/volatile.exp: ptype victuals +PASS: gdb.base/volatile.exp: ptype vixen +PASS: gdb.base/volatile.exp: ptype vitriol +PASS: gdb.base/volatile.exp: ptype vellum +PASS: gdb.base/volatile.exp: ptype valve +PASS: gdb.base/volatile.exp: ptype vacuity +PASS: gdb.base/volatile.exp: ptype vertigo +PASS: gdb.base/volatile.exp: ptype vampire +PASS: gdb.base/volatile.exp: ptype viper +PASS: gdb.base/volatile.exp: ptype vigour +PASS: gdb.base/volatile.exp: ptype vapour +PASS: gdb.base/volatile.exp: ptype ventricle +PASS: gdb.base/volatile.exp: ptype vigintillion +PASS: gdb.base/volatile.exp: ptype vocation +PASS: gdb.base/volatile.exp: ptype veracity +PASS: gdb.base/volatile.exp: ptype vapidity +PASS: gdb.base/volatile.exp: ptype velocity +PASS: gdb.base/volatile.exp: ptype veneer +PASS: gdb.base/volatile.exp: ptype video +PASS: gdb.base/volatile.exp: ptype vacuum +PASS: gdb.base/volatile.exp: ptype veniality +PASS: gdb.base/volatile.exp: ptype vitality +PASS: gdb.base/volatile.exp: ptype voracity +PASS: gdb.base/volatile.exp: ptype victor +PASS: gdb.base/volatile.exp: ptype vicar +PASS: gdb.base/volatile.exp: ptype victory +PASS: gdb.base/volatile.exp: ptype vicarage +PASS: gdb.base/volatile.exp: ptype vein +PASS: gdb.base/volatile.exp: ptype vogue +PASS: gdb.base/volatile.exp: ptype cavern +PASS: gdb.base/volatile.exp: ptype coverlet +PASS: gdb.base/volatile.exp: ptype caveat +PASS: gdb.base/volatile.exp: ptype covenant +PASS: gdb.base/volatile.exp: ptype vizier +PASS: gdb.base/volatile.exp: ptype vanadium +PASS: gdb.base/volatile.exp: ptype vane +PASS: gdb.base/volatile.exp: ptype veldt +PASS: gdb.base/volatile.exp: ptype cove +PASS: gdb.base/volatile.exp: ptype cavity +PASS: gdb.base/volatile.exp: ptype vagus +PASS: gdb.base/volatile.exp: ptype vagrancy +PASS: gdb.base/volatile.exp: ptype vagary +PASS: gdb.base/volatile.exp: ptype vendor +PASS: gdb.base/volatile.exp: ptype qux2 +Running ../../../master/gdb/testsuite/gdb.base/watch-cond-infcall.exp ... +PASS: gdb.base/watch-cond-infcall.exp: hw: watch var if return_1 () +PASS: gdb.base/watch-cond-infcall.exp: hw: continue +PASS: gdb.base/watch-cond-infcall.exp: sw: watch var if return_1 () +PASS: gdb.base/watch-cond-infcall.exp: sw: continue +Running ../../../master/gdb/testsuite/gdb.base/watch-cond.exp ... +PASS: gdb.base/watch-cond.exp: set write watchpoint on global variable, local condition +PASS: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame +PASS: gdb.base/watch-cond.exp: set write watchpoint on local variable, local condition +PASS: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame +PASS: gdb.base/watch-cond.exp: set write watchpoint on global2 variable +PASS: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers +PASS: gdb.base/watch-cond.exp: condition of watchpoint 2 changes +PASS: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression +Running ../../../master/gdb/testsuite/gdb.base/watch-non-mem.exp ... +PASS: gdb.base/watch-non-mem.exp: set write watchpoint on $pc +PASS: gdb.base/watch-non-mem.exp: watchpoint on $pc works +Running ../../../master/gdb/testsuite/gdb.base/watch-read.exp ... +PASS: gdb.base/watch-read.exp: set hardware read watchpoint on global variable +PASS: gdb.base/watch-read.exp: read watchpoint triggers on first read +PASS: gdb.base/watch-read.exp: read watchpoint triggers on read after value changed +PASS: gdb.base/watch-read.exp: set write watchpoint on global variable +PASS: gdb.base/watch-read.exp: write watchpoint triggers +PASS: gdb.base/watch-read.exp: only write watchpoint triggers when value changes +PASS: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes +PASS: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change +Running ../../../master/gdb/testsuite/gdb.base/watch-vfork.exp ... +PASS: gdb.base/watch-vfork.exp: Watchpoint on global variable (hw) +PASS: gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (hw) +PASS: gdb.base/watch-vfork.exp: Watchpoint on global variable (sw) +FAIL: gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) +Running ../../../master/gdb/testsuite/gdb.base/watch_thread_num.exp ... +PASS: gdb.base/watch_thread_num.exp: successfully compiled posix threads test case +PASS: gdb.base/watch_thread_num.exp: Watchpoint on invalid thread +PASS: gdb.base/watch_thread_num.exp: Invalid watch syntax +PASS: gdb.base/watch_thread_num.exp: Next 5 +PASS: gdb.base/watch_thread_num.exp: Set breakpoint at thread_function +PASS: gdb.base/watch_thread_num.exp: Stopped in thread_function +PASS: gdb.base/watch_thread_num.exp: Thread command +PASS: gdb.base/watch_thread_num.exp: Disable breakpoint 2 +PASS: gdb.base/watch_thread_num.exp: Watchpoint on shared variable +PASS: gdb.base/watch_thread_num.exp: info breakpoint 3 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 1 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 2 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 3 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 4 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 5 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 6 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 6 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 7 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 7 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 8 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 8 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 9 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 9 +PASS: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 10 +PASS: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 10 +Running ../../../master/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp ... +PASS: gdb.base/watchpoint-cond-gone.exp: set can-use-hw-watchpoints 0 +PASS: gdb.base/watchpoint-cond-gone.exp: continue to breakpoint: Place to set the watchpoint +PASS: gdb.base/watchpoint-cond-gone.exp: Place the watchpoint +PASS: gdb.base/watchpoint-cond-gone.exp: Catch the no longer valid watchpoint +Running ../../../master/gdb/testsuite/gdb.base/watchpoint-delete.exp ... +PASS: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0 +PASS: gdb.base/watchpoint-delete.exp: continue to breakpoint: break-here +PASS: gdb.base/watchpoint-delete.exp: watch x +PASS: gdb.base/watchpoint-delete.exp: delete $bpnum +Running ../../../master/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp ... +PASS: gdb.base/watchpoint-hw-hit-once.exp: rwatch watchee +PASS: gdb.base/watchpoint-hw-hit-once.exp: continue +PASS: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit +Running ../../../master/gdb/testsuite/gdb.base/watchpoint-hw.exp ... +PASS: gdb.base/watchpoint-hw.exp: watch watchee +PASS: gdb.base/watchpoint-hw.exp: start +PASS: gdb.base/watchpoint-hw.exp: info watchpoints +Running ../../../master/gdb/testsuite/gdb.base/watchpoint-solib.exp ... +PASS: gdb.base/watchpoint-solib.exp: set pending breakpoint +PASS: gdb.base/watchpoint-solib.exp: continue to foo +PASS: gdb.base/watchpoint-solib.exp: set watchpoint on g +PASS: gdb.base/watchpoint-solib.exp: continue to watchpoint hit +PASS: gdb.base/watchpoint-solib.exp: rerun to main +PASS: gdb.base/watchpoint-solib.exp: continue to foo again +PASS: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again +Running ../../../master/gdb/testsuite/gdb.base/watchpoint.exp ... +PASS: gdb.base/watchpoint.exp: set breakpoint at marker1 +PASS: gdb.base/watchpoint.exp: set breakpoint at marker2 +PASS: gdb.base/watchpoint.exp: info break in watchpoint.exp +PASS: gdb.base/watchpoint.exp: set watchpoint on ival3 +PASS: gdb.base/watchpoint.exp: watchpoint found in watchpoint/breakpoint table +PASS: gdb.base/watchpoint.exp: disable watchpoint +PASS: gdb.base/watchpoint.exp: disable watchpoint in test_simple_watchpoint +PASS: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint +PASS: gdb.base/watchpoint.exp: enable watchpoint +PASS: gdb.base/watchpoint.exp: break func1 +PASS: gdb.base/watchpoint.exp: set $func1_breakpoint_number = $bpnum +PASS: gdb.base/watchpoint.exp: continue to breakpoint at func1 +PASS: gdb.base/watchpoint.exp: watchpoint hit, first time +PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 1 +PASS: gdb.base/watchpoint.exp: delete $func1_breakpoint_number +PASS: gdb.base/watchpoint.exp: watchpoint hit, second time +PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 2 +PASS: gdb.base/watchpoint.exp: watchpoint hit, third time +PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 3 +PASS: gdb.base/watchpoint.exp: watchpoint hit, fourth time +PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 4 +PASS: gdb.base/watchpoint.exp: watchpoint hit, fifth time +PASS: gdb.base/watchpoint.exp: Watchpoint hit count is 5 +PASS: gdb.base/watchpoint.exp: continue to marker2 +PASS: gdb.base/watchpoint.exp: watchpoint disabled +PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint +PASS: gdb.base/watchpoint.exp: watchpoints found in watchpoint/breakpoint table +PASS: gdb.base/watchpoint.exp: disable watchpoint in test_disabling_watchpoints +PASS: gdb.base/watchpoint.exp: run to marker1 in test_disabling_watchpoints +PASS: gdb.base/watchpoint.exp: watchpoint enabled +PASS: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time +PASS: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time +PASS: gdb.base/watchpoint.exp: disable watchpoint #2 in test_disabling_watchpoints +PASS: gdb.base/watchpoint.exp: watchpoint disabled in table +PASS: gdb.base/watchpoint.exp: disabled watchpoint skipped +PASS: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_disabling_watchpoints +PASS: gdb.base/watchpoint.exp: watch ival2 +PASS: gdb.base/watchpoint.exp: break func2 if 0 +PASS: gdb.base/watchpoint.exp: p $func2_breakpoint_number = $bpnum +PASS: gdb.base/watchpoint.exp: calling function with watchpoint enabled +PASS: gdb.base/watchpoint.exp: finish from marker1 +PASS: gdb.base/watchpoint.exp: back at main from marker1 +PASS: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp +PASS: gdb.base/watchpoint.exp: until to ival1 assignment +PASS: gdb.base/watchpoint.exp: until to ival3 assignment +PASS: gdb.base/watchpoint.exp: until out of loop +PASS: gdb.base/watchpoint.exp: step to ival2 assignment +PASS: gdb.base/watchpoint.exp: watchpoint refused to insert on nonexistent struct member +PASS: gdb.base/watchpoint.exp: watch global_ptr +PASS: gdb.base/watchpoint.exp: watch *(int *) 0 +PASS: gdb.base/watchpoint.exp: watch -location *global_ptr +PASS: gdb.base/watchpoint.exp: watch *global_ptr +PASS: gdb.base/watchpoint.exp: set $global_ptr_breakpoint_number = $bpnum +PASS: gdb.base/watchpoint.exp: global_ptr next +PASS: gdb.base/watchpoint.exp: next over ptr init +PASS: gdb.base/watchpoint.exp: next over buffer set +PASS: gdb.base/watchpoint.exp: delete $global_ptr_breakpoint_number +PASS: gdb.base/watchpoint.exp: watch **global_ptr_ptr +PASS: gdb.base/watchpoint.exp: set $global_ptr_ptr_breakpoint_number = $bpnum +PASS: gdb.base/watchpoint.exp: gloabl_ptr_ptr next +PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr init +PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set +PASS: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance +PASS: gdb.base/watchpoint.exp: delete $global_ptr_ptr_breakpoint_number +PASS: gdb.base/watchpoint.exp: disable fast watches +PASS: gdb.base/watchpoint.exp: show disable fast watches +PASS: gdb.base/watchpoint.exp: set slow conditional watch +PASS: gdb.base/watchpoint.exp: trigger slow conditional watch +PASS: gdb.base/watchpoint.exp: rwatch disallowed when can-set-hw-watchpoints cleared +PASS: gdb.base/watchpoint.exp: continue to breakpoint: second x assignment +PASS: gdb.base/watchpoint.exp: watch x +PASS: gdb.base/watchpoint.exp: next after watch x +PASS: gdb.base/watchpoint.exp: delete watch x +PASS: gdb.base/watchpoint.exp: watch buf +PASS: gdb.base/watchpoint.exp: watchpoint on buf hit +PASS: gdb.base/watchpoint.exp: delete watch buf +PASS: gdb.base/watchpoint.exp: number is constant +PASS: gdb.base/watchpoint.exp: marker1 is constant +PASS: gdb.base/watchpoint.exp: watch count + 6 +PASS: gdb.base/watchpoint.exp: delete watchpoint `count + 6' +PASS: gdb.base/watchpoint.exp: watch 7 + count +PASS: gdb.base/watchpoint.exp: delete watchpoint `7 + count' +PASS: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here +PASS: gdb.base/watchpoint.exp: watch -location .x +PASS: gdb.base/watchpoint.exp: continue with watch -location +PASS: gdb.base/watchpoint.exp: delete watch -location +Running ../../../master/gdb/testsuite/gdb.base/watchpoints.exp ... +PASS: gdb.base/watchpoints.exp: watchpoint hit, first time +PASS: gdb.base/watchpoints.exp: watchpoint hit, first time +PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 1 +PASS: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time +PASS: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2 +PASS: gdb.base/watchpoints.exp: watchpoint hit, second time +PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 2 +PASS: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time +PASS: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3 +PASS: gdb.base/watchpoints.exp: watchpoint hit, third time +PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 3 +PASS: gdb.base/watchpoints.exp: watchpoint hit, fourth time +PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 4 +PASS: gdb.base/watchpoints.exp: watchpoint hit, fifth time +PASS: gdb.base/watchpoints.exp: Watchpoint hit count is 5 +Running ../../../master/gdb/testsuite/gdb.base/wchar.exp ... +PASS: gdb.base/wchar.exp: print narrow +PASS: gdb.base/wchar.exp: print single +PASS: gdb.base/wchar.exp: print simple +PASS: gdb.base/wchar.exp: print difficile +PASS: gdb.base/wchar.exp: print simple[2] +PASS: gdb.base/wchar.exp: print difficile[2] +Running ../../../master/gdb/testsuite/gdb.base/whatis-exp.exp ... +PASS: gdb.base/whatis-exp.exp: set variable x=14 +PASS: gdb.base/whatis-exp.exp: set variable y=2 +PASS: gdb.base/whatis-exp.exp: set variable z=2 +PASS: gdb.base/whatis-exp.exp: set variable w=3 +PASS: gdb.base/whatis-exp.exp: print value of x +PASS: gdb.base/whatis-exp.exp: print value of y +PASS: gdb.base/whatis-exp.exp: print value of z +PASS: gdb.base/whatis-exp.exp: print value of w +PASS: gdb.base/whatis-exp.exp: whatis value of x+y +PASS: gdb.base/whatis-exp.exp: whatis value of x-y +PASS: gdb.base/whatis-exp.exp: whatis value of x*y +PASS: gdb.base/whatis-exp.exp: whatis value of x/y +PASS: gdb.base/whatis-exp.exp: whatis value of x%y +PASS: gdb.base/whatis-exp.exp: whatis value of x=y +PASS: gdb.base/whatis-exp.exp: whatis value of x+=2 +PASS: gdb.base/whatis-exp.exp: whatis value of ++x +PASS: gdb.base/whatis-exp.exp: whatis value of --x +PASS: gdb.base/whatis-exp.exp: whatis value of x++ +PASS: gdb.base/whatis-exp.exp: whatis value of x-- +Running ../../../master/gdb/testsuite/gdb.base/whatis.exp ... +PASS: gdb.base/whatis.exp: whatis char +PASS: gdb.base/whatis.exp: whatis signed char +PASS: gdb.base/whatis.exp: whatis unsigned char +PASS: gdb.base/whatis.exp: whatis short +PASS: gdb.base/whatis.exp: whatis signed short +PASS: gdb.base/whatis.exp: whatis unsigned short +PASS: gdb.base/whatis.exp: whatis int +PASS: gdb.base/whatis.exp: whatis signed int +PASS: gdb.base/whatis.exp: whatis unsigned int +PASS: gdb.base/whatis.exp: whatis long +PASS: gdb.base/whatis.exp: whatis signed long +PASS: gdb.base/whatis.exp: whatis unsigned long +PASS: gdb.base/whatis.exp: whatis unsigned long long +PASS: gdb.base/whatis.exp: whatis float +PASS: gdb.base/whatis.exp: whatis double +PASS: gdb.base/whatis.exp: whatis char array +PASS: gdb.base/whatis.exp: whatis signed char array +PASS: gdb.base/whatis.exp: whatis unsigned char array +PASS: gdb.base/whatis.exp: whatis short array +PASS: gdb.base/whatis.exp: whatis signed short array +PASS: gdb.base/whatis.exp: whatis unsigned short array +PASS: gdb.base/whatis.exp: whatis int array +PASS: gdb.base/whatis.exp: whatis signed int array +PASS: gdb.base/whatis.exp: whatis unsigned int array +PASS: gdb.base/whatis.exp: whatis long array +PASS: gdb.base/whatis.exp: whatis signed long array +PASS: gdb.base/whatis.exp: whatis unsigned long array +PASS: gdb.base/whatis.exp: whatis unsigned long array +PASS: gdb.base/whatis.exp: whatis float array +PASS: gdb.base/whatis.exp: whatis double array +PASS: gdb.base/whatis.exp: whatis char pointer +PASS: gdb.base/whatis.exp: whatis signed char pointer +PASS: gdb.base/whatis.exp: whatis unsigned char pointer +PASS: gdb.base/whatis.exp: whatis short pointer +PASS: gdb.base/whatis.exp: whatis signed short pointer +PASS: gdb.base/whatis.exp: whatis unsigned short pointer +PASS: gdb.base/whatis.exp: whatis int pointer +PASS: gdb.base/whatis.exp: whatis signed int pointer +PASS: gdb.base/whatis.exp: whatis unsigned int pointer +PASS: gdb.base/whatis.exp: whatis long pointer +PASS: gdb.base/whatis.exp: whatis signed long pointer +PASS: gdb.base/whatis.exp: whatis unsigned long pointer +PASS: gdb.base/whatis.exp: whatis long long pointer +PASS: gdb.base/whatis.exp: whatis signed long long pointer +PASS: gdb.base/whatis.exp: whatis unsigned long long pointer +PASS: gdb.base/whatis.exp: whatis float pointer +PASS: gdb.base/whatis.exp: whatis double pointer +PASS: gdb.base/whatis.exp: whatis named structure +PASS: gdb.base/whatis.exp: whatis named structure using type name +PASS: gdb.base/whatis.exp: whatis unnamed structure +PASS: gdb.base/whatis.exp: whatis named union +PASS: gdb.base/whatis.exp: whatis named union using type name +PASS: gdb.base/whatis.exp: whatis unnamed union +PASS: gdb.base/whatis.exp: whatis char function +PASS: gdb.base/whatis.exp: whatis signed char function +PASS: gdb.base/whatis.exp: whatis unsigned char function +PASS: gdb.base/whatis.exp: whatis short function +PASS: gdb.base/whatis.exp: whatis signed short function +PASS: gdb.base/whatis.exp: whatis unsigned short function +PASS: gdb.base/whatis.exp: whatis int function +PASS: gdb.base/whatis.exp: whatis signed int function +PASS: gdb.base/whatis.exp: whatis unsigned int function +PASS: gdb.base/whatis.exp: whatis long function +PASS: gdb.base/whatis.exp: whatis signed long function +PASS: gdb.base/whatis.exp: whatis unsigned long function +PASS: gdb.base/whatis.exp: whatis long long function +PASS: gdb.base/whatis.exp: whatis signed long long function +PASS: gdb.base/whatis.exp: whatis unsigned long long function +PASS: gdb.base/whatis.exp: whatis float function +PASS: gdb.base/whatis.exp: whatis double function +PASS: gdb.base/whatis.exp: whatis complicated structure +PASS: gdb.base/whatis.exp: whatis complicated union +PASS: gdb.base/whatis.exp: whatis enumeration +PASS: gdb.base/whatis.exp: whatis enumeration using type name +PASS: gdb.base/whatis.exp: whatis outer structure +PASS: gdb.base/whatis.exp: whatis outer structure member +PASS: gdb.base/whatis.exp: whatis inner structure +PASS: gdb.base/whatis.exp: whatis inner structure member +PASS: gdb.base/whatis.exp: whatis inner union +PASS: gdb.base/whatis.exp: whatis inner union member +PASS: gdb.base/whatis.exp: whatis using typedef type name +PASS: gdb.base/whatis.exp: whatis applied to variable defined by typedef +Running ../../../master/gdb/testsuite/gdb.cell/arch.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/break.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/bt.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/core.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/data.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/dwarfaddr.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/ea-cache.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/ea-standalone.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/ea-test.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/f-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/fork.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/gcore.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/mem-access.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/ptype.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/registers.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/sizeof.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/solib-symbol.exp ... +Running ../../../master/gdb/testsuite/gdb.cell/solib.exp ... +Running ../../../master/gdb/testsuite/gdb.cp/abstract-origin.exp ... +PASS: gdb.cp/abstract-origin.exp: continue to breakpoint: break-here +PASS: gdb.cp/abstract-origin.exp: p problem +Running ../../../master/gdb/testsuite/gdb.cp/ambiguous.exp ... +Running ../../../master/gdb/testsuite/gdb.cp/annota2.exp ... +PASS: gdb.cp/annota2.exp: set height 0 +PASS: gdb.cp/annota2.exp: breakpoint main +PASS: gdb.cp/annota2.exp: annotation set at level 2 +PASS: gdb.cp/annota2.exp: run until main breakpoint +PASS: gdb.cp/annota2.exp: print class +PASS: gdb.cp/annota2.exp: continue until exit +PASS: gdb.cp/annota2.exp: delete bps +PASS: gdb.cp/annota2.exp: breakpoint at main +PASS: gdb.cp/annota2.exp: run until main breakpoint +PASS: gdb.cp/annota2.exp: set watch on a.x +KFAIL: gdb.cp/annota2.exp: watch triggered on a.x (PRMS: gdb/38) +PASS: gdb.cp/annota2.exp: annotate-quit +Running ../../../master/gdb/testsuite/gdb.cp/annota3.exp ... +PASS: gdb.cp/annota3.exp: set height 0 +PASS: gdb.cp/annota3.exp: breakpoint main +PASS: gdb.cp/annota3.exp: annotation set at level 3 +PASS: gdb.cp/annota3.exp: first run until main breakpoint +PASS: gdb.cp/annota3.exp: print class +PASS: gdb.cp/annota3.exp: continue to exit +PASS: gdb.cp/annota3.exp: delete bps +PASS: gdb.cp/annota3.exp: break at main +PASS: gdb.cp/annota3.exp: second run until main breakpoint +PASS: gdb.cp/annota3.exp: set watch on a.x +KFAIL: gdb.cp/annota3.exp: watch triggered on a.x (PRMS: gdb/38) +PASS: gdb.cp/annota3.exp: annotate-quit +Running ../../../master/gdb/testsuite/gdb.cp/anon-ns.exp ... +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::doit1(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::doit1(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::doit1(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::doit1(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::one::one(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::one::one(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::one::one(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::one::one(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::doit2(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::doit2(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::doit2(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::doit2(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::two::two(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::two::two(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::two::two(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::two::two(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::doit1(int) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::doit1(int)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::doit1(int) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::doit1(int)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::one::one(int) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::one::one(int)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::one::one(int) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::one::one(int)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::doit2(int) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::doit2(int)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::doit2(int) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::doit2(int)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::two::two(int) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::two::two(int)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::two::two(int) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::two::two(int)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(int) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(int)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(int) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(int)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(int) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(int)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(int) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(int)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::doit1(char *) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::doit1(char *)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::doit1(char *) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::doit1(char *)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::one::one(char *) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::one::one(char *)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::one::one(char *) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::one::one(char *)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::doit2(char *) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::doit2(char *)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::doit2(char *) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::doit2(char *)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::two::two(char *) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::two::two(char *)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::two::two(char *) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::two::two(char *)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(char *) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(char *)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(char *) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::doit3(char *)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(char *) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(char *)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(char *) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::three(char *)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::one::doit(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::one::doit(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::one::doit(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::one::doit(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::two::doit(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::two::doit(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::two::doit(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::two::doit(void)' +PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::doit(void) +PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::doit(void)' +PASS: gdb.cp/anon-ns.exp: break (anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::doit(void) +PASS: gdb.cp/anon-ns.exp: break '(anonymous namespace)::A::(anonymous namespace)::(anonymous namespace)::three::doit(void)' +Running ../../../master/gdb/testsuite/gdb.cp/anon-struct.exp ... +PASS: gdb.cp/anon-struct.exp: print type of t::t +PASS: gdb.cp/anon-struct.exp: print type of X::t2::t2 +PASS: gdb.cp/anon-struct.exp: print type of t3::~t3 +Running ../../../master/gdb/testsuite/gdb.cp/anon-union.exp ... +PASS: gdb.cp/anon-union.exp: set width 0 +PASS: gdb.cp/anon-union.exp: next 1 +PASS: gdb.cp/anon-union.exp: print foo 1 +PASS: gdb.cp/anon-union.exp: next 2 +PASS: gdb.cp/anon-union.exp: print foo 2 +PASS: gdb.cp/anon-union.exp: set var foo.cloth +PASS: gdb.cp/anon-union.exp: print foo 3 +PASS: gdb.cp/anon-union.exp: next 3 +PASS: gdb.cp/anon-union.exp: print foo 4 +PASS: gdb.cp/anon-union.exp: set var foo.pebble +PASS: gdb.cp/anon-union.exp: print foo 5 +PASS: gdb.cp/anon-union.exp: set var foo.qux +PASS: gdb.cp/anon-union.exp: print foo 6 +PASS: gdb.cp/anon-union.exp: set var foo.mux +PASS: gdb.cp/anon-union.exp: print foo 7 +PASS: gdb.cp/anon-union.exp: set var foo.x.rock +PASS: gdb.cp/anon-union.exp: print foo 8 +PASS: gdb.cp/anon-union.exp: set var foo.x.rock2 +PASS: gdb.cp/anon-union.exp: print foo 9 +PASS: gdb.cp/anon-union.exp: next 4 +PASS: gdb.cp/anon-union.exp: print w 1 +PASS: gdb.cp/anon-union.exp: print z 1 +PASS: gdb.cp/anon-union.exp: next 5 +PASS: gdb.cp/anon-union.exp: print w 2 +PASS: gdb.cp/anon-union.exp: print z 2 +PASS: gdb.cp/anon-union.exp: set var z +PASS: gdb.cp/anon-union.exp: print w 3 +PASS: gdb.cp/anon-union.exp: print z 3 +Running ../../../master/gdb/testsuite/gdb.cp/arg-reference.exp ... +PASS: gdb.cp/arg-reference.exp: No false reference +Running ../../../master/gdb/testsuite/gdb.cp/bool.exp ... +PASS: gdb.cp/bool.exp: print return_true() +PASS: gdb.cp/bool.exp: print return_false() +Running ../../../master/gdb/testsuite/gdb.cp/breakpoint.exp ... +PASS: gdb.cp/breakpoint.exp: continue to C1::Nested::foo +PASS: gdb.cp/breakpoint.exp: conditional breakpoint in method +PASS: gdb.cp/breakpoint.exp: conditional breakpoint in method 2 +PASS: gdb.cp/breakpoint.exp: continue to breakpoint +PASS: gdb.cp/breakpoint.exp: check the member variable +PASS: gdb.cp/breakpoint.exp: continue to breakpoint +PASS: gdb.cp/breakpoint.exp: check the member variable +Running ../../../master/gdb/testsuite/gdb.cp/bs15503.exp ... +PASS: gdb.cp/bs15503.exp: break StringTest<wchar_t>::testFunction +PASS: gdb.cp/bs15503.exp: continue to StringTest<wchar_t> +PASS: gdb.cp/bs15503.exp: continue to breakpoint: find position where blank needs to be inserted +PASS: gdb.cp/bs15503.exp: print s.length() +PASS: gdb.cp/bs15503.exp: print s[0] +PASS: gdb.cp/bs15503.exp: print s[s.length()-1] +PASS: gdb.cp/bs15503.exp: print (const char *) s +PASS: gdb.cp/bs15503.exp: print (const char *) s.substr(0,4) +PASS: gdb.cp/bs15503.exp: print (const char *) (s=s.substr(0,4)) +Running ../../../master/gdb/testsuite/gdb.cp/call-c.exp ... +PASS: gdb.cp/call-c.exp: b 43 +PASS: gdb.cp/call-c.exp: print foo(1) +PASS: gdb.cp/call-c.exp: continue to bp +PASS: gdb.cp/call-c.exp: print rf->func() +PASS: gdb.cp/call-c.exp: print handle->func() +Running ../../../master/gdb/testsuite/gdb.cp/casts.exp ... +PASS: gdb.cp/casts.exp: cast base class pointer to derived class pointer +PASS: gdb.cp/casts.exp: let compiler cast base class pointer to derived class pointer +PASS: gdb.cp/casts.exp: cast derived class pointer to base class pointer +PASS: gdb.cp/casts.exp: cast derived class reference to base class reference +PASS: gdb.cp/casts.exp: cast base class reference to derived class reference +PASS: gdb.cp/casts.exp: let compiler cast base class reference to derived class reference +PASS: gdb.cp/casts.exp: basic test of const_cast +PASS: gdb.cp/casts.exp: const_cast of 0 +PASS: gdb.cp/casts.exp: basic test of static_cast +PASS: gdb.cp/casts.exp: static_cast to reference type +PASS: gdb.cp/casts.exp: basic test of reinterpret_cast +PASS: gdb.cp/casts.exp: test invalid reinterpret_cast +PASS: gdb.cp/casts.exp: reinterpret_cast to reference type +PASS: gdb.cp/casts.exp: invalid dynamic_cast +PASS: gdb.cp/casts.exp: dynamic_cast of 0 to void* +PASS: gdb.cp/casts.exp: dynamic_cast simple upcast +PASS: gdb.cp/casts.exp: dynamic_cast upcast to unique base +PASS: gdb.cp/casts.exp: dynamic_cast simple upcast to reference +PASS: gdb.cp/casts.exp: dynamic_cast simple downcast +PASS: gdb.cp/casts.exp: dynamic_cast simple downcast to intermediate class +PASS: gdb.cp/casts.exp: dynamic_cast to non-existing base +PASS: gdb.cp/casts.exp: dynamic_cast to reference to non-existing base +PASS: gdb.cp/casts.exp: dynamic_cast unique downcast +PASS: gdb.cp/casts.exp: dynamic_cast to sibling +Running ../../../master/gdb/testsuite/gdb.cp/class2.exp ... +PASS: gdb.cp/class2.exp: set print object off +PASS: gdb.cp/class2.exp: print alpha at marker return 0 +PASS: gdb.cp/class2.exp: print beta at marker return 0 +PASS: gdb.cp/class2.exp: print * aap at marker return 0 +PASS: gdb.cp/class2.exp: print * bbp at marker return 0 +PASS: gdb.cp/class2.exp: print * abp at marker return 0, s-p-o off +PASS: gdb.cp/class2.exp: print * (B *) abp at marker return 0 +PASS: gdb.cp/class2.exp: print object with no data fields +PASS: gdb.cp/class2.exp: set print object on +PASS: gdb.cp/class2.exp: p acp +FAIL: gdb.cp/class2.exp: p acp->c1 +FAIL: gdb.cp/class2.exp: p acp->c2 +Running ../../../master/gdb/testsuite/gdb.cp/classes.exp ... +PASS: gdb.cp/classes.exp: ptype struct default_public_struct +PASS: gdb.cp/classes.exp: ptype struct explicit_public_struct +PASS: gdb.cp/classes.exp: ptype struct protected_struct +PASS: gdb.cp/classes.exp: ptype struct private_struct +PASS: gdb.cp/classes.exp: ptype struct mixed_protection_struct +PASS: gdb.cp/classes.exp: ptype class public_class +PASS: gdb.cp/classes.exp: ptype class protected_class +PASS: gdb.cp/classes.exp: ptype class default_private_class +PASS: gdb.cp/classes.exp: ptype class explicit_private_class +PASS: gdb.cp/classes.exp: ptype class mixed_protection_class +PASS: gdb.cp/classes.exp: ptype class A +PASS: gdb.cp/classes.exp: ptype class B +PASS: gdb.cp/classes.exp: ptype class C +PASS: gdb.cp/classes.exp: ptype class D +PASS: gdb.cp/classes.exp: ptype class E +PASS: gdb.cp/classes.exp: ptype class Static +PASS: gdb.cp/classes.exp: ptype class vA +PASS: gdb.cp/classes.exp: ptype class vB +PASS: gdb.cp/classes.exp: ptype class vC +PASS: gdb.cp/classes.exp: ptype class vD +PASS: gdb.cp/classes.exp: ptype class vE +PASS: gdb.cp/classes.exp: ptype class Base1 +PASS: gdb.cp/classes.exp: ptype class Foo +PASS: gdb.cp/classes.exp: ptype class Bar +PASS: gdb.cp/classes.exp: print g_A.a +PASS: gdb.cp/classes.exp: print g_A.x +PASS: gdb.cp/classes.exp: print g_B.b +PASS: gdb.cp/classes.exp: print g_B.x +PASS: gdb.cp/classes.exp: print g_C.c +PASS: gdb.cp/classes.exp: print g_C.x +PASS: gdb.cp/classes.exp: print g_D.d +PASS: gdb.cp/classes.exp: print g_D.x +PASS: gdb.cp/classes.exp: print g_E.e +PASS: gdb.cp/classes.exp: print g_E.x +PASS: gdb.cp/classes.exp: print g_A.b +PASS: gdb.cp/classes.exp: print g_B.c +PASS: gdb.cp/classes.exp: print g_B.d +PASS: gdb.cp/classes.exp: print g_C.b +PASS: gdb.cp/classes.exp: print g_C.d +PASS: gdb.cp/classes.exp: print g_D.e +PASS: gdb.cp/classes.exp: print g_A.y +PASS: gdb.cp/classes.exp: print g_B.z +PASS: gdb.cp/classes.exp: print g_C.q +PASS: gdb.cp/classes.exp: print g_D.p +PASS: gdb.cp/classes.exp: call class_param.Aptr_a (&g_A) +PASS: gdb.cp/classes.exp: call class_param.Aptr_x (&g_A) +PASS: gdb.cp/classes.exp: call class_param.Aptr_a (&g_B) +PASS: gdb.cp/classes.exp: call class_param.Aptr_x (&g_B) +PASS: gdb.cp/classes.exp: call class_param.Aref_a (g_A) +PASS: gdb.cp/classes.exp: call class_param.Aref_x (g_A) +PASS: gdb.cp/classes.exp: call class_param.Aref_a (g_B) +PASS: gdb.cp/classes.exp: call class_param.Aref_x (g_B) +PASS: gdb.cp/classes.exp: call class_param.Aval_a (g_A) +PASS: gdb.cp/classes.exp: call class_param.Aval_x (g_A) +PASS: gdb.cp/classes.exp: call class_param.Aval_a (g_B) +PASS: gdb.cp/classes.exp: call class_param.Aval_x (g_B) +PASS: gdb.cp/classes.exp: unrelated class *param +PASS: gdb.cp/classes.exp: unrelated class ¶m +PASS: gdb.cp/classes.exp: unrelated class param +PASS: gdb.cp/classes.exp: continue to enums2(\(\)|) +PASS: gdb.cp/classes.exp: print obj_with_enum (1) +PASS: gdb.cp/classes.exp: next +PASS: gdb.cp/classes.exp: print obj_with_enum (2) +PASS: gdb.cp/classes.exp: print obj_with_enum.priv_enum +PASS: gdb.cp/classes.exp: ptype obj_with_enum.priv_enum +PASS: gdb.cp/classes.exp: ptype obj_with_enum +PASS: gdb.cp/classes.exp: print (ClassWithEnum::PrivEnum) 42 +PASS: gdb.cp/classes.exp: print ('ClassWithEnum::PrivEnum') 42 +PASS: gdb.cp/classes.exp: print Bar::z +PASS: gdb.cp/classes.exp: print &Foo::x +PASS: gdb.cp/classes.exp: print (int)&Foo::x +PASS: gdb.cp/classes.exp: print (int)&Bar::y == 2*sizeof(int) +PASS: gdb.cp/classes.exp: ptype Bar::z +PASS: gdb.cp/classes.exp: ptype &Bar::z +PASS: gdb.cp/classes.exp: print (int)pmi == sizeof(int) +PASS: gdb.cp/classes.exp: print Foo::st +PASS: gdb.cp/classes.exp: print bar.st +PASS: gdb.cp/classes.exp: print &foo.st +PASS: gdb.cp/classes.exp: print &Bar::st +PASS: gdb.cp/classes.exp: print *$ +PASS: gdb.cp/classes.exp: set print static-members off +PASS: gdb.cp/classes.exp: print csi without static members +PASS: gdb.cp/classes.exp: print cnsi without static members +PASS: gdb.cp/classes.exp: set print static-members on +PASS: gdb.cp/classes.exp: print csi with static members +PASS: gdb.cp/classes.exp: print cnsi with static members +PASS: gdb.cp/classes.exp: finish from marker_reg1 +PASS: gdb.cp/classes.exp: calling method for small class +PASS: gdb.cp/classes.exp: print ctor of typedef class +PASS: gdb.cp/classes.exp: print dtor of typedef class +PASS: gdb.cp/classes.exp: list ByAnyOtherName::times +Running ../../../master/gdb/testsuite/gdb.cp/cmpd-minsyms.exp ... +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at 'GDB<int>::a() const' +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at 'GDB<int>::b() volatile' +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at 'GDB<int>::c() const volatile' +PASS: gdb.cp/cmpd-minsyms.exp: set language c++ +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::operator == +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::operator==(GDB<int> const&) +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<char>::harder(char) +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::harder(int) +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at "int GDB<char>::even_harder<int>(char)" +PASS: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::simple() +Running ../../../master/gdb/testsuite/gdb.cp/converts.exp ... +PASS: gdb.cp/converts.exp: continue to breakpoint: end of main +PASS: gdb.cp/converts.exp: typedef to another typedef +PASS: gdb.cp/converts.exp: typedef to typedef of a typedef +PASS: gdb.cp/converts.exp: Pointer-to-pointer-to-pointer derived to Pointer-to-pointer-to-pointer base. +PASS: gdb.cp/converts.exp: pointer to pointer +PASS: gdb.cp/converts.exp: pointer to array +PASS: gdb.cp/converts.exp: pointer to pointer of wrong type +PASS: gdb.cp/converts.exp: pointer to pointer of wrong type +PASS: gdb.cp/converts.exp: pointer to ancestor pointer +PASS: gdb.cp/converts.exp: pointer to void pointer +PASS: gdb.cp/converts.exp: pointer to void pointer pointer +PASS: gdb.cp/converts.exp: pointer to boolean +PASS: gdb.cp/converts.exp: pointer to long int +PASS: gdb.cp/converts.exp: pointer pointer to void pointer +PASS: gdb.cp/converts.exp: pointer pointer to pointer pointer +PASS: gdb.cp/converts.exp: pointer pointer to array of arrays +PASS: gdb.cp/converts.exp: pointer pointer to array of pointers +PASS: gdb.cp/converts.exp: pointer pointer to array of wrong pointers +Running ../../../master/gdb/testsuite/gdb.cp/cp-relocate.exp ... +PASS: gdb.cp/cp-relocate.exp: info functions +PASS: gdb.cp/cp-relocate.exp: get address of func<1>(int) +PASS: gdb.cp/cp-relocate.exp: get address of func<2>(int) +PASS: gdb.cp/cp-relocate.exp: get address of caller +PASS: gdb.cp/cp-relocate.exp: C++ functions have different addresses +PASS: gdb.cp/cp-relocate.exp: info file +PASS: gdb.cp/cp-relocate.exp: add-symbol-file cp-relocate.o +PASS: gdb.cp/cp-relocate.exp: break *func<1>(int) +PASS: gdb.cp/cp-relocate.exp: break *func<2>(int) +Running ../../../master/gdb/testsuite/gdb.cp/cpcompletion.exp ... +PASS: gdb.cp/cpcompletion.exp: complete class methods +PASS: gdb.cp/cpcompletion.exp: complete class methods beginning with F +PASS: gdb.cp/cpcompletion.exp: complete p foo1.g +PASS: gdb.cp/cpcompletion.exp: complete p foo1.base +PASS: gdb.cp/cpcompletion.exp: complete p foo1.Fo +PASS: gdb.cp/cpcompletion.exp: complete p a.g +Running ../../../master/gdb/testsuite/gdb.cp/cpexprs.exp ... +PASS: gdb.cp/cpexprs.exp: set listsize 1 +PASS: gdb.cp/cpexprs.exp: print base1::a_function +PASS: gdb.cp/cpexprs.exp: print base1::base1(int) +PASS: gdb.cp/cpexprs.exp: print base1::base1(void) +PASS: gdb.cp/cpexprs.exp: print base2::a_function +PASS: gdb.cp/cpexprs.exp: print base2::base2 +PASS: gdb.cp/cpexprs.exp: print base::base(int) +PASS: gdb.cp/cpexprs.exp: print base::base(void) +PASS: gdb.cp/cpexprs.exp: print base::operator char* +PASS: gdb.cp/cpexprs.exp: print base::operator delete +PASS: gdb.cp/cpexprs.exp: print base::operator delete[] +PASS: gdb.cp/cpexprs.exp: print base::operator fluff* +PASS: gdb.cp/cpexprs.exp: print base::operator fluff** +PASS: gdb.cp/cpexprs.exp: print base::operator int +PASS: gdb.cp/cpexprs.exp: print base::operator new +PASS: gdb.cp/cpexprs.exp: print base::operator new[] +PASS: gdb.cp/cpexprs.exp: print base::operator! +PASS: gdb.cp/cpexprs.exp: print base::operator!= +PASS: gdb.cp/cpexprs.exp: print base::operator% +PASS: gdb.cp/cpexprs.exp: print base::operator%= +PASS: gdb.cp/cpexprs.exp: print base::operator& +PASS: gdb.cp/cpexprs.exp: print base::operator&& +PASS: gdb.cp/cpexprs.exp: print base::operator&= +PASS: gdb.cp/cpexprs.exp: print base::operator() +PASS: gdb.cp/cpexprs.exp: print base::operator* +PASS: gdb.cp/cpexprs.exp: print base::operator*= +PASS: gdb.cp/cpexprs.exp: print base::operator+ +PASS: gdb.cp/cpexprs.exp: print base::operator++ +PASS: gdb.cp/cpexprs.exp: print base::operator+= +PASS: gdb.cp/cpexprs.exp: print base::operator- +PASS: gdb.cp/cpexprs.exp: print base::operator-- +PASS: gdb.cp/cpexprs.exp: print base::operator-= +PASS: gdb.cp/cpexprs.exp: print base::operator/ +PASS: gdb.cp/cpexprs.exp: print base::operator/= +PASS: gdb.cp/cpexprs.exp: print base::operator< +PASS: gdb.cp/cpexprs.exp: print base::operator<< +PASS: gdb.cp/cpexprs.exp: print base::operator<<= +PASS: gdb.cp/cpexprs.exp: print base::operator<= +PASS: gdb.cp/cpexprs.exp: print base::operator= +PASS: gdb.cp/cpexprs.exp: print base::operator== +PASS: gdb.cp/cpexprs.exp: print base::operator> +PASS: gdb.cp/cpexprs.exp: print base::operator>= +PASS: gdb.cp/cpexprs.exp: print base::operator>> +PASS: gdb.cp/cpexprs.exp: print base::operator>>= +PASS: gdb.cp/cpexprs.exp: print base::operator[] +PASS: gdb.cp/cpexprs.exp: print base::operator^ +PASS: gdb.cp/cpexprs.exp: print base::operator^= +PASS: gdb.cp/cpexprs.exp: print base::operator| +PASS: gdb.cp/cpexprs.exp: print base::operator|= +PASS: gdb.cp/cpexprs.exp: print base::operator|| +PASS: gdb.cp/cpexprs.exp: print base::operator~ +PASS: gdb.cp/cpexprs.exp: print base::overload(base&) const +PASS: gdb.cp/cpexprs.exp: print base::overload(char*) const +PASS: gdb.cp/cpexprs.exp: print base::overload(int) const +PASS: gdb.cp/cpexprs.exp: print base::overload(long) const +PASS: gdb.cp/cpexprs.exp: print base::overload(short) const +PASS: gdb.cp/cpexprs.exp: print base::overload(void) const +PASS: gdb.cp/cpexprs.exp: print base::~base +PASS: gdb.cp/cpexprs.exp: print derived::a_function +PASS: gdb.cp/cpexprs.exp: print derived::derived +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, char, char> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, char, int> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, char, long> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, char, short> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, int, char> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, int, int> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, int, long> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, int, short> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, long, char> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, long, int> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, long, long> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, long, short> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, short, char> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, short, int> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, short, long> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, int, short, short> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, short, int, char> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, short, int, int> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, short, int, long> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, short, int, short> +PASS: gdb.cp/cpexprs.exp: print flubber<int, int, short, short, int> +PASS: gdb.cp/cpexprs.exp: print flubber<long, short, long, short, long> +PASS: gdb.cp/cpexprs.exp: print flubber<short, int, short, int, short> +PASS: gdb.cp/cpexprs.exp: print policy1::function +PASS: gdb.cp/cpexprs.exp: print policy1::policy +PASS: gdb.cp/cpexprs.exp: print policy2::function +PASS: gdb.cp/cpexprs.exp: print policy2::policy +PASS: gdb.cp/cpexprs.exp: print policy3::function +PASS: gdb.cp/cpexprs.exp: print policy3::policy +PASS: gdb.cp/cpexprs.exp: print policy4::function +PASS: gdb.cp/cpexprs.exp: print policy4::policy +PASS: gdb.cp/cpexprs.exp: print policyd1::function +PASS: gdb.cp/cpexprs.exp: print policyd1::policyd +PASS: gdb.cp/cpexprs.exp: print policyd1::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd2::function +PASS: gdb.cp/cpexprs.exp: print policyd2::policyd +PASS: gdb.cp/cpexprs.exp: print policyd2::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd3::function +PASS: gdb.cp/cpexprs.exp: print policyd3::policyd +PASS: gdb.cp/cpexprs.exp: print policyd3::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd4::function +PASS: gdb.cp/cpexprs.exp: print policyd4::policyd +PASS: gdb.cp/cpexprs.exp: print policyd4::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd5::function +PASS: gdb.cp/cpexprs.exp: print policyd5::policyd +PASS: gdb.cp/cpexprs.exp: print policyd5::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::function +PASS: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::policyd +PASS: gdb.cp/cpexprs.exp: print policyd<base, operation_1<base> >::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd<char, operation_1<char> >::function +PASS: gdb.cp/cpexprs.exp: print policyd<char, operation_1<char> >::policyd +PASS: gdb.cp/cpexprs.exp: print policyd<char, operation_1<char> >::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd<int, operation_1<int> >::function +PASS: gdb.cp/cpexprs.exp: print policyd<int, operation_1<int> >::policyd +PASS: gdb.cp/cpexprs.exp: print policyd<int, operation_1<int> >::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd<long, operation_1<long> >::policyd +PASS: gdb.cp/cpexprs.exp: print policyd<long, operation_1<long> >::~policyd +PASS: gdb.cp/cpexprs.exp: print policyd<tclass<int>, operation_1<tclass<int> > >::function +PASS: gdb.cp/cpexprs.exp: print policyd<tclass<int>, operation_1<tclass<int> > >::policyd +PASS: gdb.cp/cpexprs.exp: print policyd<tclass<int>, operation_1<tclass<int> > >::~policyd +PASS: gdb.cp/cpexprs.exp: print tclass<base>::do_something +PASS: gdb.cp/cpexprs.exp: print tclass<char>::do_something +PASS: gdb.cp/cpexprs.exp: print tclass<int>::do_something +PASS: gdb.cp/cpexprs.exp: print tclass<long>::do_something +PASS: gdb.cp/cpexprs.exp: print tclass<short>::do_something +PASS: gdb.cp/cpexprs.exp: print test_function +PASS: gdb.cp/cpexprs.exp: list base1::a_function +PASS: gdb.cp/cpexprs.exp: list base1::base1(int) +PASS: gdb.cp/cpexprs.exp: list base1::base1(void) +PASS: gdb.cp/cpexprs.exp: list base2::a_function +PASS: gdb.cp/cpexprs.exp: list base2::base2 +PASS: gdb.cp/cpexprs.exp: list base::base(int) +PASS: gdb.cp/cpexprs.exp: list base::base(void) +PASS: gdb.cp/cpexprs.exp: list base::operator char* +PASS: gdb.cp/cpexprs.exp: list base::operator delete +PASS: gdb.cp/cpexprs.exp: list base::operator delete[] +PASS: gdb.cp/cpexprs.exp: list base::operator fluff* +PASS: gdb.cp/cpexprs.exp: list base::operator fluff** +PASS: gdb.cp/cpexprs.exp: list base::operator int +PASS: gdb.cp/cpexprs.exp: list base::operator new +PASS: gdb.cp/cpexprs.exp: list base::operator new[] +PASS: gdb.cp/cpexprs.exp: list base::operator! +PASS: gdb.cp/cpexprs.exp: list base::operator!= +PASS: gdb.cp/cpexprs.exp: list base::operator% +PASS: gdb.cp/cpexprs.exp: list base::operator%= +PASS: gdb.cp/cpexprs.exp: list base::operator& +PASS: gdb.cp/cpexprs.exp: list base::operator&& +PASS: gdb.cp/cpexprs.exp: list base::operator&= +PASS: gdb.cp/cpexprs.exp: list base::operator() +PASS: gdb.cp/cpexprs.exp: list base::operator* +PASS: gdb.cp/cpexprs.exp: list base::operator*= +PASS: gdb.cp/cpexprs.exp: list base::operator+ +PASS: gdb.cp/cpexprs.exp: list base::operator++ +PASS: gdb.cp/cpexprs.exp: list base::operator+= +PASS: gdb.cp/cpexprs.exp: list base::operator- +PASS: gdb.cp/cpexprs.exp: list base::operator-- +PASS: gdb.cp/cpexprs.exp: list base::operator-= +PASS: gdb.cp/cpexprs.exp: list base::operator/ +PASS: gdb.cp/cpexprs.exp: list base::operator/= +PASS: gdb.cp/cpexprs.exp: list base::operator< +PASS: gdb.cp/cpexprs.exp: list base::operator<< +PASS: gdb.cp/cpexprs.exp: list base::operator<<= +PASS: gdb.cp/cpexprs.exp: list base::operator<= +PASS: gdb.cp/cpexprs.exp: list base::operator= +PASS: gdb.cp/cpexprs.exp: list base::operator== +PASS: gdb.cp/cpexprs.exp: list base::operator> +PASS: gdb.cp/cpexprs.exp: list base::operator>= +PASS: gdb.cp/cpexprs.exp: list base::operator>> +PASS: gdb.cp/cpexprs.exp: list base::operator>>= +PASS: gdb.cp/cpexprs.exp: list base::operator[] +PASS: gdb.cp/cpexprs.exp: list base::operator^ +PASS: gdb.cp/cpexprs.exp: list base::operator^= +PASS: gdb.cp/cpexprs.exp: list base::operator| +PASS: gdb.cp/cpexprs.exp: list base::operator|= +PASS: gdb.cp/cpexprs.exp: list base::operator|| +PASS: gdb.cp/cpexprs.exp: list base::operator~ +PASS: gdb.cp/cpexprs.exp: list base::overload(base&) const +PASS: gdb.cp/cpexprs.exp: list base::overload(char*) const +PASS: gdb.cp/cpexprs.exp: list base::overload(int) const +PASS: gdb.cp/cpexprs.exp: list base::overload(long) const +PASS: gdb.cp/cpexprs.exp: list base::overload(short) const +PASS: gdb.cp/cpexprs.exp: list base::overload(void) const +PASS: gdb.cp/cpexprs.exp: list base::~base +PASS: gdb.cp/cpexprs.exp: list derived::a_function +PASS: gdb.cp/cpexprs.exp: list derived::derived +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, char, char> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, char, int> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, char, long> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, char, short> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, int, char> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, int, int> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, int, long> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, int, short> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, long, char> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, long, int> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, long, long> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, long, short> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, short, char> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, short, int> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, short, long> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, int, short, short> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, short, int, char> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, short, int, int> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, short, int, long> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, short, int, short> +PASS: gdb.cp/cpexprs.exp: list flubber<int, int, short, short, int> +PASS: gdb.cp/cpexprs.exp: list flubber<long, short, long, short, long> +PASS: gdb.cp/cpexprs.exp: list flubber<short, int, short, int, short> +PASS: gdb.cp/cpexprs.exp: list policy1::function +PASS: gdb.cp/cpexprs.exp: list policy1::policy +PASS: gdb.cp/cpexprs.exp: list policy2::function +PASS: gdb.cp/cpexprs.exp: list policy2::policy +PASS: gdb.cp/cpexprs.exp: list policy3::function +PASS: gdb.cp/cpexprs.exp: list policy3::policy +PASS: gdb.cp/cpexprs.exp: list policy4::function +PASS: gdb.cp/cpexprs.exp: list policy4::policy +PASS: gdb.cp/cpexprs.exp: list policyd1::function +PASS: gdb.cp/cpexprs.exp: list policyd1::policyd +PASS: gdb.cp/cpexprs.exp: list policyd1::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd2::function +PASS: gdb.cp/cpexprs.exp: list policyd2::policyd +PASS: gdb.cp/cpexprs.exp: list policyd2::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd3::function +PASS: gdb.cp/cpexprs.exp: list policyd3::policyd +PASS: gdb.cp/cpexprs.exp: list policyd3::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd4::function +PASS: gdb.cp/cpexprs.exp: list policyd4::policyd +PASS: gdb.cp/cpexprs.exp: list policyd4::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd5::function +PASS: gdb.cp/cpexprs.exp: list policyd5::policyd +PASS: gdb.cp/cpexprs.exp: list policyd5::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::function +PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::policyd +PASS: gdb.cp/cpexprs.exp: list policyd<base, operation_1<base> >::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd<char, operation_1<char> >::function +PASS: gdb.cp/cpexprs.exp: list policyd<char, operation_1<char> >::policyd +PASS: gdb.cp/cpexprs.exp: list policyd<char, operation_1<char> >::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd<int, operation_1<int> >::function +PASS: gdb.cp/cpexprs.exp: list policyd<int, operation_1<int> >::policyd +PASS: gdb.cp/cpexprs.exp: list policyd<int, operation_1<int> >::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd<long, operation_1<long> >::policyd +PASS: gdb.cp/cpexprs.exp: list policyd<long, operation_1<long> >::~policyd +PASS: gdb.cp/cpexprs.exp: list policyd<tclass<int>, operation_1<tclass<int> > >::function +PASS: gdb.cp/cpexprs.exp: list policyd<tclass<int>, operation_1<tclass<int> > >::policyd +PASS: gdb.cp/cpexprs.exp: list policyd<tclass<int>, operation_1<tclass<int> > >::~policyd +PASS: gdb.cp/cpexprs.exp: list tclass<base>::do_something +PASS: gdb.cp/cpexprs.exp: list tclass<char>::do_something +PASS: gdb.cp/cpexprs.exp: list tclass<int>::do_something +PASS: gdb.cp/cpexprs.exp: list tclass<long>::do_something +PASS: gdb.cp/cpexprs.exp: list tclass<short>::do_something +PASS: gdb.cp/cpexprs.exp: list test_function +PASS: gdb.cp/cpexprs.exp: continue to base1::a_function +PASS: gdb.cp/cpexprs.exp: continue to base1::base1(int) +PASS: gdb.cp/cpexprs.exp: continue to base1::base1(void) +PASS: gdb.cp/cpexprs.exp: continue to base2::a_function +PASS: gdb.cp/cpexprs.exp: continue to base2::base2 +PASS: gdb.cp/cpexprs.exp: continue to base::base(int) +PASS: gdb.cp/cpexprs.exp: continue to base::base(void) +PASS: gdb.cp/cpexprs.exp: continue to base::operator char* +PASS: gdb.cp/cpexprs.exp: continue to base::operator delete +PASS: gdb.cp/cpexprs.exp: continue to base::operator delete[] +PASS: gdb.cp/cpexprs.exp: continue to base::operator fluff* +PASS: gdb.cp/cpexprs.exp: continue to base::operator fluff** +PASS: gdb.cp/cpexprs.exp: continue to base::operator int +PASS: gdb.cp/cpexprs.exp: continue to base::operator new +PASS: gdb.cp/cpexprs.exp: continue to base::operator new[] +PASS: gdb.cp/cpexprs.exp: continue to base::operator! +PASS: gdb.cp/cpexprs.exp: continue to base::operator!= +PASS: gdb.cp/cpexprs.exp: continue to base::operator% +PASS: gdb.cp/cpexprs.exp: continue to base::operator%= +PASS: gdb.cp/cpexprs.exp: continue to base::operator& +PASS: gdb.cp/cpexprs.exp: continue to base::operator&& +PASS: gdb.cp/cpexprs.exp: continue to base::operator&= +PASS: gdb.cp/cpexprs.exp: continue to base::operator() +PASS: gdb.cp/cpexprs.exp: continue to base::operator* +PASS: gdb.cp/cpexprs.exp: continue to base::operator*= +PASS: gdb.cp/cpexprs.exp: continue to base::operator+ +PASS: gdb.cp/cpexprs.exp: continue to base::operator++ +PASS: gdb.cp/cpexprs.exp: continue to base::operator+= +PASS: gdb.cp/cpexprs.exp: continue to base::operator- +PASS: gdb.cp/cpexprs.exp: continue to base::operator-- +PASS: gdb.cp/cpexprs.exp: continue to base::operator-= +PASS: gdb.cp/cpexprs.exp: continue to base::operator/ +PASS: gdb.cp/cpexprs.exp: continue to base::operator/= +PASS: gdb.cp/cpexprs.exp: continue to base::operator< +PASS: gdb.cp/cpexprs.exp: continue to base::operator<< +PASS: gdb.cp/cpexprs.exp: continue to base::operator<<= +PASS: gdb.cp/cpexprs.exp: continue to base::operator<= +PASS: gdb.cp/cpexprs.exp: continue to base::operator= +PASS: gdb.cp/cpexprs.exp: continue to base::operator== +PASS: gdb.cp/cpexprs.exp: continue to base::operator> +PASS: gdb.cp/cpexprs.exp: continue to base::operator>= +PASS: gdb.cp/cpexprs.exp: continue to base::operator>> +PASS: gdb.cp/cpexprs.exp: continue to base::operator>>= +PASS: gdb.cp/cpexprs.exp: continue to base::operator[] +PASS: gdb.cp/cpexprs.exp: continue to base::operator^ +PASS: gdb.cp/cpexprs.exp: continue to base::operator^= +PASS: gdb.cp/cpexprs.exp: continue to base::operator| +PASS: gdb.cp/cpexprs.exp: continue to base::operator|= +PASS: gdb.cp/cpexprs.exp: continue to base::operator|| +PASS: gdb.cp/cpexprs.exp: continue to base::operator~ +PASS: gdb.cp/cpexprs.exp: continue to base::overload(base&) const +PASS: gdb.cp/cpexprs.exp: continue to base::overload(char*) const +PASS: gdb.cp/cpexprs.exp: continue to base::overload(int) const +PASS: gdb.cp/cpexprs.exp: continue to base::overload(long) const +PASS: gdb.cp/cpexprs.exp: continue to base::overload(short) const +PASS: gdb.cp/cpexprs.exp: continue to base::overload(void) const +PASS: gdb.cp/cpexprs.exp: continue to base::~base +PASS: gdb.cp/cpexprs.exp: continue to derived::a_function +PASS: gdb.cp/cpexprs.exp: continue to derived::derived +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, char, char> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, char, int> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, char, long> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, char, short> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, int, char> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, int, int> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, int, long> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, int, short> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, long, char> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, long, int> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, long, long> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, long, short> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, short, char> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, short, int> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, short, long> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, int, short, short> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, short, int, char> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, short, int, int> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, short, int, long> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, short, int, short> +PASS: gdb.cp/cpexprs.exp: continue to flubber<int, int, short, short, int> +PASS: gdb.cp/cpexprs.exp: continue to flubber<long, short, long, short, long> +PASS: gdb.cp/cpexprs.exp: continue to flubber<short, int, short, int, short> +PASS: gdb.cp/cpexprs.exp: continue to policy1::function +PASS: gdb.cp/cpexprs.exp: continue to policy1::policy +PASS: gdb.cp/cpexprs.exp: continue to policy2::function +PASS: gdb.cp/cpexprs.exp: continue to policy2::policy +PASS: gdb.cp/cpexprs.exp: continue to policy3::function +PASS: gdb.cp/cpexprs.exp: continue to policy3::policy +PASS: gdb.cp/cpexprs.exp: continue to policy4::function +PASS: gdb.cp/cpexprs.exp: continue to policy4::policy +PASS: gdb.cp/cpexprs.exp: continue to policyd1::function +PASS: gdb.cp/cpexprs.exp: continue to policyd1::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd1::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd2::function +PASS: gdb.cp/cpexprs.exp: continue to policyd2::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd2::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd3::function +PASS: gdb.cp/cpexprs.exp: continue to policyd3::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd3::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd4::function +PASS: gdb.cp/cpexprs.exp: continue to policyd4::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd4::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd5::function +PASS: gdb.cp/cpexprs.exp: continue to policyd5::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd5::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::function +PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<base, operation_1<base> >::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<char, operation_1<char> >::function +PASS: gdb.cp/cpexprs.exp: continue to policyd<char, operation_1<char> >::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<char, operation_1<char> >::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<int, operation_1<int> >::function +PASS: gdb.cp/cpexprs.exp: continue to policyd<int, operation_1<int> >::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<int, operation_1<int> >::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<long, operation_1<long> >::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<long, operation_1<long> >::~policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<tclass<int>, operation_1<tclass<int> > >::function +PASS: gdb.cp/cpexprs.exp: continue to policyd<tclass<int>, operation_1<tclass<int> > >::policyd +PASS: gdb.cp/cpexprs.exp: continue to policyd<tclass<int>, operation_1<tclass<int> > >::~policyd +PASS: gdb.cp/cpexprs.exp: continue to tclass<base>::do_something +PASS: gdb.cp/cpexprs.exp: continue to tclass<char>::do_something +PASS: gdb.cp/cpexprs.exp: continue to tclass<int>::do_something +PASS: gdb.cp/cpexprs.exp: continue to tclass<long>::do_something +PASS: gdb.cp/cpexprs.exp: continue to tclass<short>::do_something +Running ../../../master/gdb/testsuite/gdb.cp/cplusfuncs.exp ... +PASS: gdb.cp/cplusfuncs.exp: set language c++ +PASS: gdb.cp/cplusfuncs.exp: set width 0 +PASS: gdb.cp/cplusfuncs.exp: detect dm_operator_comma +PASS: gdb.cp/cplusfuncs.exp: detect dm_operator_char_star +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_char_star +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_foo_ref +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_int_star +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_long_star +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_unsigned_int +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_void +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_void_star +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_short +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_unsigned_short +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_long +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_unsigned_long +PASS: gdb.cp/cplusfuncs.exp: detect dm_type_typedef +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(void)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(char)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(signed char)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(unsigned char)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(short)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(unsigned short)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(unsigned int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(long)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(unsigned long)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(float)' +PASS: gdb.cp/cplusfuncs.exp: print &'overload1arg(double)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &'overloadargs(int, int, int, int, int, int, int, int, int, int, int)' +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator*(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator%(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator-(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator>>(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator!=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator>(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator>=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator|(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator&&(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator!(void) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator++(int) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator+=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator*=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator%=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator>>=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator|=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator,(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator/(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator+(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator<<(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator==(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator<(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator<=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator&(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator^(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator||(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator~(void) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator--(int) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator->(void) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator-=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator/=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator<<=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator&=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator^=(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator->*(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator[](foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator()(foo&) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator new +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator new[] +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator delete(void*) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator delete(void*) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator int(void) +PASS: gdb.cp/cplusfuncs.exp: print &foo::operator char*(void) +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc1 +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc2 +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc3 +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc4 +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc5 +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc6 +PASS: gdb.cp/cplusfuncs.exp: print &hairyfunc7 +PASS: gdb.cp/cplusfuncs.exp: info function for "operator\*(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator%(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator-(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator>>(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator!=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator>(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator>=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator|(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator&&(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator!(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator++(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator+=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator\*=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator%=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator>>=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator|=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator,(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator/(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator+(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator<<(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator==(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator<(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator<=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator&(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator^(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator||(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator~(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator--(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator->(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator-=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator/=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator<<=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator&=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator^=(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator->\*(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator\[\](" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator new(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator delete(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator int(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator()(" +PASS: gdb.cp/cplusfuncs.exp: info function for "operator char\*(" +PASS: gdb.cp/cplusfuncs.exp: list foo::operator int* +Running ../../../master/gdb/testsuite/gdb.cp/ctti.exp ... +PASS: gdb.cp/ctti.exp: continue to breakpoint: marker add1 +PASS: gdb.cp/ctti.exp: print c +PASS: gdb.cp/ctti.exp: print f +PASS: gdb.cp/ctti.exp: print i +Running ../../../master/gdb/testsuite/gdb.cp/demangle.exp ... +PASS: gdb.cp/demangle.exp: set language c++ +PASS: gdb.cp/demangle.exp: set width 0 +PASS: gdb.cp/demangle.exp: lucid: set demangle-style +PASS: gdb.cp/demangle.exp: lucid: check demangling style +PASS: gdb.cp/demangle.exp: lucid: WS__FR7istream +PASS: gdb.cp/demangle.exp: lucid: __aa__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __aad__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ad__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __adv__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __adv__7complexF7complex +PASS: gdb.cp/demangle.exp: lucid: __aer__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __als__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __amd__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ami__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __amu__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __amu__7complexF7complex +PASS: gdb.cp/demangle.exp: lucid: __aor__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __apl__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ars__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __as__18istream_withassignFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: __as__18istream_withassignFR7istream +PASS: gdb.cp/demangle.exp: lucid: __as__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __as__3iosFR3ios +PASS: gdb.cp/demangle.exp: lucid: __cl__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __cm__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __co__3fooFv +PASS: gdb.cp/demangle.exp: lucid: __ct__10istrstreamFPc +PASS: gdb.cp/demangle.exp: lucid: __ct__10istrstreamFPci +PASS: gdb.cp/demangle.exp: lucid: __ct__10ostrstreamFPciT2 +PASS: gdb.cp/demangle.exp: lucid: __ct__10ostrstreamFv +PASS: gdb.cp/demangle.exp: lucid: __ct__10smanip_intFPFR3iosi_R3iosi +PASS: gdb.cp/demangle.exp: lucid: __ct__11c_exceptionFPcRC7complexT2 +PASS: gdb.cp/demangle.exp: lucid: __ct__11fstreambaseFPCciT2 +PASS: gdb.cp/demangle.exp: lucid: __ct__11fstreambaseFi +PASS: gdb.cp/demangle.exp: lucid: __ct__11fstreambaseFiPcT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__11fstreambaseFv +PASS: gdb.cp/demangle.exp: lucid: __ct__11smanip_longFPFR3iosl_R3iosl +PASS: gdb.cp/demangle.exp: lucid: __ct__11stdiostreamFP4FILE +PASS: gdb.cp/demangle.exp: lucid: __ct__12strstreambufFPFl_PvPFPv_v +PASS: gdb.cp/demangle.exp: lucid: __ct__12strstreambufFPUciT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__12strstreambufFPciT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__12strstreambufFi +PASS: gdb.cp/demangle.exp: lucid: __ct__12strstreambufFv +PASS: gdb.cp/demangle.exp: lucid: __ct__13strstreambaseFPciT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ct__3fooFi +PASS: gdb.cp/demangle.exp: lucid: __ct__3fooFiN31 +PASS: gdb.cp/demangle.exp: lucid: __ct__3fooFiPCc +PASS: gdb.cp/demangle.exp: lucid: __ct__3fooFiR3fooT1T2T1T2 +PASS: gdb.cp/demangle.exp: lucid: __ct__3iosFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: __ct__7filebufFiPcT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__7fstreamFPCciT2 +PASS: gdb.cp/demangle.exp: lucid: __ct__7fstreamFiPcT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__7istreamFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: __ct__7istreamFP9streambufiP7ostream +PASS: gdb.cp/demangle.exp: lucid: __ct__7istreamFiPcT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__7istreamFiT1P7ostream +PASS: gdb.cp/demangle.exp: lucid: __ct__7ostreamFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: __ct__7ostreamFiPc +PASS: gdb.cp/demangle.exp: lucid: __ct__8ifstreamFPCciT2 +PASS: gdb.cp/demangle.exp: lucid: __ct__8ifstreamFiPcT1 +PASS: gdb.cp/demangle.exp: lucid: __ct__Q23foo3barFv +PASS: gdb.cp/demangle.exp: lucid: __ct__Q33foo3bar4bellFv +PASS: gdb.cp/demangle.exp: lucid: __dl__3fooSFPv +PASS: gdb.cp/demangle.exp: lucid: __dl__FPv +PASS: gdb.cp/demangle.exp: lucid: __dt__10istrstreamFv +PASS: gdb.cp/demangle.exp: lucid: __dt__Q23foo3barFv +PASS: gdb.cp/demangle.exp: lucid: __dt__Q33foo3bar4bellFv +PASS: gdb.cp/demangle.exp: lucid: __dv__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __dv__F7complexT1 +PASS: gdb.cp/demangle.exp: lucid: __eq__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __er__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ge__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __gt__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __le__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ls__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFPCc +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFPFR3ios_R3ios +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFPv +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFUi +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFUl +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFd +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFf +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFi +PASS: gdb.cp/demangle.exp: lucid: __ls__7ostreamFl +PASS: gdb.cp/demangle.exp: lucid: __ls__FR7ostream7complex +PASS: gdb.cp/demangle.exp: lucid: __lt__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __md__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __mi__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ml__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __ml__F7complexT1 +PASS: gdb.cp/demangle.exp: lucid: __mm__3fooFi +PASS: gdb.cp/demangle.exp: lucid: __ne__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __nt__3fooFv +PASS: gdb.cp/demangle.exp: lucid: __nw__3fooSFi +PASS: gdb.cp/demangle.exp: lucid: __nw__FUi +PASS: gdb.cp/demangle.exp: lucid: __nw__FUiPv +PASS: gdb.cp/demangle.exp: lucid: __oo__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __opPc__3fooFv +PASS: gdb.cp/demangle.exp: lucid: __opi__3fooFv +PASS: gdb.cp/demangle.exp: lucid: __or__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __pl__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __pp__3fooFi +PASS: gdb.cp/demangle.exp: lucid: __pt__3fooFv +PASS: gdb.cp/demangle.exp: lucid: __rm__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __rs__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFPFR3ios_R3ios +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFPFR7istream_R7istream +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFPUc +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFPc +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRUi +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRUl +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRUs +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRd +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRf +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRi +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRl +PASS: gdb.cp/demangle.exp: lucid: __rs__7istreamFRs +PASS: gdb.cp/demangle.exp: lucid: __rs__FR7istreamR7complex +PASS: gdb.cp/demangle.exp: lucid: __vc__3fooFR3foo +PASS: gdb.cp/demangle.exp: lucid: __vtbl__10istrstream +PASS: gdb.cp/demangle.exp: lucid: __vtbl__17ostream__iostream__19iostream_withassign +PASS: gdb.cp/demangle.exp: lucid: __vtbl__3ios +PASS: gdb.cp/demangle.exp: lucid: __vtbl__3ios__13strstreambase +KFAIL: gdb.cp/demangle.exp: lucid: __vtbl__3foo__vt_cc_main_ (PRMS: gdb/945) +PASS: gdb.cp/demangle.exp: lucid: abs__F7complex +PASS: gdb.cp/demangle.exp: lucid: allocate__9streambufFv +PASS: gdb.cp/demangle.exp: lucid: attach__11fstreambaseFi +PASS: gdb.cp/demangle.exp: lucid: bitalloc__3iosSFv +PASS: gdb.cp/demangle.exp: lucid: chr__FiT1 +PASS: gdb.cp/demangle.exp: lucid: complex_error__FR11c_exception +PASS: gdb.cp/demangle.exp: lucid: complexfunc2__FPFPc_i +PASS: gdb.cp/demangle.exp: lucid: complexfunc3__FPFPFPl_s_i +PASS: gdb.cp/demangle.exp: lucid: complexfunc4__FPFPFPc_s_i +PASS: gdb.cp/demangle.exp: lucid: complexfunc5__FPFPc_PFl_i +PASS: gdb.cp/demangle.exp: lucid: complexfunc6__FPFPi_PFl_i +PASS: gdb.cp/demangle.exp: lucid: complexfunc7__FPFPFPc_i_PFl_i +PASS: gdb.cp/demangle.exp: lucid: complicated_put__7ostreamFc +PASS: gdb.cp/demangle.exp: lucid: conv10__FlPc +PASS: gdb.cp/demangle.exp: lucid: conv16__FUlPc +PASS: gdb.cp/demangle.exp: lucid: dec__FR3ios +PASS: gdb.cp/demangle.exp: lucid: dec__Fli +PASS: gdb.cp/demangle.exp: lucid: dofield__FP7ostreamPciT2T3 +PASS: gdb.cp/demangle.exp: lucid: flags__3iosFl +PASS: gdb.cp/demangle.exp: lucid: flags__3iosFv +PASS: gdb.cp/demangle.exp: lucid: foo__FiN31 +PASS: gdb.cp/demangle.exp: lucid: foo__FiR3fooT1T2T1T2 +PASS: gdb.cp/demangle.exp: lucid: foo___3barFl +PASS: gdb.cp/demangle.exp: lucid: form__FPCce +PASS: gdb.cp/demangle.exp: lucid: get__7istreamFPcic +PASS: gdb.cp/demangle.exp: lucid: get__7istreamFR9streambufc +PASS: gdb.cp/demangle.exp: lucid: get_complicated__7istreamFRUc +PASS: gdb.cp/demangle.exp: lucid: get_complicated__7istreamFRc +PASS: gdb.cp/demangle.exp: lucid: getline__7istreamFPUcic +PASS: gdb.cp/demangle.exp: lucid: getline__7istreamFPcic +PASS: gdb.cp/demangle.exp: lucid: ignore__7istreamFiT1 +PASS: gdb.cp/demangle.exp: lucid: init__12strstreambufFPciT1 +PASS: gdb.cp/demangle.exp: lucid: init__3iosFP9streambuf +PASS: gdb.cp/demangle.exp: lucid: initcount__13Iostream_init +PASS: gdb.cp/demangle.exp: lucid: ipfx__7istreamFi +PASS: gdb.cp/demangle.exp: lucid: ls_complicated__7ostreamFUc +PASS: gdb.cp/demangle.exp: lucid: ls_complicated__7ostreamFc +PASS: gdb.cp/demangle.exp: lucid: open__11fstreambaseFPCciT2 +PASS: gdb.cp/demangle.exp: lucid: open__7filebufFPCciT2 +PASS: gdb.cp/demangle.exp: lucid: overload1arg__FSc +PASS: gdb.cp/demangle.exp: lucid: overload1arg__FUc +PASS: gdb.cp/demangle.exp: lucid: overload1arg__FUi +PASS: gdb.cp/demangle.exp: lucid: overload1arg__FUl +PASS: gdb.cp/demangle.exp: lucid: overload1arg__FUs +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Fc +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Fd +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Ff +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Fi +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Fl +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Fs +PASS: gdb.cp/demangle.exp: lucid: overload1arg__Fv +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN21 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN31 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN41 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN51 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN61 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN71 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN81 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN91 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiN91N11 +PASS: gdb.cp/demangle.exp: lucid: overloadargs__FiT1 +PASS: gdb.cp/demangle.exp: lucid: polar__FdT1 +PASS: gdb.cp/demangle.exp: lucid: pow__F7complexT1 +PASS: gdb.cp/demangle.exp: lucid: pow__F7complexd +PASS: gdb.cp/demangle.exp: lucid: pow__F7complexi +PASS: gdb.cp/demangle.exp: lucid: pow__Fd7complex +PASS: gdb.cp/demangle.exp: lucid: pstart__FPciT2 +PASS: gdb.cp/demangle.exp: lucid: put__7ostreamFc +PASS: gdb.cp/demangle.exp: lucid: read__7istreamFPci +PASS: gdb.cp/demangle.exp: lucid: resetiosflags__FR3iosl +PASS: gdb.cp/demangle.exp: lucid: restore_errno__FRi +PASS: gdb.cp/demangle.exp: lucid: rs_complicated__7istreamFRUc +PASS: gdb.cp/demangle.exp: lucid: rs_complicated__7istreamFRc +PASS: gdb.cp/demangle.exp: lucid: seekg__7istreamFl8seek_dir +PASS: gdb.cp/demangle.exp: lucid: seekoff__12strstreambufFl8seek_diri +PASS: gdb.cp/demangle.exp: lucid: seekoff__9streambufFlQ2_3ios12ios_seek_diri +PASS: gdb.cp/demangle.exp: lucid: seekpos__9streambufFli +PASS: gdb.cp/demangle.exp: lucid: set_new_handler__FPFv_v +PASS: gdb.cp/demangle.exp: lucid: setb__9streambufFPcT1i +PASS: gdb.cp/demangle.exp: lucid: setb__FR3iosi +PASS: gdb.cp/demangle.exp: lucid: setbuf__11fstreambaseFPci +PASS: gdb.cp/demangle.exp: lucid: setbuf__9streambufFPUci +PASS: gdb.cp/demangle.exp: lucid: setbuf__9streambufFPciT2 +PASS: gdb.cp/demangle.exp: lucid: setf__3iosFlT1 +PASS: gdb.cp/demangle.exp: lucid: setfill__FR3iosi +PASS: gdb.cp/demangle.exp: lucid: setg__9streambufFPcN21 +PASS: gdb.cp/demangle.exp: lucid: setp__9streambufFPcT1 +PASS: gdb.cp/demangle.exp: lucid: sputn__9streambufFPCci +PASS: gdb.cp/demangle.exp: lucid: str__FPCci +PASS: gdb.cp/demangle.exp: lucid: tie__3iosFP7ostream +PASS: gdb.cp/demangle.exp: lucid: uconv10__FUlPc +PASS: gdb.cp/demangle.exp: lucid: write__7ostreamFPCci +PASS: gdb.cp/demangle.exp: lucid: xget__7istreamFPc +PASS: gdb.cp/demangle.exp: lucid: xsgetn__9streambufFPci +PASS: gdb.cp/demangle.exp: lucid: xsputn__9streambufFPCci +PASS: gdb.cp/demangle.exp: lucid: _Utf390_1__1_9223372036854775807__9223372036854775 +PASS: gdb.cp/demangle.exp: gnu: set demangle-style +PASS: gdb.cp/demangle.exp: gnu: check demangling style +PASS: gdb.cp/demangle.exp: gnu: Abort__FP6EditoriPCc +PASS: gdb.cp/demangle.exp: gnu: AddAlignment__9ivTSolverUiP12ivInteractorP7ivTGlue +PASS: gdb.cp/demangle.exp: gnu: Append__15NameChooserViewPCc +PASS: gdb.cp/demangle.exp: gnu: ArrowheadIntersects__9ArrowLineP9ArrowheadR6BoxObjP7Graphic +PASS: gdb.cp/demangle.exp: gnu: AtEnd__13ivRubberGroup +PASS: gdb.cp/demangle.exp: gnu: BgFilter__9ivTSolverP12ivInteractor +PASS: gdb.cp/demangle.exp: gnu: BitPatterntoa__FRC10BitPatternccc +PASS: gdb.cp/demangle.exp: gnu: Check__6UArrayi +PASS: gdb.cp/demangle.exp: gnu: CoreConstDecls__8TextCodeR7ostream +PASS: gdb.cp/demangle.exp: gnu: Detach__8StateVarP12StateVarView +PASS: gdb.cp/demangle.exp: gnu: Done__9ComponentG8Iterator +PASS: gdb.cp/demangle.exp: gnu: DrawDestinationTransformedImage__FP7_XImageiiT0iiUlUiiiUiUlUlP4_XGCRC13ivTransformeriiii +PASS: gdb.cp/demangle.exp: gnu: Edit__12StringEditorPCcii +PASS: gdb.cp/demangle.exp: gnu: Effect__11RelateManipR7ivEvent +PASS: gdb.cp/demangle.exp: gnu: FilterName__FPCc +PASS: gdb.cp/demangle.exp: gnu: Filter__6PSTextPCci +PASS: gdb.cp/demangle.exp: gnu: FindColor__7CatalogPCciii +PASS: gdb.cp/demangle.exp: gnu: FindFixed__FRP4CNetP4CNet +PASS: gdb.cp/demangle.exp: gnu: FindFont__7CatalogPCcN21 +PASS: gdb.cp/demangle.exp: gnu: Fix48_abort__FR8twolongs +PASS: gdb.cp/demangle.exp: gnu: GetBarInfo__15iv2_6_VScrollerP13ivPerspectiveRiT2 +PASS: gdb.cp/demangle.exp: gnu: GetBgColor__C9ivPainter +PASS: gdb.cp/demangle.exp: gnu: Iisdouble__FPC6IntRep +PASS: gdb.cp/demangle.exp: gnu: InsertBody__15H_PullrightMenuii +PASS: gdb.cp/demangle.exp: gnu: InsertCharacter__9TextManipc +PASS: gdb.cp/demangle.exp: gnu: InsertToplevel__7ivWorldP12ivInteractorT1 +PASS: gdb.cp/demangle.exp: gnu: InsertToplevel__7ivWorldP12ivInteractorT1iiUi +PASS: gdb.cp/demangle.exp: gnu: IsADirectory__FPCcR4stat +PASS: gdb.cp/demangle.exp: gnu: IsAGroup__FP11GraphicViewP11GraphicComp +PASS: gdb.cp/demangle.exp: gnu: IsA__10ButtonCodeUl +PASS: gdb.cp/demangle.exp: gnu: ReadName__FR7istreamPc +PASS: gdb.cp/demangle.exp: gnu: Redraw__13StringBrowseriiii +PASS: gdb.cp/demangle.exp: gnu: Rotate__13ivTransformerf +PASS: gdb.cp/demangle.exp: gnu: Rotated__C13ivTransformerf +PASS: gdb.cp/demangle.exp: gnu: Round__Ff +PASS: gdb.cp/demangle.exp: gnu: SetExport__16MemberSharedNameUi +PASS: gdb.cp/demangle.exp: gnu: Set__14ivControlState13ControlStatusUi +PASS: gdb.cp/demangle.exp: gnu: Set__5DFacePcii +PASS: gdb.cp/demangle.exp: gnu: VConvert__9ivTSolverP12ivInteractorRP8TElementT2 +PASS: gdb.cp/demangle.exp: gnu: VConvert__9ivTSolverP7ivTGlueRP8TElement +PASS: gdb.cp/demangle.exp: gnu: VOrder__9ivTSolverUiRP12ivInteractorT2 +PASS: gdb.cp/demangle.exp: gnu: Valid__7CatalogPCcRP4Tool +PASS: gdb.cp/demangle.exp: gnu: _10PageButton$__both +PASS: gdb.cp/demangle.exp: gnu: _3RNG$singleMantissa +PASS: gdb.cp/demangle.exp: gnu: _5IComp$_release +PASS: gdb.cp/demangle.exp: gnu: _$_10BitmapComp +PASS: gdb.cp/demangle.exp: gnu: _$_9__io_defs +PASS: gdb.cp/demangle.exp: gnu: _$_Q23foo3bar +PASS: gdb.cp/demangle.exp: gnu: _$_Q33foo3bar4bell +PASS: gdb.cp/demangle.exp: gnu: __10ivTelltaleiP7ivGlyph +PASS: gdb.cp/demangle.exp: gnu: __10ivViewportiP12ivInteractorUi +PASS: gdb.cp/demangle.exp: gnu: __10ostrstream +PASS: gdb.cp/demangle.exp: gnu: __10ostrstreamPcii +PASS: gdb.cp/demangle.exp: gnu: __11BasicDialogiPCcP13ivButtonStateN22Ui +PASS: gdb.cp/demangle.exp: gnu: __11BitmapTablei +PASS: gdb.cp/demangle.exp: gnu: __12ViewportCodeP12ViewportComp +PASS: gdb.cp/demangle.exp: gnu: __12iv2_6_BorderiPCci +PASS: gdb.cp/demangle.exp: gnu: __12iv2_6_Borderii +PASS: gdb.cp/demangle.exp: gnu: __12ivBackgroundiP7ivGlyphPC7ivColor +PASS: gdb.cp/demangle.exp: gnu: __12ivBreak_Listl +PASS: gdb.cp/demangle.exp: gnu: __14TextInteractoriPCcUi +PASS: gdb.cp/demangle.exp: gnu: __14iv2_6_MenuItemiP12ivInteractor +PASS: gdb.cp/demangle.exp: gnu: __14iv2_6_MenuItemiPCcP12ivInteractor +PASS: gdb.cp/demangle.exp: gnu: __20DisplayList_IteratorR11DisplayList +PASS: gdb.cp/demangle.exp: gnu: __3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __3fooiN31 +PASS: gdb.cp/demangle.exp: gnu: __3fooiPCc +PASS: gdb.cp/demangle.exp: gnu: __3fooiRT0iT2iT2 +PASS: gdb.cp/demangle.exp: gnu: __6GetOptiPPcPCc +PASS: gdb.cp/demangle.exp: gnu: __6KeyMapPT0 +PASS: gdb.cp/demangle.exp: gnu: __7ivWorldPCcRiPPcPC12ivOptionDescPC14ivPropertyData +PASS: gdb.cp/demangle.exp: gnu: __7procbufPCci +PASS: gdb.cp/demangle.exp: gnu: __8ArrowCmdP6EditorUiUi +PASS: gdb.cp/demangle.exp: gnu: __9F_EllipseiiiiP7Graphic +PASS: gdb.cp/demangle.exp: gnu: __9FrameDataP9FrameCompi +PASS: gdb.cp/demangle.exp: gnu: __9HVGraphicP9CanvasVarP7Graphic +PASS: gdb.cp/demangle.exp: gnu: __Q23foo3bar +PASS: gdb.cp/demangle.exp: gnu: __Q33foo3bar4bell +PASS: gdb.cp/demangle.exp: gnu: __aa__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __aad__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ad__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __adv__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __aer__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __als__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __amd__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ami__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __aml__3FixRT0 +PASS: gdb.cp/demangle.exp: gnu: __aml__5Fix16i +PASS: gdb.cp/demangle.exp: gnu: __aml__5Fix32RT0 +PASS: gdb.cp/demangle.exp: gnu: __aor__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __apl__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ars__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __as__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __cl__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __cl__6Normal +PASS: gdb.cp/demangle.exp: gnu: __cl__6Stringii +PASS: gdb.cp/demangle.exp: gnu: __cm__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __co__3foo +PASS: gdb.cp/demangle.exp: gnu: __dl__3fooPv +PASS: gdb.cp/demangle.exp: gnu: __dv__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __eq__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __er__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ge__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __gt__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __le__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ls__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ls__FR7ostreamPFR3ios_R3ios +PASS: gdb.cp/demangle.exp: gnu: __ls__FR7ostreamR3Fix +PASS: gdb.cp/demangle.exp: gnu: __lt__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __md__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __mi__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ml__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __mm__3fooi +PASS: gdb.cp/demangle.exp: gnu: __ne__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __ne__FRC7ComplexT0 +PASS: gdb.cp/demangle.exp: gnu: __ne__FRC7Complexd +PASS: gdb.cp/demangle.exp: gnu: __ne__FRC9SubStringRC6String +PASS: gdb.cp/demangle.exp: gnu: __nt__3foo +PASS: gdb.cp/demangle.exp: gnu: __nw__3fooi +PASS: gdb.cp/demangle.exp: gnu: __oo__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __opPc__3foo +PASS: gdb.cp/demangle.exp: gnu: __opi__3foo +PASS: gdb.cp/demangle.exp: gnu: __or__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __pl__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __pp__3fooi +PASS: gdb.cp/demangle.exp: gnu: __rf__3foo +PASS: gdb.cp/demangle.exp: gnu: __rm__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __rs__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __vc__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: _gsub__6StringRC5RegexPCci +PASS: gdb.cp/demangle.exp: gnu: _new_Fix__FUs +PASS: gdb.cp/demangle.exp: gnu: _vt.foo +PASS: gdb.cp/demangle.exp: gnu: _vt.foo.bar +PASS: gdb.cp/demangle.exp: gnu: _vt$foo +PASS: gdb.cp/demangle.exp: gnu: _vt$foo$bar +PASS: gdb.cp/demangle.exp: gnu: append__7ivGlyphPT0 +PASS: gdb.cp/demangle.exp: gnu: arg__FRC7Complex +PASS: gdb.cp/demangle.exp: gnu: clearok__FP7_win_sti +PASS: gdb.cp/demangle.exp: gnu: complexfunc2__FPFPc_i +PASS: gdb.cp/demangle.exp: gnu: complexfunc3__FPFPFPl_s_i +PASS: gdb.cp/demangle.exp: gnu: complexfunc4__FPFPFPc_s_i +PASS: gdb.cp/demangle.exp: gnu: complexfunc5__FPFPc_PFl_i +PASS: gdb.cp/demangle.exp: gnu: complexfunc6__FPFPi_PFl_i +PASS: gdb.cp/demangle.exp: gnu: complexfunc7__FPFPFPc_i_PFl_i +PASS: gdb.cp/demangle.exp: gnu: contains__C9BitStringRC10BitPattern +PASS: gdb.cp/demangle.exp: gnu: contains__C9BitStringRC12BitSubStringi +PASS: gdb.cp/demangle.exp: gnu: contains__C9BitStringRT0 +PASS: gdb.cp/demangle.exp: gnu: div__FPC6IntRepT0P6IntRep +PASS: gdb.cp/demangle.exp: gnu: div__FPC6IntReplP6IntRep +PASS: gdb.cp/demangle.exp: gnu: div__FRC8RationalT0R8Rational +PASS: gdb.cp/demangle.exp: gnu: divide__FRC7IntegerT0R7IntegerT2 +PASS: gdb.cp/demangle.exp: gnu: divide__FRC7IntegerlR7IntegerRl +PASS: gdb.cp/demangle.exp: gnu: enable__14DocumentViewerPCcUi +PASS: gdb.cp/demangle.exp: gnu: foo__FiN30 +PASS: gdb.cp/demangle.exp: gnu: foo__FiR3fooiT1iT1 +PASS: gdb.cp/demangle.exp: gnu: foo___3barl +PASS: gdb.cp/demangle.exp: gnu: insert__15ivClippingStacklRP8_XRegion +PASS: gdb.cp/demangle.exp: gnu: insert__16ChooserInfo_ListlR11ChooserInfo +PASS: gdb.cp/demangle.exp: gnu: insert__17FontFamilyRepListlRP15ivFontFamilyRep +PASS: gdb.cp/demangle.exp: gnu: leaveok__FP7_win_stc +PASS: gdb.cp/demangle.exp: gnu: left_mover__C7ivMFKitP12ivAdjustableP7ivStyle +PASS: gdb.cp/demangle.exp: gnu: matches__C9BitStringRC10BitPatterni +PASS: gdb.cp/demangle.exp: gnu: matches__C9SubStringRC5Regex +PASS: gdb.cp/demangle.exp: gnu: overload1arg__FSc +PASS: gdb.cp/demangle.exp: gnu: overload1arg__FUc +PASS: gdb.cp/demangle.exp: gnu: overload1arg__FUi +PASS: gdb.cp/demangle.exp: gnu: overload1arg__FUl +PASS: gdb.cp/demangle.exp: gnu: overload1arg__FUs +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Fc +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Fd +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Ff +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Fi +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Fl +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Fs +PASS: gdb.cp/demangle.exp: gnu: overload1arg__Fv +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fi +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiiiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiiiiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiiiiiiii +PASS: gdb.cp/demangle.exp: gnu: overloadargs__Fiiiiiiiiiii +PASS: gdb.cp/demangle.exp: gnu: pick__13ivCompositionP8ivCanvasRC12ivAllocationiR5ivHit +PASS: gdb.cp/demangle.exp: gnu: pointer__C11ivHScrollerRC7ivEventRC12ivAllocation +PASS: gdb.cp/demangle.exp: gnu: poke__8ivRasterUlUlffff +PASS: gdb.cp/demangle.exp: gnu: polar__Fdd +PASS: gdb.cp/demangle.exp: gnu: read__10osStdInputRPCc +PASS: gdb.cp/demangle.exp: gnu: scale__13ivTransformerff +PASS: gdb.cp/demangle.exp: gnu: scanw__12CursesWindowPCce +PASS: gdb.cp/demangle.exp: gnu: scmp__FPCcT0 +PASS: gdb.cp/demangle.exp: gnu: sgetn__7filebufPci +PASS: gdb.cp/demangle.exp: gnu: shift__FP5_FrepiT0 +PASS: gdb.cp/demangle.exp: gnu: test__C6BitSeti +PASS: gdb.cp/demangle.exp: gnu: test__C6BitSetii +PASS: gdb.cp/demangle.exp: gnu: testbit__FRC7Integerl +PASS: gdb.cp/demangle.exp: gnu: text_source__8Documentl +PASS: gdb.cp/demangle.exp: gnu: variance__6Erlangd +PASS: gdb.cp/demangle.exp: gnu: vform__8iostreamPCcPc +PASS: gdb.cp/demangle.exp: gnu: view__14DocumentViewerP8ItemViewP11TabularItem +PASS: gdb.cp/demangle.exp: gnu: xy_extents__11ivExtensionffff +PASS: gdb.cp/demangle.exp: gnu: zero__8osMemoryPvUi +PASS: gdb.cp/demangle.exp: gnu: _2T4$N +PASS: gdb.cp/demangle.exp: gnu: _Q22T42t1$N +PASS: gdb.cp/demangle.exp: gnu: get__2T1 +PASS: gdb.cp/demangle.exp: gnu: get__Q22T11a +PASS: gdb.cp/demangle.exp: gnu: get__Q32T11a1b +PASS: gdb.cp/demangle.exp: gnu: get__Q42T11a1b1c +PASS: gdb.cp/demangle.exp: gnu: get__Q52T11a1b1c1d +PASS: gdb.cp/demangle.exp: gnu: put__2T1i +PASS: gdb.cp/demangle.exp: gnu: put__Q22T11ai +PASS: gdb.cp/demangle.exp: gnu: put__Q32T11a1bi +PASS: gdb.cp/demangle.exp: gnu: put__Q42T11a1b1ci +PASS: gdb.cp/demangle.exp: gnu: put__Q52T11a1b1c1di +PASS: gdb.cp/demangle.exp: gnu: bar__3fooPv +PASS: gdb.cp/demangle.exp: gnu: bar__3fooPCv +PASS: gdb.cp/demangle.exp: gnu: bar__C3fooPv +PASS: gdb.cp/demangle.exp: gnu: bar__C3fooPCv +PASS: gdb.cp/demangle.exp: gnu: __eq__3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: __eq__3fooRC3foo +PASS: gdb.cp/demangle.exp: gnu: __eq__C3fooR3foo +PASS: gdb.cp/demangle.exp: gnu: __eq__C3fooRT0 +PASS: gdb.cp/demangle.exp: gnu: elem__t6vector1Zdi +PASS: gdb.cp/demangle.exp: gnu: elem__t6vector1Zii +PASS: gdb.cp/demangle.exp: gnu: __t6vector1Zdi +PASS: gdb.cp/demangle.exp: gnu: __t6vector1Zii +PASS: gdb.cp/demangle.exp: gnu: _$_t6vector1Zdi +PASS: gdb.cp/demangle.exp: gnu: _$_t6vector1Zii +PASS: gdb.cp/demangle.exp: gnu: __nw__t2T11ZcUi +PASS: gdb.cp/demangle.exp: gnu: __nw__t2T11Z1tUi +PASS: gdb.cp/demangle.exp: gnu: __dl__t2T11ZcPv +PASS: gdb.cp/demangle.exp: gnu: __dl__t2T11Z1tPv +PASS: gdb.cp/demangle.exp: gnu: __t2T11Zci +PASS: gdb.cp/demangle.exp: gnu: __t2T11Zc +PASS: gdb.cp/demangle.exp: gnu: __t2T11Z1ti +PASS: gdb.cp/demangle.exp: gnu: __t2T11Z1t +PASS: gdb.cp/demangle.exp: gnu: __Q2t4List1Z10VHDLEntity3Pix +PASS: gdb.cp/demangle.exp: gnu: __Q2t4List1Z10VHDLEntity3PixPQ2t4List1Z10VHDLEntity7element +PASS: gdb.cp/demangle.exp: gnu: __Q2t4List1Z10VHDLEntity3PixRCQ2t4List1Z10VHDLEntity3Pix +PASS: gdb.cp/demangle.exp: gnu: __Q2t4List1Z10VHDLEntity7elementRC10VHDLEntityPT0 +PASS: gdb.cp/demangle.exp: gnu: __Q2t4List1Z10VHDLEntity7elementRCQ2t4List1Z10VHDLEntity7element +PASS: gdb.cp/demangle.exp: gnu: __cl__C11VHDLLibraryGt4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntity +PASS: gdb.cp/demangle.exp: gnu: __cl__Ct4List1Z10VHDLEntityRCQ2t4List1Z10VHDLEntity3Pix +PASS: gdb.cp/demangle.exp: gnu: __ne__FPvRCQ2t4List1Z10VHDLEntity3Pix +PASS: gdb.cp/demangle.exp: gnu: __ne__FPvRCt4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntity +PASS: gdb.cp/demangle.exp: gnu: __t4List1Z10VHDLEntityRCt4List1Z10VHDLEntity +PASS: gdb.cp/demangle.exp: gnu: __t4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntity +PASS: gdb.cp/demangle.exp: gnu: __t4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntityP14VHDLLibraryRepGQ2t4List1Z10VHDLEntity3Pix +PASS: gdb.cp/demangle.exp: gnu: __t4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntityRCt4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntity +PASS: gdb.cp/demangle.exp: gnu: nextE__C11VHDLLibraryRt4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntity +PASS: gdb.cp/demangle.exp: gnu: next__Ct4List1Z10VHDLEntityRQ2t4List1Z10VHDLEntity3Pix +PASS: gdb.cp/demangle.exp: gnu: _GLOBAL_$D$set +PASS: gdb.cp/demangle.exp: gnu: _GLOBAL_$I$set +PASS: gdb.cp/demangle.exp: gnu: __as__t5ListS1ZUiRCt5ListS1ZUi +PASS: gdb.cp/demangle.exp: gnu: __cl__Ct5ListS1ZUiRCQ2t5ListS1ZUi3Vix +PASS: gdb.cp/demangle.exp: gnu: __cl__Ct5SetLS1ZUiRCQ2t5SetLS1ZUi3Vix +PASS: gdb.cp/demangle.exp: gnu: __t10ListS_link1ZUiRCUiPT0 +PASS: gdb.cp/demangle.exp: gnu: __t10ListS_link1ZUiRCt10ListS_link1ZUi +PASS: gdb.cp/demangle.exp: gnu: __t5ListS1ZUiRCt5ListS1ZUi +PASS: gdb.cp/demangle.exp: gnu: next__Ct5ListS1ZUiRQ2t5ListS1ZUi3Vix +PASS: gdb.cp/demangle.exp: gnu: __ne__FPvRCQ2t5SetLS1ZUi3Vix +PASS: gdb.cp/demangle.exp: gnu: __t8ListElem1Z5LabelRt4List1Z5Label +PASS: gdb.cp/demangle.exp: gnu: __t8BDDHookV1ZPcRCPc +PASS: gdb.cp/demangle.exp: gnu: _vt$t8BDDHookV1ZPc +PASS: gdb.cp/demangle.exp: gnu: __ne__FPvRCQ211BDDFunction4VixB +PASS: gdb.cp/demangle.exp: gnu: __eq__FPvRCQ211BDDFunction4VixB +PASS: gdb.cp/demangle.exp: gnu: relativeId__CQ36T_phi210T_preserve8FPC_nextRCQ26T_phi210T_preserveRC10Parameters +PASS: gdb.cp/demangle.exp: gnu: _Utf390_1__1_9223372036854775807__9223372036854775 +PASS: gdb.cp/demangle.exp: gnu: foo__I40 +PASS: gdb.cp/demangle.exp: gnu: foo__I_200_ +PASS: gdb.cp/demangle.exp: gnu: foo__I_200 +PASS: gdb.cp/demangle.exp: gnu: foo__I_4000000000000000000000000000000000000000000000000000000000000000000000000 +PASS: gdb.cp/demangle.exp: gnu: __thunk_64__0RL__list__Q29CosNaming20_proxy_NamingContextUlRPt25_CORBA_Unbounded_Sequence1ZQ29CosNaming7BindingRPQ29CosNaming15BindingIterator +PASS: gdb.cp/demangle.exp: arm: set demangle-style +PASS: gdb.cp/demangle.exp: arm: check demangling style +PASS: gdb.cp/demangle.exp: arm: __dt__21T5__pt__11_PFiPPdPv_iFv +PASS: gdb.cp/demangle.exp: arm: __ct__1cFi +PASS: gdb.cp/demangle.exp: arm: __dt__11T5__pt__2_iFv +PASS: gdb.cp/demangle.exp: arm: __dt__11T5__pt__2_cFv +PASS: gdb.cp/demangle.exp: arm: __ct__2T2Fi +PASS: gdb.cp/demangle.exp: arm: __dt__2T1Fv +PASS: gdb.cp/demangle.exp: arm: __dt__12T5__pt__3_1xFv +PASS: gdb.cp/demangle.exp: arm: __dt__17T5__pt__8_PFcPv_iFv +PASS: gdb.cp/demangle.exp: arm: g__FP1cPC1cT1 +PASS: gdb.cp/demangle.exp: arm: g__FPUlPCUlT1 +PASS: gdb.cp/demangle.exp: arm: g__FPUiPCUiT1 +PASS: gdb.cp/demangle.exp: arm: g__FPUsPCUsT1 +PASS: gdb.cp/demangle.exp: arm: g__FPUcPCUcT1 +PASS: gdb.cp/demangle.exp: arm: g__F1TPlPClT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRlRClT2 +PASS: gdb.cp/demangle.exp: arm: g__F1TPiPCiT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRiRCiT2 +PASS: gdb.cp/demangle.exp: arm: g__F1TPsPCsT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRsRCsT2 +PASS: gdb.cp/demangle.exp: arm: g__F1TPcPCcT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRcRCcT2 +PASS: gdb.cp/demangle.exp: arm: __ct__21T5__pt__11_PFiPPdPv_iFi +PASS: gdb.cp/demangle.exp: arm: __gt__FRC2T2c +PASS: gdb.cp/demangle.exp: arm: __ge__FRC2T2c +PASS: gdb.cp/demangle.exp: arm: __lt__FRC2T2c +PASS: gdb.cp/demangle.exp: arm: __le__FRC2T2c +PASS: gdb.cp/demangle.exp: arm: __ne__FRC2T2c +PASS: gdb.cp/demangle.exp: arm: __eq__FRC2T2c +PASS: gdb.cp/demangle.exp: arm: __amd__FR2T2i +PASS: gdb.cp/demangle.exp: arm: __adv__FR2T2i +PASS: gdb.cp/demangle.exp: arm: __amu__FR2T2i +PASS: gdb.cp/demangle.exp: arm: __ami__FR2T2i +PASS: gdb.cp/demangle.exp: arm: __apl__FR2T2i +PASS: gdb.cp/demangle.exp: arm: __nw__2T1SFUi +PASS: gdb.cp/demangle.exp: arm: __dl__2T1SFPv +PASS: gdb.cp/demangle.exp: arm: put__2T7SFi +PASS: gdb.cp/demangle.exp: arm: __dl__12T5__pt__3_1xSFPv +PASS: gdb.cp/demangle.exp: arm: h__FUc +PASS: gdb.cp/demangle.exp: arm: f__Fic +PASS: gdb.cp/demangle.exp: arm: h__FUi +PASS: gdb.cp/demangle.exp: arm: h__Fci +PASS: gdb.cp/demangle.exp: arm: h__FUl +PASS: gdb.cp/demangle.exp: arm: h__Fcl +PASS: gdb.cp/demangle.exp: arm: h__FUs +PASS: gdb.cp/demangle.exp: arm: h__Fcs +PASS: gdb.cp/demangle.exp: arm: __amd__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __adv__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __amu__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __ami__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __apl__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPUlRPCUlT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPUiRPCUiT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPUsRPCUsT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPUcRPCUcT2 +PASS: gdb.cp/demangle.exp: arm: g__F1T1SRPlRPClT3 +PASS: gdb.cp/demangle.exp: arm: g__F1T1SRPiRPCiT3 +PASS: gdb.cp/demangle.exp: arm: g__F1T1SRPcRPCcT3 +PASS: gdb.cp/demangle.exp: arm: X__12T5__pt__3_1x +PASS: gdb.cp/demangle.exp: arm: __ct__11T5__pt__2_iFi +PASS: gdb.cp/demangle.exp: arm: __ct__11T5__pt__2_cFi +PASS: gdb.cp/demangle.exp: arm: __gt__FRC2T2T1 +PASS: gdb.cp/demangle.exp: arm: __ge__FRC2T2T1 +PASS: gdb.cp/demangle.exp: arm: __lt__FRC2T2T1 +PASS: gdb.cp/demangle.exp: arm: __le__FRC2T2T1 +PASS: gdb.cp/demangle.exp: arm: __ne__FRC2T2T1 +PASS: gdb.cp/demangle.exp: arm: __eq__FRC2T2T1 +PASS: gdb.cp/demangle.exp: arm: g__FcR1cRC1cT2 +PASS: gdb.cp/demangle.exp: arm: g__FcRPdRPCdT2 +PASS: gdb.cp/demangle.exp: arm: g__FcRPfRPCfT2 +PASS: gdb.cp/demangle.exp: arm: h__FcT1 +PASS: gdb.cp/demangle.exp: arm: f__Ficd +PASS: gdb.cp/demangle.exp: arm: g__F1T1SdRPsRPCsT4 +PASS: gdb.cp/demangle.exp: arm: g__F1cC1cT1 +PASS: gdb.cp/demangle.exp: arm: g__FPdPCdT1 +PASS: gdb.cp/demangle.exp: arm: g__FPfPCfT1 +PASS: gdb.cp/demangle.exp: arm: g__FUlCUlT1 +PASS: gdb.cp/demangle.exp: arm: g__FPlPClT1 +PASS: gdb.cp/demangle.exp: arm: g__FUiCUiT1 +PASS: gdb.cp/demangle.exp: arm: g__FPiPCiT1 +PASS: gdb.cp/demangle.exp: arm: g__FUsCUsT1 +PASS: gdb.cp/demangle.exp: arm: g__FPsPCsT1 +PASS: gdb.cp/demangle.exp: arm: g__FUcCUcT1 +PASS: gdb.cp/demangle.exp: arm: g__FPcPCcT1 +PASS: gdb.cp/demangle.exp: arm: g__F1TlClT2 +PASS: gdb.cp/demangle.exp: arm: g__F1TiCiT2 +PASS: gdb.cp/demangle.exp: arm: g__F1TsCsT2 +PASS: gdb.cp/demangle.exp: arm: g__F1TcCcT2 +PASS: gdb.cp/demangle.exp: arm: __dl__17T5__pt__8_PFcPv_iSFPv +PASS: gdb.cp/demangle.exp: arm: printf__FPCce +PASS: gdb.cp/demangle.exp: arm: X__17T5__pt__8_PFcPv_i +PASS: gdb.cp/demangle.exp: arm: __ct__12T5__pt__3_1xFi +PASS: gdb.cp/demangle.exp: arm: g__F1SRUlRCUlT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPlRPClT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRUiRCUiT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPiRPCiT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRUsRCUsT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPsRPCsT2 +PASS: gdb.cp/demangle.exp: arm: g__F1RRUcRCUcT2 +PASS: gdb.cp/demangle.exp: arm: g__F1SRPcRPCcT2 +PASS: gdb.cp/demangle.exp: arm: g__F1T1RRlRClT3 +PASS: gdb.cp/demangle.exp: arm: g__F1T1RRiRCiT3 +PASS: gdb.cp/demangle.exp: arm: g__F1T1RRsRCsT3 +PASS: gdb.cp/demangle.exp: arm: g__F1T1RRcRCcT3 +PASS: gdb.cp/demangle.exp: arm: __dl__21T5__pt__11_PFiPPdPv_iSFPv +PASS: gdb.cp/demangle.exp: arm: __std__foo +PASS: gdb.cp/demangle.exp: arm: __sti__bar +PASS: gdb.cp/demangle.exp: arm: f__FicdPcPFci_v +PASS: gdb.cp/demangle.exp: arm: f__FicdPcPFic_v +PASS: gdb.cp/demangle.exp: arm: get__2T7SFv +PASS: gdb.cp/demangle.exp: arm: X__21T5__pt__11_PFiPPdPv_i +PASS: gdb.cp/demangle.exp: arm: g__FcRdRCdT2 +PASS: gdb.cp/demangle.exp: arm: g__FcRfRCfT2 +PASS: gdb.cp/demangle.exp: arm: __md__FC2T2i +PASS: gdb.cp/demangle.exp: arm: __dv__FC2T2i +PASS: gdb.cp/demangle.exp: arm: __ml__FC2T2i +PASS: gdb.cp/demangle.exp: arm: __mi__FC2T2i +PASS: gdb.cp/demangle.exp: arm: __pl__FC2T2i +PASS: gdb.cp/demangle.exp: arm: __dl__11T5__pt__2_iSFPv +PASS: gdb.cp/demangle.exp: arm: __dl__11T5__pt__2_cSFPv +PASS: gdb.cp/demangle.exp: arm: h__Fc +PASS: gdb.cp/demangle.exp: arm: h__Fd +PASS: gdb.cp/demangle.exp: arm: h__Ff +PASS: gdb.cp/demangle.exp: arm: h__Fi +PASS: gdb.cp/demangle.exp: arm: f__Fi +PASS: gdb.cp/demangle.exp: arm: h__Fl +PASS: gdb.cp/demangle.exp: arm: h__Fs +PASS: gdb.cp/demangle.exp: arm: __md__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __dv__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __ml__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __mi__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: __pl__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: arm: g__FcRP1cRPC1cT2 +PASS: gdb.cp/demangle.exp: arm: X__11T5__pt__2_c +PASS: gdb.cp/demangle.exp: arm: X__11T5__pt__2_i +PASS: gdb.cp/demangle.exp: arm: g__FdCdT1 +PASS: gdb.cp/demangle.exp: arm: g__FfCfT1 +PASS: gdb.cp/demangle.exp: arm: g__FlClT1 +PASS: gdb.cp/demangle.exp: arm: g__FiCiT1 +PASS: gdb.cp/demangle.exp: arm: g__FsCsT1 +PASS: gdb.cp/demangle.exp: arm: g__FcCcT1 +PASS: gdb.cp/demangle.exp: arm: __ct__17T5__pt__8_PFcPv_iFi +PASS: gdb.cp/demangle.exp: arm: f__FicdPc +PASS: gdb.cp/demangle.exp: arm: __nw__FUi +PASS: gdb.cp/demangle.exp: arm: __ct__Q3_2T11a1bSFi +PASS: gdb.cp/demangle.exp: arm: __dt__Q3_2T11a1bSFi +PASS: gdb.cp/demangle.exp: arm: put__Q3_2T11a1bSFi +PASS: gdb.cp/demangle.exp: arm: get__Q2_2T11aSFv +PASS: gdb.cp/demangle.exp: arm: put__2T1SFi +PASS: gdb.cp/demangle.exp: arm: put__Q5_2T11a1b1c1dSFi +PASS: gdb.cp/demangle.exp: arm: get__Q4_2T11a1b1cSFv +PASS: gdb.cp/demangle.exp: arm: put__Q2_2T11aSFi +PASS: gdb.cp/demangle.exp: arm: put__Q4_2T11a1b1cSFi +PASS: gdb.cp/demangle.exp: arm: get__Q3_2T11a1bSFv +PASS: gdb.cp/demangle.exp: arm: get__2T1SFv +PASS: gdb.cp/demangle.exp: arm: get__Q5_2T11a1b1c1dSFv +PASS: gdb.cp/demangle.exp: arm: __dt__11T1__pt__2_cFv +PASS: gdb.cp/demangle.exp: arm: __dt__12T1__pt__3_1tFv +PASS: gdb.cp/demangle.exp: arm: __dl__12T1__pt__3_1tSFPv +PASS: gdb.cp/demangle.exp: arm: __ct__11T1__pt__2_cFi +PASS: gdb.cp/demangle.exp: arm: __ct__11T1__pt__2_cFv +PASS: gdb.cp/demangle.exp: arm: __ct__12T1__pt__3_1tFi +PASS: gdb.cp/demangle.exp: arm: __ct__12T1__pt__3_1tFv +PASS: gdb.cp/demangle.exp: arm: __dl__11T1__pt__2_cSFPv +PASS: gdb.cp/demangle.exp: arm: bar__3fooFPv +PASS: gdb.cp/demangle.exp: arm: bar__3fooFPCv +PASS: gdb.cp/demangle.exp: arm: bar__3fooCFPv +PASS: gdb.cp/demangle.exp: arm: bar__3fooCFPCv +PASS: gdb.cp/demangle.exp: arm: __eq__3fooFR3foo +PASS: gdb.cp/demangle.exp: arm: __eq__3fooFRC3foo +PASS: gdb.cp/demangle.exp: arm: __eq__3fooCFR3foo +PASS: gdb.cp/demangle.exp: arm: __eq__3fooCFRC3foo +PASS: gdb.cp/demangle.exp: arm: elem__15vector__pt__2_dFi +PASS: gdb.cp/demangle.exp: arm: elem__15vector__pt__2_iFi +PASS: gdb.cp/demangle.exp: arm: __ct__15vector__pt__2_dFi +PASS: gdb.cp/demangle.exp: arm: __ct__15vector__pt__2_iFi +PASS: gdb.cp/demangle.exp: arm: __ct__25DListNode__pt__9_R6RLabelFR6RLabelP25DListNode__pt__9_R6RLabelT2 +PASS: gdb.cp/demangle.exp: arm: bar__3fooFiT16FooBar +PASS: gdb.cp/demangle.exp: arm: bar__3fooFPiN51PdN37PcN211T1iN215 +PASS: gdb.cp/demangle.exp: arm: _Utf390_1__1_9223372036854775807__9223372036854775 +PASS: gdb.cp/demangle.exp: hp: set demangle-style +PASS: gdb.cp/demangle.exp: hp: check demangling style +PASS: gdb.cp/demangle.exp: hp: g__FP1cPC1cT1 +PASS: gdb.cp/demangle.exp: hp: g__FPUlPCUlT1 +PASS: gdb.cp/demangle.exp: hp: g__FPUiPCUiT1 +PASS: gdb.cp/demangle.exp: hp: g__FPUsPCUsT1 +PASS: gdb.cp/demangle.exp: hp: g__FPUcPCUcT1 +PASS: gdb.cp/demangle.exp: hp: g__F1TPlPClT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRlRClT2 +PASS: gdb.cp/demangle.exp: hp: g__F1TPiPCiT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRiRCiT2 +PASS: gdb.cp/demangle.exp: hp: g__F1TPsPCsT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRsRCsT2 +PASS: gdb.cp/demangle.exp: hp: g__F1TPcPCcT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRcRCcT2 +PASS: gdb.cp/demangle.exp: hp: __gt__FRC2T2c +PASS: gdb.cp/demangle.exp: hp: __ge__FRC2T2c +PASS: gdb.cp/demangle.exp: hp: __lt__FRC2T2c +PASS: gdb.cp/demangle.exp: hp: __le__FRC2T2c +PASS: gdb.cp/demangle.exp: hp: __ne__FRC2T2c +PASS: gdb.cp/demangle.exp: hp: __eq__FRC2T2c +PASS: gdb.cp/demangle.exp: hp: __amd__FR2T2i +PASS: gdb.cp/demangle.exp: hp: __adv__FR2T2i +PASS: gdb.cp/demangle.exp: hp: __amu__FR2T2i +PASS: gdb.cp/demangle.exp: hp: __ami__FR2T2i +PASS: gdb.cp/demangle.exp: hp: __apl__FR2T2i +PASS: gdb.cp/demangle.exp: hp: __nw__2T1SFUi +PASS: gdb.cp/demangle.exp: hp: __dl__2T1SFPv +PASS: gdb.cp/demangle.exp: hp: put__2T7SFi +PASS: gdb.cp/demangle.exp: hp: h__FUc +PASS: gdb.cp/demangle.exp: hp: f__Fic +PASS: gdb.cp/demangle.exp: hp: h__FUi +PASS: gdb.cp/demangle.exp: hp: h__Fci +PASS: gdb.cp/demangle.exp: hp: h__FUl +PASS: gdb.cp/demangle.exp: hp: h__Fcl +PASS: gdb.cp/demangle.exp: hp: h__FUs +PASS: gdb.cp/demangle.exp: hp: h__Fcs +PASS: gdb.cp/demangle.exp: hp: __amd__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __adv__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __amu__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __ami__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __apl__FR2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPUlRPCUlT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPUiRPCUiT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPUsRPCUsT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPUcRPCUcT2 +PASS: gdb.cp/demangle.exp: hp: g__F1T1SRPlRPClT3 +PASS: gdb.cp/demangle.exp: hp: g__F1T1SRPiRPCiT3 +PASS: gdb.cp/demangle.exp: hp: g__F1T1SRPcRPCcT3 +PASS: gdb.cp/demangle.exp: hp: __gt__FRC2T2T1 +PASS: gdb.cp/demangle.exp: hp: __ge__FRC2T2T1 +PASS: gdb.cp/demangle.exp: hp: __lt__FRC2T2T1 +PASS: gdb.cp/demangle.exp: hp: __le__FRC2T2T1 +PASS: gdb.cp/demangle.exp: hp: __ne__FRC2T2T1 +PASS: gdb.cp/demangle.exp: hp: __eq__FRC2T2T1 +PASS: gdb.cp/demangle.exp: hp: g__FcR1cRC1cT2 +PASS: gdb.cp/demangle.exp: hp: g__FcRPdRPCdT2 +PASS: gdb.cp/demangle.exp: hp: g__FcRPfRPCfT2 +PASS: gdb.cp/demangle.exp: hp: h__FcT1 +PASS: gdb.cp/demangle.exp: hp: f__Ficd +PASS: gdb.cp/demangle.exp: hp: g__F1T1SdRPsRPCsT4 +PASS: gdb.cp/demangle.exp: hp: g__F1cC1cT1 +PASS: gdb.cp/demangle.exp: hp: g__FPdPCdT1 +PASS: gdb.cp/demangle.exp: hp: g__FPfPCfT1 +PASS: gdb.cp/demangle.exp: hp: g__FUlCUlT1 +PASS: gdb.cp/demangle.exp: hp: g__FPlPClT1 +PASS: gdb.cp/demangle.exp: hp: g__FUiCUiT1 +PASS: gdb.cp/demangle.exp: hp: g__FPiPCiT1 +PASS: gdb.cp/demangle.exp: hp: g__FUsCUsT1 +PASS: gdb.cp/demangle.exp: hp: g__FPsPCsT1 +PASS: gdb.cp/demangle.exp: hp: g__FUcCUcT1 +PASS: gdb.cp/demangle.exp: hp: g__FPcPCcT1 +PASS: gdb.cp/demangle.exp: hp: g__F1TlClT2 +PASS: gdb.cp/demangle.exp: hp: g__F1TiCiT2 +PASS: gdb.cp/demangle.exp: hp: g__F1TsCsT2 +PASS: gdb.cp/demangle.exp: hp: g__F1TcCcT2 +PASS: gdb.cp/demangle.exp: hp: printf__FPCce +PASS: gdb.cp/demangle.exp: hp: g__F1SRUlRCUlT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPlRPClT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRUiRCUiT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPiRPCiT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRUsRCUsT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPsRPCsT2 +PASS: gdb.cp/demangle.exp: hp: g__F1RRUcRCUcT2 +PASS: gdb.cp/demangle.exp: hp: g__F1SRPcRPCcT2 +PASS: gdb.cp/demangle.exp: hp: g__F1T1RRlRClT3 +PASS: gdb.cp/demangle.exp: hp: g__F1T1RRiRCiT3 +PASS: gdb.cp/demangle.exp: hp: g__F1T1RRsRCsT3 +PASS: gdb.cp/demangle.exp: hp: g__F1T1RRcRCcT3 +PASS: gdb.cp/demangle.exp: hp: f__FicdPcPFci_v +PASS: gdb.cp/demangle.exp: hp: f__FicdPcPFic_v +PASS: gdb.cp/demangle.exp: hp: get__2T7SFv +PASS: gdb.cp/demangle.exp: hp: g__FcRdRCdT2 +PASS: gdb.cp/demangle.exp: hp: g__FcRfRCfT2 +PASS: gdb.cp/demangle.exp: hp: __md__FC2T2i +PASS: gdb.cp/demangle.exp: hp: __dv__FC2T2i +PASS: gdb.cp/demangle.exp: hp: __ml__FC2T2i +PASS: gdb.cp/demangle.exp: hp: __mi__FC2T2i +PASS: gdb.cp/demangle.exp: hp: __pl__FC2T2i +PASS: gdb.cp/demangle.exp: hp: h__Fc +PASS: gdb.cp/demangle.exp: hp: h__Fd +PASS: gdb.cp/demangle.exp: hp: h__Ff +PASS: gdb.cp/demangle.exp: hp: h__Fi +PASS: gdb.cp/demangle.exp: hp: f__Fi +PASS: gdb.cp/demangle.exp: hp: h__Fl +PASS: gdb.cp/demangle.exp: hp: h__Fs +PASS: gdb.cp/demangle.exp: hp: __md__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __dv__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __ml__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __mi__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: __pl__FC2T2RC2T2 +PASS: gdb.cp/demangle.exp: hp: g__FcRP1cRPC1cT2 +PASS: gdb.cp/demangle.exp: hp: g__FdCdT1 +PASS: gdb.cp/demangle.exp: hp: g__FfCfT1 +PASS: gdb.cp/demangle.exp: hp: g__FlClT1 +PASS: gdb.cp/demangle.exp: hp: g__FiCiT1 +PASS: gdb.cp/demangle.exp: hp: g__FsCsT1 +PASS: gdb.cp/demangle.exp: hp: g__FcCcT1 +PASS: gdb.cp/demangle.exp: hp: f__FicdPc +PASS: gdb.cp/demangle.exp: hp: __nw__FUi +PASS: gdb.cp/demangle.exp: hp: __ct__Q3_2T11a1bSFi +PASS: gdb.cp/demangle.exp: hp: __dt__Q3_2T11a1bSFi +PASS: gdb.cp/demangle.exp: hp: put__Q3_2T11a1bSFi +PASS: gdb.cp/demangle.exp: hp: get__Q2_2T11aSFv +PASS: gdb.cp/demangle.exp: hp: put__2T1SFi +PASS: gdb.cp/demangle.exp: hp: put__Q5_2T11a1b1c1dSFi +PASS: gdb.cp/demangle.exp: hp: get__Q4_2T11a1b1cSFv +PASS: gdb.cp/demangle.exp: hp: put__Q2_2T11aSFi +PASS: gdb.cp/demangle.exp: hp: put__Q4_2T11a1b1cSFi +PASS: gdb.cp/demangle.exp: hp: get__Q3_2T11a1bSFv +PASS: gdb.cp/demangle.exp: hp: get__2T1SFv +PASS: gdb.cp/demangle.exp: hp: get__Q5_2T11a1b1c1dSFv +PASS: gdb.cp/demangle.exp: hp: bar__3fooFPv +PASS: gdb.cp/demangle.exp: hp: bar__3fooFPCv +PASS: gdb.cp/demangle.exp: hp: bar__3fooCFPv +PASS: gdb.cp/demangle.exp: hp: bar__3fooCFPCv +PASS: gdb.cp/demangle.exp: hp: __eq__3fooFR3foo +PASS: gdb.cp/demangle.exp: hp: __eq__3fooFRC3foo +PASS: gdb.cp/demangle.exp: hp: __eq__3fooCFR3foo +PASS: gdb.cp/demangle.exp: hp: __eq__3fooCFRC3foo +PASS: gdb.cp/demangle.exp: hp: bar__3fooFiT16FooBar +PASS: gdb.cp/demangle.exp: hp: bar__3fooFPiN51PdN37PcN211T1iN215 +PASS: gdb.cp/demangle.exp: hp: __dt__2T5XTPFiPPdPv_i__Fv +PASS: gdb.cp/demangle.exp: hp: __ct__1cFi +PASS: gdb.cp/demangle.exp: hp: __dt__2T5XTi__Fv +PASS: gdb.cp/demangle.exp: hp: __dt__2T5XTc__Fv +PASS: gdb.cp/demangle.exp: hp: __ct__2T2Fi +PASS: gdb.cp/demangle.exp: hp: __dt__2T1Fv +PASS: gdb.cp/demangle.exp: hp: __dt__2T5XT1x__Fv +PASS: gdb.cp/demangle.exp: hp: __dt__2T5XTPFcPv_i__Fv +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XTPFiPPdPv_i__Fi +PASS: gdb.cp/demangle.exp: hp: __dl__2T5XT1x__SFPv +PASS: gdb.cp/demangle.exp: hp: X__2T5XT1x +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XTi__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XTc__Fi +PASS: gdb.cp/demangle.exp: hp: __dl__2T5XTPFcPv_i__SFPv +PASS: gdb.cp/demangle.exp: hp: X__2T5XTPFcPv_i +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XT1x__Fi +PASS: gdb.cp/demangle.exp: hp: __dl__2T5XTPFiPPdPv_i__SFPv +PASS: gdb.cp/demangle.exp: hp: X__2T5XTPFiPPdPv_i +PASS: gdb.cp/demangle.exp: hp: __dl__2T5XTi__SFPv +PASS: gdb.cp/demangle.exp: hp: __dl__2T5XTc__SFPv +PASS: gdb.cp/demangle.exp: hp: X__2T5XTc +PASS: gdb.cp/demangle.exp: hp: X__2T5XTi +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XTPFcPv_i__Fi +PASS: gdb.cp/demangle.exp: hp: __dt__2T1XTc__Fv +PASS: gdb.cp/demangle.exp: hp: __dt__2T1XT1t__Fv +PASS: gdb.cp/demangle.exp: hp: __dl__2T1XT1t__SFPv +PASS: gdb.cp/demangle.exp: hp: __ct__2T1XTc__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__2T1XTc__Fv +PASS: gdb.cp/demangle.exp: hp: __ct__2T1XT1t__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__2T1XT1t__Fv +PASS: gdb.cp/demangle.exp: hp: __dl__2T1XTc__SFPv +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTd__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTi__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__6vectorXTd__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__6vectorXTi__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__9DListNodeXTR6RLabel__FR6RLabelP9DListNodeXTR6RLabel_T2 +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiUP34__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXUP2701Td__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiSP334__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiSN67__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiSM__SCFPPd +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiSN67UP4000TRs__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiSN67TRdTFPv_i__Fi +PASS: gdb.cp/demangle.exp: hp: X__6vectorXTiSN67TdTPvUP5TRs +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiA3foo__Fi +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiA3fooTPvA5Label__FiPPvT2 +PASS: gdb.cp/demangle.exp: hp: elem__6vectorXTiSN42A3foo__Fi +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XTPFcPv_i__Fi_2 +PASS: gdb.cp/demangle.exp: hp: __ct__2T5XTPFcPv_i__Fi_19 +PASS: gdb.cp/demangle.exp: hp: f__FicdPcPFci_v_34 +PASS: gdb.cp/demangle.exp: hp: spec__13Spec<%1,%1.*>XTiTPi_FPi +PASS: gdb.cp/demangle.exp: hp: spec__16Spec<%1,%1.&,%1>XTiTRiTi_FPi +PASS: gdb.cp/demangle.exp: hp: add__XTc_FcT1 +PASS: gdb.cp/demangle.exp: hp: add__XTcSP9A5label_FcPPlT1 +PASS: gdb.cp/demangle.exp: hp: add__XTPfTFPd_f_FcT1 +PASS: gdb.cp/demangle.exp: hp: unLink__12basic_stringXTcT18string_char_traitsXTc_T9allocator_Fv +PASS: gdb.cp/demangle.exp: hp: _Utf390_1__1_9223372036854775807__9223372036854775 +Running ../../../master/gdb/testsuite/gdb.cp/derivation.exp ... +PASS: gdb.cp/derivation.exp: up from marker1 +PASS: gdb.cp/derivation.exp: print value of a_instance +PASS: gdb.cp/derivation.exp: ptype a_instance +PASS: gdb.cp/derivation.exp: print value of d_instance +PASS: gdb.cp/derivation.exp: ptype d_instance +PASS: gdb.cp/derivation.exp: print value of e_instance +PASS: gdb.cp/derivation.exp: ptype e_instance +PASS: gdb.cp/derivation.exp: print value of f_instance +PASS: gdb.cp/derivation.exp: ptype f_instance +PASS: gdb.cp/derivation.exp: print value of d_instance.a +PASS: gdb.cp/derivation.exp: print value of d_instance.aa +PASS: gdb.cp/derivation.exp: print value of d_instance.b +PASS: gdb.cp/derivation.exp: print value of d_instance.bb +PASS: gdb.cp/derivation.exp: print value of d_instance.c +PASS: gdb.cp/derivation.exp: print value of d_instance.cc +PASS: gdb.cp/derivation.exp: print value of d_instance.d +PASS: gdb.cp/derivation.exp: print value of d_instance.dd +PASS: gdb.cp/derivation.exp: print value of g_instance.a +PASS: gdb.cp/derivation.exp: print value of g_instance.b +PASS: gdb.cp/derivation.exp: print value of g_instance.c +PASS: gdb.cp/derivation.exp: print value of g_instance.afoo() +PASS: gdb.cp/derivation.exp: re-selected 'main' frame after inferior call +PASS: gdb.cp/derivation.exp: print value of g_instance.bfoo() +PASS: gdb.cp/derivation.exp: print value of g_instance.cfoo() +Running ../../../master/gdb/testsuite/gdb.cp/exception.exp ... +PASS: gdb.cp/exception.exp: catch catch (before inferior run) +PASS: gdb.cp/exception.exp: catch throw (before inferior run) +PASS: gdb.cp/exception.exp: info breakpoints (before inferior run) +PASS: gdb.cp/exception.exp: Set temporary breakpoint at main +PASS: gdb.cp/exception.exp: Run to main +PASS: gdb.cp/exception.exp: info breakpoints (after inferior run) +PASS: gdb.cp/exception.exp: break catcher +PASS: gdb.cp/exception.exp: continue to first throw +PASS: gdb.cp/exception.exp: backtrace after first throw +PASS: gdb.cp/exception.exp: continue to first catch +PASS: gdb.cp/exception.exp: backtrace after first catch +PASS: gdb.cp/exception.exp: continue to catcher for the first time +PASS: gdb.cp/exception.exp: continue to second throw +PASS: gdb.cp/exception.exp: backtrace after second throw +PASS: gdb.cp/exception.exp: continue to second catch +PASS: gdb.cp/exception.exp: backtrace after second catch +PASS: gdb.cp/exception.exp: continue to catcher for the second time +Running ../../../master/gdb/testsuite/gdb.cp/expand-sals.exp ... +PASS: gdb.cp/expand-sals.exp: continue to breakpoint: func +PASS: gdb.cp/expand-sals.exp: up +PASS: gdb.cp/expand-sals.exp: break +PASS: gdb.cp/expand-sals.exp: continue to breakpoint: caller +PASS: gdb.cp/expand-sals.exp: bt from A +PASS: gdb.cp/expand-sals.exp: continue to breakpoint: next caller func +Running ../../../master/gdb/testsuite/gdb.cp/extern-c.exp ... +PASS: gdb.cp/extern-c.exp: setting breakpoint at c_func +PASS: gdb.cp/extern-c.exp: continue to breakpoint: c_func +PASS: gdb.cp/extern-c.exp: initialize counter +PASS: gdb.cp/extern-c.exp: rbreak c_funcs +PASS: gdb.cp/extern-c.exp: command details for multiple breakpoints +PASS: gdb.cp/extern-c.exp: set commands on multiple breakpoints +PASS: gdb.cp/extern-c.exp: continue to breakpoint: c_funcs_1 +PASS: gdb.cp/extern-c.exp: verify counter at first breakpoint +PASS: gdb.cp/extern-c.exp: continue to breakpoint: c_funcs_2 +PASS: gdb.cp/extern-c.exp: verify counter at second breakpoint +Running ../../../master/gdb/testsuite/gdb.cp/formatted-ref.exp ... +PASS: gdb.cp/formatted-ref.exp: print/x s +PASS: gdb.cp/formatted-ref.exp: print/x e +PASS: gdb.cp/formatted-ref.exp: print/x i +PASS: gdb.cp/formatted-ref.exp: print/x &s +PASS: gdb.cp/formatted-ref.exp: print/x &e +PASS: gdb.cp/formatted-ref.exp: print/x &i +PASS: gdb.cp/formatted-ref.exp: print/x *(&(&s)) +PASS: gdb.cp/formatted-ref.exp: print/x *(&(&i)) +PASS: gdb.cp/formatted-ref.exp: print/x *(&(&e)) +PASS: gdb.cp/formatted-ref.exp: print s.x == 13 +Running ../../../master/gdb/testsuite/gdb.cp/fpointer.exp ... +PASS: gdb.cp/fpointer.exp: p p1() +PASS: gdb.cp/fpointer.exp: p p2() +PASS: gdb.cp/fpointer.exp: p p[0]() +PASS: gdb.cp/fpointer.exp: p p[1]() +PASS: gdb.cp/fpointer.exp: p p3('a') +PASS: gdb.cp/fpointer.exp: p p4(1) +Running ../../../master/gdb/testsuite/gdb.cp/gdb1355.exp ... +PASS: gdb.cp/gdb1355.exp: ptype s1 +PASS: gdb.cp/gdb1355.exp: print s1 +Running ../../../master/gdb/testsuite/gdb.cp/gdb2384.exp ... +PASS: gdb.cp/gdb2384.exp: continue to breakpoint: set breakpoint here +PASS: gdb.cp/gdb2384.exp: print d1.meth () +PASS: gdb.cp/gdb2384.exp: continue to breakpoint: set breakpoint here +PASS: gdb.cp/gdb2384.exp: gdb2384 +PASS: gdb.cp/gdb2384.exp: continue to breakpoint: set breakpoint here (second) +PASS: gdb.cp/gdb2384.exp: print d2.meth() +PASS: gdb.cp/gdb2384.exp: continue to breakpoint: set breakpoint here (second) +PASS: gdb.cp/gdb2384.exp: gdb2384 (second) +Running ../../../master/gdb/testsuite/gdb.cp/gdb2495.exp ... +PASS: gdb.cp/gdb2495.exp: p exceptions.no_throw_function() +PASS: gdb.cp/gdb2495.exp: p exceptions.throw_function_with_handler() +PASS: gdb.cp/gdb2495.exp: Call a function that raises an exception without a handler. +PASS: gdb.cp/gdb2495.exp: bt after returning from a popped frame +PASS: gdb.cp/gdb2495.exp: info breakpoints +PASS: gdb.cp/gdb2495.exp: set unwinn-on-terminating-exception off +PASS: gdb.cp/gdb2495.exp: Turn off unwind on terminating exception flag +PASS: gdb.cp/gdb2495.exp: Call a function that raises an exception with unwinding off.. +PASS: gdb.cp/gdb2495.exp: set unwindonsignal on +PASS: gdb.cp/gdb2495.exp: Turn on unwind on signal +PASS: gdb.cp/gdb2495.exp: p exceptions.raise_signal(1) +PASS: gdb.cp/gdb2495.exp: set unwindonsignal off +PASS: gdb.cp/gdb2495.exp: Turn off unwind on signal +PASS: gdb.cp/gdb2495.exp: p exceptions.raise_signal(1) +Running ../../../master/gdb/testsuite/gdb.cp/hang.exp ... +PASS: gdb.cp/hang.exp: doesn't overwrite struct type +PASS: gdb.cp/hang.exp: doesn't corrupt cv_type chain +Running ../../../master/gdb/testsuite/gdb.cp/infcall-dlopen.exp ... +PASS: gdb.cp/infcall-dlopen.exp: test 0 +PASS: gdb.cp/infcall-dlopen.exp: test 0 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 0 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 1 +PASS: gdb.cp/infcall-dlopen.exp: test 1 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 1 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 2 +PASS: gdb.cp/infcall-dlopen.exp: test 2 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 2 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 3 +PASS: gdb.cp/infcall-dlopen.exp: test 3 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 3 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 4 +PASS: gdb.cp/infcall-dlopen.exp: test 4 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 4 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 5 +PASS: gdb.cp/infcall-dlopen.exp: test 5 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 5 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 6 +PASS: gdb.cp/infcall-dlopen.exp: test 6 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 6 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 7 +PASS: gdb.cp/infcall-dlopen.exp: test 7 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 7 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 8 +PASS: gdb.cp/infcall-dlopen.exp: test 8 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 8 stub 2 +PASS: gdb.cp/infcall-dlopen.exp: test 9 +PASS: gdb.cp/infcall-dlopen.exp: test 9 stub 1 +PASS: gdb.cp/infcall-dlopen.exp: test 9 stub 2 +Running ../../../master/gdb/testsuite/gdb.cp/inherit.exp ... +PASS: gdb.cp/inherit.exp: set language c++ +PASS: gdb.cp/inherit.exp: set width 0 +PASS: gdb.cp/inherit.exp: ptype A (FIXME) +PASS: gdb.cp/inherit.exp: ptype class A (FIXME) +PASS: gdb.cp/inherit.exp: ptype g_A (FIXME) +PASS: gdb.cp/inherit.exp: ptype B +PASS: gdb.cp/inherit.exp: ptype class B +PASS: gdb.cp/inherit.exp: ptype g_B +PASS: gdb.cp/inherit.exp: ptype C +PASS: gdb.cp/inherit.exp: ptype class C +PASS: gdb.cp/inherit.exp: ptype g_C +PASS: gdb.cp/inherit.exp: ptype tagless struct +PASS: gdb.cp/inherit.exp: ptype variable of type tagless struct +PASS: gdb.cp/inherit.exp: ptype D +PASS: gdb.cp/inherit.exp: ptype class D +PASS: gdb.cp/inherit.exp: ptype g_D +PASS: gdb.cp/inherit.exp: ptype E +PASS: gdb.cp/inherit.exp: ptype class E +PASS: gdb.cp/inherit.exp: ptype g_E +PASS: gdb.cp/inherit.exp: ptype vA +PASS: gdb.cp/inherit.exp: ptype class vA +PASS: gdb.cp/inherit.exp: ptype g_vA +PASS: gdb.cp/inherit.exp: ptype vB +PASS: gdb.cp/inherit.exp: ptype class vB +PASS: gdb.cp/inherit.exp: ptype g_vB +PASS: gdb.cp/inherit.exp: ptype vC +PASS: gdb.cp/inherit.exp: ptype class vC +PASS: gdb.cp/inherit.exp: ptype g_vC +PASS: gdb.cp/inherit.exp: ptype vD +PASS: gdb.cp/inherit.exp: ptype class vD +PASS: gdb.cp/inherit.exp: ptype g_vD +PASS: gdb.cp/inherit.exp: ptype vE +PASS: gdb.cp/inherit.exp: ptype class vE +PASS: gdb.cp/inherit.exp: ptype g_vE +PASS: gdb.cp/inherit.exp: print g_A.A::a +PASS: gdb.cp/inherit.exp: print g_A.A::x +PASS: gdb.cp/inherit.exp: print g_A.a +PASS: gdb.cp/inherit.exp: print g_A.x +PASS: gdb.cp/inherit.exp: print g_B.A::a +PASS: gdb.cp/inherit.exp: print g_B.A::x +PASS: gdb.cp/inherit.exp: print g_B.B::b +PASS: gdb.cp/inherit.exp: print g_B.B::x +PASS: gdb.cp/inherit.exp: print g_B.a +PASS: gdb.cp/inherit.exp: print g_B.b +PASS: gdb.cp/inherit.exp: print g_B.x +PASS: gdb.cp/inherit.exp: print g_C.A::a +PASS: gdb.cp/inherit.exp: print g_C.A::x +PASS: gdb.cp/inherit.exp: print g_C.C::c +PASS: gdb.cp/inherit.exp: print g_C.C::x +PASS: gdb.cp/inherit.exp: print g_C.a +PASS: gdb.cp/inherit.exp: print g_C.c +PASS: gdb.cp/inherit.exp: print g_C.x +PASS: gdb.cp/inherit.exp: print g_A +PASS: gdb.cp/inherit.exp: print g_B +PASS: gdb.cp/inherit.exp: print g_C +PASS: gdb.cp/inherit.exp: print g_A.A::a +PASS: gdb.cp/inherit.exp: print g_A.A::x +PASS: gdb.cp/inherit.exp: print g_B.A::a +PASS: gdb.cp/inherit.exp: print g_B.A::x +PASS: gdb.cp/inherit.exp: print g_B.B::b +PASS: gdb.cp/inherit.exp: print g_B.B::x +PASS: gdb.cp/inherit.exp: print g_C.A::a +PASS: gdb.cp/inherit.exp: print g_C.A::x +PASS: gdb.cp/inherit.exp: print g_C.C::c +PASS: gdb.cp/inherit.exp: print g_C.C::x +KFAIL: gdb.cp/inherit.exp: print g_D.A::a (PRMS: gdb/68) +KFAIL: gdb.cp/inherit.exp: print g_D.A::x (PRMS: gdb/68) +PASS: gdb.cp/inherit.exp: print g_D.B::b +PASS: gdb.cp/inherit.exp: print g_D.B::x +PASS: gdb.cp/inherit.exp: print g_D.C::c +PASS: gdb.cp/inherit.exp: print g_D.C::x +PASS: gdb.cp/inherit.exp: print g_D.D::d +PASS: gdb.cp/inherit.exp: print g_D.D::x +KFAIL: gdb.cp/inherit.exp: print g_E.A::a (PRMS: gdb/68) +KFAIL: gdb.cp/inherit.exp: print g_E.A::x (PRMS: gdb/68) +PASS: gdb.cp/inherit.exp: print g_E.B::b +PASS: gdb.cp/inherit.exp: print g_E.B::x +PASS: gdb.cp/inherit.exp: print g_E.C::c +PASS: gdb.cp/inherit.exp: print g_E.C::x +PASS: gdb.cp/inherit.exp: print g_E.D::d +PASS: gdb.cp/inherit.exp: print g_E.D::x +PASS: gdb.cp/inherit.exp: print g_E.E::e +PASS: gdb.cp/inherit.exp: print g_E.E::x +PASS: gdb.cp/inherit.exp: ptype g_D.b +PASS: gdb.cp/inherit.exp: ptype g_D.c +PASS: gdb.cp/inherit.exp: ptype g_D.d +PASS: gdb.cp/inherit.exp: ptype g_A.A::a +PASS: gdb.cp/inherit.exp: ptype g_A.A::x +PASS: gdb.cp/inherit.exp: ptype g_B.A::a +PASS: gdb.cp/inherit.exp: ptype g_B.A::x +PASS: gdb.cp/inherit.exp: ptype g_B.B::b +PASS: gdb.cp/inherit.exp: ptype g_B.B::x +PASS: gdb.cp/inherit.exp: ptype g_C.A::a +PASS: gdb.cp/inherit.exp: ptype g_C.A::x +PASS: gdb.cp/inherit.exp: ptype g_C.C::c +PASS: gdb.cp/inherit.exp: ptype g_C.C::x +KFAIL: gdb.cp/inherit.exp: ptype g_D.A::a (PRMS: gdb/68) +KFAIL: gdb.cp/inherit.exp: ptype g_D.A::x (PRMS: gdb/68) +PASS: gdb.cp/inherit.exp: ptype g_D.B::b +PASS: gdb.cp/inherit.exp: ptype g_D.B::x +PASS: gdb.cp/inherit.exp: ptype g_D.C::c +PASS: gdb.cp/inherit.exp: ptype g_D.C::x +PASS: gdb.cp/inherit.exp: ptype g_D.D::d +PASS: gdb.cp/inherit.exp: ptype g_D.D::x +KFAIL: gdb.cp/inherit.exp: ptype g_E.A::a (PRMS: gdb/68) +KFAIL: gdb.cp/inherit.exp: ptype g_E.A::x (PRMS: gdb/68) +PASS: gdb.cp/inherit.exp: ptype g_E.B::b +PASS: gdb.cp/inherit.exp: ptype g_E.B::x +PASS: gdb.cp/inherit.exp: ptype g_E.C::c +PASS: gdb.cp/inherit.exp: ptype g_E.C::x +PASS: gdb.cp/inherit.exp: ptype g_E.D::d +PASS: gdb.cp/inherit.exp: ptype g_E.D::x +PASS: gdb.cp/inherit.exp: ptype g_E.E::e +PASS: gdb.cp/inherit.exp: ptype g_E.E::x +PASS: gdb.cp/inherit.exp: print g_D +PASS: gdb.cp/inherit.exp: print g_E +PASS: gdb.cp/inherit.exp: print anonymous union member +PASS: gdb.cp/inherit.exp: print variable of type anonymous union +PASS: gdb.cp/inherit.exp: print type of anonymous union +PASS: gdb.cp/inherit.exp: print g_vA.vA::va +PASS: gdb.cp/inherit.exp: print g_vA.vA::vx +PASS: gdb.cp/inherit.exp: print g_vA.va +PASS: gdb.cp/inherit.exp: print g_vA.vx +PASS: gdb.cp/inherit.exp: print g_vB.vA::va +PASS: gdb.cp/inherit.exp: print g_vB.vA::vx +PASS: gdb.cp/inherit.exp: print g_vB.vB::vb +PASS: gdb.cp/inherit.exp: print g_vB.vB::vx +PASS: gdb.cp/inherit.exp: print g_vB.va +PASS: gdb.cp/inherit.exp: print g_vB.vb +PASS: gdb.cp/inherit.exp: print g_vB.vx +PASS: gdb.cp/inherit.exp: print g_vC.vA::va +PASS: gdb.cp/inherit.exp: print g_vC.vA::vx +PASS: gdb.cp/inherit.exp: print g_vC.vC::vc +PASS: gdb.cp/inherit.exp: print g_vC.vC::vx +PASS: gdb.cp/inherit.exp: print g_vC.va +PASS: gdb.cp/inherit.exp: print g_vC.vc +PASS: gdb.cp/inherit.exp: print g_vC.vx +PASS: gdb.cp/inherit.exp: print g_vA +PASS: gdb.cp/inherit.exp: print g_vB (FIXME v3 vtbl ptr) +PASS: gdb.cp/inherit.exp: print g_vC (FIXME v3 vtbl ptr) +PASS: gdb.cp/inherit.exp: print g_vD.vA::va +PASS: gdb.cp/inherit.exp: print g_vD.vA::vx +PASS: gdb.cp/inherit.exp: print g_vD.vB::vb +PASS: gdb.cp/inherit.exp: print g_vD.vB::vx +PASS: gdb.cp/inherit.exp: print g_vD.vC::vc +PASS: gdb.cp/inherit.exp: print g_vD.vC::vx +PASS: gdb.cp/inherit.exp: print g_vD.vD::vd +PASS: gdb.cp/inherit.exp: print g_vD.vD::vx +PASS: gdb.cp/inherit.exp: print g_vE.vA::va +PASS: gdb.cp/inherit.exp: print g_vE.vA::vx +PASS: gdb.cp/inherit.exp: print g_vE.vB::vb +PASS: gdb.cp/inherit.exp: print g_vE.vB::vx +PASS: gdb.cp/inherit.exp: print g_vE.vC::vc +PASS: gdb.cp/inherit.exp: print g_vE.vC::vx +PASS: gdb.cp/inherit.exp: print g_vE.vD::vd +PASS: gdb.cp/inherit.exp: print g_vE.vD::vx +PASS: gdb.cp/inherit.exp: print g_vE.vE::ve +PASS: gdb.cp/inherit.exp: print g_vE.vE::vx +PASS: gdb.cp/inherit.exp: print g_vD (FIXME v3 vtbl ptr) +PASS: gdb.cp/inherit.exp: print g_vE (FIXME v3 vtbl ptr) +Running ../../../master/gdb/testsuite/gdb.cp/koenig.exp ... +PASS: gdb.cp/koenig.exp: p first(c) +PASS: gdb.cp/koenig.exp: p second(0,0,c,0,0) +PASS: gdb.cp/koenig.exp: p first(0,c) +PASS: gdb.cp/koenig.exp: p first(b.c) +PASS: gdb.cp/koenig.exp: p foo(eo) +PASS: gdb.cp/koenig.exp: p foo(eo, eo) +PASS: gdb.cp/koenig.exp: p foo(eo, eo, 1) +PASS: gdb.cp/koenig.exp: p foo(fo, eo) +PASS: gdb.cp/koenig.exp: p foo(1 ,fo, eo) +PASS: gdb.cp/koenig.exp: p foo(go, fo, eo) +PASS: gdb.cp/koenig.exp: p fake(eo) +PASS: gdb.cp/koenig.exp: p foo (fake) +PASS: gdb.cp/koenig.exp: p foo(io) +PASS: gdb.cp/koenig.exp: p foo(ix) +PASS: gdb.cp/koenig.exp: p foo(ju) +PASS: gdb.cp/koenig.exp: p foo(js) +PASS: gdb.cp/koenig.exp: p foo(je) +XFAIL: gdb.cp/koenig.exp: p foo(jab) +PASS: gdb.cp/koenig.exp: p foo(jap) +PASS: gdb.cp/koenig.exp: p foo(japp) +PASS: gdb.cp/koenig.exp: p foo(jca) +PASS: gdb.cp/koenig.exp: p foo(ko,1) +PASS: gdb.cp/koenig.exp: p foo(ko,1.0f) +XFAIL: gdb.cp/koenig.exp: p bar(ko,1) +PASS: gdb.cp/koenig.exp: p foo(labo) +PASS: gdb.cp/koenig.exp: p ma.foo('a') +PASS: gdb.cp/koenig.exp: p foo(ma,'a') +PASS: gdb.cp/koenig.exp: p M::N::foo(ma,'a') +PASS: gdb.cp/koenig.exp: p M::FAKE::foo(ma,'a') +PASS: gdb.cp/koenig.exp: p M::N::fake(ma,'a') +PASS: gdb.cp/koenig.exp: p M::bar('a') +PASS: gdb.cp/koenig.exp: p M::N::bar('a') +PASS: gdb.cp/koenig.exp: p foo(ttoa, 'a') +PASS: gdb.cp/koenig.exp: p foo (p_union) +PASS: gdb.cp/koenig.exp: p q == 5 +PASS: gdb.cp/koenig.exp: p q == 5.0f +PASS: gdb.cp/koenig.exp: p q != 5 +PASS: gdb.cp/koenig.exp: p q != 5.0f +PASS: gdb.cp/koenig.exp: p q + 5.0f +PASS: gdb.cp/koenig.exp: p q + 5 +PASS: gdb.cp/koenig.exp: p ++q +PASS: gdb.cp/koenig.exp: p r.rfoo() +PASS: gdb.cp/koenig.exp: continue to breakpoint: marker1 +PASS: gdb.cp/koenig.exp: p rfoo() +PASS: gdb.cp/koenig.exp: p this->rfoo() +Running ../../../master/gdb/testsuite/gdb.cp/local.exp ... +PASS: gdb.cp/local.exp: up from marker1 +PASS: gdb.cp/local.exp: ptype l +PASS: gdb.cp/local.exp: ptype Local +PASS: gdb.cp/local.exp: break marker2 +PASS: gdb.cp/local.exp: continuing to marker2 +PASS: gdb.cp/local.exp: up from marker2 +PASS: gdb.cp/local.exp: Local out of scope +PASS: gdb.cp/local.exp: ptype InnerLocal (pattern 1) +PASS: gdb.cp/local.exp: ptype NestedInnerLocal +KFAIL: gdb.cp/local.exp: ptype InnerLocal::NestedInnerLocal (PRMS: gdb/482) +Running ../../../master/gdb/testsuite/gdb.cp/m-data.exp ... +PASS: gdb.cp/m-data.exp: continue to breakpoint: end of first constructors +PASS: gdb.cp/m-data.exp: simple object, const bool +PASS: gdb.cp/m-data.exp: simple object, const int +PASS: gdb.cp/m-data.exp: simple object, long +PASS: gdb.cp/m-data.exp: simple object, enum +PASS: gdb.cp/m-data.exp: derived template object, base const bool +PASS: gdb.cp/m-data.exp: derived template object, base const int +PASS: gdb.cp/m-data.exp: derived template object, base long +PASS: gdb.cp/m-data.exp: derived template object, base enum +PASS: gdb.cp/m-data.exp: derived template object, derived enum +PASS: gdb.cp/m-data.exp: template object, const bool +PASS: gdb.cp/m-data.exp: template object, const int +PASS: gdb.cp/m-data.exp: template object, long +PASS: gdb.cp/m-data.exp: template object, base enum +PASS: gdb.cp/m-data.exp: template object, derived enum +PASS: gdb.cp/m-data.exp: continue to breakpoint: continue to shadow breakpoint +PASS: gdb.cp/m-data.exp: shadowing member +PASS: gdb.cp/m-data.exp: shadowed global variable +Running ../../../master/gdb/testsuite/gdb.cp/m-static.exp ... +PASS: gdb.cp/m-static.exp: continue to breakpoint: end of constructors +PASS: gdb.cp/m-static.exp: simple object, static const bool +PASS: gdb.cp/m-static.exp: simple object, static const int +PASS: gdb.cp/m-static.exp: simple object, static long +PASS: gdb.cp/m-static.exp: simple object, static enum +PASS: gdb.cp/m-static.exp: derived template object, base static const bool +PASS: gdb.cp/m-static.exp: derived template object, base static const int +PASS: gdb.cp/m-static.exp: derived template object, base static long +PASS: gdb.cp/m-static.exp: derived template object, base static enum +PASS: gdb.cp/m-static.exp: derived template object, static enum +PASS: gdb.cp/m-static.exp: template object, static const bool +PASS: gdb.cp/m-static.exp: template object, static const int +PASS: gdb.cp/m-static.exp: template object, static long +PASS: gdb.cp/m-static.exp: template object, static enum +PASS: gdb.cp/m-static.exp: template object, static derived enum +PASS: gdb.cp/m-static.exp: static const int initialized elsewhere +PASS: gdb.cp/m-static.exp: static const int initialized nowhere +PASS: gdb.cp/m-static.exp: static const int initialized in class definition +PASS: gdb.cp/m-static.exp: static const float initialized in class definition +PASS: gdb.cp/m-static.exp: info variable everywhere +PASS: gdb.cp/m-static.exp: step +PASS: gdb.cp/m-static.exp: print svar +Running ../../../master/gdb/testsuite/gdb.cp/maint.exp ... +PASS: gdb.cp/maint.exp: help maintenance cplus +PASS: gdb.cp/maint.exp: help maint cp +PASS: gdb.cp/maint.exp: maint cp +PASS: gdb.cp/maint.exp: help maint cp first_component +PASS: gdb.cp/maint.exp: help maint cp namespace +PASS: gdb.cp/maint.exp: set complaints 1000 +PASS: gdb.cp/maint.exp: maint cp first_component foo +PASS: gdb.cp/maint.exp: maint cp first_component operator<< +PASS: gdb.cp/maint.exp: maint cp first_component operator>> +PASS: gdb.cp/maint.exp: maint cp first_component operator -> +PASS: gdb.cp/maint.exp: maint cp first_component operator() +PASS: gdb.cp/maint.exp: maint cp first_component operator> +PASS: gdb.cp/maint.exp: maint cp first_component operator< +PASS: gdb.cp/maint.exp: maint cp first_component operator -> +PASS: gdb.cp/maint.exp: maint cp first_component operator -> +PASS: gdb.cp/maint.exp: maint cp first_component foo() +PASS: gdb.cp/maint.exp: maint cp first_component foo(int) +PASS: gdb.cp/maint.exp: maint cp first_component foo(X::Y) +PASS: gdb.cp/maint.exp: maint cp first_component foo(X::Y, A::B) +PASS: gdb.cp/maint.exp: maint cp first_component foo(std::basic_streambuf<wchar_t,std::char_traits<wchar_t> >) +PASS: gdb.cp/maint.exp: maint cp first_component operator>(X::Y) +PASS: gdb.cp/maint.exp: maint cp first_component int operator<< <char>() +PASS: gdb.cp/maint.exp: maint cp first_component T<Cooperator> +PASS: gdb.cp/maint.exp: maint cp first_component int foo<&(operator<<(C, C))>() +PASS: gdb.cp/maint.exp: maint cp first_component int foo<&operator<<(C, C)>() +PASS: gdb.cp/maint.exp: maint cp first_component int foo<operator<<(C, C)>() +PASS: gdb.cp/maint.exp: maint cp first_component foo::bar +PASS: gdb.cp/maint.exp: maint cp first_component foo::bar::baz +PASS: gdb.cp/maint.exp: maint cp first_component C<A>::bar +PASS: gdb.cp/maint.exp: maint cp first_component C<std::basic_streambuf<wchar_t,std::char_traits<wchar_t> > >::bar +PASS: gdb.cp/maint.exp: maint cp first_component foo< +PASS: gdb.cp/maint.exp: maint cp first_component foo( +PASS: gdb.cp/maint.exp: maint cp first_component bool operator<<char> +PASS: gdb.cp/maint.exp: maint cp namespace +Running ../../../master/gdb/testsuite/gdb.cp/mb-ctor.exp ... +PASS: gdb.cp/mb-ctor.exp: set-breakpoint at ctor +PASS: gdb.cp/mb-ctor.exp: set-breakpoint at dtor +PASS: gdb.cp/mb-ctor.exp: run to breakpoint 1 v1 +PASS: gdb.cp/mb-ctor.exp: continue to breakpoint: set breakpoint here +PASS: gdb.cp/mb-ctor.exp: run to breakpoint 1 v2 +PASS: gdb.cp/mb-ctor.exp: continue to breakpoint: set breakpoint here +PASS: gdb.cp/mb-ctor.exp: run to breakpoint 3 v1 +PASS: gdb.cp/mb-ctor.exp: run to breakpoint 3 v2 +PASS: gdb.cp/mb-ctor.exp: run to exit +Running ../../../master/gdb/testsuite/gdb.cp/mb-inline.exp ... +PASS: gdb.cp/mb-inline.exp: set breakpoint +PASS: gdb.cp/mb-inline.exp: run to breakpoint +PASS: gdb.cp/mb-inline.exp: run to breakpoint 2 +PASS: gdb.cp/mb-inline.exp: disabling location: disable +PASS: gdb.cp/mb-inline.exp: disabling location: run to breakpoint +PASS: gdb.cp/mb-inline.exp: disabled breakpoint 1.2 +PASS: gdb.cp/mb-inline.exp: set multi_line_foo breakpoint +PASS: gdb.cp/mb-inline.exp: run to multi_line_foo breakpoint 4 afn +PASS: gdb.cp/mb-inline.exp: run to multi_line_foo breakpoint 4 bfn +Running ../../../master/gdb/testsuite/gdb.cp/mb-templates.exp ... +PASS: gdb.cp/mb-templates.exp: initial condition: set breakpoint +PASS: gdb.cp/mb-templates.exp: initial condition: run to breakpoint +PASS: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2 +PASS: gdb.cp/mb-templates.exp: separate condition: set breakpoint +PASS: gdb.cp/mb-templates.exp: separate condition: set condition +PASS: gdb.cp/mb-templates.exp: separate condition: run to breakpoint +PASS: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2 +PASS: gdb.cp/mb-templates.exp: disabling location: disable +PASS: gdb.cp/mb-templates.exp: disabling location: run to breakpoint +PASS: gdb.cp/mb-templates.exp: disabling location: enable +PASS: gdb.cp/mb-templates.exp: disable breakpoint: disable +PASS: gdb.cp/mb-templates.exp: disable breakpoint: run to breakpoint +PASS: gdb.cp/mb-templates.exp: instantiation: set breakpoint +PASS: gdb.cp/mb-templates.exp: instantiation: run to breakpoint +PASS: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2 +PASS: gdb.cp/mb-templates.exp: set multi_line_foo breakpoint +PASS: gdb.cp/mb-templates.exp: run to multi_line_foo breakpoint 2 <int> +PASS: gdb.cp/mb-templates.exp: run to multi_line_foo breakpoint 2 <double> +Running ../../../master/gdb/testsuite/gdb.cp/member-ptr.exp ... +PASS: gdb.cp/member-ptr.exp: continue to breakpoint: continue to pmi = NULL +PASS: gdb.cp/member-ptr.exp: ptype pmi (A::j) +PASS: gdb.cp/member-ptr.exp: print pmi (A::j) +PASS: gdb.cp/member-ptr.exp: print a.*pmi (A::j) +PASS: gdb.cp/member-ptr.exp: print a_p->*pmi (A::j) +PASS: gdb.cp/member-ptr.exp: set var pmi = &A::jj +PASS: gdb.cp/member-ptr.exp: print pmi (A::jj) +PASS: gdb.cp/member-ptr.exp: print a.*pmi (A::jj) +PASS: gdb.cp/member-ptr.exp: set var pmi = &A::j +PASS: gdb.cp/member-ptr.exp: print a.*pmi (A::j) (again) +PASS: gdb.cp/member-ptr.exp: print a.*pmi = 33 +PASS: gdb.cp/member-ptr.exp: print a.*pmi (A::j) (33) +PASS: gdb.cp/member-ptr.exp: print a (j = 33) +PASS: gdb.cp/member-ptr.exp: print a_p->*pmi = 44 +PASS: gdb.cp/member-ptr.exp: print a_p->*pmi (44) +PASS: gdb.cp/member-ptr.exp: print a (j = 44) +PASS: gdb.cp/member-ptr.exp: ptype a.*pmi +PASS: gdb.cp/member-ptr.exp: print *pmi +PASS: gdb.cp/member-ptr.exp: ptype *pmi +PASS: gdb.cp/member-ptr.exp: print (int) pmi +PASS: gdb.cp/member-ptr.exp: print ((int) pmi) == ((char *) &a.j - (char *) &a) +PASS: gdb.cp/member-ptr.exp: ptype pmf +PASS: gdb.cp/member-ptr.exp: print pmf +PASS: gdb.cp/member-ptr.exp: ptype pmf_p +PASS: gdb.cp/member-ptr.exp: gdb/NNNN +PASS: gdb.cp/member-ptr.exp: print a.*pmf +PASS: gdb.cp/member-ptr.exp: print a_p->*pmf +PASS: gdb.cp/member-ptr.exp: set var pmf = &A::foo +PASS: gdb.cp/member-ptr.exp: print *pmf +PASS: gdb.cp/member-ptr.exp: ptype *pmf +PASS: gdb.cp/member-ptr.exp: print (a.*pmf)(3) +PASS: gdb.cp/member-ptr.exp: ptype a.*pmf +PASS: gdb.cp/member-ptr.exp: print diamond_pmi +PASS: gdb.cp/member-ptr.exp: print diamond.*diamond_pmi +PASS: gdb.cp/member-ptr.exp: print diamond.*left_pmf +PASS: gdb.cp/member-ptr.exp: print diamond.*right_pmf +PASS: gdb.cp/member-ptr.exp: print (diamond.*left_pmf) () +PASS: gdb.cp/member-ptr.exp: print (diamond.*right_pmf) () +PASS: gdb.cp/member-ptr.exp: print diamond.*left_vpmf +PASS: gdb.cp/member-ptr.exp: print diamond.*right_vpmf +PASS: gdb.cp/member-ptr.exp: print (diamond.*left_vpmf) () +PASS: gdb.cp/member-ptr.exp: print (diamond.*left_base_vpmf) () +PASS: gdb.cp/member-ptr.exp: print (diamond.*right_vpmf) () +PASS: gdb.cp/member-ptr.exp: print left_vpmf +PASS: gdb.cp/member-ptr.exp: print right_vpmf +PASS: gdb.cp/member-ptr.exp: print base_vpmf +PASS: gdb.cp/member-ptr.exp: print diamond.*left_vpmf () +PASS: gdb.cp/member-ptr.exp: print null_pmi +PASS: gdb.cp/member-ptr.exp: print null_pmi = &A::j +PASS: gdb.cp/member-ptr.exp: print null_pmi = 0 +PASS: gdb.cp/member-ptr.exp: print null_pmf +PASS: gdb.cp/member-ptr.exp: print null_pmf = &A::foo +PASS: gdb.cp/member-ptr.exp: print null_pmf = 0 +Running ../../../master/gdb/testsuite/gdb.cp/method.exp ... +PASS: gdb.cp/method.exp: break A::foo +PASS: gdb.cp/method.exp: continue to A::foo +PASS: gdb.cp/method.exp: print x in A::foo +PASS: gdb.cp/method.exp: print this in A::foo +PASS: gdb.cp/method.exp: break A::bar +PASS: gdb.cp/method.exp: continue to A::bar +PASS: gdb.cp/method.exp: print x in A::bar +PASS: gdb.cp/method.exp: print this in A::bar +PASS: gdb.cp/method.exp: break 21 +PASS: gdb.cp/method.exp: continue to 21 +PASS: gdb.cp/method.exp: print data_ in funk::getFunky +PASS: gdb.cp/method.exp: print this in funk::getFunky +PASS: gdb.cp/method.exp: print res in funk::getFunky +PASS: gdb.cp/method.exp: ptype A +PASS: gdb.cp/method.exp: finish program +Running ../../../master/gdb/testsuite/gdb.cp/method2.exp ... +PASS: gdb.cp/method2.exp: set multiple-symbols ask +PASS: gdb.cp/method2.exp: setting language c +PASS: gdb.cp/method2.exp: breaking in method (c) +PASS: gdb.cp/method2.exp: setting language c++ +PASS: gdb.cp/method2.exp: breaking in method (c++) +PASS: gdb.cp/method2.exp: continue until exit at continue to end +Running ../../../master/gdb/testsuite/gdb.cp/minsym-fallback.exp ... +PASS: gdb.cp/minsym-fallback.exp: set breakpoint pending off +PASS: gdb.cp/minsym-fallback.exp: break C::f() +PASS: gdb.cp/minsym-fallback.exp: break C::operator()() +Running ../../../master/gdb/testsuite/gdb.cp/misc.exp ... +PASS: gdb.cp/misc.exp: deduced language is C++, before full symbols +PASS: gdb.cp/misc.exp: deduced language is C++, after full symbols +PASS: gdb.cp/misc.exp: print s.a for foo struct (known gcc 2.7.2 and earlier bug) +PASS: gdb.cp/misc.exp: print as bool (setup) +PASS: gdb.cp/misc.exp: print as bool (print 1 == 1) +PASS: gdb.cp/misc.exp: print as bool (print 1 == 2) +PASS: gdb.cp/misc.exp: print a bool var +PASS: gdb.cp/misc.exp: set a bool var (setup) +PASS: gdb.cp/misc.exp: set a bool var (print v_bool) +PASS: gdb.cp/misc.exp: print a bool array +PASS: gdb.cp/misc.exp: set a bool array elem (setup) +PASS: gdb.cp/misc.exp: set a bool array elem (print v_bool_array) +PASS: gdb.cp/misc.exp: print true +PASS: gdb.cp/misc.exp: print false +PASS: gdb.cp/misc.exp: 1 + true +PASS: gdb.cp/misc.exp: 3 + false +PASS: gdb.cp/misc.exp: 1 < 2 < 3 +PASS: gdb.cp/misc.exp: 2 < 1 > 4 +PASS: gdb.cp/misc.exp: (bool)43 +PASS: gdb.cp/misc.exp: (bool)0 +PASS: gdb.cp/misc.exp: (bool)17.93 +PASS: gdb.cp/misc.exp: (bool)0.0 +PASS: gdb.cp/misc.exp: (int)true +PASS: gdb.cp/misc.exp: (int)false +Running ../../../master/gdb/testsuite/gdb.cp/namespace-nested-import.exp ... +PASS: gdb.cp/namespace-nested-import.exp: print C::x +Running ../../../master/gdb/testsuite/gdb.cp/namespace.exp ... +PASS: gdb.cp/namespace.exp: up from marker1 +PASS: gdb.cp/namespace.exp: print 'AAA::c' +PASS: gdb.cp/namespace.exp: print AAA::c +PASS: gdb.cp/namespace.exp: print ina +PASS: gdb.cp/namespace.exp: ptype ina +PASS: gdb.cp/namespace.exp: info func xyzq +PASS: gdb.cp/namespace.exp: print 'AAA::xyzq'('x') +PASS: gdb.cp/namespace.exp: print AAA::xyzq('x') +PASS: gdb.cp/namespace.exp: break AAA::xyzq +PASS: gdb.cp/namespace.exp: print 'BBB::CCC::xyzq'('x') +PASS: gdb.cp/namespace.exp: print BBB::CCC::xyzq('x') +PASS: gdb.cp/namespace.exp: break BBB::CCC::xyzq +PASS: gdb.cp/namespace.exp: print 'BBB::Class::xyzq' +PASS: gdb.cp/namespace.exp: print BBB::Class::xyzq +PASS: gdb.cp/namespace.exp: break BBB::Class::xyzq +PASS: gdb.cp/namespace.exp: whatis C::cOtherFileType +PASS: gdb.cp/namespace.exp: whatis ::C::cOtherFileType +PASS: gdb.cp/namespace.exp: whatis C::cOtherFileVar +PASS: gdb.cp/namespace.exp: whatis ::C::cOtherFileVar +PASS: gdb.cp/namespace.exp: print C::cOtherFileVar +PASS: gdb.cp/namespace.exp: print ::C::cOtherFileVar +PASS: gdb.cp/namespace.exp: whatis C::OtherFileClass::cOtherFileClassType +PASS: gdb.cp/namespace.exp: whatis ::C::OtherFileClass::cOtherFileClassType +PASS: gdb.cp/namespace.exp: print C::OtherFileClass::cOtherFileClassVar +PASS: gdb.cp/namespace.exp: print ::cOtherFileClassVar +PASS: gdb.cp/namespace.exp: print ::C::OtherFileClass::cOtherFileClassVar +PASS: gdb.cp/namespace.exp: print c +PASS: gdb.cp/namespace.exp: print cc +PASS: gdb.cp/namespace.exp: print 'C::cc' +PASS: gdb.cp/namespace.exp: print C::cc +PASS: gdb.cp/namespace.exp: print cd +PASS: gdb.cp/namespace.exp: print C::D::cd +PASS: gdb.cp/namespace.exp: print 'E::cde' +PASS: gdb.cp/namespace.exp: print E::cde +PASS: gdb.cp/namespace.exp: print shadow +PASS: gdb.cp/namespace.exp: print E::ce +PASS: gdb.cp/namespace.exp: ptype C +PASS: gdb.cp/namespace.exp: ptype E +PASS: gdb.cp/namespace.exp: ptype CClass +PASS: gdb.cp/namespace.exp: ptype CClass::NestedClass +PASS: gdb.cp/namespace.exp: ptype NestedClass +PASS: gdb.cp/namespace.exp: ptype ::C::CClass +PASS: gdb.cp/namespace.exp: ptype ::C::CClass::NestedClass +PASS: gdb.cp/namespace.exp: ptype ::C::NestedClass +PASS: gdb.cp/namespace.exp: ptype C::CClass +PASS: gdb.cp/namespace.exp: ptype C::CClass::NestedClass +PASS: gdb.cp/namespace.exp: ptype C::NestedClass +PASS: gdb.cp/namespace.exp: print cOtherFile +PASS: gdb.cp/namespace.exp: ptype OtherFileClass +PASS: gdb.cp/namespace.exp: ptype ::C::OtherFileClass +PASS: gdb.cp/namespace.exp: ptype C::OtherFileClass +PASS: gdb.cp/namespace.exp: ptype OtherFileClass typedefs +PASS: gdb.cp/namespace.exp: ptype ::C::OtherFileClass typedefs +PASS: gdb.cp/namespace.exp: print cX +PASS: gdb.cp/namespace.exp: print 'F::cXf' +PASS: gdb.cp/namespace.exp: print F::cXf +PASS: gdb.cp/namespace.exp: print F::cXfX +PASS: gdb.cp/namespace.exp: print X +PASS: gdb.cp/namespace.exp: print 'G::Xg' +PASS: gdb.cp/namespace.exp: print G::Xg +PASS: gdb.cp/namespace.exp: print G::XgX +PASS: gdb.cp/namespace.exp: print cXOtherFile +PASS: gdb.cp/namespace.exp: print XOtherFile +PASS: gdb.cp/namespace.exp: print AAA::ALPHA +PASS: gdb.cp/namespace.exp: whatis ::C::CClass::NestedClass +PASS: gdb.cp/namespace.exp: whatis ::C::CClass::NestedClass * +Running ../../../master/gdb/testsuite/gdb.cp/nextoverthrow.exp ... +PASS: gdb.cp/nextoverthrow.exp: check for unwinder hook +UNSUPPORTED: gdb.cp/nextoverthrow.exp: nextoverthrow.exp could not find _Unwind_DebugHook +Running ../../../master/gdb/testsuite/gdb.cp/no-dmgl-verbose.exp ... +PASS: gdb.cp/no-dmgl-verbose.exp: set breakpoint pending off +PASS: gdb.cp/no-dmgl-verbose.exp: DMGL_VERBOSE-demangled f(std::string) is not defined +Running ../../../master/gdb/testsuite/gdb.cp/noparam.exp ... +PASS: gdb.cp/noparam.exp: p C::m (int) +Running ../../../master/gdb/testsuite/gdb.cp/nsdecl.exp ... +PASS: gdb.cp/nsdecl.exp: print fakex +Running ../../../master/gdb/testsuite/gdb.cp/nsimport.exp ... +PASS: gdb.cp/nsimport.exp: print x +PASS: gdb.cp/nsimport.exp: print xx +PASS: gdb.cp/nsimport.exp: print xxx +Running ../../../master/gdb/testsuite/gdb.cp/nsnested.exp ... +PASS: gdb.cp/nsnested.exp: print ab +PASS: gdb.cp/nsnested.exp: continue to breakpoint: C::first +PASS: gdb.cp/nsnested.exp: print ab +PASS: gdb.cp/nsnested.exp: print C::D::ab +PASS: gdb.cp/nsnested.exp: continue to breakpoint: C::D::second +PASS: gdb.cp/nsnested.exp: print ab +Running ../../../master/gdb/testsuite/gdb.cp/nsnoimports.exp ... +PASS: gdb.cp/nsnoimports.exp: print A::_a +PASS: gdb.cp/nsnoimports.exp: print A::B::ab +PASS: gdb.cp/nsnoimports.exp: print A::B::C::abc +PASS: gdb.cp/nsnoimports.exp: print _a +PASS: gdb.cp/nsnoimports.exp: print ab +PASS: gdb.cp/nsnoimports.exp: print abc +PASS: gdb.cp/nsnoimports.exp: continue to breakpoint: A::B::first +PASS: gdb.cp/nsnoimports.exp: print A::_a +PASS: gdb.cp/nsnoimports.exp: print A::B::ab +PASS: gdb.cp/nsnoimports.exp: print A::B::C::abc +PASS: gdb.cp/nsnoimports.exp: print _a +PASS: gdb.cp/nsnoimports.exp: print ab +PASS: gdb.cp/nsnoimports.exp: print C::abc +PASS: gdb.cp/nsnoimports.exp: print abc +PASS: gdb.cp/nsnoimports.exp: continue to breakpoint: A::B::C::second +PASS: gdb.cp/nsnoimports.exp: print A::_a +PASS: gdb.cp/nsnoimports.exp: print A::B::ab +PASS: gdb.cp/nsnoimports.exp: print A::B::C::abc +PASS: gdb.cp/nsnoimports.exp: print _a +PASS: gdb.cp/nsnoimports.exp: print ab +PASS: gdb.cp/nsnoimports.exp: print abc +Running ../../../master/gdb/testsuite/gdb.cp/nsrecurs.exp ... +PASS: gdb.cp/nsrecurs.exp: print ax +PASS: gdb.cp/nsrecurs.exp: print dx +PASS: gdb.cp/nsrecurs.exp: print xx +KFAIL: gdb.cp/nsrecurs.exp: ptype G::GF (PRMS: gdb/10541) +KFAIL: gdb.cp/nsrecurs.exp: print G::GF::FE::ex (PRMS: gdb/10541) +Running ../../../master/gdb/testsuite/gdb.cp/nsstress.exp ... +PASS: gdb.cp/nsstress.exp: print y +Running ../../../master/gdb/testsuite/gdb.cp/nsusing.exp ... +PASS: gdb.cp/nsusing.exp: print _a +PASS: gdb.cp/nsusing.exp: continue to breakpoint: marker3 +PASS: gdb.cp/nsusing.exp: Print _a without import +PASS: gdb.cp/nsusing.exp: continue to breakpoint: marker1 stop +PASS: gdb.cp/nsusing.exp: print _a in a nested scope +PASS: gdb.cp/nsusing.exp: print cc +PASS: gdb.cp/nsusing.exp: print B::_a +PASS: gdb.cp/nsusing.exp: print _a in namespace alias scope +PASS: gdb.cp/nsusing.exp: print x in namespace alias scope +PASS: gdb.cp/nsusing.exp: Print _a without import +PASS: gdb.cp/nsusing.exp: print dx +PASS: gdb.cp/nsusing.exp: print efx +PASS: gdb.cp/nsusing.exp: print ghx +PASS: gdb.cp/nsusing.exp: print jx +PASS: gdb.cp/nsusing.exp: continue to breakpoint: K::marker9 +PASS: gdb.cp/nsusing.exp: print jx +PASS: gdb.cp/nsusing.exp: continue to breakpoint: marker10 stop +PASS: gdb.cp/nsusing.exp: print x (from M::x) +Running ../../../master/gdb/testsuite/gdb.cp/operator.exp ... +PASS: gdb.cp/operator.exp: global operator +PASS: gdb.cp/operator.exp: global operator overload +PASS: gdb.cp/operator.exp: ADL operator +PASS: gdb.cp/operator.exp: ADL operator overload +PASS: gdb.cp/operator.exp: Fully qualified explicit operator call +PASS: gdb.cp/operator.exp: anonymous namespace operator +PASS: gdb.cp/operator.exp: anonymous namespace operator overload +PASS: gdb.cp/operator.exp: anonymous namespace operator overload float +PASS: gdb.cp/operator.exp: imported operator +PASS: gdb.cp/operator.exp: imported operator overload +PASS: gdb.cp/operator.exp: imported operator overload float +PASS: gdb.cp/operator.exp: member operator +PASS: gdb.cp/operator.exp: member operator overload +PASS: gdb.cp/operator.exp: namespace alias +PASS: gdb.cp/operator.exp: imported declaration +PASS: gdb.cp/operator.exp: p l == 1 +PASS: gdb.cp/operator.exp: p x[0] +Running ../../../master/gdb/testsuite/gdb.cp/oranking.exp ... +PASS: gdb.cp/oranking.exp: continue to breakpoint: end of main +KFAIL: gdb.cp/oranking.exp: p foo0(b) (PRMS: gdb/12096) +PASS: gdb.cp/oranking.exp: p test1() +PASS: gdb.cp/oranking.exp: p foo1(b) +PASS: gdb.cp/oranking.exp: p test2() +KFAIL: gdb.cp/oranking.exp: p foo2(b) (PRMS: gdb/12098) +PASS: gdb.cp/oranking.exp: p test3() +PASS: gdb.cp/oranking.exp: p foo3(1.0f) +PASS: gdb.cp/oranking.exp: p test4() +KFAIL: gdb.cp/oranking.exp: p foo4(&a) (PRMS: gdb/12098) +PASS: gdb.cp/oranking.exp: p test5() +PASS: gdb.cp/oranking.exp: p foo5(c) +PASS: gdb.cp/oranking.exp: p test6() +PASS: gdb.cp/oranking.exp: p foo6(bp) +PASS: gdb.cp/oranking.exp: p test7() +PASS: gdb.cp/oranking.exp: p foo7(cp) +PASS: gdb.cp/oranking.exp: p test8() +PASS: gdb.cp/oranking.exp: p foo8(co) +PASS: gdb.cp/oranking.exp: p test9() +PASS: gdb.cp/oranking.exp: p foo9(co) +PASS: gdb.cp/oranking.exp: p test10() +KFAIL: gdb.cp/oranking.exp: p foo10(amp) (PRMS: gdb/12098) +PASS: gdb.cp/oranking.exp: p test101() +KFAIL: gdb.cp/oranking.exp: p foo101("abc") (PRMS: gdb/12098) +PASS: gdb.cp/oranking.exp: p test11() +KFAIL: gdb.cp/oranking.exp: p foo11(d) (PRMS: gdb/12096) +PASS: gdb.cp/oranking.exp: p test12() +PASS: gdb.cp/oranking.exp: p foo12(1) +PASS: gdb.cp/oranking.exp: p test13() +KFAIL: gdb.cp/oranking.exp: p foo13(c) (PRMS: gdb/12098) +PASS: gdb.cp/oranking.exp: p test14() +KFAIL: gdb.cp/oranking.exp: p foo14(e) (PRMS: gdb/12096) +Running ../../../master/gdb/testsuite/gdb.cp/overload-const.exp ... +PASS: gdb.cp/overload-const.exp: set language c++ +PASS: gdb.cp/overload-const.exp: setting breakpoint at myclass::func +Running ../../../master/gdb/testsuite/gdb.cp/overload.exp ... +PASS: gdb.cp/overload.exp: up from marker1 +PASS: gdb.cp/overload.exp: print foo_instance1 +PASS: gdb.cp/overload.exp: ptype foo_instance1 (shorter match) +PASS: gdb.cp/overload.exp: print foo_instance2 +PASS: gdb.cp/overload.exp: print foo_instance3 +PASS: gdb.cp/overload.exp: print call overloaded func 1 arg +PASS: gdb.cp/overload.exp: re-selected 'main' frame after inferior call +PASS: gdb.cp/overload.exp: print call overloaded func 2 args +PASS: gdb.cp/overload.exp: print call overloaded func 3 args +PASS: gdb.cp/overload.exp: print call overloaded func 4 args +PASS: gdb.cp/overload.exp: print call overloaded func 5 args +PASS: gdb.cp/overload.exp: print call overloaded func 6 args +PASS: gdb.cp/overload.exp: print call overloaded func 7 args +PASS: gdb.cp/overload.exp: print call overloaded func 8 args +PASS: gdb.cp/overload.exp: print call overloaded func 9 args +PASS: gdb.cp/overload.exp: print call overloaded func 10 args +PASS: gdb.cp/overload.exp: print call overloaded func 11 args +PASS: gdb.cp/overload.exp: print call overloaded func void arg +PASS: gdb.cp/overload.exp: print call overloaded func char arg +PASS: gdb.cp/overload.exp: print call overloaded func signed char arg +PASS: gdb.cp/overload.exp: print call overloaded func unsigned char arg +PASS: gdb.cp/overload.exp: print call overloaded func short arg +PASS: gdb.cp/overload.exp: print call overloaded func unsigned short arg +PASS: gdb.cp/overload.exp: print call overloaded func int arg +PASS: gdb.cp/overload.exp: print call overloaded func unsigned int arg +PASS: gdb.cp/overload.exp: print call overloaded func long arg +PASS: gdb.cp/overload.exp: print call overloaded func unsigned long arg +PASS: gdb.cp/overload.exp: print call overloaded func float arg +PASS: gdb.cp/overload.exp: print call overloaded func double arg +PASS: gdb.cp/overload.exp: print call overloaded func int\* arg +PASS: gdb.cp/overload.exp: print call overloaded func char\* arg +PASS: gdb.cp/overload.exp: print bar(a) +PASS: gdb.cp/overload.exp: print bar(b) +PASS: gdb.cp/overload.exp: print bar(c) +PASS: gdb.cp/overload.exp: print bar(d) +PASS: gdb.cp/overload.exp: list overloaded function with no args +PASS: gdb.cp/overload.exp: list overloaded function with int arg +PASS: gdb.cp/overload.exp: list overloaded function with function ptr args +PASS: gdb.cp/overload.exp: list overloaded function with function ptr args - quotes around argument +PASS: gdb.cp/overload.exp: list overload.cc:intToChar +PASS: gdb.cp/overload.exp: list overload.cc:intToChar(char) +PASS: gdb.cp/overload.exp: list overload.cc:'intToChar(char)' +PASS: gdb.cp/overload.exp: list 'overload.cc:intToChar(char)' +PASS: gdb.cp/overload.exp: list 'overload.cc':intToChar(char) +PASS: gdb.cp/overload.exp: list 'overload.cc':'intToChar(char)' +KFAIL: gdb.cp/overload.exp: list overload.cc:foo::overloadfnarg(int) (PRMS: gdb/11289) +KFAIL: gdb.cp/overload.exp: list overload.cc:'foo::overloadfnarg(int)' (PRMS: gdb/11289) +PASS: gdb.cp/overload.exp: print overloadNamespace(1) +PASS: gdb.cp/overload.exp: print overloadNamespace('a') +PASS: gdb.cp/overload.exp: print overloadNamespace(dummyInstance) +PASS: gdb.cp/overload.exp: print K::staticoverload () +PASS: gdb.cp/overload.exp: print K::staticoverload (2) +PASS: gdb.cp/overload.exp: print K::staticoverload (2, 3) +PASS: gdb.cp/overload.exp: print N::nsoverload () +PASS: gdb.cp/overload.exp: print N::nsoverload (2) +PASS: gdb.cp/overload.exp: print N::nsoverload (2, 3) +PASS: gdb.cp/overload.exp: print overloadNamespace(1) in XXX +PASS: gdb.cp/overload.exp: print overloadNamespace('a') in XXX +PASS: gdb.cp/overload.exp: print overloadNamespace(dummyInstance) in XXX +PASS: gdb.cp/overload.exp: print intToChar(1) +PASS: gdb.cp/overload.exp: print foo::overload1arg +PASS: gdb.cp/overload.exp: print foo::overload1arg(char***) +PASS: gdb.cp/overload.exp: print foo::overload1arg(void) +PASS: gdb.cp/overload.exp: print foo::overload1arg(char) +PASS: gdb.cp/overload.exp: print foo::overload1arg(signed char) +PASS: gdb.cp/overload.exp: print foo::overload1arg(unsigned char) +PASS: gdb.cp/overload.exp: print foo::overload1arg(short) +PASS: gdb.cp/overload.exp: print foo::overload1arg(unsigned short) +PASS: gdb.cp/overload.exp: print foo::overload1arg(int) +PASS: gdb.cp/overload.exp: print foo::overload1arg(unsigned int) +PASS: gdb.cp/overload.exp: print foo::overload1arg(long) +PASS: gdb.cp/overload.exp: print foo::overload1arg(unsigned long) +PASS: gdb.cp/overload.exp: print foo::overload1arg(float) +PASS: gdb.cp/overload.exp: print foo::overload1arg(double) +Running ../../../master/gdb/testsuite/gdb.cp/ovldbreak.exp ... +PASS: gdb.cp/ovldbreak.exp: set multiple-symbols ask +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 12 +PASS: gdb.cp/ovldbreak.exp: set bp 2 on foo::overload1arg 12 line 111 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 11 +PASS: gdb.cp/ovldbreak.exp: set bp 3 on foo::overload1arg 11 line 112 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 10 +PASS: gdb.cp/ovldbreak.exp: set bp 4 on foo::overload1arg 10 line 113 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 9 +PASS: gdb.cp/ovldbreak.exp: set bp 5 on foo::overload1arg 9 line 114 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 8 +PASS: gdb.cp/ovldbreak.exp: set bp 6 on foo::overload1arg 8 line 115 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 7 +PASS: gdb.cp/ovldbreak.exp: set bp 7 on foo::overload1arg 7 line 116 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 6 +PASS: gdb.cp/ovldbreak.exp: set bp 8 on foo::overload1arg 6 line 117 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 5 +PASS: gdb.cp/ovldbreak.exp: set bp 9 on foo::overload1arg 5 line 118 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 4 +PASS: gdb.cp/ovldbreak.exp: set bp 10 on foo::overload1arg 4 line 119 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 3 +PASS: gdb.cp/ovldbreak.exp: set bp 11 on foo::overload1arg 3 line 120 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 2 +PASS: gdb.cp/ovldbreak.exp: set bp 12 on foo::overload1arg 2 line 121 +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 13 +PASS: gdb.cp/ovldbreak.exp: set bp 13 on foo::overload1arg 13 line 110 +PASS: gdb.cp/ovldbreak.exp: breakpoint info (after setting one-by-one) +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice cancel +PASS: gdb.cp/ovldbreak.exp: set bp on overload1arg canceled +PASS: gdb.cp/ovldbreak.exp: breakpoint info (after cancel) +PASS: gdb.cp/ovldbreak.exp: delete all breakpoints +PASS: gdb.cp/ovldbreak.exp: breakpoint info (after delete) +PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice all +PASS: gdb.cp/ovldbreak.exp: set bp on overload1arg all +PASS: gdb.cp/ovldbreak.exp: breakpoint info (after setting on all) +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : (void|) +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : char +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : signed char +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned char +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : short +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned short +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : int +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : (unsigned|unsigned int) +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : long +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : unsigned long +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : float +PASS: gdb.cp/ovldbreak.exp: continue to bp overloaded : double +PASS: gdb.cp/ovldbreak.exp: set multiple-symbols cancel +PASS: gdb.cp/ovldbreak.exp: break foo::foofunc +PASS: gdb.cp/ovldbreak.exp: set multiple-symbols all +PASS: gdb.cp/ovldbreak.exp: break foo::foofunc +PASS: gdb.cp/ovldbreak.exp: continue until exit at finish program +Running ../../../master/gdb/testsuite/gdb.cp/ovsrch.exp ... +PASS: gdb.cp/ovsrch.exp: break stop_here +PASS: gdb.cp/ovsrch.exp: break 'stop_here' +PASS: gdb.cp/ovsrch.exp: continue to breakpoint: stop_here +PASS: gdb.cp/ovsrch.exp: break outer::foo (char*) const +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (char*) const' +PASS: gdb.cp/ovsrch.exp: break outer::foo (char*) const if (a == 3) +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (char*) const' if (a == 3) +PASS: gdb.cp/ovsrch.exp: break outer::foo (char*) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (char*) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break outer::foo (void) const +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (void) const' +PASS: gdb.cp/ovsrch.exp: break outer::foo (int) const +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (int) const' +PASS: gdb.cp/ovsrch.exp: break outer::foo (int) const if (a == 3) +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (int) const' if (a == 3) +PASS: gdb.cp/ovsrch.exp: break outer::foo (int) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'outer::foo (int) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break outer::foo if (a == 3) +PASS: gdb.cp/ovsrch.exp: break B::stop_here_too +PASS: gdb.cp/ovsrch.exp: break 'B::stop_here_too' +PASS: gdb.cp/ovsrch.exp: continue to breakpoint: stop_here_too +PASS: gdb.cp/ovsrch.exp: break inner::foo (char*) const +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (char*) const' +PASS: gdb.cp/ovsrch.exp: break inner::foo (char*) const if (a == 3) +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (char*) const' if (a == 3) +PASS: gdb.cp/ovsrch.exp: break inner::foo (char*) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (char*) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break inner::foo (void) const +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (void) const' +PASS: gdb.cp/ovsrch.exp: break inner::foo (int) const +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (int) const' +PASS: gdb.cp/ovsrch.exp: break inner::foo (int) const if (a == 3) +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (int) const' if (a == 3) +PASS: gdb.cp/ovsrch.exp: break inner::foo (int) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'inner::foo (int) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break inner::foo if (a == 3) +Running ../../../master/gdb/testsuite/gdb.cp/paren-type.exp ... +PASS: gdb.cp/paren-type.exp: set breakpoint pending off +PASS: gdb.cp/paren-type.exp: break C::f(long) +PASS: gdb.cp/paren-type.exp: break C::f(short) +Running ../../../master/gdb/testsuite/gdb.cp/pass-by-ref.exp ... +PASS: gdb.cp/pass-by-ref.exp: call function in obj +PASS: gdb.cp/pass-by-ref.exp: call function in derived +PASS: gdb.cp/pass-by-ref.exp: call function in container +Running ../../../master/gdb/testsuite/gdb.cp/pr-1023.exp ... +PASS: gdb.cp/pr-1023.exp: break myClass::performBlocking +PASS: gdb.cp/pr-1023.exp: break myClass::performUnblocking +Running ../../../master/gdb/testsuite/gdb.cp/pr-1210.exp ... +PASS: gdb.cp/pr-1210.exp: step past initialization +PASS: gdb.cp/pr-1210.exp: print *obj +PASS: gdb.cp/pr-1210.exp: print obj->myB +Running ../../../master/gdb/testsuite/gdb.cp/pr-574.exp ... +PASS: gdb.cp/pr-574.exp: continue to breakpoint: end of constructors +PASS: gdb.cp/pr-574.exp: PR gdb/574 +Running ../../../master/gdb/testsuite/gdb.cp/pr10687.exp ... +PASS: gdb.cp/pr10687.exp: continue to breakpoint: marker +PASS: gdb.cp/pr10687.exp: p a +Running ../../../master/gdb/testsuite/gdb.cp/pr10728.exp ... +PASS: gdb.cp/pr10728.exp: continue to breakpoint: marker 1 +PASS: gdb.cp/pr10728.exp: print x->y2 - x->y1 +Running ../../../master/gdb/testsuite/gdb.cp/pr12028.exp ... +PASS: gdb.cp/pr12028.exp: p D::foo(b) +Running ../../../master/gdb/testsuite/gdb.cp/pr9067.exp ... +PASS: gdb.cp/pr9067.exp: print b +Running ../../../master/gdb/testsuite/gdb.cp/pr9167.exp ... +PASS: gdb.cp/pr9167.exp: continue to breakpoint: marker +PASS: gdb.cp/pr9167.exp: p b +Running ../../../master/gdb/testsuite/gdb.cp/pr9631.exp ... +PASS: gdb.cp/pr9631.exp: continue to breakpoint: after bar tender is initialized +PASS: gdb.cp/pr9631.exp: print tender +Running ../../../master/gdb/testsuite/gdb.cp/printmethod.exp ... +PASS: gdb.cp/printmethod.exp: continue to breakpoint: end of constructors +PASS: gdb.cp/printmethod.exp: print virtual method. +PASS: gdb.cp/printmethod.exp: print nonvirtual method. +Running ../../../master/gdb/testsuite/gdb.cp/psmang.exp ... +PASS: gdb.cp/psmang.exp: break s::method1 +PASS: gdb.cp/psmang.exp: break s::method2 +Running ../../../master/gdb/testsuite/gdb.cp/psymtab-parameter.exp ... +PASS: gdb.cp/psymtab-parameter.exp: set language c++ +PASS: gdb.cp/psymtab-parameter.exp: maintenance info symtabs +PASS: gdb.cp/psymtab-parameter.exp: complete p 'func<short>( +Running ../../../master/gdb/testsuite/gdb.cp/ptype-cv-cp.exp ... +PASS: gdb.cp/ptype-cv-cp.exp: whatis v_my_int +PASS: gdb.cp/ptype-cv-cp.exp: ptype v_my_int +PASS: gdb.cp/ptype-cv-cp.exp: whatis v_const_my_int +PASS: gdb.cp/ptype-cv-cp.exp: ptype v_const_my_int +PASS: gdb.cp/ptype-cv-cp.exp: whatis v_volatile_my_int +PASS: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_my_int +PASS: gdb.cp/ptype-cv-cp.exp: whatis v_const_volatile_my_int +PASS: gdb.cp/ptype-cv-cp.exp: ptype v_const_volatile_my_int +PASS: gdb.cp/ptype-cv-cp.exp: whatis v_volatile_const_my_int +KFAIL: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_const_my_int (PRMS: gcc/45997) +Running ../../../master/gdb/testsuite/gdb.cp/punctuator.exp ... +PASS: gdb.cp/punctuator.exp: set lang c++ +PASS: gdb.cp/punctuator.exp: print (0x5a5a bitand 0xaaaa) == (0x5a5a & 0xaaaa) +PASS: gdb.cp/punctuator.exp: print (0x5a5a bitor 0xaaaa) == (0x5a5a | 0xaaaa) +PASS: gdb.cp/punctuator.exp: print (0x5a5a xor 0xaaaa) == (0x5a5a ^ 0xaaaa) +PASS: gdb.cp/punctuator.exp: print (0x5a5a and 0xaaaa) == (0x5a5a && 0xaaaa) +PASS: gdb.cp/punctuator.exp: print (0x5a5a or 0xaaaa) == (0x5a5a || 0xaaaa) +PASS: gdb.cp/punctuator.exp: print (not not 0xaaaa) == (!!0xaaaa) +PASS: gdb.cp/punctuator.exp: print (compl 0xaaaa) == (~0xaaaa) +PASS: gdb.cp/punctuator.exp: set $u 1 +PASS: gdb.cp/punctuator.exp: set $v 1 +PASS: gdb.cp/punctuator.exp: print ($u not_eq 0xaaaa) == ($v != 0xaaaa) +PASS: gdb.cp/punctuator.exp: print ($u and_eq 0xaaaa) == ($v &= 0xaaaa) +PASS: gdb.cp/punctuator.exp: set $u 2 +PASS: gdb.cp/punctuator.exp: set $v 2 +PASS: gdb.cp/punctuator.exp: print ($u or_eq 0xaaaa) == ($v |= 0xaaaa) +PASS: gdb.cp/punctuator.exp: set $u 3 +PASS: gdb.cp/punctuator.exp: set $v 3 +PASS: gdb.cp/punctuator.exp: print ($u xor_eq 0xaaaa) == ($v ^= 0xaaaa) +Running ../../../master/gdb/testsuite/gdb.cp/re-set-overloaded.exp ... +PASS: gdb.cp/re-set-overloaded.exp: set breakpoint pending yes +PASS: gdb.cp/re-set-overloaded.exp: break C::C +PASS: gdb.cp/re-set-overloaded.exp: set variable $brk = $bpnum +KFAIL: gdb.cp/re-set-overloaded.exp: start (GDB internal error) (PRMS: breakpoints/11657) +KFAIL: gdb.cp/re-set-overloaded.exp: breakpoint resolved (PRMS: breakpoints/11657) +Running ../../../master/gdb/testsuite/gdb.cp/ref-params.exp ... +PASS: gdb.cp/ref-params.exp: print value of a Child in main +PASS: gdb.cp/ref-params.exp: print value of f1 on Child in main +PASS: gdb.cp/ref-params.exp: print value of f2 on Child in main +PASS: gdb.cp/ref-params.exp: print value of f1 on (Child&) in main +PASS: gdb.cp/ref-params.exp: print value of f2 on (Child&) in main +PASS: gdb.cp/ref-params.exp: print value of Child& in f2 +PASS: gdb.cp/ref-params.exp: print value of f1 on Child& in f2 +PASS: gdb.cp/ref-params.exp: print value of Parent& in f1 +PASS: gdb.cp/ref-params.exp: print f1(MQ) +PASS: gdb.cp/ref-params.exp: print mf1(MQ) +PASS: gdb.cp/ref-params.exp: print mf2(MQ) +PASS: gdb.cp/ref-params.exp: print f1(MQR) +PASS: gdb.cp/ref-params.exp: print mf1(MQR) +PASS: gdb.cp/ref-params.exp: print mf2(MQR) +Running ../../../master/gdb/testsuite/gdb.cp/ref-types.exp ... +PASS: gdb.cp/ref-types.exp: up from marker1 1 +PASS: gdb.cp/ref-types.exp: print value of s +PASS: gdb.cp/ref-types.exp: ptype s +PASS: gdb.cp/ref-types.exp: print value of ps +PASS: gdb.cp/ref-types.exp: ptype ps +PASS: gdb.cp/ref-types.exp: print value of as[0] +PASS: gdb.cp/ref-types.exp: ptype as +PASS: gdb.cp/ref-types.exp: print value of as[1] +PASS: gdb.cp/ref-types.exp: print value of as[2] +PASS: gdb.cp/ref-types.exp: print value of as[3] +PASS: gdb.cp/ref-types.exp: print value of rs +PASS: gdb.cp/ref-types.exp: ptype rs +PASS: gdb.cp/ref-types.exp: print value of *rps +PASS: gdb.cp/ref-types.exp: examine value at rps +PASS: gdb.cp/ref-types.exp: ptype rps +PASS: gdb.cp/ref-types.exp: print value of ras[0] +PASS: gdb.cp/ref-types.exp: ptype ras +PASS: gdb.cp/ref-types.exp: print value of ras[1] +PASS: gdb.cp/ref-types.exp: print value of ras[2] +PASS: gdb.cp/ref-types.exp: print value of ras[3] +PASS: gdb.cp/ref-types.exp: up from f +PASS: gdb.cp/ref-types.exp: print value of C +PASS: gdb.cp/ref-types.exp: ptype C +PASS: gdb.cp/ref-types.exp: print value of UC +PASS: gdb.cp/ref-types.exp: ptype UC +PASS: gdb.cp/ref-types.exp: print value of S +PASS: gdb.cp/ref-types.exp: ptype S +PASS: gdb.cp/ref-types.exp: print value of US +PASS: gdb.cp/ref-types.exp: ptype US +PASS: gdb.cp/ref-types.exp: print value of I +PASS: gdb.cp/ref-types.exp: ptype I +PASS: gdb.cp/ref-types.exp: print value of UI +PASS: gdb.cp/ref-types.exp: ptype UI +PASS: gdb.cp/ref-types.exp: print value of L +PASS: gdb.cp/ref-types.exp: ptype L +PASS: gdb.cp/ref-types.exp: print value of UL +PASS: gdb.cp/ref-types.exp: ptype UL +PASS: gdb.cp/ref-types.exp: print value of F +PASS: gdb.cp/ref-types.exp: ptype F +PASS: gdb.cp/ref-types.exp: print value of D +PASS: gdb.cp/ref-types.exp: ptype D +PASS: gdb.cp/ref-types.exp: ptype rC +PASS: gdb.cp/ref-types.exp: ptype rUC +PASS: gdb.cp/ref-types.exp: ptype rS +PASS: gdb.cp/ref-types.exp: ptype rUS +PASS: gdb.cp/ref-types.exp: ptype rI +PASS: gdb.cp/ref-types.exp: ptype rUI +PASS: gdb.cp/ref-types.exp: ptype rL +PASS: gdb.cp/ref-types.exp: ptype rUL +PASS: gdb.cp/ref-types.exp: ptype rF +PASS: gdb.cp/ref-types.exp: ptype rD +PASS: gdb.cp/ref-types.exp: print value of rC +PASS: gdb.cp/ref-types.exp: print value of rUC +PASS: gdb.cp/ref-types.exp: print value of rS +PASS: gdb.cp/ref-types.exp: print value of rUS +PASS: gdb.cp/ref-types.exp: print value of rI +PASS: gdb.cp/ref-types.exp: print value of UI +PASS: gdb.cp/ref-types.exp: print value of rL +PASS: gdb.cp/ref-types.exp: print value of rUL +PASS: gdb.cp/ref-types.exp: print value of rF +PASS: gdb.cp/ref-types.exp: print value of rD +Running ../../../master/gdb/testsuite/gdb.cp/rtti.exp ... +PASS: gdb.cp/rtti.exp: continue to breakpoint: end of constructors in main +PASS: gdb.cp/rtti.exp: print *e1 +PASS: gdb.cp/rtti.exp: print *e2 +PASS: gdb.cp/rtti.exp: continue to breakpoint: end of constructors in func +PASS: gdb.cp/rtti.exp: print *obj +PASS: gdb.cp/rtti.exp: continue to breakpoint: end of constructors in func3 +PASS: gdb.cp/rtti.exp: print *obj3 +Running ../../../master/gdb/testsuite/gdb.cp/shadow.exp ... +PASS: gdb.cp/shadow.exp: continue to breakpoint: marker1 +PASS: gdb.cp/shadow.exp: Print class x shadowing global x +PASS: gdb.cp/shadow.exp: continue to breakpoint: marker2 +PASS: gdb.cp/shadow.exp: Print local x shadowing class x +PASS: gdb.cp/shadow.exp: continue to breakpoint: marker3 +PASS: gdb.cp/shadow.exp: Print inner scope x +PASS: gdb.cp/shadow.exp: continue to breakpoint: marker4 +PASS: gdb.cp/shadow.exp: Print local x not namespace x +PASS: gdb.cp/shadow.exp: continue to breakpoint: marker5 +PASS: gdb.cp/shadow.exp: Print imported namespace x +Running ../../../master/gdb/testsuite/gdb.cp/smartp.exp ... +PASS: gdb.cp/smartp.exp: continue to breakpoint: end of main +PASS: gdb.cp/smartp.exp: p mp->foo() +PASS: gdb.cp/smartp.exp: p mtp->foo() +PASS: gdb.cp/smartp.exp: p mt1.foo() +PASS: gdb.cp/smartp.exp: p mt4p.a +PASS: gdb.cp/smartp.exp: p mt4->a +PASS: gdb.cp/smartp.exp: p sp1->foo() +PASS: gdb.cp/smartp.exp: p sp2->foo() +PASS: gdb.cp/smartp.exp: p sp3->foo(1) +PASS: gdb.cp/smartp.exp: p sp3->foo('a') +PASS: gdb.cp/smartp.exp: p sp4->a +PASS: gdb.cp/smartp.exp: p sp4->b +PASS: gdb.cp/smartp.exp: p mt4p->a +PASS: gdb.cp/smartp.exp: p mt4p->b +PASS: gdb.cp/smartp.exp: p mt4->fake +PASS: gdb.cp/smartp.exp: p mt4->fake() +PASS: gdb.cp/smartp.exp: p b->foo() +PASS: gdb.cp/smartp.exp: p c->foo() +PASS: gdb.cp/smartp.exp: p c->inta +KFAIL: gdb.cp/smartp.exp: p c2->inta (PRMS: gdb/11606) +Running ../../../master/gdb/testsuite/gdb.cp/static-method.exp ... +PASS: gdb.cp/static-method.exp: list static-method.cc:xxx::(anonymous namespace)::func +PASS: gdb.cp/static-method.exp: list 'static-method.cc:xxx::(anonymous namespace)::func' +PASS: gdb.cp/static-method.exp: list 'static-method.cc':xxx::(anonymous namespace)::func' +PASS: gdb.cp/static-method.exp: list static-method.cc:'xxx::(anonymous namespace)::func' +PASS: gdb.cp/static-method.exp: continue to xxx::(anonymous namespace)::func +PASS: gdb.cp/static-method.exp: continue to 'xxx::(anonymous namespace)::func' +PASS: gdb.cp/static-method.exp: list static-method.cc:xxx::(anonymous namespace)::A::func +PASS: gdb.cp/static-method.exp: list 'static-method.cc:xxx::(anonymous namespace)::A::func' +PASS: gdb.cp/static-method.exp: list 'static-method.cc':xxx::(anonymous namespace)::A::func' +PASS: gdb.cp/static-method.exp: list static-method.cc:'xxx::(anonymous namespace)::A::func' +PASS: gdb.cp/static-method.exp: continue to xxx::(anonymous namespace)::A::func +PASS: gdb.cp/static-method.exp: continue to 'xxx::(anonymous namespace)::A::func' +Running ../../../master/gdb/testsuite/gdb.cp/static-print-quit.exp ... +PASS: gdb.cp/static-print-quit.exp: set width 80 +PASS: gdb.cp/static-print-quit.exp: set height 2 +PASS: gdb.cp/static-print-quit.exp: print c - <return> +PASS: gdb.cp/static-print-quit.exp: print c - q <return> +PASS: gdb.cp/static-print-quit.exp: print c - to quit +PASS: gdb.cp/static-print-quit.exp: q +PASS: gdb.cp/static-print-quit.exp: set pagination off +PASS: gdb.cp/static-print-quit.exp: first print +PASS: gdb.cp/static-print-quit.exp: second print +Running ../../../master/gdb/testsuite/gdb.cp/temargs.exp ... +PASS: gdb.cp/temargs.exp: set first breakpoint for temargs +PASS: gdb.cp/temargs.exp: set second breakpoint for temargs +PASS: gdb.cp/temargs.exp: set third breakpoint for temargs +PASS: gdb.cp/temargs.exp: set fourth breakpoint for temargs +PASS: gdb.cp/temargs.exp: set fifth breakpoint for temargs +PASS: gdb.cp/temargs.exp: set sixth breakpoint for temargs +PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to first breakpoint for temargs +PASS: gdb.cp/temargs.exp: test type of T in base_m +PASS: gdb.cp/temargs.exp: test value of I in base_m +PASS: gdb.cp/temargs.exp: test value of P in base_m +XFAIL: gdb.cp/temargs.exp: test value of MP in base_m +PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to second breakpoint for temargs +XFAIL: gdb.cp/temargs.exp: test type of T in inner_m +XFAIL: gdb.cp/temargs.exp: test value of I in inner_m +XFAIL: gdb.cp/temargs.exp: test value of P in inner_m +XFAIL: gdb.cp/temargs.exp: test value of MP in inner_m +XFAIL: gdb.cp/temargs.exp: test type of Z in inner_m +PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to third breakpoint for temargs +PASS: gdb.cp/temargs.exp: test type of T in func +PASS: gdb.cp/temargs.exp: test value of I in func +PASS: gdb.cp/temargs.exp: test value of P in func +XFAIL: gdb.cp/temargs.exp: test value of MP in func +PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to fourth breakpoint for temargs +PASS: gdb.cp/temargs.exp: test type of T in templ_m +PASS: gdb.cp/temargs.exp: test value of I in templ_m +PASS: gdb.cp/temargs.exp: test value of P in templ_m +XFAIL: gdb.cp/temargs.exp: test value of MP in templ_m +PASS: gdb.cp/temargs.exp: test type of Q in templ_m +PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to fifth breakpoint for temargs +PASS: gdb.cp/temargs.exp: test type of F in k2_m +KFAIL: gdb.cp/temargs.exp: test value of F in k2_m (PRMS: gcc/49366) +PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to sixth breakpoint for temargs +KFAIL: gdb.cp/temargs.exp: test type of F in k3_m (PRMS: gcc/49546) +KFAIL: gdb.cp/temargs.exp: test value of F in k3_m (PRMS: gcc/49546) +Running ../../../master/gdb/testsuite/gdb.cp/templates.exp ... +PASS: gdb.cp/templates.exp: set multiple-symbols ask +KFAIL: gdb.cp/templates.exp: ptype T5<int> (PRMS: gdb/1111) +KFAIL: gdb.cp/templates.exp: ptype T5<int> (PRMS: gdb/1111) +PASS: gdb.cp/templates.exp: constructor breakpoint +PASS: gdb.cp/templates.exp: destructor breakpoint +PASS: gdb.cp/templates.exp: value method breakpoint +PASS: gdb.cp/templates.exp: breakpoint on a line with no real code +PASS: gdb.cp/templates.exp: print method of template typedef +PASS: gdb.cp/templates.exp: print destructor of template typedef +PASS: gdb.cp/templates.exp: ptype empty +PASS: gdb.cp/templates.exp: ptype arg +PASS: gdb.cp/templates.exp: print t5i.value() +PASS: gdb.cp/templates.exp: b 770 +PASS: gdb.cp/templates.exp: continue to line 770 +PASS: gdb.cp/templates.exp: print fint +PASS: gdb.cp/templates.exp: print fvpchar +PASS: gdb.cp/templates.exp: ptype Foo +PASS: gdb.cp/templates.exp: ptype fint +PASS: gdb.cp/templates.exp: ptype fchar +KFAIL: gdb.cp/templates.exp: ptype fvpchar (PRMS: gdb/1512) +PASS: gdb.cp/templates.exp: print Foo<volatile char *>::foo +PASS: gdb.cp/templates.exp: print Foo<volatile char*>::foo +PASS: gdb.cp/templates.exp: ptype Bar +PASS: gdb.cp/templates.exp: ptype bint +PASS: gdb.cp/templates.exp: ptype bint2 +PASS: gdb.cp/templates.exp: ptype Baz +PASS: gdb.cp/templates.exp: ptype bazint +PASS: gdb.cp/templates.exp: ptype bazint2 +PASS: gdb.cp/templates.exp: ptype Qux +PASS: gdb.cp/templates.exp: ptype quxint +PASS: gdb.cp/templates.exp: ptype Spec +PASS: gdb.cp/templates.exp: ptype siip +PASS: gdb.cp/templates.exp: ptype Garply<int> +PASS: gdb.cp/templates.exp: ptype Garply<Garply<char> > +PASS: gdb.cp/templates.exp: print Garply<Garply<char> >::garply +PASS: gdb.cp/templates.exp: break Garply<Garply<char> >::garply +Running ../../../master/gdb/testsuite/gdb.cp/try_catch.exp ... +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-throw +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 1-catch +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-start +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-next +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-throw +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 2-catch +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-throw +PASS: gdb.cp/try_catch.exp: continue to breakpoint: marker 3-catch +Running ../../../master/gdb/testsuite/gdb.cp/typedef-operator.exp ... +PASS: gdb.cp/typedef-operator.exp: set language c++ +PASS: gdb.cp/typedef-operator.exp: test crash +PASS: gdb.cp/typedef-operator.exp: test typedef +Running ../../../master/gdb/testsuite/gdb.cp/userdef.exp ... +PASS: gdb.cp/userdef.exp: break marker1 +PASS: gdb.cp/userdef.exp: continue to marker1 +PASS: gdb.cp/userdef.exp: up from marker1 +PASS: gdb.cp/userdef.exp: print one + two +PASS: gdb.cp/userdef.exp: re-selected 'main' frame after inferior call +PASS: gdb.cp/userdef.exp: print one - two +PASS: gdb.cp/userdef.exp: print one * two +PASS: gdb.cp/userdef.exp: print one / two +PASS: gdb.cp/userdef.exp: print one % two +PASS: gdb.cp/userdef.exp: print one && two +PASS: gdb.cp/userdef.exp: print one || two +PASS: gdb.cp/userdef.exp: print one & two +PASS: gdb.cp/userdef.exp: print one | two +PASS: gdb.cp/userdef.exp: print one ^ two +PASS: gdb.cp/userdef.exp: print one < two +PASS: gdb.cp/userdef.exp: print one <= two +PASS: gdb.cp/userdef.exp: print one > two +PASS: gdb.cp/userdef.exp: print one >= two +PASS: gdb.cp/userdef.exp: print one == two +PASS: gdb.cp/userdef.exp: print one.operator== (two) +PASS: gdb.cp/userdef.exp: print one != two +PASS: gdb.cp/userdef.exp: print one << 31 +PASS: gdb.cp/userdef.exp: print one >> 31 +PASS: gdb.cp/userdef.exp: print !one +PASS: gdb.cp/userdef.exp: print +one +PASS: gdb.cp/userdef.exp: print ~one +PASS: gdb.cp/userdef.exp: print -one +PASS: gdb.cp/userdef.exp: print one++ +PASS: gdb.cp/userdef.exp: print ++one +PASS: gdb.cp/userdef.exp: print one-- +PASS: gdb.cp/userdef.exp: print --one +PASS: gdb.cp/userdef.exp: print one += 7 +PASS: gdb.cp/userdef.exp: print two = one +PASS: gdb.cp/userdef.exp: break A2::'operator+' +PASS: gdb.cp/userdef.exp: break A2::'operator +' +PASS: gdb.cp/userdef.exp: print c +PASS: gdb.cp/userdef.exp: print *c +PASS: gdb.cp/userdef.exp: print &*c +PASS: gdb.cp/userdef.exp: ptype &*c +PASS: gdb.cp/userdef.exp: print operator== (mem1, mem2) +PASS: gdb.cp/userdef.exp: print operator== (mem1, mem1) +Running ../../../master/gdb/testsuite/gdb.cp/virtbase.exp ... +PASS: gdb.cp/virtbase.exp: continue to breakpoint: first breakpoint +PASS: gdb.cp/virtbase.exp: print *this +PASS: gdb.cp/virtbase.exp: print x in get_y +PASS: gdb.cp/virtbase.exp: continue to breakpoint: second breakpoint +PASS: gdb.cp/virtbase.exp: print x in get_z +PASS: gdb.cp/virtbase.exp: continue to breakpoint: third breakpoint +PASS: gdb.cp/virtbase.exp: print *(D *) e +PASS: gdb.cp/virtbase.exp: set print object on +PASS: gdb.cp/virtbase.exp: print/x b->mA +PASS: gdb.cp/virtbase.exp: print rtti_data +PASS: gdb.cp/virtbase.exp: print pointer to virtual base at non-zero offset of larger object +PASS: gdb.cp/virtbase.exp: print same pointer from history value +PASS: gdb.cp/virtbase.exp: print whole pointed-to object, starting from the virtual base pointer +Running ../../../master/gdb/testsuite/gdb.cp/virtfunc.exp ... +PASS: gdb.cp/virtfunc.exp: ptype VA +PASS: gdb.cp/virtfunc.exp: ptype VB +PASS: gdb.cp/virtfunc.exp: ptype V +PASS: gdb.cp/virtfunc.exp: ptype A +PASS: gdb.cp/virtfunc.exp: ptype B +PASS: gdb.cp/virtfunc.exp: ptype C +PASS: gdb.cp/virtfunc.exp: ptype AD +PASS: gdb.cp/virtfunc.exp: ptype D +PASS: gdb.cp/virtfunc.exp: ptype E +PASS: gdb.cp/virtfunc.exp: ptype dd +PASS: gdb.cp/virtfunc.exp: ptype ppd +PASS: gdb.cp/virtfunc.exp: ptype pAd +PASS: gdb.cp/virtfunc.exp: ptype a +PASS: gdb.cp/virtfunc.exp: ptype b +PASS: gdb.cp/virtfunc.exp: ptype c +PASS: gdb.cp/virtfunc.exp: ptype d +PASS: gdb.cp/virtfunc.exp: ptype e +PASS: gdb.cp/virtfunc.exp: ptype v +PASS: gdb.cp/virtfunc.exp: ptype vb +PASS: gdb.cp/virtfunc.exp: ptype pAa +PASS: gdb.cp/virtfunc.exp: ptype pAe +PASS: gdb.cp/virtfunc.exp: ptype pBe +PASS: gdb.cp/virtfunc.exp: ptype pDd +PASS: gdb.cp/virtfunc.exp: ptype pDe +PASS: gdb.cp/virtfunc.exp: ptype pVa +PASS: gdb.cp/virtfunc.exp: ptype pVv +PASS: gdb.cp/virtfunc.exp: ptype pVe +PASS: gdb.cp/virtfunc.exp: ptype pVd +PASS: gdb.cp/virtfunc.exp: ptype pADe +PASS: gdb.cp/virtfunc.exp: ptype pEe +PASS: gdb.cp/virtfunc.exp: ptype pVB +PASS: gdb.cp/virtfunc.exp: print pAe->f() +PASS: gdb.cp/virtfunc.exp: print pAa->f() +PASS: gdb.cp/virtfunc.exp: print pDe->vg() +PASS: gdb.cp/virtfunc.exp: print pADe->vg() +PASS: gdb.cp/virtfunc.exp: print pDd->vg() +PASS: gdb.cp/virtfunc.exp: print pEe->vvb() +PASS: gdb.cp/virtfunc.exp: print pVB->vvb() +PASS: gdb.cp/virtfunc.exp: print pBe->vvb() +PASS: gdb.cp/virtfunc.exp: print pDe->vvb() +PASS: gdb.cp/virtfunc.exp: print pEe->vd() +PASS: gdb.cp/virtfunc.exp: print pEe->fvb() +KFAIL: gdb.cp/virtfunc.exp: print pEe->D::vg() (PRMS: gdb/1064) +PASS: gdb.cp/virtfunc.exp: next to pAa->f call +PASS: gdb.cp/virtfunc.exp: next to pDe->vg call +PASS: gdb.cp/virtfunc.exp: step through thunk into E::vg +Running ../../../master/gdb/testsuite/gdb.cp/virtfunc2.exp ... +PASS: gdb.cp/virtfunc2.exp: continue to breakpoint: marker 1 +PASS: gdb.cp/virtfunc2.exp: print o.do_print() +PASS: gdb.cp/virtfunc2.exp: print o.do_print3() +PASS: gdb.cp/virtfunc2.exp: print o2.do_print() +PASS: gdb.cp/virtfunc2.exp: print o2.do_print2() +PASS: gdb.cp/virtfunc2.exp: print o2.do_print3() +Running ../../../master/gdb/testsuite/gdb.disasm/am33.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/h8300s.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/hppa.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/mn10300.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/sh3.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t01_mov.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t02_mova.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t03_add.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t04_sub.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t05_cmp.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t06_ari2.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t07_ari3.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t08_or.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t09_xor.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t10_and.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t11_logs.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t12_bit.exp ... +Running ../../../master/gdb/testsuite/gdb.disasm/t13_otr.exp ... +Running ../../../master/gdb/testsuite/gdb.dwarf2/callframecfa.exp ... +PASS: gdb.dwarf2/callframecfa.exp: set breakpoint for call-frame-cfa +PASS: gdb.dwarf2/callframecfa.exp: continue to breakpoint: continue to breakpoint for call-frame-cfa +PASS: gdb.dwarf2/callframecfa.exp: set display for call-frame-cfa +PASS: gdb.dwarf2/callframecfa.exp: step 1 for call-frame-cfa +PASS: gdb.dwarf2/callframecfa.exp: step 2 for call-frame-cfa +PASS: gdb.dwarf2/callframecfa.exp: step 3 for call-frame-cfa +PASS: gdb.dwarf2/callframecfa.exp: step 4 for call-frame-cfa +Running ../../../master/gdb/testsuite/gdb.dwarf2/clztest.exp ... +Running ../../../master/gdb/testsuite/gdb.dwarf2/dup-psym.exp ... +PASS: gdb.dwarf2/dup-psym.exp: info sources should contain only one reference to file1.txt +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.exp ... +PASS: gdb.dwarf2/dw2-ada-ffffffff.exp: p sizeof (t) +PASS: gdb.dwarf2/dw2-ada-ffffffff.exp: ptype t +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp ... +PASS: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-bad-parameter-type.exp ... +PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f +PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f +PASS: gdb.dwarf2/dw2-bad-parameter-type.exp: is alive +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-basic.exp ... +PASS: gdb.dwarf2/dw2-basic.exp: set listsize 1 +PASS: gdb.dwarf2/dw2-basic.exp: list func_cu1 +PASS: gdb.dwarf2/dw2-basic.exp: ptype func_cu1 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp ... +PASS: gdb.dwarf2/dw2-case-insensitive.exp: show case-sensitive +PASS: gdb.dwarf2/dw2-case-insensitive.exp: regexp case-sensitive on +PASS: gdb.dwarf2/dw2-case-insensitive.exp: set case-sensitive off +PASS: gdb.dwarf2/dw2-case-insensitive.exp: regexp case-sensitive off +PASS: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_lang +PASS: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_symtab +PASS: gdb.dwarf2/dw2-case-insensitive.exp: setting breakpoint at fuNC_lang +PASS: gdb.dwarf2/dw2-case-insensitive.exp: setting breakpoint at fuNC_symtab +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-compressed.exp ... +PASS: gdb.dwarf2/dw2-compressed.exp: set listsize 1 +PASS: gdb.dwarf2/dw2-compressed.exp: list func_cu1 +PASS: gdb.dwarf2/dw2-compressed.exp: ptype func_cu1 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-const.exp ... +PASS: gdb.dwarf2/dw2-const.exp: print twelve +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-cp-infcall-ref-static.exp ... +PASS: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: set language c++ +PASS: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: set cp-abi gnu-v3 +PASS: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: p f() +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-cu-size.exp ... +PASS: gdb.dwarf2/dw2-cu-size.exp: ptype noloc +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.exp ... +PASS: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-empty-namespace.exp ... +PASS: gdb.dwarf2/dw2-empty-namespace.exp: ptype var +PASS: gdb.dwarf2/dw2-empty-namespace.exp: p var +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.exp ... +PASS: gdb.dwarf2/dw2-empty-pc-range.exp: empty range before CU load +PASS: gdb.dwarf2/dw2-empty-pc-range.exp: valid range after CU load +PASS: gdb.dwarf2/dw2-empty-pc-range.exp: empty range after CU load +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-entry-value.exp ... +PASS: gdb.dwarf2/dw2-entry-value.exp: <optimized out> is printed +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-filename.exp ... +PASS: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files +PASS: gdb.dwarf2/dw2-filename.exp: info sources +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-inheritance.exp ... +PASS: gdb.dwarf2/dw2-inheritance.exp: ptype inherited +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp ... +PASS: gdb.dwarf2/dw2-inline-param.exp: info addr break_at +PASS: gdb.dwarf2/dw2-inline-param.exp: bt +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp ... +PASS: gdb.dwarf2/dw2-intercu.exp: set listsize 1 +PASS: gdb.dwarf2/dw2-intercu.exp: list func_cu1 +PASS: gdb.dwarf2/dw2-intercu.exp: ptype func_cu1 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp ... +PASS: gdb.dwarf2/dw2-intermix.exp: set listsize 1 +PASS: gdb.dwarf2/dw2-intermix.exp: list func_cu1 +PASS: gdb.dwarf2/dw2-intermix.exp: ptype func_cu1 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-linkage-name-trust.exp ... +PASS: gdb.dwarf2/dw2-linkage-name-trust.exp: set language c++ +PASS: gdb.dwarf2/dw2-linkage-name-trust.exp: set cp-abi gnu-v3 +PASS: gdb.dwarf2/dw2-linkage-name-trust.exp: p c.membername +PASS: gdb.dwarf2/dw2-linkage-name-trust.exp: p c.membername () +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.exp ... +PASS: gdb.dwarf2/dw2-modula2-self-type.exp: set language modula-2 +PASS: gdb.dwarf2/dw2-modula2-self-type.exp: ptype v +PASS: gdb.dwarf2/dw2-modula2-self-type.exp: alive +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-noloc.exp ... +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locno_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locno_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_locno_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_locno_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_extern_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_extern_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_extern_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_extern_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_extern_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_extern_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_extern_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_extern_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: print file_extern_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: in-main: ptype file_extern_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_local_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_local_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_local_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_local_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_local_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_local_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_local_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_local_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_local_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_local_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_local_locno_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_local_locno_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locaddr_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locaddr_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locempty_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locempty_unresolvable +PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locno_resolvable +PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locno_resolvable +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp ... +PASS: gdb.dwarf2/dw2-op-call.exp: p array1 +PASS: gdb.dwarf2/dw2-op-call.exp: array2 using DW_OP_call2 +PASS: gdb.dwarf2/dw2-op-call.exp: array3 using DW_OP_call4 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-producer.exp ... +PASS: gdb.dwarf2/dw2-producer.exp: set listsize 1 +PASS: gdb.dwarf2/dw2-producer.exp: list func_cu1 +PASS: gdb.dwarf2/dw2-producer.exp: ptype func_cu1 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-ranges.exp ... +PASS: gdb.dwarf2/dw2-ranges.exp: info line main +PASS: gdb.dwarf2/dw2-ranges.exp: info line func +PASS: gdb.dwarf2/dw2-ranges.exp: info line main2 +PASS: gdb.dwarf2/dw2-ranges.exp: info line func2 +PASS: gdb.dwarf2/dw2-ranges.exp: info line main3 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp ... +PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_nofb print +PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_nofb backtrace +PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_loopfb print +PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_loopfb backtrace +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-restore.exp ... +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.exp ... +PASS: gdb.dwarf2/dw2-skip-prologue.exp: strip stub symbols +PASS: gdb.dwarf2/dw2-skip-prologue.exp: continue to breakpoint: func +PASS: gdb.dwarf2/dw2-skip-prologue.exp: 2 locations found +PASS: gdb.dwarf2/dw2-skip-prologue.exp: no statement got executed +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp ... +PASS: gdb.dwarf2/dw2-stack-boundary.exp: set complaints 100 +PASS: gdb.dwarf2/dw2-stack-boundary.exp: check partial symtab errors +PASS: gdb.dwarf2/dw2-stack-boundary.exp: p underflow +PASS: gdb.dwarf2/dw2-stack-boundary.exp: p overflow +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-strp.exp ... +PASS: gdb.dwarf2/dw2-strp.exp: p a_string +PASS: gdb.dwarf2/dw2-strp.exp: ptype a_string +PASS: gdb.dwarf2/dw2-strp.exp: p a_string2 +PASS: gdb.dwarf2/dw2-strp.exp: ptype a_string2 +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw2-unresolved.exp ... +PASS: gdb.dwarf2/dw2-unresolved.exp: continue to breakpoint: *extern_block_start +PASS: gdb.dwarf2/dw2-unresolved.exp: print/d var +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.exp ... +PASS: gdb.dwarf2/dw4-sig-type-unused.exp: alive +Running ../../../master/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp ... +PASS: gdb.dwarf2/dw4-sig-types.exp: maint set dwarf2 max-cache-age 0 +PASS: gdb.dwarf2/dw4-sig-types.exp: p myset +PASS: gdb.dwarf2/dw4-sig-types.exp: continue to foo +Running ../../../master/gdb/testsuite/gdb.dwarf2/implptr.exp ... +PASS: gdb.dwarf2/implptr.exp: set bar breakpoint for implptr +PASS: gdb.dwarf2/implptr.exp: continue to breakpoint: continue to bar breakpoint for implptr +PASS: gdb.dwarf2/implptr.exp: print j in implptr:bar +PASS: gdb.dwarf2/implptr.exp: print *j in implptr:bar +PASS: gdb.dwarf2/implptr.exp: print **k in implptr:bar +PASS: gdb.dwarf2/implptr.exp: print ***l in implptr:bar +PASS: gdb.dwarf2/implptr.exp: set foo breakpoint for implptr +PASS: gdb.dwarf2/implptr.exp: continue to breakpoint: continue to foo breakpoint for implptr +PASS: gdb.dwarf2/implptr.exp: print p[0].x in implptr:foo +PASS: gdb.dwarf2/implptr.exp: print *p[0].x in implptr:foo +PASS: gdb.dwarf2/implptr.exp: print byte inside *p[0].x in implptr:foo +PASS: gdb.dwarf2/implptr.exp: print invalid offset from *p[0].x in implptr:foo +PASS: gdb.dwarf2/implptr.exp: print j in implptr:foo +Running ../../../master/gdb/testsuite/gdb.dwarf2/mac-fileno.exp ... +PASS: gdb.dwarf2/mac-fileno.exp: set listsize 1 +PASS: gdb.dwarf2/mac-fileno.exp: list func_cu1 +PASS: gdb.dwarf2/mac-fileno.exp: ptype func_cu1 +Running ../../../master/gdb/testsuite/gdb.dwarf2/member-ptr-forwardref.exp ... +PASS: gdb.dwarf2/member-ptr-forwardref.exp: set cp-abi gnu-v3 +PASS: gdb.dwarf2/member-ptr-forwardref.exp: show cp-abi +PASS: gdb.dwarf2/member-ptr-forwardref.exp: ptype c +Running ../../../master/gdb/testsuite/gdb.dwarf2/pieces.exp ... +PASS: gdb.dwarf2/pieces.exp: set f1 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: continue to breakpoint: continue to f1 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: print a in pieces:f1 +PASS: gdb.dwarf2/pieces.exp: print a.j in pieces:f1 +PASS: gdb.dwarf2/pieces.exp: set f2 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: continue to breakpoint: continue to f2 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: print a in pieces:f2 +PASS: gdb.dwarf2/pieces.exp: print a[0] in pieces:f2 +PASS: gdb.dwarf2/pieces.exp: print a[1] in pieces:f2 +PASS: gdb.dwarf2/pieces.exp: set f3 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: continue to breakpoint: continue to f3 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: print a.i in pieces:f3 +PASS: gdb.dwarf2/pieces.exp: print a.j in pieces:f3 +PASS: gdb.dwarf2/pieces.exp: set a.i in pieces:f3 +PASS: gdb.dwarf2/pieces.exp: print new a.i in pieces:f3 +PASS: gdb.dwarf2/pieces.exp: set f6 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: continue to breakpoint: continue to f6 breakpoint for pieces +PASS: gdb.dwarf2/pieces.exp: print a with optimized out piece +PASS: gdb.dwarf2/pieces.exp: print a.i with optimized out piece +Running ../../../master/gdb/testsuite/gdb.dwarf2/pr10770.exp ... +PASS: gdb.dwarf2/pr10770.exp: set breakpoint for pr10770 +PASS: gdb.dwarf2/pr10770.exp: cont +PASS: gdb.dwarf2/pr10770.exp: frame 2 +Running ../../../master/gdb/testsuite/gdb.dwarf2/pr11465.exp ... +PASS: gdb.dwarf2/pr11465.exp: p N::c.C +Running ../../../master/gdb/testsuite/gdb.dwarf2/typeddwarf.exp ... +PASS: gdb.dwarf2/typeddwarf.exp: set breakpoint at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: continue to breakpoint: continue to typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of j at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of l at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of m at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of n at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of o at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of p at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of q at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of r at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of s at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of t at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of u at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of v at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of w at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of x at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of y at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: check value of z at typeddwarf.c:29 +PASS: gdb.dwarf2/typeddwarf.exp: set breakpoint at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: continue to breakpoint: continue to typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of j at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of l at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of m at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of p at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of q at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of r at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of s at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of t at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of u at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of v at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of w at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of x at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of y at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: check value of z at typeddwarf.c:53 +PASS: gdb.dwarf2/typeddwarf.exp: set breakpoint at typeddwarf.c:73 +PASS: gdb.dwarf2/typeddwarf.exp: continue to breakpoint: continue to typeddwarf.c:73 +PASS: gdb.dwarf2/typeddwarf.exp: check value of w at typeddwarf.c:73 +PASS: gdb.dwarf2/typeddwarf.exp: check value of x at typeddwarf.c:73 +PASS: gdb.dwarf2/typeddwarf.exp: check value of y at typeddwarf.c:73 +PASS: gdb.dwarf2/typeddwarf.exp: check value of z at typeddwarf.c:73 +Running ../../../master/gdb/testsuite/gdb.dwarf2/valop.exp ... +PASS: gdb.dwarf2/valop.exp: set breakpoint for valop +PASS: gdb.dwarf2/valop.exp: continue to breakpoint: continue to breakpoint for valop +PASS: gdb.dwarf2/valop.exp: print uses_stack_op +PASS: gdb.dwarf2/valop.exp: print uses_lit_op +Running ../../../master/gdb/testsuite/gdb.dwarf2/watch-notconst.exp ... +PASS: gdb.dwarf2/watch-notconst.exp: watch x +Running ../../../master/gdb/testsuite/gdb.fortran/array-element.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +Running ../../../master/gdb/testsuite/gdb.fortran/charset.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +UNTESTED: gdb.fortran/charset.exp: charset.exp +Running ../../../master/gdb/testsuite/gdb.fortran/complex.exp ... +UNTESTED: gdb.fortran/complex.exp: Couldn't compile complex.f +Running ../../../master/gdb/testsuite/gdb.fortran/derived-type.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +Running ../../../master/gdb/testsuite/gdb.fortran/exprs.exp ... +PASS: gdb.fortran/exprs.exp: set print sevenbit-strings +PASS: gdb.fortran/exprs.exp: set language fortran +PASS: gdb.fortran/exprs.exp: set language to "fortran" +PASS: gdb.fortran/exprs.exp: Set value-history[1] using $1 +PASS: gdb.fortran/exprs.exp: Set value-history[2] using $2 +PASS: gdb.fortran/exprs.exp: Set value-history[3] using $3 +PASS: gdb.fortran/exprs.exp: Print value-history[MAX-1] using inplicit index $$ +PASS: gdb.fortran/exprs.exp: Print value-history[MAX-1] again using implicit index $$ +PASS: gdb.fortran/exprs.exp: Print value-history[MAX] using implicit index $ +PASS: gdb.fortran/exprs.exp: Print value-history[MAX-2] using explicit index $$2 +PASS: gdb.fortran/exprs.exp: Print value-history[MAX] using explicit index $0 +PASS: gdb.fortran/exprs.exp: Print value-history[MAX] using explicit index $$0 +PASS: gdb.fortran/exprs.exp: Print value-history[1] using explicit index $1 +PASS: gdb.fortran/exprs.exp: Print value-history[2] using explicit index $2 +PASS: gdb.fortran/exprs.exp: Print value-history[3] using explicit index $3 +PASS: gdb.fortran/exprs.exp: Print (value-history[MAX] - 3) using implicit index $ +PASS: gdb.fortran/exprs.exp: Use value-history element in arithmetic expression +PASS: gdb.fortran/exprs.exp: Set a new convenience variable +PASS: gdb.fortran/exprs.exp: Print contents of new convenience variable +PASS: gdb.fortran/exprs.exp: Set convenience variable to a new value +PASS: gdb.fortran/exprs.exp: Print new contents of convenience variable +PASS: gdb.fortran/exprs.exp: Set convenience variable $_ +PASS: gdb.fortran/exprs.exp: Print contents of convenience variable $_ +PASS: gdb.fortran/exprs.exp: Use convenience variable in arithmetic expression +PASS: gdb.fortran/exprs.exp: Use convenience variable assignment in arithmetic expression +PASS: gdb.fortran/exprs.exp: Print contents of uninitialized convenience variable +PASS: gdb.fortran/exprs.exp: p 123 +PASS: gdb.fortran/exprs.exp: p -123 +PASS: gdb.fortran/exprs.exp: reject p _ +PASS: gdb.fortran/exprs.exp: p .TRUE. +PASS: gdb.fortran/exprs.exp: p .FALSE. +PASS: gdb.fortran/exprs.exp: p 'a' +PASS: gdb.fortran/exprs.exp: p 'abcdefg'(2:4) +PASS: gdb.fortran/exprs.exp: p 'abcdefg'(:3) +PASS: gdb.fortran/exprs.exp: p 'abcdefg'(5:) +PASS: gdb.fortran/exprs.exp: p 'abcdefg'(:) +PASS: gdb.fortran/exprs.exp: p .44 .LT. .45 +PASS: gdb.fortran/exprs.exp: p .44 .GT. .45 +PASS: gdb.fortran/exprs.exp: p 0.44 .LT. 0.45 +PASS: gdb.fortran/exprs.exp: p 0.44 .GT. 0.45 +PASS: gdb.fortran/exprs.exp: p 44. .LT. 45. +PASS: gdb.fortran/exprs.exp: p 44. .GT. 45. +PASS: gdb.fortran/exprs.exp: p 44.0 .LT. 45.0 +PASS: gdb.fortran/exprs.exp: p 44.0 .GT. 45.0 +PASS: gdb.fortran/exprs.exp: p 10D20 .LT. 10D21 +PASS: gdb.fortran/exprs.exp: p 10D20 .GT. 10D21 +PASS: gdb.fortran/exprs.exp: p 10d20 .LT. 10d21 +PASS: gdb.fortran/exprs.exp: p 10d20 .GT. 10d21 +PASS: gdb.fortran/exprs.exp: p 10E20 .LT. 10E21 +PASS: gdb.fortran/exprs.exp: p 10E20 .GT. 10E21 +PASS: gdb.fortran/exprs.exp: p 10e20 .LT. 10e21 +PASS: gdb.fortran/exprs.exp: p 10e20 .GT. 10e21 +PASS: gdb.fortran/exprs.exp: p 10.D20 .LT. 10.D21 +PASS: gdb.fortran/exprs.exp: p 10.D20 .GT. 10.D21 +PASS: gdb.fortran/exprs.exp: p 10.d20 .LT. 10.d21 +PASS: gdb.fortran/exprs.exp: p 10.d20 .GT. 10.d21 +PASS: gdb.fortran/exprs.exp: p 10.E20 .LT. 10.E21 +PASS: gdb.fortran/exprs.exp: p 10.E20 .GT. 10.E21 +PASS: gdb.fortran/exprs.exp: p 10.e20 .LT. 10.e21 +PASS: gdb.fortran/exprs.exp: p 10.e20 .GT. 10.e21 +PASS: gdb.fortran/exprs.exp: p 10.0D20 .LT. 10.0D21 +PASS: gdb.fortran/exprs.exp: p 10.0D20 .GT. 10.0D21 +PASS: gdb.fortran/exprs.exp: p 10.0d20 .LT. 10.0d21 +PASS: gdb.fortran/exprs.exp: p 10.0d20 .GT. 10.0d21 +PASS: gdb.fortran/exprs.exp: p 10.0E20 .LT. 10.0E21 +PASS: gdb.fortran/exprs.exp: p 10.0E20 .GT. 10.0E21 +PASS: gdb.fortran/exprs.exp: p 10.0e20 .LT. 10.0e21 +PASS: gdb.fortran/exprs.exp: p 10.0e20 .GT. 10.0e21 +PASS: gdb.fortran/exprs.exp: p 10.0D+20 .LT. 10.0D+21 +PASS: gdb.fortran/exprs.exp: p 10.0D+20 .GT. 10.0D+21 +PASS: gdb.fortran/exprs.exp: p 10.0d+20 .LT. 10.0d+21 +PASS: gdb.fortran/exprs.exp: p 10.0d+20 .GT. 10.0d+21 +PASS: gdb.fortran/exprs.exp: p 10.0E+20 .LT. 10.0E+21 +PASS: gdb.fortran/exprs.exp: p 10.0E+20 .GT. 10.0E+21 +PASS: gdb.fortran/exprs.exp: p 10.0e+20 .LT. 10.0e+21 +PASS: gdb.fortran/exprs.exp: p 10.0e+20 .GT. 10.0e+21 +PASS: gdb.fortran/exprs.exp: p 10.0D-11 .LT. 10.0D-10 +PASS: gdb.fortran/exprs.exp: p 10.0D-11 .GT. 10.0D-10 +PASS: gdb.fortran/exprs.exp: p 10.0d-11 .LT. 10.0d-10 +PASS: gdb.fortran/exprs.exp: p 10.0d-11 .GT. 10.0d-10 +PASS: gdb.fortran/exprs.exp: p 10.0E-11 .LT. 10.0E-10 +PASS: gdb.fortran/exprs.exp: p 10.0E-11 .GT. 10.0E-10 +PASS: gdb.fortran/exprs.exp: p 10.0e-11 .LT. 10.0e-10 +PASS: gdb.fortran/exprs.exp: p 10.0e-11 .GT. 10.0e-10 +PASS: gdb.fortran/exprs.exp: unary minus applied to int +PASS: gdb.fortran/exprs.exp: unary minus applied to real +PASS: gdb.fortran/exprs.exp: bool plus int +PASS: gdb.fortran/exprs.exp: int plus int +PASS: gdb.fortran/exprs.exp: real plus int +PASS: gdb.fortran/exprs.exp: real plus real +PASS: gdb.fortran/exprs.exp: bool minus int +PASS: gdb.fortran/exprs.exp: int minus int +PASS: gdb.fortran/exprs.exp: real minus int +PASS: gdb.fortran/exprs.exp: real minus real +PASS: gdb.fortran/exprs.exp: bool times int +PASS: gdb.fortran/exprs.exp: int times int +PASS: gdb.fortran/exprs.exp: real times int +PASS: gdb.fortran/exprs.exp: real times real +PASS: gdb.fortran/exprs.exp: bool divided by int +PASS: gdb.fortran/exprs.exp: int divided by int +PASS: gdb.fortran/exprs.exp: real divided by int +PASS: gdb.fortran/exprs.exp: real divided by real +PASS: gdb.fortran/exprs.exp: int powered by int +PASS: gdb.fortran/exprs.exp: combined exponentiation expression +PASS: gdb.fortran/exprs.exp: combined exponentiation expression in specified order +PASS: gdb.fortran/exprs.exp: int powered by real +PASS: gdb.fortran/exprs.exp: real powered by real +Running ../../../master/gdb/testsuite/gdb.fortran/library-module.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +UNTESTED: gdb.fortran/library-module.exp: Couldn't compile library-module-lib.f90 +Running ../../../master/gdb/testsuite/gdb.fortran/logical.exp ... +UNTESTED: gdb.fortran/logical.exp: logical.exp +UNTESTED: gdb.fortran/logical.exp: Could not compile logical.f90. +Running ../../../master/gdb/testsuite/gdb.fortran/module.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +UNTESTED: gdb.fortran/module.exp: module.exp +Running ../../../master/gdb/testsuite/gdb.fortran/multi-dim.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +UNTESTED: gdb.fortran/multi-dim.exp: multi-dim.exp +Running ../../../master/gdb/testsuite/gdb.fortran/subarray.exp ... +gdb compile failed, default_target_compile: Can't find gfortran. +Running ../../../master/gdb/testsuite/gdb.fortran/types.exp ... +PASS: gdb.fortran/types.exp: set print sevenbit-strings +PASS: gdb.fortran/types.exp: set language fortran +PASS: gdb.fortran/types.exp: set language to "fortran" +PASS: gdb.fortran/types.exp: pt 123 +PASS: gdb.fortran/types.exp: reject pt _ +PASS: gdb.fortran/types.exp: pt .TRUE. +PASS: gdb.fortran/types.exp: pt .FALSE. +PASS: gdb.fortran/types.exp: pt 'a' +PASS: gdb.fortran/types.exp: pt .44 +PASS: gdb.fortran/types.exp: pt 44.0 +PASS: gdb.fortran/types.exp: pt 10D20 +PASS: gdb.fortran/types.exp: pt 10D20 +PASS: gdb.fortran/types.exp: pt 10d20 +PASS: gdb.fortran/types.exp: pt 10d20 +PASS: gdb.fortran/types.exp: pt 10E20 +PASS: gdb.fortran/types.exp: pt 10E20 +PASS: gdb.fortran/types.exp: pt 10e20 +PASS: gdb.fortran/types.exp: pt 10e20 +Running ../../../master/gdb/testsuite/gdb.gdb/complaints.exp ... +PASS: gdb.gdb/complaints.exp: breakpoint in captured_command_loop +PASS: gdb.gdb/complaints.exp: run until breakpoint at captured_command_loop +PASS: gdb.gdb/complaints.exp: set stop_whining = 2 +PASS: gdb.gdb/complaints.exp: call complaint (&symfile_complaints, "Register a complaint") +PASS: gdb.gdb/complaints.exp: print symfile_complaints->root->fmt +PASS: gdb.gdb/complaints.exp: call complaint (&symfile_complaints, symfile_complaints->root->fmt) +PASS: gdb.gdb/complaints.exp: list has one entry +PASS: gdb.gdb/complaints.exp: call complaint (&symfile_complaints, "Testing! Testing! Testing!") +PASS: gdb.gdb/complaints.exp: serial start +PASS: gdb.gdb/complaints.exp: serial line 1 +PASS: gdb.gdb/complaints.exp: serial line 2 +PASS: gdb.gdb/complaints.exp: serial end +PASS: gdb.gdb/complaints.exp: short start +PASS: gdb.gdb/complaints.exp: short line 1 +PASS: gdb.gdb/complaints.exp: short line 2 +PASS: gdb.gdb/complaints.exp: short end +PASS: gdb.gdb/complaints.exp: empty non-verbose non-noisy clear +PASS: gdb.gdb/complaints.exp: empty verbose non-noisy clear +PASS: gdb.gdb/complaints.exp: empty verbose noisy clear +PASS: gdb.gdb/complaints.exp: empty non-verbose noisy clear +Running ../../../master/gdb/testsuite/gdb.gdb/observer.exp ... +PASS: gdb.gdb/observer.exp: breakpoint in captured_main +PASS: gdb.gdb/observer.exp: run until breakpoint at captured_main +PASS: gdb.gdb/observer.exp: no observer attached; reset first observer counter +PASS: gdb.gdb/observer.exp: no observer attached; reset second observer counter +PASS: gdb.gdb/observer.exp: no observer attached; reset third observer counter +PASS: gdb.gdb/observer.exp: no observer attached; sending notification +PASS: gdb.gdb/observer.exp: no observer attached; check first observer counter value +PASS: gdb.gdb/observer.exp: no observer attached; check second observer counter value +PASS: gdb.gdb/observer.exp: no observer attached; check third observer counter value +PASS: gdb.gdb/observer.exp: second observer attached; attach second observer +PASS: gdb.gdb/observer.exp: second observer attached; reset first observer counter +PASS: gdb.gdb/observer.exp: second observer attached; reset second observer counter +PASS: gdb.gdb/observer.exp: second observer attached; reset third observer counter +PASS: gdb.gdb/observer.exp: second observer attached; sending notification +PASS: gdb.gdb/observer.exp: second observer attached; check first observer counter value +PASS: gdb.gdb/observer.exp: second observer attached; check second observer counter value +PASS: gdb.gdb/observer.exp: second observer attached; check third observer counter value +PASS: gdb.gdb/observer.exp: second observer detached; detach second observer +PASS: gdb.gdb/observer.exp: second observer detached; reset first observer counter +PASS: gdb.gdb/observer.exp: second observer detached; reset second observer counter +PASS: gdb.gdb/observer.exp: second observer detached; reset third observer counter +PASS: gdb.gdb/observer.exp: second observer detached; sending notification +PASS: gdb.gdb/observer.exp: second observer detached; check first observer counter value +PASS: gdb.gdb/observer.exp: second observer detached; check second observer counter value +PASS: gdb.gdb/observer.exp: second observer detached; check third observer counter value +PASS: gdb.gdb/observer.exp: 1st observer added; attach first observer +PASS: gdb.gdb/observer.exp: 1st observer added; reset first observer counter +PASS: gdb.gdb/observer.exp: 1st observer added; reset second observer counter +PASS: gdb.gdb/observer.exp: 1st observer added; reset third observer counter +PASS: gdb.gdb/observer.exp: 1st observer added; sending notification +PASS: gdb.gdb/observer.exp: 1st observer added; check first observer counter value +PASS: gdb.gdb/observer.exp: 1st observer added; check second observer counter value +PASS: gdb.gdb/observer.exp: 1st observer added; check third observer counter value +PASS: gdb.gdb/observer.exp: 2nd observer added; attach second observer +PASS: gdb.gdb/observer.exp: 2nd observer added; reset first observer counter +PASS: gdb.gdb/observer.exp: 2nd observer added; reset second observer counter +PASS: gdb.gdb/observer.exp: 2nd observer added; reset third observer counter +PASS: gdb.gdb/observer.exp: 2nd observer added; sending notification +PASS: gdb.gdb/observer.exp: 2nd observer added; check first observer counter value +PASS: gdb.gdb/observer.exp: 2nd observer added; check second observer counter value +PASS: gdb.gdb/observer.exp: 2nd observer added; check third observer counter value +PASS: gdb.gdb/observer.exp: 3rd observer added; attach third observer +PASS: gdb.gdb/observer.exp: 3rd observer added; reset first observer counter +PASS: gdb.gdb/observer.exp: 3rd observer added; reset second observer counter +PASS: gdb.gdb/observer.exp: 3rd observer added; reset third observer counter +PASS: gdb.gdb/observer.exp: 3rd observer added; sending notification +PASS: gdb.gdb/observer.exp: 3rd observer added; check first observer counter value +PASS: gdb.gdb/observer.exp: 3rd observer added; check second observer counter value +PASS: gdb.gdb/observer.exp: 3rd observer added; check third observer counter value +PASS: gdb.gdb/observer.exp: 2nd observer removed; detach second observer +PASS: gdb.gdb/observer.exp: 2nd observer removed; reset first observer counter +PASS: gdb.gdb/observer.exp: 2nd observer removed; reset second observer counter +PASS: gdb.gdb/observer.exp: 2nd observer removed; reset third observer counter +PASS: gdb.gdb/observer.exp: 2nd observer removed; sending notification +PASS: gdb.gdb/observer.exp: 2nd observer removed; check first observer counter value +PASS: gdb.gdb/observer.exp: 2nd observer removed; check second observer counter value +PASS: gdb.gdb/observer.exp: 2nd observer removed; check third observer counter value +PASS: gdb.gdb/observer.exp: 1st observer removed; detach first observer +PASS: gdb.gdb/observer.exp: 1st observer removed; reset first observer counter +PASS: gdb.gdb/observer.exp: 1st observer removed; reset second observer counter +PASS: gdb.gdb/observer.exp: 1st observer removed; reset third observer counter +PASS: gdb.gdb/observer.exp: 1st observer removed; sending notification +PASS: gdb.gdb/observer.exp: 1st observer removed; check first observer counter value +PASS: gdb.gdb/observer.exp: 1st observer removed; check second observer counter value +PASS: gdb.gdb/observer.exp: 1st observer removed; check third observer counter value +PASS: gdb.gdb/observer.exp: 3rd observer removed; detach third observer +PASS: gdb.gdb/observer.exp: 3rd observer removed; reset first observer counter +PASS: gdb.gdb/observer.exp: 3rd observer removed; reset second observer counter +PASS: gdb.gdb/observer.exp: 3rd observer removed; reset third observer counter +PASS: gdb.gdb/observer.exp: 3rd observer removed; sending notification +PASS: gdb.gdb/observer.exp: 3rd observer removed; check first observer counter value +PASS: gdb.gdb/observer.exp: 3rd observer removed; check second observer counter value +PASS: gdb.gdb/observer.exp: 3rd observer removed; check third observer counter value +PASS: gdb.gdb/observer.exp: three observers added; attach first observer +PASS: gdb.gdb/observer.exp: three observers added; attach second observer +PASS: gdb.gdb/observer.exp: three observers added; attach third observer +PASS: gdb.gdb/observer.exp: three observers added; reset first observer counter +PASS: gdb.gdb/observer.exp: three observers added; reset second observer counter +PASS: gdb.gdb/observer.exp: three observers added; reset third observer counter +PASS: gdb.gdb/observer.exp: three observers added; sending notification +PASS: gdb.gdb/observer.exp: three observers added; check first observer counter value +PASS: gdb.gdb/observer.exp: three observers added; check second observer counter value +PASS: gdb.gdb/observer.exp: three observers added; check third observer counter value +PASS: gdb.gdb/observer.exp: third observer removed; detach third observer +PASS: gdb.gdb/observer.exp: third observer removed; reset first observer counter +PASS: gdb.gdb/observer.exp: third observer removed; reset second observer counter +PASS: gdb.gdb/observer.exp: third observer removed; reset third observer counter +PASS: gdb.gdb/observer.exp: third observer removed; sending notification +PASS: gdb.gdb/observer.exp: third observer removed; check first observer counter value +PASS: gdb.gdb/observer.exp: third observer removed; check second observer counter value +PASS: gdb.gdb/observer.exp: third observer removed; check third observer counter value +PASS: gdb.gdb/observer.exp: second observer removed; detach second observer +PASS: gdb.gdb/observer.exp: second observer removed; reset first observer counter +PASS: gdb.gdb/observer.exp: second observer removed; reset second observer counter +PASS: gdb.gdb/observer.exp: second observer removed; reset third observer counter +PASS: gdb.gdb/observer.exp: second observer removed; sending notification +PASS: gdb.gdb/observer.exp: second observer removed; check first observer counter value +PASS: gdb.gdb/observer.exp: second observer removed; check second observer counter value +PASS: gdb.gdb/observer.exp: second observer removed; check third observer counter value +PASS: gdb.gdb/observer.exp: first observer removed; detach first observer +PASS: gdb.gdb/observer.exp: first observer removed; reset first observer counter +PASS: gdb.gdb/observer.exp: first observer removed; reset second observer counter +PASS: gdb.gdb/observer.exp: first observer removed; reset third observer counter +PASS: gdb.gdb/observer.exp: first observer removed; sending notification +PASS: gdb.gdb/observer.exp: first observer removed; check first observer counter value +PASS: gdb.gdb/observer.exp: first observer removed; check second observer counter value +PASS: gdb.gdb/observer.exp: first observer removed; check third observer counter value +Running ../../../master/gdb/testsuite/gdb.gdb/selftest.exp ... +PASS: gdb.gdb/selftest.exp: Disassemble main +PASS: gdb.gdb/selftest.exp: breakpoint in captured_main +PASS: gdb.gdb/selftest.exp: set interrupt character in test_with_self +PASS: gdb.gdb/selftest.exp: set listsize to 1 +PASS: gdb.gdb/selftest.exp: run until breakpoint at captured_main +PASS: gdb.gdb/selftest.exp: printed version as string +PASS: gdb.gdb/selftest.exp: step over initial brace +PASS: gdb.gdb/selftest.exp: step over argc initialization +PASS: gdb.gdb/selftest.exp: step over argv initialization +PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls +PASS: gdb.gdb/selftest.exp: step over argc initialization +PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls +PASS: gdb.gdb/selftest.exp: next over setlocale LC_MESSAGES +PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls +PASS: gdb.gdb/selftest.exp: next over setlocale LC_MESSAGES +PASS: gdb.gdb/selftest.exp: next over setlocale LC_CTYPE +PASS: gdb.gdb/selftest.exp: next over bindtextdomain +PASS: gdb.gdb/selftest.exp: next over textdomain PACKAGE +PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization +PASS: gdb.gdb/selftest.exp: next over cmdarg initialization via xmalloc +PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization +PASS: gdb.gdb/selftest.exp: next over cmdarg initialization via xmalloc +PASS: gdb.gdb/selftest.exp: print a string +PASS: gdb.gdb/selftest.exp: step into xmalloc call +PASS: gdb.gdb/selftest.exp: xgdb is at prompt +PASS: gdb.gdb/selftest.exp: Set xgdb prompt +PASS: gdb.gdb/selftest.exp: send ^C to child process +PASS: gdb.gdb/selftest.exp: send SIGINT signal to child process +PASS: gdb.gdb/selftest.exp: backtrace through signal handler +Running ../../../master/gdb/testsuite/gdb.gdb/xfullpath.exp ... +PASS: gdb.gdb/xfullpath.exp: breakpoint in captured_main +PASS: gdb.gdb/xfullpath.exp: run until breakpoint at captured_main +PASS: gdb.gdb/xfullpath.exp: A filename with ./ as the directory prefix +PASS: gdb.gdb/xfullpath.exp: A filename with ../ in the directory prefix +PASS: gdb.gdb/xfullpath.exp: A one-char filename in the current directory +PASS: gdb.gdb/xfullpath.exp: A filename in the root directory +PASS: gdb.gdb/xfullpath.exp: A filename without any directory prefix +PASS: gdb.gdb/xfullpath.exp: A one-char filename without any directory prefix +PASS: gdb.gdb/xfullpath.exp: An empty filename +Running ../../../master/gdb/testsuite/gdb.java/jmain.exp ... +PASS: gdb.java/jmain.exp: compilation jmain.java +PASS: gdb.java/jmain.exp: set print sevenbit-strings +KFAIL: gdb.java/jmain.exp: break main (PRMS: java/1567) +KPASS: gdb.java/jmain.exp: break jmain.main (PRMS java/1565) +PASS: gdb.java/jmain.exp: break jmain.main(java.lang.String[])void +Running ../../../master/gdb/testsuite/gdb.java/jmisc.exp ... +PASS: gdb.java/jmisc.exp: compilation jmisc.java +PASS: gdb.java/jmisc.exp: set print sevenbit-strings +PASS: gdb.java/jmisc.exp: set language java +PASS: gdb.java/jmisc.exp: set language to "java" +PASS: gdb.java/jmisc.exp: continue to breakpoint: jmisc.main(java.lang.String[]) +PASS: gdb.java/jmisc.exp: ptype jmisc +PASS: gdb.java/jmisc.exp: p args +KFAIL: gdb.java/jmisc.exp: gdb/2214 (PRMS: p *args) +PASS: gdb.java/jmisc.exp: break exit +PASS: gdb.java/jmisc.exp: continue to exit +PASS: gdb.java/jmisc.exp: set breakpoint pending off +PASS: gdb.java/jmisc.exp: break jmisc.main(java.lang.String[])int +Running ../../../master/gdb/testsuite/gdb.java/jnpe.exp ... +PASS: gdb.java/jnpe.exp: compilation jnpe.java +XFAIL: gdb.java/jnpe.exp: check for unwinder hook in java +UNSUPPORTED: gdb.java/jnpe.exp: jnpe.exp could not find _Unwind_DebugHook +Running ../../../master/gdb/testsuite/gdb.java/jprint.exp ... +PASS: gdb.java/jprint.exp: compilation jprint.java +PASS: gdb.java/jprint.exp: set print sevenbit-strings +PASS: gdb.java/jprint.exp: set language java +PASS: gdb.java/jprint.exp: set language to "java" +PASS: gdb.java/jprint.exp: continue to breakpoint: jprint.main(java.lang.String[]) +PASS: gdb.java/jprint.exp: unambiguous static call +PASS: gdb.java/jprint.exp: next +PASS: gdb.java/jprint.exp: next +PASS: gdb.java/jprint.exp: single argument print call +PASS: gdb.java/jprint.exp: double argument print call +FAIL: gdb.java/jprint.exp: virtual fn call +PASS: gdb.java/jprint.exp: inherited static call +FAIL: gdb.java/jprint.exp: inherited virtual fn call +XPASS: gdb.java/jprint.exp: print a java.util.Properties (PRMS gcc/43260) +Running ../../../master/gdb/testsuite/gdb.java/jv-exp.exp ... +PASS: gdb.java/jv-exp.exp: set print sevenbit-strings +PASS: gdb.java/jv-exp.exp: set width 0 +PASS: gdb.java/jv-exp.exp: set language java +PASS: gdb.java/jv-exp.exp: set language to "java" +PASS: gdb.java/jv-exp.exp: p 1 > 2 +PASS: gdb.java/jv-exp.exp: p 1 < 2 +Running ../../../master/gdb/testsuite/gdb.java/jv-print.exp ... +PASS: gdb.java/jv-print.exp: print $pc +PASS: gdb.java/jv-print.exp: set print sevenbit-strings +PASS: gdb.java/jv-print.exp: set width 0 +PASS: gdb.java/jv-print.exp: set language java +PASS: gdb.java/jv-print.exp: set language to "java" +PASS: gdb.java/jv-print.exp: p 123 +PASS: gdb.java/jv-print.exp: p -123 +PASS: gdb.java/jv-print.exp: p/d 123 +PASS: gdb.java/jv-print.exp: p 0123 +PASS: gdb.java/jv-print.exp: p 00123 +PASS: gdb.java/jv-print.exp: p -0123 +PASS: gdb.java/jv-print.exp: p/o 0123 +PASS: gdb.java/jv-print.exp: p 0x123 +PASS: gdb.java/jv-print.exp: p -0x123 +PASS: gdb.java/jv-print.exp: p 0x0123 +PASS: gdb.java/jv-print.exp: p -0x0123 +PASS: gdb.java/jv-print.exp: p 0xABCDEF +PASS: gdb.java/jv-print.exp: p 0xabcdef +PASS: gdb.java/jv-print.exp: p 0xAbCdEf +PASS: gdb.java/jv-print.exp: p/x 0x123 +PASS: gdb.java/jv-print.exp: p 'a' +PASS: gdb.java/jv-print.exp: p/c 'a' +PASS: gdb.java/jv-print.exp: p/c 70 +PASS: gdb.java/jv-print.exp: p/x 'a' +PASS: gdb.java/jv-print.exp: p/d 'a' +PASS: gdb.java/jv-print.exp: p/t 'a' +PASS: gdb.java/jv-print.exp: p/x '\377' +PASS: gdb.java/jv-print.exp: p '\'' +PASS: gdb.java/jv-print.exp: p '\\' +PASS: gdb.java/jv-print.exp: reject p 0x +PASS: gdb.java/jv-print.exp: p '' +PASS: gdb.java/jv-print.exp: p ''' +PASS: gdb.java/jv-print.exp: reject p '\' +PASS: gdb.java/jv-print.exp: reject p '\\\' +PASS: gdb.java/jv-print.exp: reject p DEADBEEF +PASS: gdb.java/jv-print.exp: reject p 123DEADBEEF +PASS: gdb.java/jv-print.exp: reject p 123foobar.bazfoo3 +PASS: gdb.java/jv-print.exp: reject p 123EEEEEEEEEEEEEEEEE33333k333 +PASS: gdb.java/jv-print.exp: check for floating addition +PASS: gdb.java/jv-print.exp: reject p 09 +PASS: gdb.java/jv-print.exp: reject p 079 +PASS: gdb.java/jv-print.exp: reject p 0xG +PASS: gdb.java/jv-print.exp: reject p 0xAG +PASS: gdb.java/jv-print.exp: check fp + text +PASS: gdb.java/jv-print.exp: p 1. +PASS: gdb.java/jv-print.exp: p 1.5 +PASS: gdb.java/jv-print.exp: p 1.f +PASS: gdb.java/jv-print.exp: p 1.5f +PASS: gdb.java/jv-print.exp: p 1.d +PASS: gdb.java/jv-print.exp: p 1.5d +PASS: gdb.java/jv-print.exp: p 0x1.1 +PASS: gdb.java/jv-print.exp: reject p 1.1x +PASS: gdb.java/jv-print.exp: reject p 1.1ff +PASS: gdb.java/jv-print.exp: reject p 1.1dd +Running ../../../master/gdb/testsuite/gdb.mi/dw2-ref-missing-frame.exp ... +PASS: gdb.mi/dw2-ref-missing-frame.exp: breakpoint at func_nofb_marker +PASS: gdb.mi/dw2-ref-missing-frame.exp: mi runto func_nofb_marker +PASS: gdb.mi/dw2-ref-missing-frame.exp: test func_nofb_marker +PASS: gdb.mi/dw2-ref-missing-frame.exp: breakpoint at func_loopfb_marker +PASS: gdb.mi/dw2-ref-missing-frame.exp: mi runto func_loopfb_marker +PASS: gdb.mi/dw2-ref-missing-frame.exp: test func_loopfb_var +Running ../../../master/gdb/testsuite/gdb.mi/gdb2549.exp ... +PASS: gdb.mi/gdb2549.exp: wrong arguments +PASS: gdb.mi/gdb2549.exp: no executable +PASS: gdb.mi/gdb2549.exp: breakpoint at main +PASS: gdb.mi/gdb2549.exp: mi runto main +PASS: gdb.mi/gdb2549.exp: register values x +PASS: gdb.mi/gdb2549.exp: register values f +PASS: gdb.mi/gdb2549.exp: register values d +PASS: gdb.mi/gdb2549.exp: register values o +PASS: gdb.mi/gdb2549.exp: register values t +Running ../../../master/gdb/testsuite/gdb.mi/gdb669.exp ... +PASS: gdb.mi/gdb669.exp: successfully compiled posix threads test case +PASS: gdb.mi/gdb669.exp: breakpoint at main +PASS: gdb.mi/gdb669.exp: mi runto main +PASS: gdb.mi/gdb669.exp: -thread-list-ids (at main) +PASS: gdb.mi/gdb669.exp: info threads (at main) +PASS: gdb.mi/gdb669.exp: finding MI result string (at main) +PASS: gdb.mi/gdb669.exp: finding number of threads in MI output (at main) +PASS: gdb.mi/gdb669.exp: got number of threads from MI (at main) +PASS: gdb.mi/gdb669.exp: console and MI have same number of threads (at main) +PASS: gdb.mi/gdb669.exp: -thread_list_ids (at main) +PASS: gdb.mi/gdb669.exp: finding threads in MI output (at main) +PASS: gdb.mi/gdb669.exp: MI and console have same threads (at main) +PASS: gdb.mi/gdb669.exp: next, try 0 +PASS: gdb.mi/gdb669.exp: -thread-list-ids (try 0) +PASS: gdb.mi/gdb669.exp: info threads (try 0) +PASS: gdb.mi/gdb669.exp: finding MI result string (try 0) +PASS: gdb.mi/gdb669.exp: finding number of threads in MI output (try 0) +PASS: gdb.mi/gdb669.exp: got number of threads from MI (try 0) +PASS: gdb.mi/gdb669.exp: console and MI have same number of threads (try 0) +PASS: gdb.mi/gdb669.exp: -thread_list_ids (try 0) +PASS: gdb.mi/gdb669.exp: finding threads in MI output (try 0) +PASS: gdb.mi/gdb669.exp: MI and console have same threads (try 0) +PASS: gdb.mi/gdb669.exp: next, try 1 +PASS: gdb.mi/gdb669.exp: -thread-list-ids (try 1) +PASS: gdb.mi/gdb669.exp: info threads (try 1) +PASS: gdb.mi/gdb669.exp: finding MI result string (try 1) +PASS: gdb.mi/gdb669.exp: finding number of threads in MI output (try 1) +PASS: gdb.mi/gdb669.exp: got number of threads from MI (try 1) +PASS: gdb.mi/gdb669.exp: console and MI have same number of threads (try 1) +PASS: gdb.mi/gdb669.exp: -thread_list_ids (try 1) +PASS: gdb.mi/gdb669.exp: finding threads in MI output (try 1) +PASS: gdb.mi/gdb669.exp: MI and console have same threads (try 1) +PASS: gdb.mi/gdb669.exp: next, try 2 +PASS: gdb.mi/gdb669.exp: -thread-list-ids (try 2) +PASS: gdb.mi/gdb669.exp: info threads (try 2) +PASS: gdb.mi/gdb669.exp: finding MI result string (try 2) +PASS: gdb.mi/gdb669.exp: finding number of threads in MI output (try 2) +PASS: gdb.mi/gdb669.exp: got number of threads from MI (try 2) +PASS: gdb.mi/gdb669.exp: console and MI have same number of threads (try 2) +PASS: gdb.mi/gdb669.exp: -thread_list_ids (try 2) +PASS: gdb.mi/gdb669.exp: finding threads in MI output (try 2) +PASS: gdb.mi/gdb669.exp: MI and console have same threads (try 2) +PASS: gdb.mi/gdb669.exp: next, try 3 +PASS: gdb.mi/gdb669.exp: -thread-list-ids (try 3) +PASS: gdb.mi/gdb669.exp: info threads (try 3) +PASS: gdb.mi/gdb669.exp: finding MI result string (try 3) +PASS: gdb.mi/gdb669.exp: finding number of threads in MI output (try 3) +PASS: gdb.mi/gdb669.exp: got number of threads from MI (try 3) +PASS: gdb.mi/gdb669.exp: console and MI have same number of threads (try 3) +PASS: gdb.mi/gdb669.exp: -thread_list_ids (try 3) +PASS: gdb.mi/gdb669.exp: finding threads in MI output (try 3) +PASS: gdb.mi/gdb669.exp: MI and console have same threads (try 3) +Running ../../../master/gdb/testsuite/gdb.mi/gdb680.exp ... +PASS: gdb.mi/gdb680.exp: -data-list-register-names -1, try 0 +PASS: gdb.mi/gdb680.exp: -data-list-register-names -1, try 1 +PASS: gdb.mi/gdb680.exp: -data-list-register-names -1, try 2 +PASS: gdb.mi/gdb680.exp: -data-list-register-names -1, try 3 +PASS: gdb.mi/gdb680.exp: -data-list-register-names -1, try 4 +Running ../../../master/gdb/testsuite/gdb.mi/gdb701.exp ... +PASS: gdb.mi/gdb701.exp: breakpoint at main +PASS: gdb.mi/gdb701.exp: mi runto main +PASS: gdb.mi/gdb701.exp: step over "foo = 0" +PASS: gdb.mi/gdb701.exp: create fooPtr +PASS: gdb.mi/gdb701.exp: list children of fooPtr +PASS: gdb.mi/gdb701.exp: list children of fooPtr.x +PASS: gdb.mi/gdb701.exp: list children of fooPtr.y +PASS: gdb.mi/gdb701.exp: list children of fooPtr.z +Running ../../../master/gdb/testsuite/gdb.mi/gdb792.exp ... +PASS: gdb.mi/gdb792.exp: breakpoint at main +PASS: gdb.mi/gdb792.exp: mi runto main +PASS: gdb.mi/gdb792.exp: create var for class A +PASS: gdb.mi/gdb792.exp: list children of class A +PASS: gdb.mi/gdb792.exp: list children of A.public +PASS: gdb.mi/gdb792.exp: list children of A.private +PASS: gdb.mi/gdb792.exp: list children of A.protected +PASS: gdb.mi/gdb792.exp: list children of A.protected.b +PASS: gdb.mi/gdb792.exp: list children of A.protected.b.public +PASS: gdb.mi/gdb792.exp: list children of A.protected.b.private +PASS: gdb.mi/gdb792.exp: create var for class C which has baseclass A +PASS: gdb.mi/gdb792.exp: list children of class C +Running ../../../master/gdb/testsuite/gdb.mi/mi-async.exp ... +PASS: gdb.mi/mi-async.exp: start: stop +PASS: gdb.mi/mi-async.exp: CLI next: stop +PASS: gdb.mi/mi-async.exp: restart: stop +Running ../../../master/gdb/testsuite/gdb.mi/mi-basics.exp ... +PASS: gdb.mi/mi-basics.exp: acceptance of MI operations +PASS: gdb.mi/mi-basics.exp: file-exec-and-symbols operation +PASS: gdb.mi/mi-basics.exp: file-exec-file operation +PASS: gdb.mi/mi-basics.exp: file-symbol-file operation +PASS: gdb.mi/mi-basics.exp: break-delete (all) operation +PASS: gdb.mi/mi-basics.exp: all breakpoints removed +PASS: gdb.mi/mi-basics.exp: environment-directory arg operation +PASS: gdb.mi/mi-basics.exp: environment-directory empty-string operation +PASS: gdb.mi/mi-basics.exp: environment-directory operation +PASS: gdb.mi/mi-basics.exp: environment-cd arg operation +PASS: gdb.mi/mi-basics.exp: environment-pwd operation +PASS: gdb.mi/mi-basics.exp: environment-path +PASS: gdb.mi/mi-basics.exp: environment-path no-args operation +PASS: gdb.mi/mi-basics.exp: environment-path dir1 dir2 operation +PASS: gdb.mi/mi-basics.exp: environment-path -r dir operation +PASS: gdb.mi/mi-basics.exp: environment-path -r operation +PASS: gdb.mi/mi-basics.exp: initial tty is mi_inferior_tty_name +PASS: gdb.mi/mi-basics.exp: set tty to /dev/pts/1 +PASS: gdb.mi/mi-basics.exp: tty was set correctly +PASS: gdb.mi/mi-basics.exp: set tty to the empty string +PASS: gdb.mi/mi-basics.exp: make sure tty is empty +PASS: gdb.mi/mi-basics.exp: set tty to mi_inferior_tty_name (the way it was) +PASS: gdb.mi/mi-basics.exp: verify tty is correct +Running ../../../master/gdb/testsuite/gdb.mi/mi-break.exp ... +PASS: gdb.mi/mi-break.exp: break-insert -t operation +PASS: gdb.mi/mi-break.exp: insert temp breakpoint at basics.c:callee2 +PASS: gdb.mi/mi-break.exp: insert temp breakpoint at basics.c:$line_callee3_head +PASS: gdb.mi/mi-break.exp: insert temp breakpoint at "<fullfilename>":$line_callee4_head +PASS: gdb.mi/mi-break.exp: list of breakpoints +PASS: gdb.mi/mi-break.exp: delete temp breakpoints +XFAIL: gdb.mi/mi-break.exp: break-insert -r operation +XFAIL: gdb.mi/mi-break.exp: insert breakpoint with regexp callee2 +XFAIL: gdb.mi/mi-break.exp: insert breakpoint with regexp callee +XFAIL: gdb.mi/mi-break.exp: insert breakpoint with regexp .*llee +XFAIL: gdb.mi/mi-break.exp: list of breakpoints +PASS: gdb.mi/mi-break.exp: delete temp breakpoints +PASS: gdb.mi/mi-break.exp: insert breakpoint with ignore count at callme +PASS: gdb.mi/mi-break.exp: run to breakpoint with ignore count +PASS: gdb.mi/mi-break.exp: breakpoint at nonexistent function +PASS: gdb.mi/mi-break.exp: create varobj for function call +PASS: gdb.mi/mi-break.exp: update varobj for function call +PASS: gdb.mi/mi-break.exp: test disabled creation +PASS: gdb.mi/mi-break.exp: test disabled creation: cleanup +PASS: gdb.mi/mi-break.exp: breakpoint commands: insert breakpoint at basics.c:callee2 +PASS: gdb.mi/mi-break.exp: breakpoint commands: set commands +PASS: gdb.mi/mi-break.exp: breakpoint commands: check that commands are set +PASS: gdb.mi/mi-break.exp: breakpoint commands: clear commands +PASS: gdb.mi/mi-break.exp: breakpoint commands: check that commands are cleared +PASS: gdb.mi/mi-break.exp: breakpoint at main +PASS: gdb.mi/mi-break.exp: mi runto main +PASS: gdb.mi/mi-break.exp: breakpoint commands: insert breakpoint at basics.c:callee2, again +PASS: gdb.mi/mi-break.exp: breakpoint commands: set commands +PASS: gdb.mi/mi-break.exp: intermediate stop and continue +PASS: gdb.mi/mi-break.exp: test hitting breakpoint with commands +Running ../../../master/gdb/testsuite/gdb.mi/mi-cli.exp ... +PASS: gdb.mi/mi-cli.exp: -interpreter-exec with no arguments +PASS: gdb.mi/mi-cli.exp: -interpreter-exec with one argument +PASS: gdb.mi/mi-cli.exp: -interpreter-exec with bogus interpreter +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console bogus +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "file $binfile" +PASS: gdb.mi/mi-cli.exp: breakpoint at main +PASS: gdb.mi/mi-cli.exp: mi runto main +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "set args foobar" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "show args" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "break callee4" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "info break" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "set listsize 1" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "list" +PASS: gdb.mi/mi-cli.exp: continue to callee4 +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "delete 2" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "up" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "down" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "frame 2" +PASS: gdb.mi/mi-cli.exp: -stack-select-frame 0 +PASS: gdb.mi/mi-cli.exp: check *stopped from CLI command +PASS: gdb.mi/mi-cli.exp: -break-insert -t basics.c:$line_main_hello +PASS: gdb.mi/mi-cli.exp: -exec-continue to line 66 +PASS: gdb.mi/mi-cli.exp: 34 next: run +PASS: gdb.mi/mi-cli.exp: 34 next: stop +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_return +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "help set args" +PASS: gdb.mi/mi-cli.exp: -interpreter-exec console "set $pc=0x0" +Running ../../../master/gdb/testsuite/gdb.mi/mi-console.exp ... +PASS: gdb.mi/mi-console.exp: breakpoint at main +PASS: gdb.mi/mi-console.exp: mi runto main +PASS: gdb.mi/mi-console.exp: Testing console output +PASS: gdb.mi/mi-console.exp: Testing console output inferior output +PASS: gdb.mi/mi-console.exp: finished step over hello +Running ../../../master/gdb/testsuite/gdb.mi/mi-disassemble.exp ... +PASS: gdb.mi/mi-disassemble.exp: breakpoint at main +PASS: gdb.mi/mi-disassemble.exp: mi runto main +PASS: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly only +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly only +PASS: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly with opcodes +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly with opcodes +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed +PASS: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed with opcodes +PASS: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed with opcodes +PASS: gdb.mi/mi-disassemble.exp: data-disassemble bogus filename +PASS: gdb.mi/mi-disassemble.exp: data-disassemble bogus address +PASS: gdb.mi/mi-disassemble.exp: data-disassemble mix different args +PASS: gdb.mi/mi-disassemble.exp: data-disassemble wrong mode arg +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly only +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number (zero lines) assembly only +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number (more than main lines) assembly only +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly mixed +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number (zero lines) assembly mixed +PASS: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number (more than main lines) assembly mixed +Running ../../../master/gdb/testsuite/gdb.mi/mi-eval.exp ... +PASS: gdb.mi/mi-eval.exp: breakpoint at callee4 +PASS: gdb.mi/mi-eval.exp: mi runto callee4 +PASS: gdb.mi/mi-eval.exp: next at callee4 +PASS: gdb.mi/mi-eval.exp: eval A +PASS: gdb.mi/mi-eval.exp: eval &A +PASS: gdb.mi/mi-eval.exp: eval A+3 +PASS: gdb.mi/mi-eval.exp: eval A + 3 +Running ../../../master/gdb/testsuite/gdb.mi/mi-file-transfer.exp ... +PASS: gdb.mi/mi-file-transfer.exp: put binary file +PASS: gdb.mi/mi-file-transfer.exp: get binary file +PASS: gdb.mi/mi-file-transfer.exp: compare intermediate binary file +PASS: gdb.mi/mi-file-transfer.exp: compare binary file +PASS: gdb.mi/mi-file-transfer.exp: deleted binary file +PASS: gdb.mi/mi-file-transfer.exp: verified deleted binary file +Running ../../../master/gdb/testsuite/gdb.mi/mi-file.exp ... +PASS: gdb.mi/mi-file.exp: request path info of current source file (basics.c) +PASS: gdb.mi/mi-file.exp: Getting a list of source files. +Running ../../../master/gdb/testsuite/gdb.mi/mi-hack-cli.exp ... +PASS: gdb.mi/mi-hack-cli.exp: show architecture +PASS: gdb.mi/mi-hack-cli.exp: 47show architecture +Running ../../../master/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp ... +PASS: gdb.mi/mi-nonstop-exit.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-nonstop-exit.exp: breakpoint at main +PASS: gdb.mi/mi-nonstop-exit.exp: mi runto main +PASS: gdb.mi/mi-nonstop-exit.exp: finished exec continue +PASS: gdb.mi/mi-nonstop-exit.exp: breakpoint at main +PASS: gdb.mi/mi-nonstop-exit.exp: mi runto main +PASS: gdb.mi/mi-nonstop-exit.exp: finished exec continue (2) +Running ../../../master/gdb/testsuite/gdb.mi/mi-nonstop.exp ... +PASS: gdb.mi/mi-nonstop.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-nonstop.exp: breakpoint at main +PASS: gdb.mi/mi-nonstop.exp: mi runto main +PASS: gdb.mi/mi-nonstop.exp: breakpoint at marker +PASS: gdb.mi/mi-nonstop.exp: w0,i0 stop +PASS: gdb.mi/mi-nonstop.exp: w1,i0 stop +PASS: gdb.mi/mi-nonstop.exp: thread state, stop 1 +PASS: gdb.mi/mi-nonstop.exp: select thread 2 +PASS: gdb.mi/mi-nonstop.exp: create varobj in first thread +PASS: gdb.mi/mi-nonstop.exp: select thread 3 +PASS: gdb.mi/mi-nonstop.exp: create varobj in second thread +PASS: gdb.mi/mi-nonstop.exp: thread state, resume 1 +PASS: gdb.mi/mi-nonstop.exp: w0,i1 stop +PASS: gdb.mi/mi-nonstop.exp: thread state, stop 2 +PASS: gdb.mi/mi-nonstop.exp: thread state, resume 2 +PASS: gdb.mi/mi-nonstop.exp: w1,i1 stop +PASS: gdb.mi/mi-nonstop.exp: thread state, stop 3 +PASS: gdb.mi/mi-nonstop.exp: update varobj, 1 +PASS: gdb.mi/mi-nonstop.exp: check varobj, w0, 1 +PASS: gdb.mi/mi-nonstop.exp: check varobj, w1, 1 +PASS: gdb.mi/mi-nonstop.exp: interrupted +PASS: gdb.mi/mi-nonstop.exp: got interrupt +PASS: gdb.mi/mi-nonstop.exp: thread state, stop 4 +PASS: gdb.mi/mi-nonstop.exp: resume all +PASS: gdb.mi/mi-nonstop.exp: w0,i2 stop +PASS: gdb.mi/mi-nonstop.exp: w1,i2 stop +PASS: gdb.mi/mi-nonstop.exp: set condition, 1 +PASS: gdb.mi/mi-nonstop.exp: w0,i3 stop +PASS: gdb.mi/mi-nonstop.exp: thread state, stop on cond breakpoint +PASS: gdb.mi/mi-nonstop.exp: update varobj, 2 +PASS: gdb.mi/mi-nonstop.exp: check varobj, w1, 1 +PASS: gdb.mi/mi-nonstop.exp: stacktrace of running thread +PASS: gdb.mi/mi-nonstop.exp: stacktrace of stopped thread +PASS: gdb.mi/mi-nonstop.exp: select first worker thread +PASS: gdb.mi/mi-nonstop.exp: ask the second thread to exit +PASS: gdb.mi/mi-nonstop.exp: wait for thread exit +PASS: gdb.mi/mi-nonstop.exp: stacktrace of stopped thread +Running ../../../master/gdb/testsuite/gdb.mi/mi-ns-stale-regcache.exp ... +PASS: gdb.mi/mi-ns-stale-regcache.exp: breakpoint at main +PASS: gdb.mi/mi-ns-stale-regcache.exp: mi runto main +PASS: gdb.mi/mi-ns-stale-regcache.exp: no stale register cache of resumed thread +PASS: gdb.mi/mi-ns-stale-regcache.exp: no stale frame info of resumed thread +PASS: gdb.mi/mi-ns-stale-regcache.exp: main thread still running +Running ../../../master/gdb/testsuite/gdb.mi/mi-nsintrall.exp ... +PASS: gdb.mi/mi-nsintrall.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-nsintrall.exp: breakpoint at main +PASS: gdb.mi/mi-nsintrall.exp: mi runto main +PASS: gdb.mi/mi-nsintrall.exp: breakpoint at thread_function +PASS: gdb.mi/mi-nsintrall.exp: stop 0 +PASS: gdb.mi/mi-nsintrall.exp: stop 1 +PASS: gdb.mi/mi-nsintrall.exp: stop 2 +PASS: gdb.mi/mi-nsintrall.exp: stop 3 +PASS: gdb.mi/mi-nsintrall.exp: stop 4 +PASS: gdb.mi/mi-nsintrall.exp: stop 5 +PASS: gdb.mi/mi-nsintrall.exp: thread state, all stopped +PASS: gdb.mi/mi-nsintrall.exp: resume all, no breakpoint +PASS: gdb.mi/mi-nsintrall.exp: thread state, resume all +PASS: gdb.mi/mi-nsintrall.exp: interrupt all threads +PASS: gdb.mi/mi-nsintrall.exp: interrupt 0 +PASS: gdb.mi/mi-nsintrall.exp: interrupt 1 +PASS: gdb.mi/mi-nsintrall.exp: interrupt 2 +PASS: gdb.mi/mi-nsintrall.exp: interrupt 3 +PASS: gdb.mi/mi-nsintrall.exp: interrupt 4 +PASS: gdb.mi/mi-nsintrall.exp: interrupt 5 +PASS: gdb.mi/mi-nsintrall.exp: thread state, all interrupted +PASS: gdb.mi/mi-nsintrall.exp: resume all after interrupting +PASS: gdb.mi/mi-nsintrall.exp: thread state, resume all after interrupting +Running ../../../master/gdb/testsuite/gdb.mi/mi-nsmoribund.exp ... +PASS: gdb.mi/mi-nsmoribund.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-nsmoribund.exp: breakpoint at main +PASS: gdb.mi/mi-nsmoribund.exp: mi runto main +PASS: gdb.mi/mi-nsmoribund.exp: breakpoint at thread_function +PASS: gdb.mi/mi-nsmoribund.exp: stop 0 +PASS: gdb.mi/mi-nsmoribund.exp: stop 1 +PASS: gdb.mi/mi-nsmoribund.exp: stop 2 +PASS: gdb.mi/mi-nsmoribund.exp: stop 3 +PASS: gdb.mi/mi-nsmoribund.exp: stop 4 +PASS: gdb.mi/mi-nsmoribund.exp: stop 5 +PASS: gdb.mi/mi-nsmoribund.exp: stop 6 +PASS: gdb.mi/mi-nsmoribund.exp: stop 7 +PASS: gdb.mi/mi-nsmoribund.exp: stop 8 +PASS: gdb.mi/mi-nsmoribund.exp: stop 9 +PASS: gdb.mi/mi-nsmoribund.exp: thread state: all stopped except the main thread +PASS: gdb.mi/mi-nsmoribund.exp: select thread 5 +PASS: gdb.mi/mi-nsmoribund.exp: thread specific breakpoint at thread_function +PASS: gdb.mi/mi-nsmoribund.exp: resume all, thread specific breakpoint +PASS: gdb.mi/mi-nsmoribund.exp: hit thread specific breakpoint +PASS: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread +PASS: gdb.mi/mi-nsmoribund.exp: resume all, program exited normally +Running ../../../master/gdb/testsuite/gdb.mi/mi-nsthrexec.exp ... +PASS: gdb.mi/mi-nsthrexec.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-nsthrexec.exp: breakpoint at main +PASS: gdb.mi/mi-nsthrexec.exp: mi runto main +PASS: gdb.mi/mi-nsthrexec.exp: breakpoint at thread_execler +PASS: gdb.mi/mi-nsthrexec.exp: stop at thread_execler +PASS: gdb.mi/mi-nsthrexec.exp: thread state, execler stopped, main running +PASS: gdb.mi/mi-nsthrexec.exp: interrupt main thread +PASS: gdb.mi/mi-nsthrexec.exp: main thread interrupted +PASS: gdb.mi/mi-nsthrexec.exp: thread state, all stopped +PASS: gdb.mi/mi-nsthrexec.exp: breakpoint at main +PASS: gdb.mi/mi-nsthrexec.exp: stop at main after exec +Running ../../../master/gdb/testsuite/gdb.mi/mi-pending.exp ... +PASS: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc1 +PASS: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1 +Running ../../../master/gdb/testsuite/gdb.mi/mi-pthreads.exp ... +PASS: gdb.mi/mi-pthreads.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi-pthreads.exp: breakpoint at done_making_threads +PASS: gdb.mi/mi-pthreads.exp: mi runto done_making_threads +PASS: gdb.mi/mi-pthreads.exp: -thread_list_ids (in check_mi_thread_command_set) +PASS: gdb.mi/mi-pthreads.exp: finding threads in MI output (in check_mi_thread_command_set) +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 123456789 +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 6 +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 5 +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 4 +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 3 +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 2 +PASS: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 1 +PASS: gdb.mi/mi-pthreads.exp: check =thread-selected: thread 6 +PASS: gdb.mi/mi-pthreads.exp: check =thread-selected: thread 5 +PASS: gdb.mi/mi-pthreads.exp: check =thread-selected: thread 4 +PASS: gdb.mi/mi-pthreads.exp: check =thread-selected: thread 3 +PASS: gdb.mi/mi-pthreads.exp: check =thread-selected: thread 2 +PASS: gdb.mi/mi-pthreads.exp: check =thread-selected: thread 1 +Running ../../../master/gdb/testsuite/gdb.mi/mi-read-memory.exp ... +PASS: gdb.mi/mi-read-memory.exp: breakpoint at main +PASS: gdb.mi/mi-read-memory.exp: mi runto main +PASS: gdb.mi/mi-read-memory.exp: next at main +PASS: gdb.mi/mi-read-memory.exp: no arguments +PASS: gdb.mi/mi-read-memory.exp: 3x2, one byte +PASS: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6 +PASS: gdb.mi/mi-read-memory.exp: expression in quotes +PASS: gdb.mi/mi-read-memory.exp: ascii and data +PASS: gdb.mi/mi-read-memory.exp: decimal +PASS: gdb.mi/mi-read-memory.exp: octal +Running ../../../master/gdb/testsuite/gdb.mi/mi-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.mi/mi-return.exp ... +PASS: gdb.mi/mi-return.exp: breakpoint at callee4 +PASS: gdb.mi/mi-return.exp: mi runto callee4 +PASS: gdb.mi/mi-return.exp: delete all breakpoints +PASS: gdb.mi/mi-return.exp: return from callee4 now +Running ../../../master/gdb/testsuite/gdb.mi/mi-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.mi/mi-simplerun.exp ... +PASS: gdb.mi/mi-simplerun.exp: break-insert operation +PASS: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:callee2 +PASS: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:$line_callee3_head +PASS: gdb.mi/mi-simplerun.exp: insert breakpoint at "<fullfilename>":$line_callee4_head +PASS: gdb.mi/mi-simplerun.exp: list of breakpoints +PASS: gdb.mi/mi-simplerun.exp: disabling of breakpoints +PASS: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled +PASS: gdb.mi/mi-simplerun.exp: run to main +PASS: gdb.mi/mi-simplerun.exp: next at main +PASS: gdb.mi/mi-simplerun.exp: step at main +PASS: gdb.mi/mi-simplerun.exp: step to callee4 +PASS: gdb.mi/mi-simplerun.exp: exec-finish +PASS: gdb.mi/mi-simplerun.exp: continue to end +Running ../../../master/gdb/testsuite/gdb.mi/mi-stack.exp ... +PASS: gdb.mi/mi-stack.exp: breakpoint at callee4 +PASS: gdb.mi/mi-stack.exp: mi runto callee4 +PASS: gdb.mi/mi-stack.exp: stack frame listing +PASS: gdb.mi/mi-stack.exp: stack frame listing 1 1 +PASS: gdb.mi/mi-stack.exp: stack frame listing 1 3 +PASS: gdb.mi/mi-stack.exp: stack frame listing wrong +PASS: gdb.mi/mi-stack.exp: selected frame listing +PASS: gdb.mi/mi-stack.exp: stack frame listing 1 300 +PASS: gdb.mi/mi-stack.exp: stack args listing 0 +PASS: gdb.mi/mi-stack.exp: stack args listing 0 1 1 +PASS: gdb.mi/mi-stack.exp: stack args listing 0 1 3 +PASS: gdb.mi/mi-stack.exp: stack args listing 1 +PASS: gdb.mi/mi-stack.exp: stack args listing 1 1 1 +PASS: gdb.mi/mi-stack.exp: stack args listing 1 1 3 +PASS: gdb.mi/mi-stack.exp: stack args listing wrong +PASS: gdb.mi/mi-stack.exp: stack args listing 1 1 300 +PASS: gdb.mi/mi-stack.exp: stack locals listing of names +PASS: gdb.mi/mi-stack.exp: next's in callee4 +PASS: gdb.mi/mi-stack.exp: stack locals listing of names and values +PASS: gdb.mi/mi-stack.exp: stack locals listing, simple types: names and values, complex type: names and types +PASS: gdb.mi/mi-stack.exp: stack locals listing wrong +PASS: gdb.mi/mi-stack.exp: stack select frame 1 +PASS: gdb.mi/mi-stack.exp: stack locals listing for new frame +PASS: gdb.mi/mi-stack.exp: stack locals for same frame (level 1) +PASS: gdb.mi/mi-stack.exp: stack info-depth +PASS: gdb.mi/mi-stack.exp: stack info-depth 3 +PASS: gdb.mi/mi-stack.exp: stack info-depth 99 +PASS: gdb.mi/mi-stack.exp: stack info-depth wrong usage +Running ../../../master/gdb/testsuite/gdb.mi/mi-stepi.exp ... +PASS: gdb.mi/mi-stepi.exp: breakpoint at main +PASS: gdb.mi/mi-stepi.exp: mi runto main +PASS: gdb.mi/mi-stepi.exp: step-instruction at main +PASS: gdb.mi/mi-stepi.exp: step-instruction at main (line check) +PASS: gdb.mi/mi-stepi.exp: next-instruction at main +PASS: gdb.mi/mi-stepi.exp: next-instruction at main (line check) +PASS: gdb.mi/mi-stepi.exp: next-instruction at main 2 +PASS: gdb.mi/mi-stepi.exp: next-instruction at main 2 (line check) +Running ../../../master/gdb/testsuite/gdb.mi/mi-syn-frame.exp ... +PASS: gdb.mi/mi-syn-frame.exp: breakpoint at main +PASS: gdb.mi/mi-syn-frame.exp: mi runto main +PASS: gdb.mi/mi-syn-frame.exp: insert breakpoint foo +PASS: gdb.mi/mi-syn-frame.exp: call inferior's function with a breakpoint set in it +PASS: gdb.mi/mi-syn-frame.exp: backtrace from inferior function stopped at bp, showing gdb dummy frame +PASS: gdb.mi/mi-syn-frame.exp: finished exec continue +PASS: gdb.mi/mi-syn-frame.exp: list stack frames +PASS: gdb.mi/mi-syn-frame.exp: insert breakpoint subroutine +PASS: gdb.mi/mi-syn-frame.exp: data evaluate expression +PASS: gdb.mi/mi-syn-frame.exp: list stack frames +PASS: gdb.mi/mi-syn-frame.exp: finished exec continue +PASS: gdb.mi/mi-syn-frame.exp: list stack frames +PASS: gdb.mi/mi-syn-frame.exp: call inferior function which raises exception +PASS: gdb.mi/mi-syn-frame.exp: backtrace from inferior function at exception +Running ../../../master/gdb/testsuite/gdb.mi/mi-until.exp ... +PASS: gdb.mi/mi-until.exp: break-insert operation +PASS: gdb.mi/mi-until.exp: run to main +PASS: gdb.mi/mi-until.exp: break-delete 1 +KFAIL: gdb.mi/mi-until.exp: until after while loop (stopped at wrong place) (PRMS: gdb/2104) +PASS: gdb.mi/mi-until.exp: until line number +PASS: gdb.mi/mi-until.exp: until line number:file +PASS: gdb.mi/mi-until.exp: until after current function +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-block.exp ... +PASS: gdb.mi/mi-var-block.exp: breakpoint at do_block_tests +PASS: gdb.mi/mi-var-block.exp: mi runto do_block_tests +PASS: gdb.mi/mi-var-block.exp: create local variable cb +PASS: gdb.mi/mi-var-block.exp: try to create local variable foo +PASS: gdb.mi/mi-var-block.exp: step at do_block_test +PASS: gdb.mi/mi-var-block.exp: delete var foo +PASS: gdb.mi/mi-var-block.exp: create local variable foo +PASS: gdb.mi/mi-var-block.exp: step at do_block_test +PASS: gdb.mi/mi-var-block.exp: update all vars: cb foo changed +PASS: gdb.mi/mi-var-block.exp: step at do_block_test +PASS: gdb.mi/mi-var-block.exp: create local variable inner_foo +PASS: gdb.mi/mi-var-block.exp: step at do_block_test +PASS: gdb.mi/mi-var-block.exp: create local variable foo2 +XFAIL: gdb.mi/mi-var-block.exp: update inner_foo: should be out of scope: KNOWN PROBLEM +XFAIL: gdb.mi/mi-var-block.exp: evaluate inner_foo: should be out of scope: KNOWN PROBLEM +PASS: gdb.mi/mi-var-block.exp: update foo: did not change +PASS: gdb.mi/mi-var-block.exp: delete var inner_foo +PASS: gdb.mi/mi-var-block.exp: step at do_block_test +XFAIL: gdb.mi/mi-var-block.exp: update foo2: should be out of scope: KNOWN PROBLEM +PASS: gdb.mi/mi-var-block.exp: step at do_block_test +XFAIL: gdb.mi/mi-var-block.exp: update foo2 should be out of scope: KNOWN PROBLEM +XFAIL: gdb.mi/mi-var-block.exp: update foo should be out of scope: KNOWN PROBLEM +PASS: gdb.mi/mi-var-block.exp: update cb +PASS: gdb.mi/mi-var-block.exp: delete var foo +PASS: gdb.mi/mi-var-block.exp: delete var foo2 +PASS: gdb.mi/mi-var-block.exp: delete var cb +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-child-f.exp ... +UNSUPPORTED: gdb.mi/mi-var-child-f.exp: compilation array.f +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-child.exp ... +PASS: gdb.mi/mi-var-child.exp: breakpoint at do_children_tests +PASS: gdb.mi/mi-var-child.exp: mi runto do_children_tests +PASS: gdb.mi/mi-var-child.exp: run to 216 (set breakpoint) +PASS: gdb.mi/mi-var-child.exp: create local variable struct_declarations +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.integer +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.integer +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.character +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.character +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_int +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_int +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_struct +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_struct +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.1 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.1 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.2 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.2 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.3 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.3 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.4 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.4 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.5 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.5 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.6 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.6 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.7 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.7 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.8 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.8 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.9 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.9 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.a +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.a +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.b +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.b +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.c +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.c +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.d +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.d +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.g +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.g +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.h +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.h +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.i +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.i +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.f +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.f +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2 +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: step to line $line_dct_123 +PASS: gdb.mi/mi-var-child.exp: create local variable weird +PASS: gdb.mi/mi-var-child.exp: get children of weird +PASS: gdb.mi/mi-var-child.exp: get number of children of weird +PASS: gdb.mi/mi-var-child.exp: get children of weird.long_array +PASS: gdb.mi/mi-var-child.exp: get number of children of weird.long_array +PASS: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: create local variable weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: is weird editable +PASS: gdb.mi/mi-var-child.exp: is weird->int_ptr_ptr editable +PASS: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable +PASS: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable +PASS: gdb.mi/mi-var-child.exp: is weird.u1 editable +PASS: gdb.mi/mi-var-child.exp: is weird.s2 editable +PASS: gdb.mi/mi-var-child.exp: is struct_declarations.u1.a editable +PASS: gdb.mi/mi-var-child.exp: is struct_declarations.u1.b editable +PASS: gdb.mi/mi-var-child.exp: is struct_declarations.u1.c editable +PASS: gdb.mi/mi-var-child.exp: is struct_declarations.long_array editable +PASS: gdb.mi/mi-var-child.exp: is struct_declarations.long_array.0 editable +PASS: gdb.mi/mi-var-child.exp: is struct_declarations editable +PASS: gdb.mi/mi-var-child.exp: delete var weird +PASS: gdb.mi/mi-var-child.exp: update all vars. None changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_123 + 1 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.integer +PASS: gdb.mi/mi-var-child.exp: step $line_dct_123 + 4 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.char_ptr +PASS: gdb.mi/mi-var-child.exp: step $line_dct_123 + 5 +PASS: gdb.mi/mi-var-child.exp: update all vars int_ptr_ptr and children changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_123 + 6 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.0 changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_123 + 7 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.1 changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_123 + 8 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.2 changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_nothing +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.3-9 changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 1 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 2 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.10 changed, don't print values. +PASS: gdb.mi/mi-var-child.exp: step $line_dct_a0_0 +PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.11 changed, print values. +PASS: gdb.mi/mi-var-child.exp: listing of names and values of children +PASS: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types +PASS: gdb.mi/mi-var-child.exp: delete var struct_declarations +PASS: gdb.mi/mi-var-child.exp: delete var weird->int_ptr_ptr +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 1 +PASS: gdb.mi/mi-var-child.exp: create local variable psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr +PASS: gdb.mi/mi-var-child.exp: create local variable psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr +PASS: gdb.mi/mi-var-child.exp: create local variable psnp->ptrs +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0 +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0 +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next +PASS: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 2 +PASS: gdb.mi/mi-var-child.exp: update all vars psnp->char_ptr (and 0.char_ptr) changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 3 +PASS: gdb.mi/mi-var-child.exp: update all vars psnp->next->char_ptr (and 1.char_ptr) changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 4 +PASS: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->char_ptr (and 2.char_ptr) changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 5 +PASS: gdb.mi/mi-var-child.exp: update all vars psnp->long_ptr (and 0.long_ptr) changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 6 +XFAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->long_ptr (and 1.long_ptr) changed +PASS: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 7 +PASS: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->long_ptr (and 2.long_ptr) changed +PASS: gdb.mi/mi-var-child.exp: run to mi-var-child.c:324 (set breakpoint) +PASS: gdb.mi/mi-var-child.exp: create varobj for s +PASS: gdb.mi/mi-var-child.exp: list children of S +PASS: gdb.mi/mi-var-child.exp: delete S.a +PASS: gdb.mi/mi-var-child.exp: delete S.b +PASS: gdb.mi/mi-var-child.exp: delete S +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-cmd.exp ... +PASS: gdb.mi/mi-var-cmd.exp: create global variable +PASS: gdb.mi/mi-var-cmd.exp: create non-existent variable +PASS: gdb.mi/mi-var-cmd.exp: create out of scope variable +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests +PASS: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests +PASS: gdb.mi/mi-var-cmd.exp: run to 131 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: create local variable linteger +PASS: gdb.mi/mi-var-cmd.exp: create local variable lpinteger +PASS: gdb.mi/mi-var-cmd.exp: create local variable lcharacter +PASS: gdb.mi/mi-var-cmd.exp: create local variable lpcharacter +PASS: gdb.mi/mi-var-cmd.exp: create local variable llong +PASS: gdb.mi/mi-var-cmd.exp: create local variable lplong +PASS: gdb.mi/mi-var-cmd.exp: create local variable lfloat +PASS: gdb.mi/mi-var-cmd.exp: create local variable lpfloat +PASS: gdb.mi/mi-var-cmd.exp: create local variable ldouble +PASS: gdb.mi/mi-var-cmd.exp: create local variable lpdouble +PASS: gdb.mi/mi-var-cmd.exp: create local variable lsimple +PASS: gdb.mi/mi-var-cmd.exp: create local variable lpsimple +PASS: gdb.mi/mi-var-cmd.exp: create local variable func +PASS: gdb.mi/mi-var-cmd.exp: create lsimple.character +PASS: gdb.mi/mi-var-cmd.exp: create lsimple->integer +PASS: gdb.mi/mi-var-cmd.exp: create lsimple.integer +PASS: gdb.mi/mi-var-cmd.exp: create int +PASS: gdb.mi/mi-var-cmd.exp: update all vars +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_test +PASS: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (2) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (3) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (4) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (5) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: many changed +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (6) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: func and lpsimple changed +PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (7) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: lsimple and others changed +PASS: gdb.mi/mi-var-cmd.exp: assign to global_simple +PASS: gdb.mi/mi-var-cmd.exp: assign to linteger +PASS: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed after assign +PASS: gdb.mi/mi-var-cmd.exp: assign to linteger again, same value +PASS: gdb.mi/mi-var-cmd.exp: update all vars: linteger not changed after same assign +PASS: gdb.mi/mi-var-cmd.exp: eval linteger +PASS: gdb.mi/mi-var-cmd.exp: assign to lpinteger +PASS: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed after assign +PASS: gdb.mi/mi-var-cmd.exp: update all vars: no changes on second update +PASS: gdb.mi/mi-var-cmd.exp: eval lpinteger +PASS: gdb.mi/mi-var-cmd.exp: assign to linteger +PASS: gdb.mi/mi-var-cmd.exp: assign to lpinteger +PASS: gdb.mi/mi-var-cmd.exp: assign to lcharacter +PASS: gdb.mi/mi-var-cmd.exp: eval lcharacter +PASS: gdb.mi/mi-var-cmd.exp: assign to llong +PASS: gdb.mi/mi-var-cmd.exp: eval llong +PASS: gdb.mi/mi-var-cmd.exp: assign to llong +PASS: gdb.mi/mi-var-cmd.exp: assign to lplong +PASS: gdb.mi/mi-var-cmd.exp: eval lplong +PASS: gdb.mi/mi-var-cmd.exp: assign to lplong +PASS: gdb.mi/mi-var-cmd.exp: assign to lfloat +PASS: gdb.mi/mi-var-cmd.exp: eval lfloat +PASS: gdb.mi/mi-var-cmd.exp: assign to lfloat +PASS: gdb.mi/mi-var-cmd.exp: assign to lpfloat +PASS: gdb.mi/mi-var-cmd.exp: assign to ldouble +PASS: gdb.mi/mi-var-cmd.exp: assign to func +PASS: gdb.mi/mi-var-cmd.exp: assign to lsimple.character +PASS: gdb.mi/mi-var-cmd.exp: assign to lsimple->integer +PASS: gdb.mi/mi-var-cmd.exp: assign to lsimple.integer +PASS: gdb.mi/mi-var-cmd.exp: var update +PASS: gdb.mi/mi-var-cmd.exp: assign same value to func +PASS: gdb.mi/mi-var-cmd.exp: assign same value to func (update) +PASS: gdb.mi/mi-var-cmd.exp: create global variable array_ptr +PASS: gdb.mi/mi-var-cmd.exp: assign array to pointer +PASS: gdb.mi/mi-var-cmd.exp: assign array to pointer (update) +PASS: gdb.mi/mi-var-cmd.exp: assign same array to pointer +PASS: gdb.mi/mi-var-cmd.exp: assign same array to pointer (update) +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at subroutine1 +PASS: gdb.mi/mi-var-cmd.exp: mi runto subroutine1 +PASS: gdb.mi/mi-var-cmd.exp: create i +PASS: gdb.mi/mi-var-cmd.exp: create l +PASS: gdb.mi/mi-var-cmd.exp: create linteger +PASS: gdb.mi/mi-var-cmd.exp: step at subroutine1 +XFAIL: gdb.mi/mi-var-cmd.exp: update all vars: changed FIXME +PASS: gdb.mi/mi-var-cmd.exp: step at subroutine1 (2) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: i changed +PASS: gdb.mi/mi-var-cmd.exp: step at subroutine1 (3) +PASS: gdb.mi/mi-var-cmd.exp: update all vars: llong changed +PASS: gdb.mi/mi-var-cmd.exp: next out of subroutine1 +PASS: gdb.mi/mi-var-cmd.exp: update all vars: all now out of scope +PASS: gdb.mi/mi-var-cmd.exp: delete var +PASS: gdb.mi/mi-var-cmd.exp: delete var linteger +PASS: gdb.mi/mi-var-cmd.exp: delete var lpinteger +PASS: gdb.mi/mi-var-cmd.exp: delete var lcharacter +PASS: gdb.mi/mi-var-cmd.exp: delete var lpcharacter +PASS: gdb.mi/mi-var-cmd.exp: delete var llong +PASS: gdb.mi/mi-var-cmd.exp: delete var lplong +PASS: gdb.mi/mi-var-cmd.exp: delete var lfloat +PASS: gdb.mi/mi-var-cmd.exp: delete var lpfloat +PASS: gdb.mi/mi-var-cmd.exp: delete var ldouble +PASS: gdb.mi/mi-var-cmd.exp: delete var lpdouble +PASS: gdb.mi/mi-var-cmd.exp: delete var lsimple +PASS: gdb.mi/mi-var-cmd.exp: delete var lpsimple +PASS: gdb.mi/mi-var-cmd.exp: delete var func +PASS: gdb.mi/mi-var-cmd.exp: delete var lsimple.character +PASS: gdb.mi/mi-var-cmd.exp: delete var lsimple->integer +PASS: gdb.mi/mi-var-cmd.exp: delete var lsimple.integer +PASS: gdb.mi/mi-var-cmd.exp: delete var i +PASS: gdb.mi/mi-var-cmd.exp: delete var l +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at do_special_tests +PASS: gdb.mi/mi-var-cmd.exp: mi runto do_special_tests +PASS: gdb.mi/mi-var-cmd.exp: create selected_a +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at incr_a +PASS: gdb.mi/mi-var-cmd.exp: mi runto incr_a +PASS: gdb.mi/mi-var-cmd.exp: update selected_a in incr_a +PASS: gdb.mi/mi-var-cmd.exp: step a line in incr_a +PASS: gdb.mi/mi-var-cmd.exp: return from incr_a to do_special_tests +PASS: gdb.mi/mi-var-cmd.exp: update selected_a in do_special_tests +PASS: gdb.mi/mi-var-cmd.exp: floating varobj invalidation +PASS: gdb.mi/mi-var-cmd.exp: delete selected_a +PASS: gdb.mi/mi-var-cmd.exp: delete array_ptr +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:334 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: create varobj for v1 +PASS: gdb.mi/mi-var-cmd.exp: create varobj for v2 +PASS: gdb.mi/mi-var-cmd.exp: list children of v1 +PASS: gdb.mi/mi-var-cmd.exp: list children of v1.nested +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 1 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.j: 2 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.k: 3 +PASS: gdb.mi/mi-var-cmd.exp: check V2: 4 +PASS: gdb.mi/mi-var-cmd.exp: update varobjs: V2 changed +PASS: gdb.mi/mi-var-cmd.exp: -var-set-frozen V2 1 +PASS: gdb.mi/mi-var-cmd.exp: update varobjs: nothing changed +PASS: gdb.mi/mi-var-cmd.exp: check V2: 5 +PASS: gdb.mi/mi-var-cmd.exp: update V2 explicitly +PASS: gdb.mi/mi-var-cmd.exp: check V2: 6 +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:368 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: -var-set-frozen V1 1 +PASS: gdb.mi/mi-var-cmd.exp: update varobjs: nothing changed +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 1 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.j: 2 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.k: 3 +PASS: gdb.mi/mi-var-cmd.exp: update V1.nested.j +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 1 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.j: 8 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.k: 3 +PASS: gdb.mi/mi-var-cmd.exp: update V1.nested +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 1 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.j: 8 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.k: 9 +PASS: gdb.mi/mi-var-cmd.exp: update V1.i +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 7 +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:393 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: -var-set-frozen V1 0 +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 7 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.j: 8 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.k: 9 +PASS: gdb.mi/mi-var-cmd.exp: update V1 +PASS: gdb.mi/mi-var-cmd.exp: check V1.i: 10 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.j: 11 +PASS: gdb.mi/mi-var-cmd.exp: check V1.nested.k: 12 +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:493 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: create varobj for Data +PASS: gdb.mi/mi-var-cmd.exp: list children of Data +PASS: gdb.mi/mi-var-cmd.exp: access bitfield +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:436 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: create floating varobj +PASS: gdb.mi/mi-var-cmd.exp: update F (1) +PASS: gdb.mi/mi-var-cmd.exp: check F (1) +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:447 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: update F (2) +PASS: gdb.mi/mi-var-cmd.exp: check F (2) +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:455 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: update F (--all-values) +PASS: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:461 (set breakpoint) +PASS: gdb.mi/mi-var-cmd.exp: update F (3) +PASS: gdb.mi/mi-var-cmd.exp: check F (3) +PASS: gdb.mi/mi-var-cmd.exp: inside breakpoint inside callee +PASS: gdb.mi/mi-var-cmd.exp: continue to where i is initialized +PASS: gdb.mi/mi-var-cmd.exp: update F inside callee +PASS: gdb.mi/mi-var-cmd.exp: check F inside callee +PASS: gdb.mi/mi-var-cmd.exp: create null_ptr +PASS: gdb.mi/mi-var-cmd.exp: update null_ptr +PASS: gdb.mi/mi-var-cmd.exp: delete null_ptr +PASS: gdb.mi/mi-var-cmd.exp: kill program before endvar +PASS: gdb.mi/mi-var-cmd.exp: create endvar +PASS: gdb.mi/mi-var-cmd.exp: update endvar +PASS: gdb.mi/mi-var-cmd.exp: delete endvar +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests +PASS: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests +PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: create varobj +PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: check initial value +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at main +PASS: gdb.mi/mi-var-cmd.exp: mi runto main +PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now +PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed +PASS: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests +PASS: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests +PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now +PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-cp.exp ... +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:20 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: create varobj for rx +PASS: gdb.mi/mi-var-cp.exp: update RX (1) +PASS: gdb.mi/mi-var-cp.exp: check RX: expect 167 +PASS: gdb.mi/mi-var-cp.exp: update RX (2) +PASS: gdb.mi/mi-var-cp.exp: check RX: expect 567 +PASS: gdb.mi/mi-var-cp.exp: update RX (3) +PASS: gdb.mi/mi-var-cp.exp: delete RX +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:46 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: create varobj for s2 +PASS: gdb.mi/mi-var-cp.exp: list children of s2 +PASS: gdb.mi/mi-var-cp.exp: list children of s2.s +PASS: gdb.mi/mi-var-cp.exp: list children of s2.s.public +PASS: gdb.mi/mi-var-cp.exp: check S2.S.public.i +PASS: gdb.mi/mi-var-cp.exp: check S2.S.public.j +PASS: gdb.mi/mi-var-cp.exp: delete S2 +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:82 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: create varobj for rptr_s +PASS: gdb.mi/mi-var-cp.exp: list public child of RPTR +PASS: gdb.mi/mi-var-cp.exp: list children of reference to pointer +PASS: gdb.mi/mi-var-cp.exp: check i member +PASS: gdb.mi/mi-var-cp.exp: check j member +PASS: gdb.mi/mi-var-cp.exp: delete RPTR +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:105 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: create varobj for s +PASS: gdb.mi/mi-var-cp.exp: create varobj for s +PASS: gdb.mi/mi-var-cp.exp: check attributes of S +PASS: gdb.mi/mi-var-cp.exp: check attributes of R +PASS: gdb.mi/mi-var-cp.exp: -var-update should not list structure varobjs +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:145 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: create varobj for ip +PASS: gdb.mi/mi-var-cp.exp: list children of IP +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression IP.*ip +PASS: gdb.mi/mi-var-cp.exp: create varobj for dp +PASS: gdb.mi/mi-var-cp.exp: list children of DP +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression DP.Base1 +PASS: gdb.mi/mi-var-cp.exp: list children of DP.public +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression DP.public.i +PASS: gdb.mi/mi-var-cp.exp: list children of DP.Base1 +PASS: gdb.mi/mi-var-cp.exp: list children of DP.Base1.public +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression DP.Base1.public.i +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression DP.public +PASS: gdb.mi/mi-var-cp.exp: create varobj for d +PASS: gdb.mi/mi-var-cp.exp: list children of D +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression D.Base1 +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:192 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: create varobj for array +PASS: gdb.mi/mi-var-cp.exp: list children of A +PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression A.2 +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-display.exp ... +PASS: gdb.mi/mi-var-display.exp: break-insert operation +PASS: gdb.mi/mi-var-display.exp: run to main +PASS: gdb.mi/mi-var-display.exp: create local variable bar +PASS: gdb.mi/mi-var-display.exp: info type variable bar +PASS: gdb.mi/mi-var-display.exp: show format variable bar +PASS: gdb.mi/mi-var-display.exp: eval variable bar +PASS: gdb.mi/mi-var-display.exp: set format variable bar +PASS: gdb.mi/mi-var-display.exp: eval variable bar with new format +PASS: gdb.mi/mi-var-display.exp: assing to variable bar +PASS: gdb.mi/mi-var-display.exp: set format variable bar +PASS: gdb.mi/mi-var-display.exp: eval variable bar with new value +PASS: gdb.mi/mi-var-display.exp: delete var bar +PASS: gdb.mi/mi-var-display.exp: create local variable foo +PASS: gdb.mi/mi-var-display.exp: info type variable foo +PASS: gdb.mi/mi-var-display.exp: show format variable foo +PASS: gdb.mi/mi-var-display.exp: eval variable foo +PASS: gdb.mi/mi-var-display.exp: set format variable foo +PASS: gdb.mi/mi-var-display.exp: show format variable foo +PASS: gdb.mi/mi-var-display.exp: eval variable foo +PASS: gdb.mi/mi-var-display.exp: assing to variable foo +PASS: gdb.mi/mi-var-display.exp: set format variable foo +PASS: gdb.mi/mi-var-display.exp: eval variable foo +PASS: gdb.mi/mi-var-display.exp: eval variable foo in hex +PASS: gdb.mi/mi-var-display.exp: show format variable foo after eval in hex +PASS: gdb.mi/mi-var-display.exp: eval variable foo in octal +PASS: gdb.mi/mi-var-display.exp: show format variable foo after eval in octal +PASS: gdb.mi/mi-var-display.exp: eval variable foo in decimal +PASS: gdb.mi/mi-var-display.exp: show format variable foo after eval in decimal +PASS: gdb.mi/mi-var-display.exp: eval variable foo in natural +PASS: gdb.mi/mi-var-display.exp: show format variable foo after eval in natural +PASS: gdb.mi/mi-var-display.exp: eval variable foo in binary +PASS: gdb.mi/mi-var-display.exp: show format variable foo after eval in binary +PASS: gdb.mi/mi-var-display.exp: delete var foo +PASS: gdb.mi/mi-var-display.exp: create local variable weird +PASS: gdb.mi/mi-var-display.exp: get children local variable weird +PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr +PASS: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr +PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr +PASS: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr_ptr +PASS: gdb.mi/mi-var-display.exp: set format variable weird +PASS: gdb.mi/mi-var-display.exp: set format variable weird.integer +PASS: gdb.mi/mi-var-display.exp: set format variable weird.character +PASS: gdb.mi/mi-var-display.exp: set format variable weird.char_ptr +PASS: gdb.mi/mi-var-display.exp: set format variable weird.long_int +PASS: gdb.mi/mi-var-display.exp: set format variable weird.int_ptr_ptr +PASS: gdb.mi/mi-var-display.exp: set format variable weird.long_array +PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr +PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_struct +PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr +PASS: gdb.mi/mi-var-display.exp: set format variable weird.u1 +PASS: gdb.mi/mi-var-display.exp: set format variable weird.s2 +PASS: gdb.mi/mi-var-display.exp: delete var weird +PASS: gdb.mi/mi-var-display.exp: break-insert operation 2 +PASS: gdb.mi/mi-var-display.exp: continue to do_special_tests +PASS: gdb.mi/mi-var-display.exp: create local variable u +PASS: gdb.mi/mi-var-display.exp: eval variable u +PASS: gdb.mi/mi-var-display.exp: info type variable u +PASS: gdb.mi/mi-var-display.exp: is u editable +PASS: gdb.mi/mi-var-display.exp: get number of children of u +PASS: gdb.mi/mi-var-display.exp: get children of u +PASS: gdb.mi/mi-var-display.exp: create local variable anonu +PASS: gdb.mi/mi-var-display.exp: eval variable anonu +PASS: gdb.mi/mi-var-display.exp: info type variable anonu +PASS: gdb.mi/mi-var-display.exp: is anonu editable +PASS: gdb.mi/mi-var-display.exp: get number of children of anonu +PASS: gdb.mi/mi-var-display.exp: get children of anonu +PASS: gdb.mi/mi-var-display.exp: create local variable s +PASS: gdb.mi/mi-var-display.exp: eval variable s +PASS: gdb.mi/mi-var-display.exp: info type variable s +PASS: gdb.mi/mi-var-display.exp: is s editable +PASS: gdb.mi/mi-var-display.exp: get number of children of s +PASS: gdb.mi/mi-var-display.exp: get children of s +PASS: gdb.mi/mi-var-display.exp: create local variable anons +PASS: gdb.mi/mi-var-display.exp: eval variable anons +PASS: gdb.mi/mi-var-display.exp: info type variable anons +PASS: gdb.mi/mi-var-display.exp: is anons editable +PASS: gdb.mi/mi-var-display.exp: get number of children of anons +PASS: gdb.mi/mi-var-display.exp: get children of anons +PASS: gdb.mi/mi-var-display.exp: create local variable e +XFAIL: gdb.mi/mi-var-display.exp: eval variable e +PASS: gdb.mi/mi-var-display.exp: info type variable e +PASS: gdb.mi/mi-var-display.exp: is e editable +PASS: gdb.mi/mi-var-display.exp: get number of children of e +PASS: gdb.mi/mi-var-display.exp: get children of e +PASS: gdb.mi/mi-var-display.exp: create local variable anone +PASS: gdb.mi/mi-var-display.exp: eval variable anone +PASS: gdb.mi/mi-var-display.exp: create duplicate local variable anone +PASS: gdb.mi/mi-var-display.exp: info type variable anone +PASS: gdb.mi/mi-var-display.exp: is anone editable +PASS: gdb.mi/mi-var-display.exp: get number of children of anone +PASS: gdb.mi/mi-var-display.exp: get children of anone +PASS: gdb.mi/mi-var-display.exp: print FP register +PASS: gdb.mi/mi-var-display.exp: breakpoint at incr_a +PASS: gdb.mi/mi-var-display.exp: mi runto incr_a +PASS: gdb.mi/mi-var-display.exp: create local variable a1 +PASS: gdb.mi/mi-var-display.exp: create variable a2 in different scope +Running ../../../master/gdb/testsuite/gdb.mi/mi-var-invalidate.exp ... +PASS: gdb.mi/mi-var-invalidate.exp: create global variable +PASS: gdb.mi/mi-var-invalidate.exp: breakpoint at do_locals_tests +PASS: gdb.mi/mi-var-invalidate.exp: mi runto do_locals_tests +PASS: gdb.mi/mi-var-invalidate.exp: create local variable linteger +PASS: gdb.mi/mi-var-invalidate.exp: breakpoint at main +PASS: gdb.mi/mi-var-invalidate.exp: mi runto main +PASS: gdb.mi/mi-var-invalidate.exp: linteger not anymore in scope due to binary changes +PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger (1) +PASS: gdb.mi/mi-var-invalidate.exp: global_simple still alive +PASS: gdb.mi/mi-var-invalidate.exp: type simpleton for valid variable global_simple +PASS: gdb.mi/mi-var-invalidate.exp: linteger not valid anymore due to binary changes +PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger (2) +PASS: gdb.mi/mi-var-invalidate.exp: global_simple not anymore in scope due to binary changes +PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable global_simple +Running ../../../master/gdb/testsuite/gdb.mi/mi-watch.exp ... +PASS: gdb.mi/mi-watch.exp: hw watchpoints toggle (1) +PASS: gdb.mi/mi-watch.exp: sw: breakpoint at callee4 +PASS: gdb.mi/mi-watch.exp: sw: mi runto callee4 +PASS: gdb.mi/mi-watch.exp: sw: break-watch operation +PASS: gdb.mi/mi-watch.exp: sw: list of watchpoints +PASS: gdb.mi/mi-watch.exp: sw: watchpoint trigger +XPASS: gdb.mi/mi-watch.exp: sw: watchpoint trigger +PASS: gdb.mi/mi-watch.exp: hw watchpoints toggle (2) +PASS: gdb.mi/mi-watch.exp: hw: breakpoint at callee4 +PASS: gdb.mi/mi-watch.exp: hw: mi runto callee4 +PASS: gdb.mi/mi-watch.exp: hw: break-watch operation +PASS: gdb.mi/mi-watch.exp: hw: list of watchpoints +PASS: gdb.mi/mi-watch.exp: hw: watchpoint trigger +PASS: gdb.mi/mi-watch.exp: hw: watchpoint trigger +Running ../../../master/gdb/testsuite/gdb.mi/mi2-basics.exp ... +PASS: gdb.mi/mi2-basics.exp: acceptance of MI operations +PASS: gdb.mi/mi2-basics.exp: file-exec-and-symbols operation +PASS: gdb.mi/mi2-basics.exp: file-exec-file operation +PASS: gdb.mi/mi2-basics.exp: file-symbol-file operation +PASS: gdb.mi/mi2-basics.exp: break-delete (all) operation +PASS: gdb.mi/mi2-basics.exp: all breakpoints removed +PASS: gdb.mi/mi2-basics.exp: environment-directory arg operation +PASS: gdb.mi/mi2-basics.exp: environment-directory empty-string operation +PASS: gdb.mi/mi2-basics.exp: environment-directory operation +PASS: gdb.mi/mi2-basics.exp: environment-cd arg operation +PASS: gdb.mi/mi2-basics.exp: environment-pwd operation +PASS: gdb.mi/mi2-basics.exp: -environment-path +PASS: gdb.mi/mi2-basics.exp: environment-path no-args operation +PASS: gdb.mi/mi2-basics.exp: environment-path dir1 dir2 operation +PASS: gdb.mi/mi2-basics.exp: environment-path -r dir operation +PASS: gdb.mi/mi2-basics.exp: environment-path -r operation +Running ../../../master/gdb/testsuite/gdb.mi/mi2-break.exp ... +PASS: gdb.mi/mi2-break.exp: break-insert -t operation +PASS: gdb.mi/mi2-break.exp: insert temp breakpoint at basics.c:callee2 +PASS: gdb.mi/mi2-break.exp: insert temp breakpoint at basics.c:$line_callee3_head +PASS: gdb.mi/mi2-break.exp: insert temp breakpoint at "<fullfilename>":$line_callee4_head +PASS: gdb.mi/mi2-break.exp: list of breakpoints +PASS: gdb.mi/mi2-break.exp: delete temp breakpoints +XFAIL: gdb.mi/mi2-break.exp: break-insert -r operation +XFAIL: gdb.mi/mi2-break.exp: insert breakpoint with regexp callee2 +XFAIL: gdb.mi/mi2-break.exp: insert breakpoint with regexp callee +XFAIL: gdb.mi/mi2-break.exp: insert breakpoint with regexp .*llee +XFAIL: gdb.mi/mi2-break.exp: list of breakpoints +PASS: gdb.mi/mi2-break.exp: delete temp breakpoints +Running ../../../master/gdb/testsuite/gdb.mi/mi2-cli.exp ... +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec with no arguments +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec with one argument +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec with bogus interpreter +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console bogus +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "file $binfile" +PASS: gdb.mi/mi2-cli.exp: breakpoint at main +PASS: gdb.mi/mi2-cli.exp: mi runto main +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "set args foobar" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "show args" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "break callee4" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "info break" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "set listsize 1" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "list" +PASS: gdb.mi/mi2-cli.exp: continue to callee4 +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "delete 2" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "up" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "down" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "frame 2" +PASS: gdb.mi/mi2-cli.exp: -stack-select-frame 0 +PASS: gdb.mi/mi2-cli.exp: -break-insert -t basics.c:$line_main_hello +PASS: gdb.mi/mi2-cli.exp: -exec-continue to line 66 +PASS: gdb.mi/mi2-cli.exp: -exec-next to line 68 +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_return +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "help set args" +PASS: gdb.mi/mi2-cli.exp: -interpreter-exec console "set $pc=0x0" +Running ../../../master/gdb/testsuite/gdb.mi/mi2-console.exp ... +PASS: gdb.mi/mi2-console.exp: breakpoint at main +PASS: gdb.mi/mi2-console.exp: mi runto main +PASS: gdb.mi/mi2-console.exp: Started step over hello +KFAIL: gdb.mi/mi2-console.exp: Hello message (PRMS: gdb/623) +PASS: gdb.mi/mi2-console.exp: finished step over hello +Running ../../../master/gdb/testsuite/gdb.mi/mi2-disassemble.exp ... +PASS: gdb.mi/mi2-disassemble.exp: breakpoint at main +PASS: gdb.mi/mi2-disassemble.exp: mi runto main +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble from pc to pc+12 assembly only +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file & line, assembly only +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble from pc to pc+12 assembly with opcodes +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file & line, assembly with opcodes +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line assembly mixed +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble range assembly mixed +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line assembly mixed with opcodes +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble range assembly mixed with opcodes +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble bogus filename +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble bogus address +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble mix different args +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble wrong mode arg +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line, number assembly only +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line, number (zero lines) assembly only +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line, number (more than main lines) assembly only +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line, number assembly mixed +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line, number (zero lines) assembly mixed +PASS: gdb.mi/mi2-disassemble.exp: data-disassemble file, line, number (more than main lines) assembly mixed +Running ../../../master/gdb/testsuite/gdb.mi/mi2-eval.exp ... +PASS: gdb.mi/mi2-eval.exp: breakpoint at callee4 +PASS: gdb.mi/mi2-eval.exp: mi runto callee4 +PASS: gdb.mi/mi2-eval.exp: next at callee4 +PASS: gdb.mi/mi2-eval.exp: eval A +PASS: gdb.mi/mi2-eval.exp: eval &A +PASS: gdb.mi/mi2-eval.exp: eval A+3 +PASS: gdb.mi/mi2-eval.exp: eval A + 3 +Running ../../../master/gdb/testsuite/gdb.mi/mi2-file.exp ... +PASS: gdb.mi/mi2-file.exp: request path info of current source file (basics.c) +Running ../../../master/gdb/testsuite/gdb.mi/mi2-hack-cli.exp ... +PASS: gdb.mi/mi2-hack-cli.exp: show architecture +PASS: gdb.mi/mi2-hack-cli.exp: 47show architecture +Running ../../../master/gdb/testsuite/gdb.mi/mi2-pthreads.exp ... +PASS: gdb.mi/mi2-pthreads.exp: successfully compiled posix threads test case +PASS: gdb.mi/mi2-pthreads.exp: breakpoint at done_making_threads +PASS: gdb.mi/mi2-pthreads.exp: mi runto done_making_threads +PASS: gdb.mi/mi2-pthreads.exp: -thread_list_ids (in check_mi_thread_command_set) +PASS: gdb.mi/mi2-pthreads.exp: finding threads in MI output (in check_mi_thread_command_set) +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 123456789 +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 6 +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 5 +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 4 +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 3 +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 2 +PASS: gdb.mi/mi2-pthreads.exp: check_mi_thread_command_set: -thread-select 1 +Running ../../../master/gdb/testsuite/gdb.mi/mi2-read-memory.exp ... +PASS: gdb.mi/mi2-read-memory.exp: breakpoint at main +PASS: gdb.mi/mi2-read-memory.exp: mi runto main +PASS: gdb.mi/mi2-read-memory.exp: next at main +PASS: gdb.mi/mi2-read-memory.exp: no arguments +PASS: gdb.mi/mi2-read-memory.exp: 3x2, one byte +PASS: gdb.mi/mi2-read-memory.exp: 3x2, one byte offset by -6 +PASS: gdb.mi/mi2-read-memory.exp: expression in quotes +PASS: gdb.mi/mi2-read-memory.exp: ascii and data +PASS: gdb.mi/mi2-read-memory.exp: decimal +PASS: gdb.mi/mi2-read-memory.exp: octal +Running ../../../master/gdb/testsuite/gdb.mi/mi2-regs.exp ... +Running ../../../master/gdb/testsuite/gdb.mi/mi2-return.exp ... +PASS: gdb.mi/mi2-return.exp: breakpoint at callee4 +PASS: gdb.mi/mi2-return.exp: mi runto callee4 +PASS: gdb.mi/mi2-return.exp: delete all breakpoints +PASS: gdb.mi/mi2-return.exp: return from callee4 now +Running ../../../master/gdb/testsuite/gdb.mi/mi2-simplerun.exp ... +PASS: gdb.mi/mi2-simplerun.exp: break-insert operation +PASS: gdb.mi/mi2-simplerun.exp: insert breakpoint at basics.c:callee2 +PASS: gdb.mi/mi2-simplerun.exp: insert breakpoint at basics.c:$line_callee3_head +PASS: gdb.mi/mi2-simplerun.exp: insert breakpoint at "<fullfilename>":$line_callee4_head +PASS: gdb.mi/mi2-simplerun.exp: list of breakpoints +PASS: gdb.mi/mi2-simplerun.exp: disabling of breakpoints +PASS: gdb.mi/mi2-simplerun.exp: list of breakpoints, 16 disabled +PASS: gdb.mi/mi2-simplerun.exp: run to main +PASS: gdb.mi/mi2-simplerun.exp: next at main +PASS: gdb.mi/mi2-simplerun.exp: step at main +PASS: gdb.mi/mi2-simplerun.exp: step to callee4 +PASS: gdb.mi/mi2-simplerun.exp: exec-finish +PASS: gdb.mi/mi2-simplerun.exp: continue to end +Running ../../../master/gdb/testsuite/gdb.mi/mi2-stack.exp ... +PASS: gdb.mi/mi2-stack.exp: breakpoint at callee4 +PASS: gdb.mi/mi2-stack.exp: mi runto callee4 +PASS: gdb.mi/mi2-stack.exp: stack frame listing +PASS: gdb.mi/mi2-stack.exp: stack frame listing 1 1 +PASS: gdb.mi/mi2-stack.exp: stack frame listing 1 3 +PASS: gdb.mi/mi2-stack.exp: stack frame listing wrong +PASS: gdb.mi/mi2-stack.exp: selected frame listing +PASS: gdb.mi/mi2-stack.exp: stack frame listing 1 300 +PASS: gdb.mi/mi2-stack.exp: stack args listing 0 +PASS: gdb.mi/mi2-stack.exp: stack args listing 0 1 1 +PASS: gdb.mi/mi2-stack.exp: stack args listing 0 1 3 +PASS: gdb.mi/mi2-stack.exp: stack args listing 1 +PASS: gdb.mi/mi2-stack.exp: stack args listing 1 1 1 +PASS: gdb.mi/mi2-stack.exp: stack args listing 1 1 3 +PASS: gdb.mi/mi2-stack.exp: stack args listing wrong +PASS: gdb.mi/mi2-stack.exp: stack args listing 1 1 300 +PASS: gdb.mi/mi2-stack.exp: stack locals listing of names +PASS: gdb.mi/mi2-stack.exp: next's in callee4 +PASS: gdb.mi/mi2-stack.exp: stack locals listing of names and values +PASS: gdb.mi/mi2-stack.exp: stack locals listing, simple types: names and values, complex type: names and types +PASS: gdb.mi/mi2-stack.exp: stack locals listing wrong +PASS: gdb.mi/mi2-stack.exp: stack select frame 1 +PASS: gdb.mi/mi2-stack.exp: stack locals listing for new frame +PASS: gdb.mi/mi2-stack.exp: stack locals for same frame (level 1) +PASS: gdb.mi/mi2-stack.exp: stack info-depth +PASS: gdb.mi/mi2-stack.exp: stack info-depth 3 +PASS: gdb.mi/mi2-stack.exp: stack info-depth 99 +PASS: gdb.mi/mi2-stack.exp: stack info-depth wrong usage +Running ../../../master/gdb/testsuite/gdb.mi/mi2-stepi.exp ... +PASS: gdb.mi/mi2-stepi.exp: breakpoint at main +PASS: gdb.mi/mi2-stepi.exp: mi runto main +PASS: gdb.mi/mi2-stepi.exp: step-instruction at main +PASS: gdb.mi/mi2-stepi.exp: step-instruction at main (line check) +PASS: gdb.mi/mi2-stepi.exp: next-instruction at main +PASS: gdb.mi/mi2-stepi.exp: next-instruction at main (line check) +PASS: gdb.mi/mi2-stepi.exp: next-instruction at main 2 +PASS: gdb.mi/mi2-stepi.exp: next-instruction at main 2 (line check) +Running ../../../master/gdb/testsuite/gdb.mi/mi2-syn-frame.exp ... +PASS: gdb.mi/mi2-syn-frame.exp: breakpoint at main +PASS: gdb.mi/mi2-syn-frame.exp: mi runto main +PASS: gdb.mi/mi2-syn-frame.exp: insert breakpoint foo +PASS: gdb.mi/mi2-syn-frame.exp: call inferior's function with a breakpoint set in it +PASS: gdb.mi/mi2-syn-frame.exp: backtrace from inferior function stopped at bp, showing gdb dummy frame +PASS: gdb.mi/mi2-syn-frame.exp: finished exec continue +PASS: gdb.mi/mi2-syn-frame.exp: list stack frames +PASS: gdb.mi/mi2-syn-frame.exp: insert breakpoint subroutine +PASS: gdb.mi/mi2-syn-frame.exp: evaluate expression have_a_very_merry_interrupt +PASS: gdb.mi/mi2-syn-frame.exp: list stack frames +PASS: gdb.mi/mi2-syn-frame.exp: finished exec continue +PASS: gdb.mi/mi2-syn-frame.exp: list stack frames +PASS: gdb.mi/mi2-syn-frame.exp: call inferior function which raises exception +PASS: gdb.mi/mi2-syn-frame.exp: backtrace from inferior function at exception +Running ../../../master/gdb/testsuite/gdb.mi/mi2-until.exp ... +PASS: gdb.mi/mi2-until.exp: break-insert operation +PASS: gdb.mi/mi2-until.exp: run to main +PASS: gdb.mi/mi2-until.exp: break-delete 1 +KFAIL: gdb.mi/mi2-until.exp: until after while loop (stopped at wrong place) (PRMS: gdb/2104) +PASS: gdb.mi/mi2-until.exp: until line number +PASS: gdb.mi/mi2-until.exp: until line number:file +PASS: gdb.mi/mi2-until.exp: until after current function +Running ../../../master/gdb/testsuite/gdb.mi/mi2-var-block.exp ... +PASS: gdb.mi/mi2-var-block.exp: breakpoint at do_block_tests +PASS: gdb.mi/mi2-var-block.exp: mi runto do_block_tests +PASS: gdb.mi/mi2-var-block.exp: create local variable cb +PASS: gdb.mi/mi2-var-block.exp: create local variable foo +PASS: gdb.mi/mi2-var-block.exp: step at do_block_test +PASS: gdb.mi/mi2-var-block.exp: delete var foo +PASS: gdb.mi/mi2-var-block.exp: create local variable foo +PASS: gdb.mi/mi2-var-block.exp: step at do_block_test +PASS: gdb.mi/mi2-var-block.exp: update all vars: cb foo changed +PASS: gdb.mi/mi2-var-block.exp: step at do_block_test +PASS: gdb.mi/mi2-var-block.exp: create local variable inner_foo +PASS: gdb.mi/mi2-var-block.exp: step at do_block_test +PASS: gdb.mi/mi2-var-block.exp: create local variable foo2 +XFAIL: gdb.mi/mi2-var-block.exp: update inner_foo: should be out of scope: KNOWN PROBLEM +XFAIL: gdb.mi/mi2-var-block.exp: evaluate inner_foo: should be out of scope: KNOWN PROBLEM +PASS: gdb.mi/mi2-var-block.exp: update foo: did not change +PASS: gdb.mi/mi2-var-block.exp: delete var inner_foo +PASS: gdb.mi/mi2-var-block.exp: step at do_block_test +XFAIL: gdb.mi/mi2-var-block.exp: update foo2: should be out of scope: KNOWN PROBLEM +PASS: gdb.mi/mi2-var-block.exp: step at do_block_test +XFAIL: gdb.mi/mi2-var-block.exp: update foo2 should be out of scope: KNOWN PROBLEM +XFAIL: gdb.mi/mi2-var-block.exp: update foo should be out of scope: KNOWN PROBLEM +PASS: gdb.mi/mi2-var-block.exp: update cb +PASS: gdb.mi/mi2-var-block.exp: delete var foo +PASS: gdb.mi/mi2-var-block.exp: delete var foo2 +PASS: gdb.mi/mi2-var-block.exp: delete var cb +Running ../../../master/gdb/testsuite/gdb.mi/mi2-var-child.exp ... +PASS: gdb.mi/mi2-var-child.exp: breakpoint at do_children_tests +PASS: gdb.mi/mi2-var-child.exp: mi runto do_children_tests +PASS: gdb.mi/mi2-var-child.exp: run to 220 (set breakpoint) +PASS: gdb.mi/mi2-var-child.exp: create local variable struct_declarations +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.integer +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.integer +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.character +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.character +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_int +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_int +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_struct +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_struct +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.1 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.1 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.2 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.2 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.3 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.3 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.4 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.4 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.5 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.5 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.6 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.6 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.7 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.7 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.8 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.8 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.9 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.9 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.a +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.a +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.b +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.b +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.c +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.c +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.d +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.d +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.g +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.g +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.h +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.h +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.i +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.i +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.f +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.f +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2 +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: step to line $line_dct_123 +PASS: gdb.mi/mi2-var-child.exp: create local variable weird +PASS: gdb.mi/mi2-var-child.exp: get children of weird +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird +PASS: gdb.mi/mi2-var-child.exp: get children of weird.long_array +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird.long_array +PASS: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: create local variable weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: is weird editable +PASS: gdb.mi/mi2-var-child.exp: is weird->int_ptr_ptr editable +PASS: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable +PASS: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable +PASS: gdb.mi/mi2-var-child.exp: is weird.u1 editable +PASS: gdb.mi/mi2-var-child.exp: is weird.s2 editable +PASS: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.a editable +PASS: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.b editable +PASS: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.c editable +PASS: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array editable +PASS: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array.0 editable +PASS: gdb.mi/mi2-var-child.exp: is struct_declarations editable +PASS: gdb.mi/mi2-var-child.exp: delete var weird +PASS: gdb.mi/mi2-var-child.exp: update all vars. None changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 1 +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.integer +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 4 +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.char_ptr +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 5 +PASS: gdb.mi/mi2-var-child.exp: update all vars int_ptr_ptr and children changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 6 +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.0 changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 7 +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.1 changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 8 +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.2 changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_nothing +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.3-9 changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_a0_0 +PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed +PASS: gdb.mi/mi2-var-child.exp: delete var struct_declarations +PASS: gdb.mi/mi2-var-child.exp: delete var weird->int_ptr_ptr +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 1 +PASS: gdb.mi/mi2-var-child.exp: create local variable psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr +PASS: gdb.mi/mi2-var-child.exp: create local variable psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr +PASS: gdb.mi/mi2-var-child.exp: create local variable psnp->ptrs +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0 +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0 +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next +PASS: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 2 +PASS: gdb.mi/mi2-var-child.exp: update all vars psnp->char_ptr (and 0.char_ptr) changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 3 +PASS: gdb.mi/mi2-var-child.exp: update all vars psnp->next->char_ptr (and 1.char_ptr) changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 4 +PASS: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->char_ptr (and 2.char_ptr) changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 5 +PASS: gdb.mi/mi2-var-child.exp: update all vars psnp->long_ptr (and 0.long_ptr) changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 6 +XFAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->long_ptr (and 1.long_ptr) changed +PASS: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 7 +PASS: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->long_ptr (and 2.long_ptr) changed +Running ../../../master/gdb/testsuite/gdb.mi/mi2-var-cmd.exp ... +PASS: gdb.mi/mi2-var-cmd.exp: create global variable +PASS: gdb.mi/mi2-var-cmd.exp: create non-existent variable +PASS: gdb.mi/mi2-var-cmd.exp: create out of scope variable +PASS: gdb.mi/mi2-var-cmd.exp: breakpoint at do_locals_tests +PASS: gdb.mi/mi2-var-cmd.exp: mi runto do_locals_tests +PASS: gdb.mi/mi2-var-cmd.exp: run to 131 (set breakpoint) +PASS: gdb.mi/mi2-var-cmd.exp: create local variable linteger +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lpinteger +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lcharacter +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lpcharacter +PASS: gdb.mi/mi2-var-cmd.exp: create local variable llong +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lplong +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lfloat +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lpfloat +PASS: gdb.mi/mi2-var-cmd.exp: create local variable ldouble +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lpdouble +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lsimple +PASS: gdb.mi/mi2-var-cmd.exp: create local variable lpsimple +PASS: gdb.mi/mi2-var-cmd.exp: create local variable func +PASS: gdb.mi/mi2-var-cmd.exp: create lsimple.character +PASS: gdb.mi/mi2-var-cmd.exp: create lsimple->integer +PASS: gdb.mi/mi2-var-cmd.exp: create lsimple.integer +PASS: gdb.mi/mi2-var-cmd.exp: create int +PASS: gdb.mi/mi2-var-cmd.exp: update all vars +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_test +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: linteger changed +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_tests (2) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: lpinteger changed +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_tests (3) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: lcharacter changed +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_tests (4) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: lpcharacter changed +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_tests (5) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: many changed +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_tests (6) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: func and lpsimple changed +PASS: gdb.mi/mi2-var-cmd.exp: step at do_locals_tests (7) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: lsimple and others changed +PASS: gdb.mi/mi2-var-cmd.exp: assign to global_simple +PASS: gdb.mi/mi2-var-cmd.exp: assign to linteger +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: linteger changed after assign +PASS: gdb.mi/mi2-var-cmd.exp: assign to linteger again, same value +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: linteger not changed after same assign +PASS: gdb.mi/mi2-var-cmd.exp: eval linteger +PASS: gdb.mi/mi2-var-cmd.exp: assign to lpinteger +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: lpinteger changed after assign +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: no changes on second update +PASS: gdb.mi/mi2-var-cmd.exp: eval lpinteger +PASS: gdb.mi/mi2-var-cmd.exp: assign to linteger +PASS: gdb.mi/mi2-var-cmd.exp: assign to lpinteger +PASS: gdb.mi/mi2-var-cmd.exp: assign to lcharacter +PASS: gdb.mi/mi2-var-cmd.exp: eval lcharacter +PASS: gdb.mi/mi2-var-cmd.exp: assign to llong +PASS: gdb.mi/mi2-var-cmd.exp: eval llong +PASS: gdb.mi/mi2-var-cmd.exp: assign to llong +PASS: gdb.mi/mi2-var-cmd.exp: assign to lplong +PASS: gdb.mi/mi2-var-cmd.exp: eval lplong +PASS: gdb.mi/mi2-var-cmd.exp: assign to lplong +PASS: gdb.mi/mi2-var-cmd.exp: assign to lfloat +PASS: gdb.mi/mi2-var-cmd.exp: eval lfloat +PASS: gdb.mi/mi2-var-cmd.exp: assign to lfloat +PASS: gdb.mi/mi2-var-cmd.exp: assign to lpfloat +PASS: gdb.mi/mi2-var-cmd.exp: assign to ldouble +PASS: gdb.mi/mi2-var-cmd.exp: assign to func +PASS: gdb.mi/mi2-var-cmd.exp: assign to lsimple.character +PASS: gdb.mi/mi2-var-cmd.exp: assign to lsimple->integer +PASS: gdb.mi/mi2-var-cmd.exp: assign to lsimple.integer +PASS: gdb.mi/mi2-var-cmd.exp: breakpoint at subroutine1 +PASS: gdb.mi/mi2-var-cmd.exp: mi runto subroutine1 +PASS: gdb.mi/mi2-var-cmd.exp: create i +PASS: gdb.mi/mi2-var-cmd.exp: create l +PASS: gdb.mi/mi2-var-cmd.exp: create linteger +PASS: gdb.mi/mi2-var-cmd.exp: step at subroutine1 +XFAIL: gdb.mi/mi2-var-cmd.exp: update all vars: changed FIXME +PASS: gdb.mi/mi2-var-cmd.exp: step at subroutine1 (2) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: i changed +PASS: gdb.mi/mi2-var-cmd.exp: step at subroutine1 (3) +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: llong changed +PASS: gdb.mi/mi2-var-cmd.exp: next out of subroutine1 +PASS: gdb.mi/mi2-var-cmd.exp: update all vars: all now out of scope +PASS: gdb.mi/mi2-var-cmd.exp: delete var +PASS: gdb.mi/mi2-var-cmd.exp: delete var linteger +PASS: gdb.mi/mi2-var-cmd.exp: delete var lpinteger +PASS: gdb.mi/mi2-var-cmd.exp: delete var lcharacter +PASS: gdb.mi/mi2-var-cmd.exp: delete var lpcharacter +PASS: gdb.mi/mi2-var-cmd.exp: delete var llong +PASS: gdb.mi/mi2-var-cmd.exp: delete var lplong +PASS: gdb.mi/mi2-var-cmd.exp: delete var lfloat +PASS: gdb.mi/mi2-var-cmd.exp: delete var lpfloat +PASS: gdb.mi/mi2-var-cmd.exp: delete var ldouble +PASS: gdb.mi/mi2-var-cmd.exp: delete var lpdouble +PASS: gdb.mi/mi2-var-cmd.exp: delete var lsimple +PASS: gdb.mi/mi2-var-cmd.exp: delete var lpsimple +PASS: gdb.mi/mi2-var-cmd.exp: delete var func +PASS: gdb.mi/mi2-var-cmd.exp: delete var lsimple.character +PASS: gdb.mi/mi2-var-cmd.exp: delete var lsimple->integer +PASS: gdb.mi/mi2-var-cmd.exp: delete var lsimple.integer +PASS: gdb.mi/mi2-var-cmd.exp: delete var i +PASS: gdb.mi/mi2-var-cmd.exp: delete var l +PASS: gdb.mi/mi2-var-cmd.exp: breakpoint at do_special_tests +PASS: gdb.mi/mi2-var-cmd.exp: mi runto do_special_tests +PASS: gdb.mi/mi2-var-cmd.exp: create selected_a +PASS: gdb.mi/mi2-var-cmd.exp: breakpoint at incr_a +PASS: gdb.mi/mi2-var-cmd.exp: mi runto incr_a +PASS: gdb.mi/mi2-var-cmd.exp: update selected_a in incr_a +PASS: gdb.mi/mi2-var-cmd.exp: step a line in incr_a +PASS: gdb.mi/mi2-var-cmd.exp: return from incr_a to do_special_tests +PASS: gdb.mi/mi2-var-cmd.exp: update selected_a in do_special_tests +PASS: gdb.mi/mi2-var-cmd.exp: floating varobj invalidation +Running ../../../master/gdb/testsuite/gdb.mi/mi2-var-display.exp ... +PASS: gdb.mi/mi2-var-display.exp: break-insert operation +PASS: gdb.mi/mi2-var-display.exp: run to main +PASS: gdb.mi/mi2-var-display.exp: create local variable bar +PASS: gdb.mi/mi2-var-display.exp: info type variable bar +PASS: gdb.mi/mi2-var-display.exp: show format variable bar +PASS: gdb.mi/mi2-var-display.exp: eval variable bar +PASS: gdb.mi/mi2-var-display.exp: set format variable bar +PASS: gdb.mi/mi2-var-display.exp: eval variable bar with new format +PASS: gdb.mi/mi2-var-display.exp: assing to variable bar +PASS: gdb.mi/mi2-var-display.exp: set format variable bar +PASS: gdb.mi/mi2-var-display.exp: eval variable bar with new value +PASS: gdb.mi/mi2-var-display.exp: delete var bar +PASS: gdb.mi/mi2-var-display.exp: create local variable foo +PASS: gdb.mi/mi2-var-display.exp: info type variable foo +PASS: gdb.mi/mi2-var-display.exp: show format variable foo +PASS: gdb.mi/mi2-var-display.exp: eval variable foo +PASS: gdb.mi/mi2-var-display.exp: set format variable foo +PASS: gdb.mi/mi2-var-display.exp: show format variable foo +PASS: gdb.mi/mi2-var-display.exp: eval variable foo +PASS: gdb.mi/mi2-var-display.exp: assing to variable foo +PASS: gdb.mi/mi2-var-display.exp: set format variable foo +PASS: gdb.mi/mi2-var-display.exp: eval variable foo +PASS: gdb.mi/mi2-var-display.exp: eval variable foo in hex +PASS: gdb.mi/mi2-var-display.exp: show format variable foo after eval in hex +PASS: gdb.mi/mi2-var-display.exp: eval variable foo in octal +PASS: gdb.mi/mi2-var-display.exp: show format variable foo after eval in octal +PASS: gdb.mi/mi2-var-display.exp: eval variable foo in decimal +PASS: gdb.mi/mi2-var-display.exp: show format variable foo after eval in decimal +PASS: gdb.mi/mi2-var-display.exp: eval variable foo in natural +PASS: gdb.mi/mi2-var-display.exp: show format variable foo after eval in natural +PASS: gdb.mi/mi2-var-display.exp: eval variable foo in binary +PASS: gdb.mi/mi2-var-display.exp: show format variable foo after eval in binary +PASS: gdb.mi/mi2-var-display.exp: delete var foo +PASS: gdb.mi/mi2-var-display.exp: create local variable weird +PASS: gdb.mi/mi2-var-display.exp: get children local variable weird +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.func_ptr +PASS: gdb.mi/mi2-var-display.exp: show format variable weird.func_ptr +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.func_ptr_ptr +PASS: gdb.mi/mi2-var-display.exp: show format variable weird.func_ptr_ptr +PASS: gdb.mi/mi2-var-display.exp: set format variable weird +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.integer +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.character +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.char_ptr +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.long_int +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.int_ptr_ptr +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.long_array +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.func_ptr +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.func_ptr_struct +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.func_ptr_ptr +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.u1 +PASS: gdb.mi/mi2-var-display.exp: set format variable weird.s2 +PASS: gdb.mi/mi2-var-display.exp: delete var weird +PASS: gdb.mi/mi2-var-display.exp: break-insert operation 2 +PASS: gdb.mi/mi2-var-display.exp: continue to do_special_tests +PASS: gdb.mi/mi2-var-display.exp: create local variable u +PASS: gdb.mi/mi2-var-display.exp: eval variable u +PASS: gdb.mi/mi2-var-display.exp: info type variable u +PASS: gdb.mi/mi2-var-display.exp: is u editable +PASS: gdb.mi/mi2-var-display.exp: get number of children of u +PASS: gdb.mi/mi2-var-display.exp: get children of u +PASS: gdb.mi/mi2-var-display.exp: create local variable anonu +PASS: gdb.mi/mi2-var-display.exp: eval variable anonu +PASS: gdb.mi/mi2-var-display.exp: info type variable anonu +PASS: gdb.mi/mi2-var-display.exp: is anonu editable +PASS: gdb.mi/mi2-var-display.exp: get number of children of anonu +PASS: gdb.mi/mi2-var-display.exp: get children of anonu +PASS: gdb.mi/mi2-var-display.exp: create local variable s +PASS: gdb.mi/mi2-var-display.exp: eval variable s +PASS: gdb.mi/mi2-var-display.exp: info type variable s +PASS: gdb.mi/mi2-var-display.exp: is s editable +PASS: gdb.mi/mi2-var-display.exp: get number of children of s +PASS: gdb.mi/mi2-var-display.exp: get children of s +PASS: gdb.mi/mi2-var-display.exp: create local variable anons +PASS: gdb.mi/mi2-var-display.exp: eval variable anons +PASS: gdb.mi/mi2-var-display.exp: info type variable anons +PASS: gdb.mi/mi2-var-display.exp: is anons editable +PASS: gdb.mi/mi2-var-display.exp: get number of children of anons +PASS: gdb.mi/mi2-var-display.exp: get children of anons +PASS: gdb.mi/mi2-var-display.exp: create local variable e +XFAIL: gdb.mi/mi2-var-display.exp: eval variable e +PASS: gdb.mi/mi2-var-display.exp: info type variable e +PASS: gdb.mi/mi2-var-display.exp: is e editable +PASS: gdb.mi/mi2-var-display.exp: get number of children of e +PASS: gdb.mi/mi2-var-display.exp: get children of e +PASS: gdb.mi/mi2-var-display.exp: create local variable anone +PASS: gdb.mi/mi2-var-display.exp: eval variable anone +PASS: gdb.mi/mi2-var-display.exp: create duplicate local variable anone +PASS: gdb.mi/mi2-var-display.exp: info type variable anone +PASS: gdb.mi/mi2-var-display.exp: is anone editable +PASS: gdb.mi/mi2-var-display.exp: get number of children of anone +PASS: gdb.mi/mi2-var-display.exp: get children of anone +PASS: gdb.mi/mi2-var-display.exp: print FP register +PASS: gdb.mi/mi2-var-display.exp: breakpoint at incr_a +PASS: gdb.mi/mi2-var-display.exp: mi runto incr_a +PASS: gdb.mi/mi2-var-display.exp: create local variable a1 +PASS: gdb.mi/mi2-var-display.exp: create variable a2 in different scope +Running ../../../master/gdb/testsuite/gdb.mi/mi2-watch.exp ... +PASS: gdb.mi/mi2-watch.exp: hw watchpoints toggle (1) +PASS: gdb.mi/mi2-watch.exp: sw: breakpoint at callee4 +PASS: gdb.mi/mi2-watch.exp: sw: mi runto callee4 +PASS: gdb.mi/mi2-watch.exp: sw: break-watch operation +PASS: gdb.mi/mi2-watch.exp: sw: list of watchpoints +PASS: gdb.mi/mi2-watch.exp: sw: watchpoint trigger +XPASS: gdb.mi/mi2-watch.exp: sw: watchpoint trigger +PASS: gdb.mi/mi2-watch.exp: hw watchpoints toggle (2) +PASS: gdb.mi/mi2-watch.exp: hw: breakpoint at callee4 +PASS: gdb.mi/mi2-watch.exp: hw: mi runto callee4 +PASS: gdb.mi/mi2-watch.exp: hw: break-watch operation +PASS: gdb.mi/mi2-watch.exp: hw: list of watchpoints +PASS: gdb.mi/mi2-watch.exp: hw: watchpoint trigger +PASS: gdb.mi/mi2-watch.exp: hw: watchpoint trigger +Running ../../../master/gdb/testsuite/gdb.modula2/unbounded-array.exp ... +PASS: gdb.modula2/unbounded-array.exp: switch to modula-2 +PASS: gdb.modula2/unbounded-array.exp: print the last legal element of array a +PASS: gdb.modula2/unbounded-array.exp: print unbounded array contents +PASS: gdb.modula2/unbounded-array.exp: print the 1st element of array a +PASS: gdb.modula2/unbounded-array.exp: print the 2nd element of array a +PASS: gdb.modula2/unbounded-array.exp: print the 3rd element of array a +PASS: gdb.modula2/unbounded-array.exp: print the 4th element of array a +PASS: gdb.modula2/unbounded-array.exp: print the 5th element of array a +Running ../../../master/gdb/testsuite/gdb.multi/base.exp ... +PASS: gdb.multi/base.exp: add empty inferior 2 +PASS: gdb.multi/base.exp: switch to inferior 2 +PASS: gdb.multi/base.exp: load hangout file in inferior 2 +PASS: gdb.multi/base.exp: add inferior 3 with -exec goodbye +PASS: gdb.multi/base.exp: info inferiors +PASS: gdb.multi/base.exp: info inferior 2 3 +PASS: gdb.multi/base.exp: info inferior 1-2 +PASS: gdb.multi/base.exp: switch to inferior 1 +PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 1 +PASS: gdb.multi/base.exp: switch to inferior 3 +PASS: gdb.multi/base.exp: 'info functions commonfun' in inferior 3 +PASS: gdb.multi/base.exp: switch back to inferior 1 +PASS: gdb.multi/base.exp: set listsize 1 +PASS: gdb.multi/base.exp: list commonfun in hello +PASS: gdb.multi/base.exp: print hglob +PASS: gdb.multi/base.exp: print glob (hello) +PASS: gdb.multi/base.exp: switch to inferior 3 to print globals +PASS: gdb.multi/base.exp: print gglob +PASS: gdb.multi/base.exp: print glob (goodbye) +PASS: gdb.multi/base.exp: list commonfun in goodbye +PASS: gdb.multi/base.exp: switch to inferior 1 to run it +PASS: gdb.multi/base.exp: break hello +PASS: gdb.multi/base.exp: continue +PASS: gdb.multi/base.exp: remove-inferiors 2-3 +PASS: gdb.multi/base.exp: check remove-inferiors +Running ../../../master/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp ... +PASS: gdb.multi/bkpt-multi-exec.exp: continue +PASS: gdb.multi/bkpt-multi-exec.exp: add inferior 2 with -exec crashme +PASS: gdb.multi/bkpt-multi-exec.exp: inferior 2 +PASS: gdb.multi/bkpt-multi-exec.exp: break crashme.c:9 +PASS: gdb.multi/bkpt-multi-exec.exp: inferior 1 +PASS: gdb.multi/bkpt-multi-exec.exp: run +Running ../../../master/gdb/testsuite/gdb.objc/basicclass.exp ... +UNSUPPORTED: gdb.objc/basicclass.exp: Couldn't compile ../../../master/gdb/testsuite/gdb.objc/basicclass.m: unrecognized error +Running ../../../master/gdb/testsuite/gdb.objc/nondebug.exp ... +UNSUPPORTED: gdb.objc/nondebug.exp: Couldn't compile ../../../master/gdb/testsuite/gdb.objc/nondebug.m: unrecognized error +Running ../../../master/gdb/testsuite/gdb.objc/objcdecode.exp ... +UNSUPPORTED: gdb.objc/objcdecode.exp: Couldn't compile ../../../master/gdb/testsuite/gdb.objc/objcdecode.m: unrecognized error +Running ../../../master/gdb/testsuite/gdb.objc/print.exp ... +PASS: gdb.objc/print.exp: set language objective-c +PASS: gdb.objc/print.exp: set language to "objective-c" +PASS: gdb.objc/print.exp: check fp + text +PASS: gdb.objc/print.exp: p 1. +PASS: gdb.objc/print.exp: p 1.5 +KFAIL: gdb.objc/print.exp: p 1.f (PRMS: gdb/11925) +KFAIL: gdb.objc/print.exp: p 1.5f (PRMS: gdb/11925) +KFAIL: gdb.objc/print.exp: p 1.l (PRMS: gdb/11925) +KFAIL: gdb.objc/print.exp: p 1.5l (PRMS: gdb/11925) +PASS: gdb.objc/print.exp: p 0x1.1 +PASS: gdb.objc/print.exp: reject p 1.1x +PASS: gdb.objc/print.exp: reject p 1.1ff +PASS: gdb.objc/print.exp: reject p 1.1ll +Running ../../../master/gdb/testsuite/gdb.opencl/callfuncs.exp ... +Running ../../../master/gdb/testsuite/gdb.opencl/convs_casts.exp ... +Running ../../../master/gdb/testsuite/gdb.opencl/datatypes.exp ... +Running ../../../master/gdb/testsuite/gdb.opencl/operators.exp ... +Running ../../../master/gdb/testsuite/gdb.opencl/vec_comps.exp ... +Running ../../../master/gdb/testsuite/gdb.opt/clobbered-registers-O2.exp ... +PASS: gdb.opt/clobbered-registers-O2.exp: Backtracing +PASS: gdb.opt/clobbered-registers-O2.exp: print operand0 +PASS: gdb.opt/clobbered-registers-O2.exp: print operand1 +Running ../../../master/gdb/testsuite/gdb.opt/inline-bt.exp ... +PASS: gdb.opt/inline-bt.exp: continue to bar (1) +PASS: gdb.opt/inline-bt.exp: backtrace from bar (1) +PASS: gdb.opt/inline-bt.exp: bar not inlined +PASS: gdb.opt/inline-bt.exp: continue to bar (2) +PASS: gdb.opt/inline-bt.exp: backtrace from bar (2) +PASS: gdb.opt/inline-bt.exp: up from bar (2) +PASS: gdb.opt/inline-bt.exp: func1 inlined (2) +PASS: gdb.opt/inline-bt.exp: continue to bar (3) +PASS: gdb.opt/inline-bt.exp: backtrace from bar (3) +PASS: gdb.opt/inline-bt.exp: up from bar (3) +PASS: gdb.opt/inline-bt.exp: func1 inlined (3) +PASS: gdb.opt/inline-bt.exp: up from func1 (3) +PASS: gdb.opt/inline-bt.exp: func2 inlined (3) +Running ../../../master/gdb/testsuite/gdb.opt/inline-cmds.exp ... +PASS: gdb.opt/inline-cmds.exp: set listsize 1 +PASS: gdb.opt/inline-cmds.exp: continue to bar (1) +PASS: gdb.opt/inline-cmds.exp: backtrace from bar (1) +PASS: gdb.opt/inline-cmds.exp: up from bar (1) +PASS: gdb.opt/inline-cmds.exp: func1 inlined (1) +PASS: gdb.opt/inline-cmds.exp: continue to bar (2) +PASS: gdb.opt/inline-cmds.exp: backtrace from bar (2) +PASS: gdb.opt/inline-cmds.exp: up from bar (2) +PASS: gdb.opt/inline-cmds.exp: func1 inlined (2) +PASS: gdb.opt/inline-cmds.exp: up from func1 (2) +PASS: gdb.opt/inline-cmds.exp: func2 inlined (2) +PASS: gdb.opt/inline-cmds.exp: continue to marker +PASS: gdb.opt/inline-cmds.exp: backtrace from marker +PASS: gdb.opt/inline-cmds.exp: marker not inlined +PASS: gdb.opt/inline-cmds.exp: next over inlined functions +PASS: gdb.opt/inline-cmds.exp: next past inlined func1 +PASS: gdb.opt/inline-cmds.exp: print x before func1 +PASS: gdb.opt/inline-cmds.exp: backtrace does not include func1 +PASS: gdb.opt/inline-cmds.exp: stepped over call to func1 +PASS: gdb.opt/inline-cmds.exp: step into func1 +PASS: gdb.opt/inline-cmds.exp: finish from func1 +PASS: gdb.opt/inline-cmds.exp: continue to breakpoint: consecutive func1 +PASS: gdb.opt/inline-cmds.exp: next to first func1 +KFAIL: gdb.opt/inline-cmds.exp: next to second func1 (PRMS: gdb/NNNN) +PASS: gdb.opt/inline-cmds.exp: continue to breakpoint: func1 then func3 +PASS: gdb.opt/inline-cmds.exp: next to func1 before func3 +PASS: gdb.opt/inline-cmds.exp: next to func3 +PASS: gdb.opt/inline-cmds.exp: continue to breakpoint: finish into func1 +PASS: gdb.opt/inline-cmds.exp: next to finish marker +PASS: gdb.opt/inline-cmds.exp: step into finish marker +PASS: gdb.opt/inline-cmds.exp: finish from marker to func1 +PASS: gdb.opt/inline-cmds.exp: step into func1 for finish +PASS: gdb.opt/inline-cmds.exp: finish from func1 to func3 +PASS: gdb.opt/inline-cmds.exp: continue to breakpoint: before the outer_inline call +PASS: gdb.opt/inline-cmds.exp: reach 1 the outer_inline call +PASS: gdb.opt/inline-cmds.exp: reach outer_inline2 +PASS: gdb.opt/inline-cmds.exp: backtrace at main of outer_inline +PASS: gdb.opt/inline-cmds.exp: enter outer_inline2 +PASS: gdb.opt/inline-cmds.exp: backtrace at outer_inline2 +PASS: gdb.opt/inline-cmds.exp: enter outer_inline1 from outer_inline2 +XFAIL: gdb.opt/inline-cmds.exp: backtrace at outer_inline1 +PASS: gdb.opt/inline-cmds.exp: step to call of noinline +PASS: gdb.opt/inline-cmds.exp: enter noinline from outer_inline1 +PASS: gdb.opt/inline-cmds.exp: backtrace at noinline from outer_inline1 +PASS: gdb.opt/inline-cmds.exp: enter inlined_fn from noinline +PASS: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline +PASS: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined +PASS: gdb.opt/inline-cmds.exp: up to noinline +PASS: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined +PASS: gdb.opt/inline-cmds.exp: up to outer_inline1 +PASS: gdb.opt/inline-cmds.exp: outer_inline1 inlined +PASS: gdb.opt/inline-cmds.exp: up to outer_inline2 +PASS: gdb.opt/inline-cmds.exp: outer_inline2 inlined +PASS: gdb.opt/inline-cmds.exp: up from outer_inline2 +PASS: gdb.opt/inline-cmds.exp: main not inlined +Running ../../../master/gdb/testsuite/gdb.opt/inline-locals.exp ... +PASS: gdb.opt/inline-locals.exp: continue to bar (1) +PASS: gdb.opt/inline-locals.exp: continue to bar (2) +PASS: gdb.opt/inline-locals.exp: backtrace from bar (2) +PASS: gdb.opt/inline-locals.exp: up from bar (2) +PASS: gdb.opt/inline-locals.exp: func1 inlined (2) +PASS: gdb.opt/inline-locals.exp: info locals above bar (2) +PASS: gdb.opt/inline-locals.exp: info args above bar (2) +PASS: gdb.opt/inline-locals.exp: print local (2) +PASS: gdb.opt/inline-locals.exp: print out of scope local +PASS: gdb.opt/inline-locals.exp: continue to bar (3) +PASS: gdb.opt/inline-locals.exp: backtrace from bar (3) +PASS: gdb.opt/inline-locals.exp: up from bar (3) +PASS: gdb.opt/inline-locals.exp: func1 inlined (3) +PASS: gdb.opt/inline-locals.exp: info locals above bar (3) +PASS: gdb.opt/inline-locals.exp: info args above bar (3) +PASS: gdb.opt/inline-locals.exp: print local (3) +Running ../../../master/gdb/testsuite/gdb.pascal/floats.exp ... +UNSUPPORTED: gdb.pascal/floats.exp: No pascal compiler found +Running ../../../master/gdb/testsuite/gdb.pascal/gdb11492.exp ... +UNSUPPORTED: gdb.pascal/gdb11492.exp: No pascal compiler found +Running ../../../master/gdb/testsuite/gdb.pascal/hello.exp ... +UNSUPPORTED: gdb.pascal/hello.exp: No pascal compiler found +Running ../../../master/gdb/testsuite/gdb.pascal/integers.exp ... +UNSUPPORTED: gdb.pascal/integers.exp: No pascal compiler found +Running ../../../master/gdb/testsuite/gdb.pascal/print.exp ... +PASS: gdb.pascal/print.exp: set language pascal +PASS: gdb.pascal/print.exp: set language to "pascal" +PASS: gdb.pascal/print.exp: check fp + text +PASS: gdb.pascal/print.exp: p 1. +PASS: gdb.pascal/print.exp: p 1.5 +PASS: gdb.pascal/print.exp: p 1.f +PASS: gdb.pascal/print.exp: p 1.5f +PASS: gdb.pascal/print.exp: p 1.l +PASS: gdb.pascal/print.exp: p 1.5l +PASS: gdb.pascal/print.exp: p 0x1.1 +PASS: gdb.pascal/print.exp: reject p 1.1x +PASS: gdb.pascal/print.exp: reject p 1.1ff +PASS: gdb.pascal/print.exp: reject p 1.1ll +Running ../../../master/gdb/testsuite/gdb.pascal/types.exp ... +PASS: gdb.pascal/types.exp: set language pascal +PASS: gdb.pascal/types.exp: set language to "pascal" +PASS: gdb.pascal/types.exp: pt 123 +PASS: gdb.pascal/types.exp: pt TRUE +PASS: gdb.pascal/types.exp: pt FALSE +PASS: gdb.pascal/types.exp: pt 'a' +KFAIL: gdb.pascal/types.exp: pt 'a simple string' (PRMS: gdb/2326) +PASS: gdb.pascal/types.exp: pt .44 +PASS: gdb.pascal/types.exp: pt 44.0 +PASS: gdb.pascal/types.exp: pt 10e20 +PASS: gdb.pascal/types.exp: pt 10E20 +Running ../../../master/gdb/testsuite/gdb.python/lib-types.exp ... +PASS: gdb.python/lib-types.exp: python import gdb.types +PASS: gdb.python/lib-types.exp: python const_class1_obj = gdb.parse_and_eval ('const_class1_obj') +PASS: gdb.python/lib-types.exp: python basic_type_const_class1_obj = gdb.types.get_basic_type (const_class1_obj.type) +PASS: gdb.python/lib-types.exp: python print str (const_class1_obj.type) +PASS: gdb.python/lib-types.exp: const stripping +PASS: gdb.python/lib-types.exp: python volatile_class1_obj = gdb.parse_and_eval ('volatile_class1_obj') +PASS: gdb.python/lib-types.exp: python basic_type_volatile_class1_obj = gdb.types.get_basic_type (volatile_class1_obj.type) +PASS: gdb.python/lib-types.exp: python print str (volatile_class1_obj.type) +PASS: gdb.python/lib-types.exp: volatile stripping +PASS: gdb.python/lib-types.exp: python const_volatile_class1_obj = gdb.parse_and_eval ('const_volatile_class1_obj') +PASS: gdb.python/lib-types.exp: python basic_type_const_volatile_class1_obj = gdb.types.get_basic_type (const_volatile_class1_obj.type) +PASS: gdb.python/lib-types.exp: python print str (const_volatile_class1_obj.type) +PASS: gdb.python/lib-types.exp: volatile+const stripping +PASS: gdb.python/lib-types.exp: python typedef_class1_obj = gdb.parse_and_eval ('typedef_class1_obj') +PASS: gdb.python/lib-types.exp: python basic_type_typedef_class1_obj = gdb.types.get_basic_type (typedef_class1_obj.type) +PASS: gdb.python/lib-types.exp: python print str (typedef_class1_obj.type) +PASS: gdb.python/lib-types.exp: typedef stripping +PASS: gdb.python/lib-types.exp: python class1_ref_obj = gdb.parse_and_eval ('class1_ref_obj') +PASS: gdb.python/lib-types.exp: python basic_type_class1_ref_obj = gdb.types.get_basic_type (class1_ref_obj.type) +PASS: gdb.python/lib-types.exp: python print str (class1_ref_obj.type) +PASS: gdb.python/lib-types.exp: reference stripping +PASS: gdb.python/lib-types.exp: python typedef_const_typedef_class1_obj = gdb.parse_and_eval ('typedef_const_typedef_class1_obj') +PASS: gdb.python/lib-types.exp: python basic_type_typedef_const_typedef_class1_obj = gdb.types.get_basic_type (typedef_const_typedef_class1_obj.type) +PASS: gdb.python/lib-types.exp: python print str (typedef_class1_obj.type) +PASS: gdb.python/lib-types.exp: nested typedef stripping +PASS: gdb.python/lib-types.exp: python typedef_const_typedef_class1_ref_obj = gdb.parse_and_eval ('typedef_const_typedef_class1_ref_obj') +PASS: gdb.python/lib-types.exp: python basic_type_typedef_const_typedef_class1_ref_obj = gdb.types.get_basic_type (typedef_const_typedef_class1_ref_obj.type) +PASS: gdb.python/lib-types.exp: python print str (typedef_const_typedef_class1_ref_obj.type) +PASS: gdb.python/lib-types.exp: nested typedef/ref stripping +PASS: gdb.python/lib-types.exp: python class1_obj = gdb.parse_and_eval ('class1_obj') +PASS: gdb.python/lib-types.exp: python print gdb.types.has_field (class1_obj.type, 'x') +PASS: gdb.python/lib-types.exp: python print gdb.types.has_field (class1_obj.type, 'nope') +PASS: gdb.python/lib-types.exp: python subclass1_obj = gdb.parse_and_eval ('subclass1_obj') +PASS: gdb.python/lib-types.exp: python print gdb.types.has_field (subclass1_obj.type, 'x') +PASS: gdb.python/lib-types.exp: python enum1_obj = gdb.parse_and_eval ('enum1_obj') +PASS: gdb.python/lib-types.exp: python enum1_dict = gdb.types.make_enum_dict (enum1_obj.type) +PASS: gdb.python/lib-types.exp: python enum1_list = enum1_dict.items () +PASS: gdb.python/lib-types.exp: python enum1_list.sort () +PASS: gdb.python/lib-types.exp: python print enum1_list +Running ../../../master/gdb/testsuite/gdb.python/py-block.exp ... +PASS: gdb.python/py-block.exp: continue to breakpoint: Block break here. +PASS: gdb.python/py-block.exp: Check block not None +PASS: gdb.python/py-block.exp: First anonymous block +PASS: gdb.python/py-block.exp: Check start not None +PASS: gdb.python/py-block.exp: Check end not None +PASS: gdb.python/py-block.exp: Get superblock +PASS: gdb.python/py-block.exp: Second anonymous block +PASS: gdb.python/py-block.exp: Get superblock 2 +PASS: gdb.python/py-block.exp: Print superblock 2 function +PASS: gdb.python/py-block.exp: up +PASS: gdb.python/py-block.exp: Check Frame 2's block not None +PASS: gdb.python/py-block.exp: main block +PASS: gdb.python/py-block.exp: Check block validity +PASS: gdb.python/py-block.exp: Check block validity +PASS: gdb.python/py-block.exp: Check block validity +PASS: gdb.python/py-block.exp: Check block validity +Running ../../../master/gdb/testsuite/gdb.python/py-breakpoint.exp ... +PASS: gdb.python/py-breakpoint.exp: Check obj exists +PASS: gdb.python/py-breakpoint.exp: Check breakpoint location +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Check for two breakpoints +PASS: gdb.python/py-breakpoint.exp: Check obj exists +PASS: gdb.python/py-breakpoint.exp: Check breakpoint location +PASS: gdb.python/py-breakpoint.exp: Check obj exists +PASS: gdb.python/py-breakpoint.exp: Check breakpoint location +PASS: gdb.python/py-breakpoint.exp: Check breakpoint hit count +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Check breakpoint hit count +PASS: gdb.python/py-breakpoint.exp: Check expected variable result after 6 iterations +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at add. +PASS: gdb.python/py-breakpoint.exp: Check breakpoint enabled. +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at add. +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Check breakpoint thread +PASS: gdb.python/py-breakpoint.exp: Check breakpoint type +PASS: gdb.python/py-breakpoint.exp: Check breakpoint number +PASS: gdb.python/py-breakpoint.exp: Check breakpoint number +PASS: gdb.python/py-breakpoint.exp: Check breakpoint number +PASS: gdb.python/py-breakpoint.exp: Number of breakpoints before delete +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Check breakpoint invalidated +PASS: gdb.python/py-breakpoint.exp: Number of breakpoints after delete +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at end. +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Test conditional has been set +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Test conditional breakpoint stopped after five iterations +PASS: gdb.python/py-breakpoint.exp: Test conditional read +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Test breakpoint stopped after six iterations +PASS: gdb.python/py-breakpoint.exp: commands $bpnum +PASS: gdb.python/py-breakpoint.exp: print "Command for breakpoint has been executed." +PASS: gdb.python/py-breakpoint.exp: print result +PASS: gdb.python/py-breakpoint.exp: end +PASS: gdb.python/py-breakpoint.exp: python print blist[len(blist)-1].commands +PASS: gdb.python/py-breakpoint.exp: Check invisible bp obj exists +PASS: gdb.python/py-breakpoint.exp: Check breakpoint location +PASS: gdb.python/py-breakpoint.exp: Check breakpoint visibility +PASS: gdb.python/py-breakpoint.exp: Check info breakpoints shows visible breakpoints +PASS: gdb.python/py-breakpoint.exp: Check invisible bp obj exists +PASS: gdb.python/py-breakpoint.exp: Check breakpoint location +PASS: gdb.python/py-breakpoint.exp: Check breakpoint visibility +PASS: gdb.python/py-breakpoint.exp: Check info breakpoints does not show invisible breakpoints +PASS: gdb.python/py-breakpoint.exp: Check maint info breakpoints shows invisible breakpoints +PASS: gdb.python/py-breakpoint.exp: Test watchpoint write +PASS: gdb.python/py-breakpoint.exp: Check info breakpoints does not show invisible breakpoints +PASS: gdb.python/py-breakpoint.exp: Check maint info breakpoints shows invisible breakpoints +PASS: gdb.python/py-breakpoint.exp: Test watchpoint write +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - python +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - class bp_eval (gdb.Breakpoint): +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - inf_i = 0 +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - count = 0 +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - def stop (self): +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - self.count = self.count + 1 +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - self.inf_i = gdb.parse_and_eval("i") +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - if self.inf_i == 3: +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - return True +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - return False +PASS: gdb.python/py-breakpoint.exp: Sub-class a breakpoint - end +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - python +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - class bp_also_eval (gdb.Breakpoint): +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - count = 0 +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - def stop (self): +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - self.count = self.count + 1 +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - if self.count == 9: +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - return True +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - return False +PASS: gdb.python/py-breakpoint.exp: Sub-class a second breakpoint - end +PASS: gdb.python/py-breakpoint.exp: Sub-class a third breakpoint - python +PASS: gdb.python/py-breakpoint.exp: Sub-class a third breakpoint - class basic (gdb.Breakpoint): +PASS: gdb.python/py-breakpoint.exp: Sub-class a third breakpoint - count = 0 +PASS: gdb.python/py-breakpoint.exp: Sub-class a third breakpoint - end +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Check inferior value matches python accounting +PASS: gdb.python/py-breakpoint.exp: Check python accounting matches inferior +PASS: gdb.python/py-breakpoint.exp: Check non firing same-location breakpoint eval function was also called at each stop. +PASS: gdb.python/py-breakpoint.exp: Check non firing same-location breakpoint eval function was also called at each stop. +PASS: gdb.python/py-breakpoint.exp: Check you cannot add a CLI condition to a Python breakpoint that +PASS: gdb.python/py-breakpoint.exp: Construct an eval function - python +PASS: gdb.python/py-breakpoint.exp: Construct an eval function - def stop_func (): +PASS: gdb.python/py-breakpoint.exp: Construct an eval function - return True +PASS: gdb.python/py-breakpoint.exp: Construct an eval function - end +PASS: gdb.python/py-breakpoint.exp: Assign stop function to a breakpoint that has a condition +PASS: gdb.python/py-breakpoint.exp: Test that evaluate function has not been yet executed (ie count = 0) +PASS: gdb.python/py-breakpoint.exp: continue to breakpoint: Break at multiply. +PASS: gdb.python/py-breakpoint.exp: Test that evaluate function is run when location also has normal bp +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - python +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - class wp_eval (gdb.Breakpoint): +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - def stop (self): +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - self.result = gdb.parse_and_eval("result") +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - if self.result == 788: +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - return True +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - return False +PASS: gdb.python/py-breakpoint.exp: Sub-class a watchpoint - end +PASS: gdb.python/py-breakpoint.exp: Test watchpoint write +PASS: gdb.python/py-breakpoint.exp: Check that this unrelated breakpoints eval function was never called. +Running ../../../master/gdb/testsuite/gdb.python/py-cmd.exp ... +PASS: gdb.python/py-cmd.exp: input simple command - python +PASS: gdb.python/py-cmd.exp: input simple command - class test_cmd (gdb.Command): +PASS: gdb.python/py-cmd.exp: input simple command - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input simple command - super (test_cmd, self).__init__ ("test_cmd", gdb.COMMAND_OBSCURE) +PASS: gdb.python/py-cmd.exp: input simple command - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input simple command - print "test_cmd output, arg = %s" % arg +PASS: gdb.python/py-cmd.exp: input simple command - test_cmd () +PASS: gdb.python/py-cmd.exp: input simple command - end +PASS: gdb.python/py-cmd.exp: call simple command +PASS: gdb.python/py-cmd.exp: input prefix command - python +PASS: gdb.python/py-cmd.exp: input prefix command - class prefix_cmd (gdb.Command): +PASS: gdb.python/py-cmd.exp: input prefix command - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input prefix command - super (prefix_cmd, self).__init__ ("prefix_cmd", gdb.COMMAND_OBSCURE, gdb.COMPLETE_NONE, True) +PASS: gdb.python/py-cmd.exp: input prefix command - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input prefix command - print "prefix_cmd output, arg = %s" % arg +PASS: gdb.python/py-cmd.exp: input prefix command - prefix_cmd () +PASS: gdb.python/py-cmd.exp: input prefix command - end +PASS: gdb.python/py-cmd.exp: call prefix command +PASS: gdb.python/py-cmd.exp: input subcommand - python +PASS: gdb.python/py-cmd.exp: input subcommand - class subcmd (gdb.Command): +PASS: gdb.python/py-cmd.exp: input subcommand - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input subcommand - super (subcmd, self).__init__ ("prefix_cmd subcmd", gdb.COMMAND_OBSCURE) +PASS: gdb.python/py-cmd.exp: input subcommand - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input subcommand - print "subcmd output, arg = %s" % arg +PASS: gdb.python/py-cmd.exp: input subcommand - subcmd () +PASS: gdb.python/py-cmd.exp: input subcommand - end +PASS: gdb.python/py-cmd.exp: call subcmd +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - python +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - class prefix_cmd2 (gdb.Command): +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - super (prefix_cmd2, self).__init__ ("prefix_cmd2", gdb.COMMAND_OBSCURE, prefix = True, completer_class = gdb.COMPLETE_FILENAME) +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - print "prefix_cmd2 output, arg = %s" % arg +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - prefix_cmd2 () +PASS: gdb.python/py-cmd.exp: input prefix command, keyword arguments - end +PASS: gdb.python/py-cmd.exp: call prefix command, keyword arguments +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - python +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - class subcmd (gdb.Command): +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - super (subcmd, self).__init__ ("prefix_cmd2 subcmd", gdb.COMMAND_OBSCURE) +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - print "subcmd output, arg = %s" % arg +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - subcmd () +PASS: gdb.python/py-cmd.exp: input subcommand under prefix_cmd2 - end +PASS: gdb.python/py-cmd.exp: call subcmd under prefix_cmd2 +PASS: gdb.python/py-cmd.exp: input new subcommand - python +PASS: gdb.python/py-cmd.exp: input new subcommand - class newsubcmd (gdb.Command): +PASS: gdb.python/py-cmd.exp: input new subcommand - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input new subcommand - super (newsubcmd, self).__init__ ("info newsubcmd", gdb.COMMAND_OBSCURE) +PASS: gdb.python/py-cmd.exp: input new subcommand - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input new subcommand - print "newsubcmd output, arg = %s" % arg +PASS: gdb.python/py-cmd.exp: input new subcommand - newsubcmd () +PASS: gdb.python/py-cmd.exp: input new subcommand - end +PASS: gdb.python/py-cmd.exp: call newsubcmd +PASS: gdb.python/py-cmd.exp: input command to throw error - python +PASS: gdb.python/py-cmd.exp: input command to throw error - class test_error_cmd (gdb.Command): +PASS: gdb.python/py-cmd.exp: input command to throw error - def __init__ (self): +PASS: gdb.python/py-cmd.exp: input command to throw error - super (test_error_cmd, self).__init__ ("test_error_cmd", gdb.COMMAND_OBSCURE) +PASS: gdb.python/py-cmd.exp: input command to throw error - def invoke (self, arg, from_tty): +PASS: gdb.python/py-cmd.exp: input command to throw error - raise gdb.GdbError ('you lose!') +PASS: gdb.python/py-cmd.exp: input command to throw error - test_error_cmd () +PASS: gdb.python/py-cmd.exp: input command to throw error - end +PASS: gdb.python/py-cmd.exp: call error command +PASS: gdb.python/py-cmd.exp: string_to_argv ("1 2 3") +PASS: gdb.python/py-cmd.exp: string_to_argv ("'1 2' 3") +PASS: gdb.python/py-cmd.exp: string_to_argv ('"1 2" 3') +PASS: gdb.python/py-cmd.exp: string_to_argv ('1\ 2 3') +Running ../../../master/gdb/testsuite/gdb.python/py-error.exp ... +PASS: gdb.python/py-error.exp: set host-charset IBM1047 +PASS: gdb.python/py-error.exp: main reached +PASS: gdb.python/py-error.exp: no delayed error +Running ../../../master/gdb/testsuite/gdb.python/py-events.exp ... +PASS: gdb.python/py-events.exp: Test_Events +PASS: gdb.python/py-events.exp: continue +PASS: gdb.python/py-events.exp: continue +Running ../../../master/gdb/testsuite/gdb.python/py-evthreads.exp ... +PASS: gdb.python/py-evthreads.exp: successfully compiled posix threads test case +PASS: gdb.python/py-evthreads.exp: Test_Events +PASS: gdb.python/py-evthreads.exp: set non-stop on +PASS: gdb.python/py-evthreads.exp: set target-async on +PASS: gdb.python/py-evthreads.exp: reached breakpoint 1 +PASS: gdb.python/py-evthreads.exp: reached breakpoint 2 +PASS: gdb.python/py-evthreads.exp: reached breakpoint 3 +PASS: gdb.python/py-evthreads.exp: continue thread 1 +PASS: gdb.python/py-evthreads.exp: thread 2 +PASS: gdb.python/py-evthreads.exp: continue thread 2 +PASS: gdb.python/py-evthreads.exp: thread 3 was signalled +Running ../../../master/gdb/testsuite/gdb.python/py-frame-inline.exp ... +PASS: gdb.python/py-frame-inline.exp: continue to breakpoint: Block break here. +PASS: gdb.python/py-frame-inline.exp: info frame +PASS: gdb.python/py-frame-inline.exp: up +PASS: gdb.python/py-frame-inline.exp: python print gdb.selected_frame().read_var('l') +Running ../../../master/gdb/testsuite/gdb.python/py-frame.exp ... +PASS: gdb.python/py-frame.exp: continue to breakpoint: Block break here. +PASS: gdb.python/py-frame.exp: test i +PASS: gdb.python/py-frame.exp: test f +PASS: gdb.python/py-frame.exp: test b +PASS: gdb.python/py-frame.exp: test i = 1.1 +PASS: gdb.python/py-frame.exp: test double i +PASS: gdb.python/py-frame.exp: test f = 2.2 +PASS: gdb.python/py-frame.exp: test double f +PASS: gdb.python/py-frame.exp: test i = 99 +PASS: gdb.python/py-frame.exp: test int i +PASS: gdb.python/py-frame.exp: continue to breakpoint: breakpoint at f2 +PASS: gdb.python/py-frame.exp: selected frame -vs- newest frame +PASS: gdb.python/py-frame.exp: newest frame -vs- newest frame +PASS: gdb.python/py-frame.exp: test equality comparison (false) +PASS: gdb.python/py-frame.exp: test equality comparison (true) +PASS: gdb.python/py-frame.exp: test inequality comparison (true) +PASS: gdb.python/py-frame.exp: test inequality comparison (false) +PASS: gdb.python/py-frame.exp: test Frame.is_valid +PASS: gdb.python/py-frame.exp: test Frame.name +PASS: gdb.python/py-frame.exp: test Frame.type +PASS: gdb.python/py-frame.exp: test Frame.type +PASS: gdb.python/py-frame.exp: test gdb.frame_stop_reason_string +PASS: gdb.python/py-frame.exp: test Frame.pc +PASS: gdb.python/py-frame.exp: test Frame.older +PASS: gdb.python/py-frame.exp: test Frame.newer +PASS: gdb.python/py-frame.exp: test Frame.read_var - error +PASS: gdb.python/py-frame.exp: test Frame.read_var - success +PASS: gdb.python/py-frame.exp: test gdb.selected_frame +Running ../../../master/gdb/testsuite/gdb.python/py-function.exp ... +PASS: gdb.python/py-function.exp: input convenience function - python +PASS: gdb.python/py-function.exp: input convenience function - class test_func (gdb.Function): +PASS: gdb.python/py-function.exp: input convenience function - def __init__ (self): +PASS: gdb.python/py-function.exp: input convenience function - super (test_func, self).__init__ ("test_func") +PASS: gdb.python/py-function.exp: input convenience function - def invoke (self, arg): +PASS: gdb.python/py-function.exp: input convenience function - return "test_func output, arg = %s" % arg.string () +PASS: gdb.python/py-function.exp: input convenience function - test_func () +PASS: gdb.python/py-function.exp: input convenience function - end +PASS: gdb.python/py-function.exp: call function +PASS: gdb.python/py-function.exp: input value-returning convenience function - python +PASS: gdb.python/py-function.exp: input value-returning convenience function - class Double (gdb.Function): +PASS: gdb.python/py-function.exp: input value-returning convenience function - def __init__ (self): +PASS: gdb.python/py-function.exp: input value-returning convenience function - super (Double, self).__init__ ("double") +PASS: gdb.python/py-function.exp: input value-returning convenience function - def invoke (self, n): +PASS: gdb.python/py-function.exp: input value-returning convenience function - return n*2 +PASS: gdb.python/py-function.exp: input value-returning convenience function - Double () +PASS: gdb.python/py-function.exp: input value-returning convenience function - end +PASS: gdb.python/py-function.exp: call value-returning function +PASS: gdb.python/py-function.exp: input int-returning function - python +PASS: gdb.python/py-function.exp: input int-returning function - class Yes(gdb.Function): +PASS: gdb.python/py-function.exp: input int-returning function - def __init__(self): +PASS: gdb.python/py-function.exp: input int-returning function - gdb.Function.__init__(self, 'yes') +PASS: gdb.python/py-function.exp: input int-returning function - def invoke(self): +PASS: gdb.python/py-function.exp: input int-returning function - return 1 +PASS: gdb.python/py-function.exp: input int-returning function - Yes () +PASS: gdb.python/py-function.exp: input int-returning function - end +PASS: gdb.python/py-function.exp: call yes with && +PASS: gdb.python/py-function.exp: call yes with || +PASS: gdb.python/py-function.exp: Test GDBError - python +PASS: gdb.python/py-function.exp: Test GDBError - class GDBError(gdb.Function): +PASS: gdb.python/py-function.exp: Test GDBError - def __init__(self): +PASS: gdb.python/py-function.exp: Test GDBError - gdb.Function.__init__(self, 'gdberror') +PASS: gdb.python/py-function.exp: Test GDBError - def invoke(self): +PASS: gdb.python/py-function.exp: Test GDBError - raise gdb.GdbError("This is a GdbError") +PASS: gdb.python/py-function.exp: Test GDBError - GDBError () +PASS: gdb.python/py-function.exp: Test GDBError - end +PASS: gdb.python/py-function.exp: Test GdbError. There should not be a stack trace +PASS: gdb.python/py-function.exp: Test Normal Error - python +PASS: gdb.python/py-function.exp: Test Normal Error - class NormalError(gdb.Function): +PASS: gdb.python/py-function.exp: Test Normal Error - def __init__(self): +PASS: gdb.python/py-function.exp: Test Normal Error - gdb.Function.__init__(self, 'normalerror') +PASS: gdb.python/py-function.exp: Test Normal Error - def invoke(self): +PASS: gdb.python/py-function.exp: Test Normal Error - raise RuntimeError("This is a Normal Error") +PASS: gdb.python/py-function.exp: Test Normal Error - NormalError () +PASS: gdb.python/py-function.exp: Test Normal Error - end +PASS: gdb.python/py-function.exp: Test a Runtime error. There should be a stack trace. +PASS: gdb.python/py-function.exp: input command-calling function - python +PASS: gdb.python/py-function.exp: input command-calling function - class CallCommand(gdb.Function): +PASS: gdb.python/py-function.exp: input command-calling function - def __init__(self): +PASS: gdb.python/py-function.exp: input command-calling function - gdb.Function.__init__(self, 'call_command') +PASS: gdb.python/py-function.exp: input command-calling function - def invoke(self): +PASS: gdb.python/py-function.exp: input command-calling function - return gdb.execute('print 1', to_string=True) +PASS: gdb.python/py-function.exp: input command-calling function - CallCommand () +PASS: gdb.python/py-function.exp: input command-calling function - end +PASS: gdb.python/py-function.exp: Setting a value from a function which executes a command. +PASS: gdb.python/py-function.exp: Setting a value from a function which executes a command, again. +Running ../../../master/gdb/testsuite/gdb.python/py-inferior.exp ... +PASS: gdb.python/py-inferior.exp: get inferiors list +PASS: gdb.python/py-inferior.exp: verify inferiors list +PASS: gdb.python/py-inferior.exp: test equality comparison (true) +PASS: gdb.python/py-inferior.exp: test Inferior.num +PASS: gdb.python/py-inferior.exp: test Inferior.pid +PASS: gdb.python/py-inferior.exp: test Inferior.was_attached +PASS: gdb.python/py-inferior.exp: test Inferior.threads +PASS: gdb.python/py-inferior.exp: read str contents +PASS: gdb.python/py-inferior.exp: write str +PASS: gdb.python/py-inferior.exp: ensure str was changed in the inferior +PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address +PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof +PASS: gdb.python/py-inferior.exp: find string pattern +PASS: gdb.python/py-inferior.exp: pattern not found at end of range +PASS: gdb.python/py-inferior.exp: pattern found at end of range +PASS: gdb.python/py-inferior.exp: py from struct import * +PASS: gdb.python/py-inferior.exp: set int16_search_buf[10] = 0x1234 +PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int16_search_buf') +PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address +PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof +PASS: gdb.python/py-inferior.exp: py pattern = pack('<H',0x1234) +PASS: gdb.python/py-inferior.exp: find 16-bit pattern, with value pattern +PASS: gdb.python/py-inferior.exp: set int32_search_buf[10] = 0x12345678 +PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int32_search_buf') +PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address +PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof +PASS: gdb.python/py-inferior.exp: py pattern = pack('<I',0x12345678) +PASS: gdb.python/py-inferior.exp: find 32-bit pattern, with python pattern +PASS: gdb.python/py-inferior.exp: set int64_search_buf[10] = 0xfedcba9876543210LL +PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int64_search_buf') +PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address +PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof +PASS: gdb.python/py-inferior.exp: py pattern = pack('<Q', 0xfedcba9876543210) +PASS: gdb.python/py-inferior.exp: find 64-bit pattern, with value pattern +PASS: gdb.python/py-inferior.exp: set *(int8_t*) &search_buf[10] = 0x62 +PASS: gdb.python/py-inferior.exp: set *(int16_t*) &search_buf[11] = 0x6363 +PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[13] = 0x64646464 +PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('search_buf') +PASS: gdb.python/py-inferior.exp: py start_addr = search_buf[0].address +PASS: gdb.python/py-inferior.exp: py pattern1 = pack('B', 0x62) +PASS: gdb.python/py-inferior.exp: py pattern2 = pack('<H', 0x6363) +PASS: gdb.python/py-inferior.exp: py pattern3 = pack('<I', 0x64646464) +PASS: gdb.python/py-inferior.exp: find mixed-sized pattern +PASS: gdb.python/py-inferior.exp: find mixed-sized pattern +PASS: gdb.python/py-inferior.exp: find mixed-sized pattern +PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[0*16000+100] = 0x12345678 +PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[1*16000+100] = 0x12345678 +PASS: gdb.python/py-inferior.exp: py start_addr = gdb.selected_frame ().read_var ('search_buf') +PASS: gdb.python/py-inferior.exp: py end_addr = start_addr + gdb.selected_frame ().read_var ('search_buf_size') +PASS: gdb.python/py-inferior.exp: py pattern = pack('<I', 0x12345678) +PASS: gdb.python/py-inferior.exp: py first = gdb.inferiors()[0].search_memory (start_addr,end_addr - start_addr, pattern) +PASS: gdb.python/py-inferior.exp: search spanning large range 1st result +PASS: gdb.python/py-inferior.exp: py start_addr = first + 1 +PASS: gdb.python/py-inferior.exp: py second = gdb.inferiors()[0].search_memory (start_addr, end_addr - start_addr, pattern) +PASS: gdb.python/py-inferior.exp: search spanning large range 2nd result +PASS: gdb.python/py-inferior.exp: py start_addr = second + 1 +PASS: gdb.python/py-inferior.exp: py third = gdb.inferiors()[0].search_memory (start_addr, end_addr - start_addr, pattern) +PASS: gdb.python/py-inferior.exp: search spanning large range 3rd result +PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[16000-1] = 0xfdb97531 +PASS: gdb.python/py-inferior.exp: py pattern = pack('<I', 0xfdb97531) +PASS: gdb.python/py-inferior.exp: py start_addr = gdb.selected_frame ().read_var ('search_buf') +PASS: gdb.python/py-inferior.exp: find pattern straddling chunk boundary +PASS: gdb.python/py-inferior.exp: get initial list +PASS: gdb.python/py-inferior.exp: Get inferior list length +PASS: gdb.python/py-inferior.exp: Check inferior validity +PASS: gdb.python/py-inferior.exp: add empty inferior 2 +PASS: gdb.python/py-inferior.exp: get new list +PASS: gdb.python/py-inferior.exp: Get inferior list length +PASS: gdb.python/py-inferior.exp: Check inferior validity +PASS: gdb.python/py-inferior.exp: Check inferior validity +PASS: gdb.python/py-inferior.exp: remove-inferiors 2 +PASS: gdb.python/py-inferior.exp: Check inferior validity +PASS: gdb.python/py-inferior.exp: Check inferior validity +Running ../../../master/gdb/testsuite/gdb.python/py-infthread.exp ... +PASS: gdb.python/py-infthread.exp: test gdb.selected_thread +PASS: gdb.python/py-infthread.exp: verify InferiorThread object +PASS: gdb.python/py-infthread.exp: test Inferior.num +PASS: gdb.python/py-infthread.exp: test InferiorThread.ptid +PASS: gdb.python/py-infthread.exp: get supplied name of current thread +PASS: gdb.python/py-infthread.exp: set name of current thread +PASS: gdb.python/py-infthread.exp: check name of current thread +PASS: gdb.python/py-infthread.exp: reset name of current thread +PASS: gdb.python/py-infthread.exp: check name of current thread again +PASS: gdb.python/py-infthread.exp: test InferiorThread.is_stopped +PASS: gdb.python/py-infthread.exp: test InferiorThread.is_running +PASS: gdb.python/py-infthread.exp: test InferiorThread.is_exited +PASS: gdb.python/py-infthread.exp: test InferiorThread.is_valid +PASS: gdb.python/py-infthread.exp: kill inferior 1 +PASS: gdb.python/py-infthread.exp: test InferiorThread.is_valid +Running ../../../master/gdb/testsuite/gdb.python/py-mi.exp ... +PASS: gdb.python/py-mi.exp: breakpoint at main +PASS: gdb.python/py-mi.exp: mi runto main +PASS: gdb.python/py-mi.exp: run to 283 (set breakpoint) +PASS: gdb.python/py-mi.exp: create container varobj, no pretty-printing +PASS: gdb.python/py-mi.exp: examine container children=0, no pretty-printing +PASS: gdb.python/py-mi.exp: delete varobj +PASS: gdb.python/py-mi.exp: create nscont varobj, no pretty-printing +PASS: gdb.python/py-mi.exp: examine nscont children=0, no pretty-printing +PASS: gdb.python/py-mi.exp: delete varobj +PASS: gdb.python/py-mi.exp: create string_1 varobj +PASS: gdb.python/py-mi.exp: create estring varobj +PASS: gdb.python/py-mi.exp: assign string_1 from string_2 +PASS: gdb.python/py-mi.exp: update string varobj after assignment +PASS: gdb.python/py-mi.exp: create container varobj +PASS: gdb.python/py-mi.exp: examine container children=0 +PASS: gdb.python/py-mi.exp: next over update 1 +PASS: gdb.python/py-mi.exp: varobj update 1 +PASS: gdb.python/py-mi.exp: next over update 2 +PASS: gdb.python/py-mi.exp: varobj update 2 +PASS: gdb.python/py-mi.exp: clear visualizer +PASS: gdb.python/py-mi.exp: varobj update after clearing +PASS: gdb.python/py-mi.exp: choose default visualizer +PASS: gdb.python/py-mi.exp: varobj update after choosing default +PASS: gdb.python/py-mi.exp: choose visualizer using expression +PASS: gdb.python/py-mi.exp: varobj update after choosing via expression +PASS: gdb.python/py-mi.exp: list varobj children after selecting child range +PASS: gdb.python/py-mi.exp: list varobj children after resetting child range +PASS: gdb.python/py-mi.exp: next over update 3 +PASS: gdb.python/py-mi.exp: set update range +PASS: gdb.python/py-mi.exp: list children after setting update range +PASS: gdb.python/py-mi.exp: list selected children after setting range +PASS: gdb.python/py-mi.exp: list children after listing selected range +PASS: gdb.python/py-mi.exp: next over update 4 +PASS: gdb.python/py-mi.exp: update after next with restricted range +PASS: gdb.python/py-mi.exp: set update range with non-zero start +PASS: gdb.python/py-mi.exp: update varobj with change outside selected range +PASS: gdb.python/py-mi.exp: next over update 5 +PASS: gdb.python/py-mi.exp: create second container varobj +PASS: gdb.python/py-mi.exp: update varobj, no children requested +PASS: gdb.python/py-mi.exp: next over update 6 +PASS: gdb.python/py-mi.exp: update varobj 2, no children requested +PASS: gdb.python/py-mi.exp: run to 127 (set breakpoint) +PASS: gdb.python/py-mi.exp: create outer varobj +PASS: gdb.python/py-mi.exp: list children of outer +PASS: gdb.python/py-mi.exp: list children of outer.s +PASS: gdb.python/py-mi.exp: next over outer update +PASS: gdb.python/py-mi.exp: update after updating element of outer +PASS: gdb.python/py-mi.exp: run to 206 (set breakpoint) +PASS: gdb.python/py-mi.exp: update after type change +PASS: gdb.python/py-mi.exp: run to 304 (set breakpoint) +PASS: gdb.python/py-mi.exp: create nstype varobj +PASS: gdb.python/py-mi.exp: list children after setting update range +PASS: gdb.python/py-mi.exp: clear visualizer +PASS: gdb.python/py-mi.exp: varobj update after clearing +PASS: gdb.python/py-mi.exp: choose default visualizer +PASS: gdb.python/py-mi.exp: create nstype2 varobj +PASS: gdb.python/py-mi.exp: list children after setting exception flag +PASS: gdb.python/py-mi.exp: breakpoint at main +PASS: gdb.python/py-mi.exp: mi runto main +PASS: gdb.python/py-mi.exp: run to 304 (set breakpoint) +PASS: gdb.python/py-mi.exp: create fake varobj +PASS: gdb.python/py-mi.exp: list children of fake +PASS: gdb.python/py-mi.exp: list children fake.private +PASS: gdb.python/py-mi.exp: Install visualizer on a cplus_fake_child +Running ../../../master/gdb/testsuite/gdb.python/py-objfile-script.exp ... +PASS: gdb.python/py-objfile-script.exp: info auto-load-scripts +PASS: gdb.python/py-objfile-script.exp: b 38 +PASS: gdb.python/py-objfile-script.exp: continue +PASS: gdb.python/py-objfile-script.exp: print ss +Running ../../../master/gdb/testsuite/gdb.python/py-objfile.exp ... +PASS: gdb.python/py-objfile.exp: Find a symbol in objfile +PASS: gdb.python/py-objfile.exp: Get backing object file +PASS: gdb.python/py-objfile.exp: Get objfile validity +PASS: gdb.python/py-objfile.exp: Get objfile validity +PASS: gdb.python/py-objfile.exp: Get objfile validity after unload +Running ../../../master/gdb/testsuite/gdb.python/py-parameter.exp ... +PASS: gdb.python/py-parameter.exp: python print gdb.parameter ('directories') +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - python +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - """When enabled, test param does something useful. When disabled, does nothing.""" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - show_doc = "Show the state of the boolean test-param" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - set_doc = "Set the state of the boolean test-param" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def get_show_string (self, pvalue): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - return "The state of the Test Parameter is " + pvalue +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def get_set_string (self): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - val = "on" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - if (self.value == False): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - val = "off" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - return "Test Parameter has been set to " + val +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def __init__ (self, name): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__init__ (name, gdb.COMMAND_DATA, gdb.PARAM_BOOLEAN) +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - self.value = True +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print test-param') +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - end +PASS: gdb.python/py-parameter.exp: Test parameter value +PASS: gdb.python/py-parameter.exp: Show parameter on +PASS: gdb.python/py-parameter.exp: Turn off parameter +PASS: gdb.python/py-parameter.exp: Show parameter off +PASS: gdb.python/py-parameter.exp: Test parameter value +PASS: gdb.python/py-parameter.exp: Test show help +PASS: gdb.python/py-parameter.exp: Test set help +PASS: gdb.python/py-parameter.exp: Test general help +PASS: gdb.python/py-parameter.exp: enum gdb parameter - python +PASS: gdb.python/py-parameter.exp: enum gdb parameter - class TestEnumParam (gdb.Parameter): +PASS: gdb.python/py-parameter.exp: enum gdb parameter - """When set, test param does something useful. When disabled, does nothing.""" +PASS: gdb.python/py-parameter.exp: enum gdb parameter - show_doc = "Show the state of the enum" +PASS: gdb.python/py-parameter.exp: enum gdb parameter - set_doc = "Set the state of the enum" +PASS: gdb.python/py-parameter.exp: enum gdb parameter - def get_show_string (self, pvalue): +PASS: gdb.python/py-parameter.exp: enum gdb parameter - return "The state of the enum is " + pvalue +PASS: gdb.python/py-parameter.exp: enum gdb parameter - def get_set_string (self): +PASS: gdb.python/py-parameter.exp: enum gdb parameter - return "The state of the enum has been set to " + self.value +PASS: gdb.python/py-parameter.exp: enum gdb parameter - def __init__ (self, name): +PASS: gdb.python/py-parameter.exp: enum gdb parameter - super (TestEnumParam, self).__init__ (name, gdb.COMMAND_DATA, gdb.PARAM_ENUM, ["one", "two"]) +PASS: gdb.python/py-parameter.exp: enum gdb parameter - self.value = "one" +PASS: gdb.python/py-parameter.exp: enum gdb parameter - test_enum_param = TestEnumParam ('print test-enum-param') +PASS: gdb.python/py-parameter.exp: enum gdb parameter - end +PASS: gdb.python/py-parameter.exp: Test enum parameter value +PASS: gdb.python/py-parameter.exp: Show parameter is initial value +PASS: gdb.python/py-parameter.exp: Set enum to two +PASS: gdb.python/py-parameter.exp: Show parameter is new value +PASS: gdb.python/py-parameter.exp: Test enum parameter value +PASS: gdb.python/py-parameter.exp: Set invalid enum parameter +PASS: gdb.python/py-parameter.exp: file gdb parameter - python +PASS: gdb.python/py-parameter.exp: file gdb parameter - class TestFileParam (gdb.Parameter): +PASS: gdb.python/py-parameter.exp: file gdb parameter - """When set, test param does something useful. When disabled, does nothing.""" +PASS: gdb.python/py-parameter.exp: file gdb parameter - show_doc = "Show the name of the file" +PASS: gdb.python/py-parameter.exp: file gdb parameter - set_doc = "Set the name of the file" +PASS: gdb.python/py-parameter.exp: file gdb parameter - def get_show_string (self, pvalue): +PASS: gdb.python/py-parameter.exp: file gdb parameter - return "The name of the file is " + pvalue +PASS: gdb.python/py-parameter.exp: file gdb parameter - def get_set_string (self): +PASS: gdb.python/py-parameter.exp: file gdb parameter - return "The name of the file has been changed to " + self.value +PASS: gdb.python/py-parameter.exp: file gdb parameter - def __init__ (self, name): +PASS: gdb.python/py-parameter.exp: file gdb parameter - super (TestFileParam, self).__init__ (name, gdb.COMMAND_FILES, gdb.PARAM_FILENAME) +PASS: gdb.python/py-parameter.exp: file gdb parameter - self.value = "foo.txt" +PASS: gdb.python/py-parameter.exp: file gdb parameter - test_file_param = TestFileParam ('test-file-param') +PASS: gdb.python/py-parameter.exp: file gdb parameter - end +PASS: gdb.python/py-parameter.exp: Test file parameter value +PASS: gdb.python/py-parameter.exp: Show initial file value +PASS: gdb.python/py-parameter.exp: Set new file parameter +PASS: gdb.python/py-parameter.exp: Show new file value +PASS: gdb.python/py-parameter.exp: Test new file parameter value +PASS: gdb.python/py-parameter.exp: set test-file-param +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - python +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestUndocParam (gdb.Parameter): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def get_show_string (self, pvalue): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - return "The state of the Test Parameter is " + pvalue +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def get_set_string (self): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - val = "on" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - if (self.value == False): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - val = "off" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - return "Test Parameter has been set to " + val +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def __init__ (self, name): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestUndocParam, self).__init__ (name, gdb.COMMAND_DATA, gdb.PARAM_BOOLEAN) +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - self.value = True +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_undoc_param = TestUndocParam ('print test-undoc-param') +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - end +PASS: gdb.python/py-parameter.exp: Show parameter on +PASS: gdb.python/py-parameter.exp: Turn off parameter +PASS: gdb.python/py-parameter.exp: Show parameter off +PASS: gdb.python/py-parameter.exp: Test parameter value +PASS: gdb.python/py-parameter.exp: Test show help +PASS: gdb.python/py-parameter.exp: Test set help +PASS: gdb.python/py-parameter.exp: Test general help +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - python +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestNodocParam (gdb.Parameter): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def __init__ (self, name): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestNodocParam, self).__init__ (name, gdb.COMMAND_DATA, gdb.PARAM_BOOLEAN) +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - self.value = True +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_nodoc_param = TestNodocParam ('print test-nodoc-param') +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - end +PASS: gdb.python/py-parameter.exp: Show parameter on +PASS: gdb.python/py-parameter.exp: Turn off parameter +PASS: gdb.python/py-parameter.exp: Show parameter off +PASS: gdb.python/py-parameter.exp: Test parameter value +PASS: gdb.python/py-parameter.exp: Test show help +PASS: gdb.python/py-parameter.exp: Test set help +PASS: gdb.python/py-parameter.exp: Test general help +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - python +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - """When enabled, test param does something useful. When disabled, does nothing.""" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - show_doc = "State of the Test Parameter" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - set_doc = "Set the state of the Test Parameter" +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - def __init__ (self, name): +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__init__ (name, gdb.COMMAND_DATA, gdb.PARAM_BOOLEAN) +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - self.value = True +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print test-param') +PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - end +PASS: gdb.python/py-parameter.exp: Test parameter value +PASS: gdb.python/py-parameter.exp: Show parameter on +PASS: gdb.python/py-parameter.exp: Turn off parameter +PASS: gdb.python/py-parameter.exp: Show parameter off +PASS: gdb.python/py-parameter.exp: Test parameter value +PASS: gdb.python/py-parameter.exp: Test show help +PASS: gdb.python/py-parameter.exp: Test set help +PASS: gdb.python/py-parameter.exp: Test general help +Running ../../../master/gdb/testsuite/gdb.python/py-pp-maint.exp ... +PASS: gdb.python/py-pp-maint.exp: b 67 +PASS: gdb.python/py-pp-maint.exp: continue +PASS: gdb.python/py-pp-maint.exp: info pretty-printer +PASS: gdb.python/py-pp-maint.exp: info pretty-printer global .*function +PASS: gdb.python/py-pp-maint.exp: info pretty-printer .* pp-test +PASS: gdb.python/py-pp-maint.exp: print flt enabled #1 +PASS: gdb.python/py-pp-maint.exp: print ss enabled #1 +PASS: gdb.python/py-pp-maint.exp: disable pretty-printer +PASS: gdb.python/py-pp-maint.exp: enable pretty-printer +PASS: gdb.python/py-pp-maint.exp: disable pretty-printer global +PASS: gdb.python/py-pp-maint.exp: enable pretty-printer +PASS: gdb.python/py-pp-maint.exp: disable pretty-printer global lookup_function_lookup_test +PASS: gdb.python/py-pp-maint.exp: disable pretty-printer global pp-test;.* +PASS: gdb.python/py-pp-maint.exp: info pretty-printer global .*function +PASS: gdb.python/py-pp-maint.exp: info pretty-printer .* pp-test +PASS: gdb.python/py-pp-maint.exp: print flt disabled +PASS: gdb.python/py-pp-maint.exp: print ss disabled +PASS: gdb.python/py-pp-maint.exp: enable pretty-printer global lookup_function_lookup_test +PASS: gdb.python/py-pp-maint.exp: enable pretty-printer global pp-test +PASS: gdb.python/py-pp-maint.exp: enable pretty-printer global pp-test;.*ss.* +PASS: gdb.python/py-pp-maint.exp: enable pretty-printer global pp-test;.*s.* +PASS: gdb.python/py-pp-maint.exp: info pretty-printer +PASS: gdb.python/py-pp-maint.exp: print flt re-enabled +PASS: gdb.python/py-pp-maint.exp: print ss re-enabled +Running ../../../master/gdb/testsuite/gdb.python/py-prettyprint.exp ... +PASS: gdb.python/py-prettyprint.exp: set print pretty on +PASS: gdb.python/py-prettyprint.exp: b 304 +PASS: gdb.python/py-prettyprint.exp: continue +PASS: gdb.python/py-prettyprint.exp: python execfile ('py-prettyprint.py') +PASS: gdb.python/py-prettyprint.exp: print ss +PASS: gdb.python/py-prettyprint.exp: print ssa[1] +PASS: gdb.python/py-prettyprint.exp: print ssa +PASS: gdb.python/py-prettyprint.exp: print arraystruct +PASS: gdb.python/py-prettyprint.exp: print ns2 +PASS: gdb.python/py-prettyprint.exp: print x +PASS: gdb.python/py-prettyprint.exp: print cstring +PASS: gdb.python/py-prettyprint.exp: print estring +PASS: gdb.python/py-prettyprint.exp: python pp_ls_encoding = 'UTF-8' +PASS: gdb.python/py-prettyprint.exp: print estring2 +PASS: gdb.python/py-prettyprint.exp: print hint_error +PASS: gdb.python/py-prettyprint.exp: print c +PASS: gdb.python/py-prettyprint.exp: print nstype +PASS: gdb.python/py-prettyprint.exp: set print pretty off +PASS: gdb.python/py-prettyprint.exp: print nstype on one line +PASS: gdb.python/py-prettyprint.exp: continue until exit +PASS: gdb.python/py-prettyprint.exp: set print pretty on +PASS: gdb.python/py-prettyprint.exp: b 304 +PASS: gdb.python/py-prettyprint.exp: continue +PASS: gdb.python/py-prettyprint.exp: python execfile ('py-prettyprint.py') +PASS: gdb.python/py-prettyprint.exp: print ss +PASS: gdb.python/py-prettyprint.exp: print ssa[1] +PASS: gdb.python/py-prettyprint.exp: print ssa +PASS: gdb.python/py-prettyprint.exp: print arraystruct +PASS: gdb.python/py-prettyprint.exp: print cps +PASS: gdb.python/py-prettyprint.exp: print cpss +PASS: gdb.python/py-prettyprint.exp: print cpssa[0] +PASS: gdb.python/py-prettyprint.exp: print cpssa[1] +PASS: gdb.python/py-prettyprint.exp: print cpssa +PASS: gdb.python/py-prettyprint.exp: print sss +PASS: gdb.python/py-prettyprint.exp: print ref +PASS: gdb.python/py-prettyprint.exp: print derived +PASS: gdb.python/py-prettyprint.exp: print ns +PASS: gdb.python/py-prettyprint.exp: +PASS: gdb.python/py-prettyprint.exp: print ns +PASS: gdb.python/py-prettyprint.exp: +PASS: gdb.python/py-prettyprint.exp: print ns +PASS: gdb.python/py-prettyprint.exp: +PASS: gdb.python/py-prettyprint.exp: print ns2 +PASS: gdb.python/py-prettyprint.exp: print x +PASS: gdb.python/py-prettyprint.exp: print cstring +PASS: gdb.python/py-prettyprint.exp: print estring +PASS: gdb.python/py-prettyprint.exp: python pp_ls_encoding = 'UTF-8' +PASS: gdb.python/py-prettyprint.exp: print estring2 +PASS: gdb.python/py-prettyprint.exp: print hint_error +PASS: gdb.python/py-prettyprint.exp: print c +PASS: gdb.python/py-prettyprint.exp: print nstype +PASS: gdb.python/py-prettyprint.exp: set print pretty off +PASS: gdb.python/py-prettyprint.exp: print nstype on one line +PASS: gdb.python/py-prettyprint.exp: continue until exit +PASS: gdb.python/py-prettyprint.exp: b 304 +PASS: gdb.python/py-prettyprint.exp: continue +PASS: gdb.python/py-prettyprint.exp: python execfile ('py-prettyprint.py') +PASS: gdb.python/py-prettyprint.exp: print ss enabled #1 +PASS: gdb.python/py-prettyprint.exp: python disable_lookup_function () +PASS: gdb.python/py-prettyprint.exp: print ss disabled +PASS: gdb.python/py-prettyprint.exp: python enable_lookup_function () +PASS: gdb.python/py-prettyprint.exp: print ss enabled #2 +Running ../../../master/gdb/testsuite/gdb.python/py-progspace.exp ... +PASS: gdb.python/py-progspace.exp: current progspace filename (None) +PASS: gdb.python/py-progspace.exp: python print gdb.progspaces() +PASS: gdb.python/py-progspace.exp: current progspace filename (py-progspace) +Running ../../../master/gdb/testsuite/gdb.python/py-section-script.exp ... +PASS: gdb.python/py-section-script.exp: info auto-load-scripts +PASS: gdb.python/py-section-script.exp: info auto-load-scripts py-section-script +PASS: gdb.python/py-section-script.exp: info auto-load-scripts no-script-matches-this +PASS: gdb.python/py-section-script.exp: b 51 +PASS: gdb.python/py-section-script.exp: continue +PASS: gdb.python/py-section-script.exp: print ss +Running ../../../master/gdb/testsuite/gdb.python/py-shared.exp ... +PASS: gdb.python/py-shared.exp: func1 address +PASS: gdb.python/py-shared.exp: Aquire func1 address +PASS: gdb.python/py-shared.exp: test func1 solib location +PASS: gdb.python/py-shared.exp: main address +PASS: gdb.python/py-shared.exp: Aquire main address +PASS: gdb.python/py-shared.exp: test main solib location +Running ../../../master/gdb/testsuite/gdb.python/py-symbol.exp ... +PASS: gdb.python/py-symbol.exp: Lookup main +PASS: gdb.python/py-symbol.exp: Test main_func.is_function +PASS: gdb.python/py-symbol.exp: Test lookup_global_symbol("junk") +PASS: gdb.python/py-symbol.exp: continue to breakpoint: Block break here. +PASS: gdb.python/py-symbol.exp: Test arg.is_variable +PASS: gdb.python/py-symbol.exp: Test arg.is_constant +PASS: gdb.python/py-symbol.exp: Test arg.is_argument +PASS: gdb.python/py-symbol.exp: Test arg.is_function +PASS: gdb.python/py-symbol.exp: Test func.is_variable +PASS: gdb.python/py-symbol.exp: Test func.is_constant +PASS: gdb.python/py-symbol.exp: Test func.is_argument +PASS: gdb.python/py-symbol.exp: Test func.is_function +PASS: gdb.python/py-symbol.exp: Test func.name +PASS: gdb.python/py-symbol.exp: Test func.print_name +PASS: gdb.python/py-symbol.exp: Test func.linkage_name +PASS: gdb.python/py-symbol.exp: Test func.addr_class +PASS: gdb.python/py-symbol.exp: continue to breakpoint: Break at end. +PASS: gdb.python/py-symbol.exp: Test a.is_variable +PASS: gdb.python/py-symbol.exp: Test a.is_constant +PASS: gdb.python/py-symbol.exp: Test a.is_argument +PASS: gdb.python/py-symbol.exp: Test a.is_function +PASS: gdb.python/py-symbol.exp: Test a.addr_class +PASS: gdb.python/py-symbol.exp: Test t.is_variable +PASS: gdb.python/py-symbol.exp: Test t.is_constant +PASS: gdb.python/py-symbol.exp: Test t.is_argument +PASS: gdb.python/py-symbol.exp: Test t.is_function +PASS: gdb.python/py-symbol.exp: Test t.addr_class +PASS: gdb.python/py-symbol.exp: Get symtab +PASS: gdb.python/py-symbol.exp: continue to breakpoint: Break in class. +PASS: gdb.python/py-symbol.exp: Test func.is_variable +PASS: gdb.python/py-symbol.exp: Test func.is_constant +PASS: gdb.python/py-symbol.exp: Test func.is_argument +PASS: gdb.python/py-symbol.exp: Test func.is_function +PASS: gdb.python/py-symbol.exp: Test func.name +PASS: gdb.python/py-symbol.exp: Test func.print_name +PASS: gdb.python/py-symbol.exp: Test func.linkage_name +PASS: gdb.python/py-symbol.exp: Test func.addr_class +PASS: gdb.python/py-symbol.exp: continue to breakpoint: Break at end. +PASS: gdb.python/py-symbol.exp: Test symbol validity +PASS: gdb.python/py-symbol.exp: Test symbol validity +Running ../../../master/gdb/testsuite/gdb.python/py-symtab.exp ... +PASS: gdb.python/py-symtab.exp: continue to breakpoint: Block break here. +PASS: gdb.python/py-symtab.exp: Test symtab +PASS: gdb.python/py-symtab.exp: Test sal.pc +PASS: gdb.python/py-symtab.exp: Test sal.line +PASS: gdb.python/py-symtab.exp: Test sal.is_valid +PASS: gdb.python/py-symtab.exp: Test symtab.filename +PASS: gdb.python/py-symtab.exp: Test symtab.objfile +PASS: gdb.python/py-symtab.exp: Test symtab.fullname +PASS: gdb.python/py-symtab.exp: Test symtab.is_valid() +PASS: gdb.python/py-symtab.exp: Test sal.is_valid +PASS: gdb.python/py-symtab.exp: Test symtab.is_valid() +Running ../../../master/gdb/testsuite/gdb.python/py-template.exp ... +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: const int +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: volatile int +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: const int & +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: volatile int & +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: volatile int * const +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: volatile int * const * +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: const int * volatile +PASS: gdb.python/py-template.exp: print foo +PASS: gdb.python/py-template.exp: python foo = gdb.history(0) +PASS: gdb.python/py-template.exp: const int * volatile * const * volatile * +Running ../../../master/gdb/testsuite/gdb.python/py-type.exp ... +PASS: gdb.python/py-type.exp: continue to breakpoint: break to inspect struct and array. +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: get fields +PASS: gdb.python/py-type.exp: Check number of fields +PASS: gdb.python/py-type.exp: Check structure field a name +PASS: gdb.python/py-type.exp: Check structure field b name +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: python fields = ar.type.fields() +PASS: gdb.python/py-type.exp: Check the number of fields +PASS: gdb.python/py-type.exp: Check array field type +PASS: gdb.python/py-type.exp: cast to array with one argument +PASS: gdb.python/py-type.exp: cast to array with two arguments +PASS: gdb.python/py-type.exp: python print ar[0].type == ar[0].type +PASS: gdb.python/py-type.exp: continue to breakpoint: break to inspect struct and array. +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: get fields +PASS: gdb.python/py-type.exp: Check number of fields +PASS: gdb.python/py-type.exp: Check class field c name +PASS: gdb.python/py-type.exp: Check class field d name +PASS: gdb.python/py-type.exp: python print c.type == gdb.parse_and_eval('d').type +PASS: gdb.python/py-type.exp: python print c.type == gdb.parse_and_eval('d').type.fields()[0].type +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: get fields +PASS: gdb.python/py-type.exp: Check number of fields +PASS: gdb.python/py-type.exp: Check structure field a name +PASS: gdb.python/py-type.exp: Check structure field b name +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: python fields = ar.type.fields() +PASS: gdb.python/py-type.exp: Check the number of fields +PASS: gdb.python/py-type.exp: Check array field type +PASS: gdb.python/py-type.exp: cast to array with one argument +PASS: gdb.python/py-type.exp: cast to array with two arguments +PASS: gdb.python/py-type.exp: python print ar[0].type == ar[0].type +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: Check the number of fields +PASS: gdb.python/py-type.exp: Check base class +PASS: gdb.python/py-type.exp: Check base class +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: Check correct tuple length +PASS: gdb.python/py-type.exp: Check low range +PASS: gdb.python/py-type.exp: Check high range +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: get fields +PASS: gdb.python/py-type.exp: Check range type low bound +PASS: gdb.python/py-type.exp: Check range type high bound +PASS: gdb.python/py-type.exp: print value +PASS: gdb.python/py-type.exp: get value from history +PASS: gdb.python/py-type.exp: Check range for non ranged type. +PASS: gdb.python/py-type.exp: get type of temvar +PASS: gdb.python/py-type.exp: python print ttype.template_argument(0) +PASS: gdb.python/py-type.exp: python print isinstance(ttype.template_argument(0), gdb.Type) +PASS: gdb.python/py-type.exp: python print ttype.template_argument(1) +PASS: gdb.python/py-type.exp: python print isinstance(ttype.template_argument(1), gdb.Value) +KFAIL: gdb.python/py-type.exp: python print ttype.template_argument(2) (PRMS: gcc/41736) +Running ../../../master/gdb/testsuite/gdb.python/py-value.exp ... +PASS: gdb.python/py-value.exp: create boolean value +PASS: gdb.python/py-value.exp: create integer value +PASS: gdb.python/py-value.exp: create long value +PASS: gdb.python/py-value.exp: create double value +PASS: gdb.python/py-value.exp: create 8-bit string value +PASS: gdb.python/py-value.exp: print 8-bit string +PASS: gdb.python/py-value.exp: verify type of 8-bit string +PASS: gdb.python/py-value.exp: create unicode value +PASS: gdb.python/py-value.exp: print Unicode string +PASS: gdb.python/py-value.exp: verify type of unicode string +PASS: gdb.python/py-value.exp: Test address attribute in non-addressable value +PASS: gdb.python/py-value.exp: add two integer values +PASS: gdb.python/py-value.exp: verify type of integer add result +PASS: gdb.python/py-value.exp: add two double values +PASS: gdb.python/py-value.exp: subtract two integer values +PASS: gdb.python/py-value.exp: subtract two double values +PASS: gdb.python/py-value.exp: multiply two integer values +PASS: gdb.python/py-value.exp: multiply two double values +PASS: gdb.python/py-value.exp: divide two integer values +PASS: gdb.python/py-value.exp: divide two double values +PASS: gdb.python/py-value.exp: take remainder of two integer values +PASS: gdb.python/py-value.exp: integer value raised to the power of another integer value +PASS: gdb.python/py-value.exp: double value raised to the power of integer value +PASS: gdb.python/py-value.exp: negated integer value +PASS: gdb.python/py-value.exp: positive integer value +PASS: gdb.python/py-value.exp: negated double value +PASS: gdb.python/py-value.exp: positive double value +PASS: gdb.python/py-value.exp: absolute of integer value +PASS: gdb.python/py-value.exp: absolute of double value +PASS: gdb.python/py-value.exp: subtract integer value from python integer +PASS: gdb.python/py-value.exp: verify type of mixed integer subtraction result +PASS: gdb.python/py-value.exp: add double value with python float +PASS: gdb.python/py-value.exp: subtract python integer from integer value +PASS: gdb.python/py-value.exp: add python float with double value +PASS: gdb.python/py-value.exp: print evalue +PASS: gdb.python/py-value.exp: python evalue = gdb.history (0) +PASS: gdb.python/py-value.exp: python print int (evalue) +PASS: gdb.python/py-value.exp: add pointer value with python integer +PASS: gdb.python/py-value.exp: subtract python integer from pointer value +PASS: gdb.python/py-value.exp: subtract two pointer values +PASS: gdb.python/py-value.exp: catch error in python type conversion +PASS: gdb.python/py-value.exp: catch throw of GDB error +PASS: gdb.python/py-value.exp: define function to test booleans - python +PASS: gdb.python/py-value.exp: define function to test booleans - def test_bool (val): +PASS: gdb.python/py-value.exp: define function to test booleans - if val: +PASS: gdb.python/py-value.exp: define function to test booleans - print 'yay' +PASS: gdb.python/py-value.exp: define function to test booleans - else: +PASS: gdb.python/py-value.exp: define function to test booleans - print 'nay' +PASS: gdb.python/py-value.exp: define function to test booleans - end +PASS: gdb.python/py-value.exp: check evaluation of true boolean value in expression +PASS: gdb.python/py-value.exp: check evaluation of false boolean value in expression +PASS: gdb.python/py-value.exp: check evaluation of true integer value in expression +PASS: gdb.python/py-value.exp: check evaluation of false integer value in expression +PASS: gdb.python/py-value.exp: check evaluation of true integer value in expression +PASS: gdb.python/py-value.exp: check evaluation of false integer value in expression +PASS: gdb.python/py-value.exp: less than, equal +PASS: gdb.python/py-value.exp: less than, less +PASS: gdb.python/py-value.exp: less than, greater +PASS: gdb.python/py-value.exp: less than, None +PASS: gdb.python/py-value.exp: less or equal, equal +PASS: gdb.python/py-value.exp: less or equal, less +PASS: gdb.python/py-value.exp: less or equal, greater +PASS: gdb.python/py-value.exp: less or equal, None +PASS: gdb.python/py-value.exp: equality of gdb.Values +PASS: gdb.python/py-value.exp: inequality of gdb.Values +PASS: gdb.python/py-value.exp: equality of gdb.Value with Python value +PASS: gdb.python/py-value.exp: inequality of gdb.Value with Python value +PASS: gdb.python/py-value.exp: inequality of gdb.Value with None +PASS: gdb.python/py-value.exp: inequality, false +PASS: gdb.python/py-value.exp: inequality, true +PASS: gdb.python/py-value.exp: inequality, None +PASS: gdb.python/py-value.exp: greater than, equal +PASS: gdb.python/py-value.exp: greater than, less +PASS: gdb.python/py-value.exp: greater than, greater +PASS: gdb.python/py-value.exp: greater than, None +PASS: gdb.python/py-value.exp: greater or equal, equal +PASS: gdb.python/py-value.exp: greater or equal, less +PASS: gdb.python/py-value.exp: greater or equal, greater +PASS: gdb.python/py-value.exp: greater or equal, None +PASS: gdb.python/py-value.exp: py-value in file.filename +PASS: gdb.python/py-value.exp: python print gdb.objfiles()[0].pretty_printers +PASS: gdb.python/py-value.exp: python gdb.objfiles()[0].pretty_printers = 0 +PASS: gdb.python/py-value.exp: parse_and_eval constant test +PASS: gdb.python/py-value.exp: parse_and_eval simple expression test +PASS: gdb.python/py-value.exp: parse_and_eval type test +PASS: gdb.python/py-value.exp: Simple Python value dictionary - python +PASS: gdb.python/py-value.exp: Simple Python value dictionary - one = gdb.Value(1) +PASS: gdb.python/py-value.exp: Simple Python value dictionary - two = gdb.Value(2) +PASS: gdb.python/py-value.exp: Simple Python value dictionary - three = gdb.Value(3) +PASS: gdb.python/py-value.exp: Simple Python value dictionary - vdict = {one:"one str",two:"two str",three:"three str"} +PASS: gdb.python/py-value.exp: Simple Python value dictionary - end +PASS: gdb.python/py-value.exp: Test dictionary hash +PASS: gdb.python/py-value.exp: Test dictionary hash +PASS: gdb.python/py-value.exp: Test dictionary hash +PASS: gdb.python/py-value.exp: Test inbuilt hash +PASS: gdb.python/py-value.exp: continue to breakpoint: break to inspect struct and union +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: access element inside struct using 8-bit string name +PASS: gdb.python/py-value.exp: access element inside struct using unicode name +PASS: gdb.python/py-value.exp: dereference value +PASS: gdb.python/py-value.exp: verify dereferenced value +PASS: gdb.python/py-value.exp: Test is_optimized_out attribute +PASS: gdb.python/py-value.exp: Test address attribute +PASS: gdb.python/py-value.exp: python print gdb.parse_and_eval('*(int*)0') +PASS: gdb.python/py-value.exp: print st +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: Test string with no length +PASS: gdb.python/py-value.exp: Test string (length = -1) is all of the string +PASS: gdb.python/py-value.exp: python print st.string (length = 6) +PASS: gdb.python/py-value.exp: Test string (length = 0) is empty +PASS: gdb.python/py-value.exp: Test length is 0 +PASS: gdb.python/py-value.exp: print nullst +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: Test string to first null +PASS: gdb.python/py-value.exp: get string beyond null +PASS: gdb.python/py-value.exp: python print repr(nullst) +PASS: gdb.python/py-value.exp: p/x fp1 +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: python fp1 = fp1.dereference() +PASS: gdb.python/py-value.exp: python result = fp1() +PASS: gdb.python/py-value.exp: python print result +PASS: gdb.python/py-value.exp: p/x fp2 +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: python fp2 = fp2.dereference() +PASS: gdb.python/py-value.exp: python result2 = fp2(10,20) +PASS: gdb.python/py-value.exp: python print result2 +PASS: gdb.python/py-value.exp: p i +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: python result3 = i() +PASS: gdb.python/py-value.exp: p/x fp2 +PASS: gdb.python/py-value.exp: get value from history +PASS: gdb.python/py-value.exp: python fp3 = fp3.dereference() +PASS: gdb.python/py-value.exp: python result2 = fp3(10) +PASS: gdb.python/py-value.exp: print sptr +PASS: gdb.python/py-value.exp: Get value from history +PASS: gdb.python/py-value.exp: Aquire lazy string +PASS: gdb.python/py-value.exp: Test type name equality +PASS: gdb.python/py-value.exp: Test type name equality +PASS: gdb.python/py-value.exp: print sn +PASS: gdb.python/py-value.exp: Get value from history +PASS: gdb.python/py-value.exp: Test lazy string +PASS: gdb.python/py-value.exp: Succesfully create a lazy string +PASS: gdb.python/py-value.exp: Test lazy string length +PASS: gdb.python/py-value.exp: Test lazy string address +PASS: gdb.python/py-value.exp: create PTR type +PASS: gdb.python/py-value.exp: kill the inferior +PASS: gdb.python/py-value.exp: Discard the symbols +PASS: gdb.python/py-value.exp: cast arg0 to PTR +PASS: gdb.python/py-value.exp: delete PTR type +PASS: gdb.python/py-value.exp: print value's type +PASS: gdb.python/py-value.exp: continue to breakpoint: break to inspect pointer by reference +PASS: gdb.python/py-value.exp: Obtain address +PASS: gdb.python/py-value.exp: Obtains value from GDB +PASS: gdb.python/py-value.exp: Check pointer passed as reference +PASS: gdb.python/py-value.exp: python print bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').pointer())) +PASS: gdb.python/py-value.exp: python print gdb.parse_and_eval('base').dynamic_type +PASS: gdb.python/py-value.exp: python print gdb.parse_and_eval('5').dynamic_type +PASS: gdb.python/py-value.exp: continue to breakpoint: break to inspect struct and union +PASS: gdb.python/py-value.exp: Create a value for subscript test +PASS: gdb.python/py-value.exp: Create a value for subscript test +PASS: gdb.python/py-value.exp: Baseline print of a Python value +PASS: gdb.python/py-value.exp: Attempt to access an integer with a subscript +PASS: gdb.python/py-value.exp: Baseline print of a Python value +PASS: gdb.python/py-value.exp: Attempt to access a string with a subscript +PASS: gdb.python/py-value.exp: Build pointer to array +PASS: gdb.python/py-value.exp: +PASS: gdb.python/py-value.exp: Access array via pointer with int subscript +PASS: gdb.python/py-value.exp: Access array via pointer with value subscript +PASS: gdb.python/py-value.exp: Attempt to access an integer with a subscript +PASS: gdb.python/py-value.exp: Build array +PASS: gdb.python/py-value.exp: +PASS: gdb.python/py-value.exp: Test multiple subscript +PASS: gdb.python/py-value.exp: continue to breakpoint: break to inspect struct and union +PASS: gdb.python/py-value.exp: Create a value for subscript test +PASS: gdb.python/py-value.exp: Create a value for subscript test +PASS: gdb.python/py-value.exp: Baseline print of a Python value +PASS: gdb.python/py-value.exp: Attempt to access an integer with a subscript +PASS: gdb.python/py-value.exp: Baseline print of a Python value +PASS: gdb.python/py-value.exp: Attempt to access a string with a subscript +PASS: gdb.python/py-value.exp: Build pointer to array +PASS: gdb.python/py-value.exp: +PASS: gdb.python/py-value.exp: Access array via pointer with int subscript +PASS: gdb.python/py-value.exp: Access array via pointer with value subscript +PASS: gdb.python/py-value.exp: Attempt to access an integer with a subscript +PASS: gdb.python/py-value.exp: Build array +PASS: gdb.python/py-value.exp: +PASS: gdb.python/py-value.exp: Test multiple subscript +Running ../../../master/gdb/testsuite/gdb.python/python.exp ... +PASS: gdb.python/python.exp: multi-line python command - python +PASS: gdb.python/python.exp: multi-line python command - print 23 +PASS: gdb.python/python.exp: multi-line python command - end +PASS: gdb.python/python.exp: show python command - define zzq +PASS: gdb.python/python.exp: show python command - python +PASS: gdb.python/python.exp: show python command - print 23 +PASS: gdb.python/python.exp: show python command - end +PASS: gdb.python/python.exp: show python command - end +PASS: gdb.python/python.exp: show python command - show user zzq +PASS: gdb.python/python.exp: indented multi-line python command - python +PASS: gdb.python/python.exp: indented multi-line python command - def foo (): +PASS: gdb.python/python.exp: indented multi-line python command - print 'hello, world!' +PASS: gdb.python/python.exp: indented multi-line python command - foo () +PASS: gdb.python/python.exp: indented multi-line python command - end +PASS: gdb.python/python.exp: source ../../../master/gdb/testsuite/gdb.python/source2.py +PASS: gdb.python/python.exp: python print gdb.current_objfile() +PASS: gdb.python/python.exp: python print gdb.objfiles() +PASS: gdb.python/python.exp: pythonX.Y/lib-dynload/*.so +PASS: gdb.python/python.exp: python x = gdb.execute('printf "%d", 23', to_string = True) +PASS: gdb.python/python.exp: python print x +PASS: gdb.python/python.exp: post event insertion - python +PASS: gdb.python/python.exp: post event insertion - someVal = 0 +PASS: gdb.python/python.exp: post event insertion - class Foo(object): +PASS: gdb.python/python.exp: post event insertion - def __call__(self): +PASS: gdb.python/python.exp: post event insertion - global someVal +PASS: gdb.python/python.exp: post event insertion - someVal += 1 +PASS: gdb.python/python.exp: post event insertion - gdb.post_event(Foo()) +PASS: gdb.python/python.exp: post event insertion - end +PASS: gdb.python/python.exp: test post event execution +PASS: gdb.python/python.exp: Test non callable class +PASS: gdb.python/python.exp: show height +PASS: gdb.python/python.exp: set height 10 +PASS: gdb.python/python.exp: verify pagination beforehand +PASS: gdb.python/python.exp: verify pagination beforehand: q +PASS: gdb.python/python.exp: gdb.execute does not page +PASS: gdb.python/python.exp: verify pagination afterwards +PASS: gdb.python/python.exp: verify pagination afterwards: q +PASS: gdb.python/python.exp: set height 0 +PASS: gdb.python/python.exp: collect help from uiout +PASS: gdb.python/python.exp: verify help to uiout +PASS: gdb.python/python.exp: Attempt to aquire thread with no inferior +PASS: gdb.python/python.exp: Ensure that no threads are returned +PASS: gdb.python/python.exp: test decode_line no source named main +PASS: gdb.python/python.exp: test decode_line current location +PASS: gdb.python/python.exp: Test decode_line current location +PASS: gdb.python/python.exp: Test decode_line expression parse +PASS: gdb.python/python.exp: Test decode_line current location +PASS: gdb.python/python.exp: Test decode_line current locationn filename +PASS: gdb.python/python.exp: Test decode_line current location line number +PASS: gdb.python/python.exp: test decode_line python.c:26 +PASS: gdb.python/python.exp: Test decode_line python.c:26 length +PASS: gdb.python/python.exp: Test decode_line expression parse +PASS: gdb.python/python.exp: Test decode_line python.c:26 length +PASS: gdb.python/python.exp: Test decode_line python.c:26 filename +PASS: gdb.python/python.exp: Test decode_line python.c:26 line number +PASS: gdb.python/python.exp: test decode_line randomfunc +PASS: gdb.python/python.exp: test decode_line func1() +PASS: gdb.python/python.exp: Test decode_line func1 length +PASS: gdb.python/python.exp: Test decode_line func1 length +PASS: gdb.python/python.exp: Test decode_line func1 filename +PASS: gdb.python/python.exp: Test decode_line func1 line number +PASS: gdb.python/python.exp: Test stderr location +PASS: gdb.python/python.exp: Test stdout location +PASS: gdb.python/python.exp: Test default write +PASS: gdb.python/python.exp: Test stderr write +PASS: gdb.python/python.exp: Test stdout write +PASS: gdb.python/python.exp: Test stdlog write +Running ../../../master/gdb/testsuite/gdb.reverse/break-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/break-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/consecutive-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/consecutive-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/finish-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/finish-reverse-bkpt.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/finish-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/i386-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/i386-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/i386-sse-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/i387-env-reverse.exp ... +PASS: gdb.reverse/i387-env-reverse.exp: Turn on process record +PASS: gdb.reverse/i387-env-reverse.exp: record to end of main +PASS: gdb.reverse/i387-env-reverse.exp: set reverse direction +PASS: gdb.reverse/i387-env-reverse.exp: rewind to beginning of main +PASS: gdb.reverse/i387-env-reverse.exp: set forward direction +PASS: gdb.reverse/i387-env-reverse.exp: begin testing fpu env +PASS: gdb.reverse/i387-env-reverse.exp: save FPU env in memory +PASS: gdb.reverse/i387-env-reverse.exp: restore FPU env +PASS: gdb.reverse/i387-env-reverse.exp: store status word in EAX +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify eax == 0x8040000 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xffff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x3800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x3fff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x3000 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xfff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x2800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x3ff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x2000 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x1800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x3f +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x1000 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xf +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x7 +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x1000 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xf +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x1800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x3f +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x2000 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x2800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x3ff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x3000 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xfff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0x3800 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0x3fff +PASS: gdb.reverse/i387-env-reverse.exp: push st0 +PASS: gdb.reverse/i387-env-reverse.exp: verify fstat == 0 +PASS: gdb.reverse/i387-env-reverse.exp: verify ftag == 0xffff +Running ../../../master/gdb/testsuite/gdb.reverse/i387-stack-reverse.exp ... +PASS: gdb.reverse/i387-stack-reverse.exp: Turn on process record +PASS: gdb.reverse/i387-stack-reverse.exp: record to end of main +PASS: gdb.reverse/i387-stack-reverse.exp: set reverse direction +PASS: gdb.reverse/i387-stack-reverse.exp: rewind to beginning of main +PASS: gdb.reverse/i387-stack-reverse.exp: set forward direction +PASS: gdb.reverse/i387-stack-reverse.exp: begin test st0 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 3.321928094* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 1.4426950406* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 1.4426950* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 3.3219280* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 1.44269506* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st5 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 0 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 0 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st5 == 3.32192809* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st6 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 0 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 0 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st5 == 1.44269504* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st6 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st7 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: undo registers, st0-st7 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 0 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st5 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st6 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 0.69314* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st5 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 0.301029* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st4 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 3.14159265* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st3 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 1.44269504088* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 1.442695040* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st2 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 3.3219280948* +PASS: gdb.reverse/i387-stack-reverse.exp: verify st1 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: push st0 == 1 +PASS: gdb.reverse/i387-stack-reverse.exp: verify st0 == 1 +Running ../../../master/gdb/testsuite/gdb.reverse/machinestate-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/machinestate.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/next-reverse-bkpt-over-sr.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/sigall-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/sigall-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/solib-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/solib-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/step-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/step-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/until-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/until-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/watch-precsave.exp ... +Running ../../../master/gdb/testsuite/gdb.reverse/watch-reverse.exp ... +Running ../../../master/gdb/testsuite/gdb.server/ext-attach.exp ... +PASS: gdb.server/ext-attach.exp: set remote exec-file +PASS: gdb.server/ext-attach.exp: attach to remote program 1 +PASS: gdb.server/ext-attach.exp: backtrace 1 +PASS: gdb.server/ext-attach.exp: detach +PASS: gdb.server/ext-attach.exp: backtrace with no program +PASS: gdb.server/ext-attach.exp: attach to remote program 2 +PASS: gdb.server/ext-attach.exp: backtrace 2 +PASS: gdb.server/ext-attach.exp: kill +PASS: gdb.server/ext-attach.exp: monitor exit +Running ../../../master/gdb/testsuite/gdb.server/ext-run.exp ... +PASS: gdb.server/ext-run.exp: set remote exec-file +PASS: gdb.server/ext-run.exp: continue to main +PASS: gdb.server/ext-run.exp: get process list +PASS: gdb.server/ext-run.exp: kill +PASS: gdb.server/ext-run.exp: load new file without any gdbserver inferior +PASS: gdb.server/ext-run.exp: monitor exit +Running ../../../master/gdb/testsuite/gdb.server/file-transfer.exp ... +PASS: gdb.server/file-transfer.exp: put binary file +PASS: gdb.server/file-transfer.exp: get binary file +PASS: gdb.server/file-transfer.exp: compare intermediate binary file +PASS: gdb.server/file-transfer.exp: compare binary file +PASS: gdb.server/file-transfer.exp: deleted binary file +PASS: gdb.server/file-transfer.exp: verified deleted binary file +PASS: gdb.server/file-transfer.exp: put text file +PASS: gdb.server/file-transfer.exp: get text file +PASS: gdb.server/file-transfer.exp: compare intermediate text file +PASS: gdb.server/file-transfer.exp: compare text file +PASS: gdb.server/file-transfer.exp: deleted text file +PASS: gdb.server/file-transfer.exp: verified deleted text file +Running ../../../master/gdb/testsuite/gdb.server/server-mon.exp ... +PASS: gdb.server/server-mon.exp: monitor help +PASS: gdb.server/server-mon.exp: monitor +PASS: gdb.server/server-mon.exp: monitor set debug 1 +PASS: gdb.server/server-mon.exp: monitor set debug 0 +PASS: gdb.server/server-mon.exp: monitor set remote-debug 1 +PASS: gdb.server/server-mon.exp: monitor set remote-debug 0 +Running ../../../master/gdb/testsuite/gdb.server/server-run.exp ... +PASS: gdb.server/server-run.exp: loaded dynamic linker +PASS: gdb.server/server-run.exp: continue to main +Running ../../../master/gdb/testsuite/gdb.stabs/exclfwd.exp ... +PASS: gdb.stabs/exclfwd.exp: ptype v1 +PASS: gdb.stabs/exclfwd.exp: ptype v2 +PASS: gdb.stabs/exclfwd.exp: ptype v3 +Running ../../../master/gdb/testsuite/gdb.stabs/gdb11479.exp ... +PASS: gdb.stabs/gdb11479.exp: Set breakpoints forced_stabs +PASS: gdb.stabs/gdb11479.exp: Stop at first breakpoint forced_stabs +PASS: gdb.stabs/gdb11479.exp: Inspect t in test2 forced_stabs +PASS: gdb.stabs/gdb11479.exp: sizeof (e) in test2 forced_stabs +PASS: gdb.stabs/gdb11479.exp: Stop at first breakpoint forced_stabs +PASS: gdb.stabs/gdb11479.exp: Inspect t in test forced_stabs +PASS: gdb.stabs/gdb11479.exp: sizeof (e) in test forced_stabs +PASS: gdb.stabs/gdb11479.exp: Set breakpoints natural_debug_format +PASS: gdb.stabs/gdb11479.exp: Stop at first breakpoint natural_debug_format +PASS: gdb.stabs/gdb11479.exp: Inspect t in test2 natural_debug_format +PASS: gdb.stabs/gdb11479.exp: sizeof (e) in test2 natural_debug_format +PASS: gdb.stabs/gdb11479.exp: Stop at first breakpoint natural_debug_format +PASS: gdb.stabs/gdb11479.exp: Inspect t in test natural_debug_format +PASS: gdb.stabs/gdb11479.exp: sizeof (e) in test natural_debug_format +Running ../../../master/gdb/testsuite/gdb.stabs/weird.exp ... +PASS: gdb.stabs/weird.exp: weirdx.o read without error +PASS: gdb.stabs/weird.exp: stabs found +PASS: gdb.stabs/weird.exp: variable var0 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (var0) +PASS: gdb.stabs/weird.exp: variable var1 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (var1) +PASS: gdb.stabs/weird.exp: variable var2 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (var2) +PASS: gdb.stabs/weird.exp: variable var3 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (var3) +PASS: gdb.stabs/weird.exp: variable attr32 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr32) +PASS: gdb.stabs/weird.exp: variable attr33 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr33) +PASS: gdb.stabs/weird.exp: variable attr35 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr35) +PASS: gdb.stabs/weird.exp: variable attr36 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr36) +PASS: gdb.stabs/weird.exp: variable attr37 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr37) +PASS: gdb.stabs/weird.exp: variable attr38 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr38) +PASS: gdb.stabs/weird.exp: variable attr39 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr39) +PASS: gdb.stabs/weird.exp: variable attr41 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr41) +PASS: gdb.stabs/weird.exp: variable attr42 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr42) +PASS: gdb.stabs/weird.exp: variable attr43 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr43) +PASS: gdb.stabs/weird.exp: variable attr44 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr44) +PASS: gdb.stabs/weird.exp: variable attr46 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr46) +PASS: gdb.stabs/weird.exp: variable attr47 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr47) +PASS: gdb.stabs/weird.exp: variable attr58 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr58) +PASS: gdb.stabs/weird.exp: variable attr59 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr59) +PASS: gdb.stabs/weird.exp: variable attr60 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr60) +PASS: gdb.stabs/weird.exp: variable attr61 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr61) +PASS: gdb.stabs/weird.exp: variable attr62 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr62) +PASS: gdb.stabs/weird.exp: variable attr63 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr63) +PASS: gdb.stabs/weird.exp: variable attr64 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr64) +PASS: gdb.stabs/weird.exp: variable attr65 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr65) +PASS: gdb.stabs/weird.exp: variable attr66 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr66) +PASS: gdb.stabs/weird.exp: variable attr67 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr67) +PASS: gdb.stabs/weird.exp: variable attr68 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr68) +PASS: gdb.stabs/weird.exp: variable attr69 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr69) +PASS: gdb.stabs/weird.exp: variable attr70 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr70) +PASS: gdb.stabs/weird.exp: variable attr71 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr71) +PASS: gdb.stabs/weird.exp: variable attr72 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr72) +PASS: gdb.stabs/weird.exp: variable attr73 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr73) +PASS: gdb.stabs/weird.exp: variable attr74 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr74) +PASS: gdb.stabs/weird.exp: variable attr75 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr75) +PASS: gdb.stabs/weird.exp: variable attr76 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr76) +PASS: gdb.stabs/weird.exp: variable attr77 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr77) +PASS: gdb.stabs/weird.exp: variable attr78 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr78) +PASS: gdb.stabs/weird.exp: variable attr79 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr79) +PASS: gdb.stabs/weird.exp: variable attr80 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr80) +PASS: gdb.stabs/weird.exp: variable attr81 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr81) +PASS: gdb.stabs/weird.exp: variable attr82 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr82) +PASS: gdb.stabs/weird.exp: variable attr83 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr83) +PASS: gdb.stabs/weird.exp: variable attr84 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr84) +PASS: gdb.stabs/weird.exp: variable attr85 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr85) +PASS: gdb.stabs/weird.exp: variable attr86 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr86) +PASS: gdb.stabs/weird.exp: variable attr87 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr87) +PASS: gdb.stabs/weird.exp: variable attr88 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr88) +PASS: gdb.stabs/weird.exp: variable attr89 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr89) +PASS: gdb.stabs/weird.exp: variable attr90 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr90) +PASS: gdb.stabs/weird.exp: variable attr91 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr91) +PASS: gdb.stabs/weird.exp: variable attr92 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr92) +PASS: gdb.stabs/weird.exp: variable attr93 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr93) +PASS: gdb.stabs/weird.exp: variable attr94 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr94) +PASS: gdb.stabs/weird.exp: variable attr95 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr95) +PASS: gdb.stabs/weird.exp: variable attr96 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr96) +PASS: gdb.stabs/weird.exp: variable attr97 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr97) +PASS: gdb.stabs/weird.exp: variable attr98 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr98) +PASS: gdb.stabs/weird.exp: variable attr99 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr99) +PASS: gdb.stabs/weird.exp: variable attr100 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr100) +PASS: gdb.stabs/weird.exp: variable attr101 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr101) +PASS: gdb.stabs/weird.exp: variable attr102 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr102) +PASS: gdb.stabs/weird.exp: variable attr103 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr103) +PASS: gdb.stabs/weird.exp: variable attr104 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr104) +PASS: gdb.stabs/weird.exp: variable attr105 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr105) +PASS: gdb.stabs/weird.exp: variable attr106 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr106) +PASS: gdb.stabs/weird.exp: variable attr107 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr107) +PASS: gdb.stabs/weird.exp: variable attr108 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr108) +PASS: gdb.stabs/weird.exp: variable attr109 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr109) +PASS: gdb.stabs/weird.exp: variable attr110 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr110) +PASS: gdb.stabs/weird.exp: variable attr111 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr111) +PASS: gdb.stabs/weird.exp: variable attr112 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr112) +PASS: gdb.stabs/weird.exp: variable attr113 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr113) +PASS: gdb.stabs/weird.exp: variable attr114 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr114) +PASS: gdb.stabs/weird.exp: variable attr115 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr115) +PASS: gdb.stabs/weird.exp: variable attr116 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr116) +PASS: gdb.stabs/weird.exp: variable attr117 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr117) +PASS: gdb.stabs/weird.exp: variable attr118 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr118) +PASS: gdb.stabs/weird.exp: variable attr119 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr119) +PASS: gdb.stabs/weird.exp: variable attr120 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr120) +PASS: gdb.stabs/weird.exp: variable attr121 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr121) +PASS: gdb.stabs/weird.exp: variable attr122 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr122) +PASS: gdb.stabs/weird.exp: variable attr123 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr123) +PASS: gdb.stabs/weird.exp: variable attr124 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr124) +PASS: gdb.stabs/weird.exp: variable attr125 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr125) +PASS: gdb.stabs/weird.exp: variable attr126 printed properly +PASS: gdb.stabs/weird.exp: print sizeof (attr126) +PASS: gdb.stabs/weird.exp: 'e' constant on non-enum type +PASS: gdb.stabs/weird.exp: whatis const69 +PASS: gdb.stabs/weird.exp: 'e' constant with embedded type +PASS: gdb.stabs/weird.exp: char constant +PASS: gdb.stabs/weird.exp: String constant 1 +PASS: gdb.stabs/weird.exp: String constant 2 +PASS: gdb.stabs/weird.exp: String constant 3 +PASS: gdb.stabs/weird.exp: String constant 4 +PASS: gdb.stabs/weird.exp: p bad_neg0 +PASS: gdb.stabs/weird.exp: ptype on inttype +PASS: gdb.stabs/weird.exp: unrecognized floating point type +PASS: gdb.stabs/weird.exp: print very big integer +PASS: gdb.stabs/weird.exp: whatis consth +PASS: gdb.stabs/weird.exp: whatis consth2 +XFAIL: gdb.stabs/weird.exp: print struct constant +PASS: gdb.stabs/weird.exp: print bad_type0 +PASS: gdb.stabs/weird.exp: print bad_type1 +XFAIL: gdb.stabs/weird.exp: array0 with strange index +XFAIL: gdb.stabs/weird.exp: array1 with strange index +PASS: gdb.stabs/weird.exp: whatis one_var (known failure in gdb 4.10) +PASS: gdb.stabs/weird.exp: whatis one_var test 2 +PASS: gdb.stabs/weird.exp: whatis two_var (known failure in gdb 4.10) +PASS: gdb.stabs/weird.exp: whatis two_var test 2 +XFAIL: gdb.stabs/weird.exp: whatis pointer_to_int_var +XFAIL: gdb.stabs/weird.exp: whatis intp_var +PASS: gdb.stabs/weird.exp: p common0var0 +XFAIL: gdb.stabs/weird.exp: p common0var1 +XFAIL: gdb.stabs/weird.exp: p common0var2 +Running ../../../master/gdb/testsuite/gdb.threads/attach-into-signal.exp ... +PASS: gdb.threads/attach-into-signal.exp: nonthreaded: attach (pass 1), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: nonthreaded: attach (pass 2), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: successfully compiled posix threads test case +PASS: gdb.threads/attach-into-signal.exp: threaded: attach (pass 1), pending signal catch +PASS: gdb.threads/attach-into-signal.exp: threaded: attach (pass 2), pending signal catch +Running ../../../master/gdb/testsuite/gdb.threads/attach-stopped.exp ... +PASS: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file +PASS: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt +PASS: gdb.threads/attach-stopped.exp: continue (nonthreaded: attach2 continue) +PASS: gdb.threads/attach-stopped.exp: nonthreaded: attach2 stop interrupt +PASS: gdb.threads/attach-stopped.exp: nonthreaded: attach2, exit leaves process sleeping +PASS: gdb.threads/attach-stopped.exp: successfully compiled posix threads test case +PASS: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped, after setting file +PASS: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt +PASS: gdb.threads/attach-stopped.exp: continue (threaded: attach2 continue) +PASS: gdb.threads/attach-stopped.exp: threaded: attach2 stop interrupt +PASS: gdb.threads/attach-stopped.exp: threaded: attach2, exit leaves process sleeping +Running ../../../master/gdb/testsuite/gdb.threads/attachstop-mt.exp ... +PASS: gdb.threads/attachstop-mt.exp: successfully compiled posix threads test case +PASS: gdb.threads/attachstop-mt.exp: attach0, initial sanity check of the sleeping state +PASS: gdb.threads/attachstop-mt.exp: attach0 to sleeping +PASS: gdb.threads/attachstop-mt.exp: attach0 to sleeping gcore invocation +PASS: gdb.threads/attachstop-mt.exp: attach0 to sleeping switch thread +PASS: gdb.threads/attachstop-mt.exp: attach0 to sleeping bt +PASS: gdb.threads/attachstop-mt.exp: attach1, post-gdb sanity check of the sleeping state - Red Hat BZ 197584 +PASS: gdb.threads/attachstop-mt.exp: attach2, initial sanity check of the stopped state +PASS: gdb.threads/attachstop-mt.exp: set file, before attach3 to stopped process (re-read) +PASS: gdb.threads/attachstop-mt.exp: attach3 to stopped, after setting file +PASS: gdb.threads/attachstop-mt.exp: attach3 to stopped switch thread +PASS: gdb.threads/attachstop-mt.exp: attach3 to stopped bt +PASS: gdb.threads/attachstop-mt.exp: attach4 to stopped, after setting file +PASS: gdb.threads/attachstop-mt.exp: attach4 to stopped switch thread +PASS: gdb.threads/attachstop-mt.exp: attach4 to stopped bt +PASS: gdb.threads/attachstop-mt.exp: continue (attach4 continue) +PASS: gdb.threads/attachstop-mt.exp: attach4 stop by interrupt +PASS: gdb.threads/attachstop-mt.exp: attach4, exit leaves process sleeping +Running ../../../master/gdb/testsuite/gdb.threads/bp_in_thread.exp ... +PASS: gdb.threads/bp_in_thread.exp: successfully compiled posix threads test case +PASS: gdb.threads/bp_in_thread.exp: breakpoint on noreturn +PASS: gdb.threads/bp_in_thread.exp: run to noreturn +Running ../../../master/gdb/testsuite/gdb.threads/corethreads.exp ... +PASS: gdb.threads/corethreads.exp: successfully compiled posix threads test case +PASS: gdb.threads/corethreads.exp: load core +PASS: gdb.threads/corethreads.exp: sanity check we see the core file +PASS: gdb.threads/corethreads.exp: print pthread_t of thread0 +PASS: gdb.threads/corethreads.exp: print pthread_t of thread1 +PASS: gdb.threads/corethreads.exp: thread0 found +PASS: gdb.threads/corethreads.exp: thread1 found +PASS: gdb.threads/corethreads.exp: no other thread found +Running ../../../master/gdb/testsuite/gdb.threads/current-lwp-dead.exp ... +PASS: gdb.threads/current-lwp-dead.exp: continue to breakpoint: fn_return +Running ../../../master/gdb/testsuite/gdb.threads/execl.exp ... +PASS: gdb.threads/execl.exp: successfully compiled posix threads test case +PASS: gdb.threads/execl.exp: set breakpoint at execl +PASS: gdb.threads/execl.exp: continue to exec +PASS: gdb.threads/execl.exp: info threads before exec +PASS: gdb.threads/execl.exp: continue across exec +PASS: gdb.threads/execl.exp: info threads after exec +PASS: gdb.threads/execl.exp: info threads after exec +PASS: gdb.threads/execl.exp: continue until exit +Running ../../../master/gdb/testsuite/gdb.threads/fork-child-threads.exp ... +PASS: gdb.threads/fork-child-threads.exp: successfully compiled posix threads test case +PASS: gdb.threads/fork-child-threads.exp: set follow-fork-mode child +PASS: gdb.threads/fork-child-threads.exp: next over fork +PASS: gdb.threads/fork-child-threads.exp: get to the spawned thread +PASS: gdb.threads/fork-child-threads.exp: two threads found +Running ../../../master/gdb/testsuite/gdb.threads/fork-thread-pending.exp ... +PASS: gdb.threads/fork-thread-pending.exp: successfully compiled posix threads test case +PASS: gdb.threads/fork-thread-pending.exp: 1, set follow-fork-mode child +PASS: gdb.threads/fork-thread-pending.exp: 1, insert fork catchpoint +PASS: gdb.threads/fork-thread-pending.exp: 1, get to the fork event +PASS: gdb.threads/fork-thread-pending.exp: 1, multiple threads found +PASS: gdb.threads/fork-thread-pending.exp: 1, switched away from event thread +PASS: gdb.threads/fork-thread-pending.exp: 1, refused to resume +PASS: gdb.threads/fork-thread-pending.exp: 1, followed to the child, found one thread +PASS: gdb.threads/fork-thread-pending.exp: 1, get to the spawned thread in fork child +PASS: gdb.threads/fork-thread-pending.exp: 1, followed to the child, found two threads +PASS: gdb.threads/fork-thread-pending.exp: 2, set follow-fork-mode child +PASS: gdb.threads/fork-thread-pending.exp: 2, insert fork catchpoint +PASS: gdb.threads/fork-thread-pending.exp: 2, get to the fork event +PASS: gdb.threads/fork-thread-pending.exp: 2, multiple threads found +PASS: gdb.threads/fork-thread-pending.exp: 2, get to the spawned thread in fork child +PASS: gdb.threads/fork-thread-pending.exp: 2, followed to the child, found two threads +Running ../../../master/gdb/testsuite/gdb.threads/gcore-thread.exp ... +PASS: gdb.threads/gcore-thread.exp: successfully compiled posix threads test case +PASS: gdb.threads/gcore-thread.exp: successfully compiled posix threads test case +PASS: gdb.threads/gcore-thread.exp: help gcore +PASS: gdb.threads/gcore-thread.exp: thread 1 is running +PASS: gdb.threads/gcore-thread.exp: thread 2 is running +PASS: gdb.threads/gcore-thread.exp: save a corefile +PASS: gdb.threads/gcore-thread.exp: clear __stack_user.next +PASS: gdb.threads/gcore-thread.exp: clear stack_used.next +PASS: gdb.threads/gcore-thread.exp: save a zeroed-threads corefile +PASS: gdb.threads/gcore-thread.exp: re-load generated corefile +PASS: gdb.threads/gcore-thread.exp: corefile contains at least two threads +PASS: gdb.threads/gcore-thread.exp: a corefile thread is executing thread2 +PASS: gdb.threads/gcore-thread.exp: thread2 is current thread in corefile +PASS: gdb.threads/gcore-thread.exp: re-load generated corefile +PASS: gdb.threads/gcore-thread.exp: zeroed-threads cannot be listed +Running ../../../master/gdb/testsuite/gdb.threads/hand-call-in-threads.exp ... +PASS: gdb.threads/hand-call-in-threads.exp: successfully compiled posix threads test case +PASS: gdb.threads/hand-call-in-threads.exp: breakpoint on all_threads_running +PASS: gdb.threads/hand-call-in-threads.exp: breakpoint on hand_call +PASS: gdb.threads/hand-call-in-threads.exp: run to all_threads_running +PASS: gdb.threads/hand-call-in-threads.exp: enable scheduler locking +PASS: gdb.threads/hand-call-in-threads.exp: show scheduler locking on +PASS: gdb.threads/hand-call-in-threads.exp: prepare to make hand call, thread 1 +PASS: gdb.threads/hand-call-in-threads.exp: hand call, thread 1 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to make hand call, thread 2 +PASS: gdb.threads/hand-call-in-threads.exp: hand call, thread 2 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to make hand call, thread 3 +PASS: gdb.threads/hand-call-in-threads.exp: hand call, thread 3 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to make hand call, thread 4 +PASS: gdb.threads/hand-call-in-threads.exp: hand call, thread 4 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to make hand call, thread 5 +PASS: gdb.threads/hand-call-in-threads.exp: hand call, thread 5 +PASS: gdb.threads/hand-call-in-threads.exp: set confirm off +PASS: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 1 +PASS: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 1 +PASS: gdb.threads/hand-call-in-threads.exp: setting frame, thread 1 +PASS: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 1 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 2 +PASS: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 2 +PASS: gdb.threads/hand-call-in-threads.exp: setting frame, thread 2 +PASS: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 2 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 3 +PASS: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 3 +PASS: gdb.threads/hand-call-in-threads.exp: setting frame, thread 3 +PASS: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 3 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 4 +PASS: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 4 +PASS: gdb.threads/hand-call-in-threads.exp: setting frame, thread 4 +PASS: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 4 +PASS: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 5 +PASS: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5 +PASS: gdb.threads/hand-call-in-threads.exp: setting frame, thread 5 +PASS: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 5 +PASS: gdb.threads/hand-call-in-threads.exp: all dummies popped +PASS: gdb.threads/hand-call-in-threads.exp: disable scheduler locking +PASS: gdb.threads/hand-call-in-threads.exp: show scheduler locking off +Running ../../../master/gdb/testsuite/gdb.threads/ia64-sigill.exp ... +PASS: gdb.threads/ia64-sigill.exp: successfully compiled posix threads test case +PASS: gdb.threads/ia64-sigill.exp: info addr label +PASS: gdb.threads/ia64-sigill.exp: set $sigill_bpnum=$bpnum +PASS: gdb.threads/ia64-sigill.exp: set debug infrun 1 +PASS: gdb.threads/ia64-sigill.exp: continue +PASS: gdb.threads/ia64-sigill.exp: delete $sigill_bpnum +PASS: gdb.threads/ia64-sigill.exp: continue for the pending signal +Running ../../../master/gdb/testsuite/gdb.threads/interrupted-hand-call.exp ... +PASS: gdb.threads/interrupted-hand-call.exp: successfully compiled posix threads test case +PASS: gdb.threads/interrupted-hand-call.exp: breakpoint on all_threads_running +PASS: gdb.threads/interrupted-hand-call.exp: run to all_threads_running +PASS: gdb.threads/interrupted-hand-call.exp: hand-call interrupted by signal in another thread +PASS: gdb.threads/interrupted-hand-call.exp: dummy stack frame present +PASS: gdb.threads/interrupted-hand-call.exp: finish hand-call +PASS: gdb.threads/interrupted-hand-call.exp: dummy frame popped +PASS: gdb.threads/interrupted-hand-call.exp: continue until exit +Running ../../../master/gdb/testsuite/gdb.threads/killed.exp ... +PASS: gdb.threads/killed.exp: successfully compiled posix threads test case +PASS: gdb.threads/killed.exp: run program to completion +PASS: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily +Running ../../../master/gdb/testsuite/gdb.threads/leader-exit.exp ... +PASS: gdb.threads/leader-exit.exp: successfully compiled posix threads test case +PASS: gdb.threads/leader-exit.exp: continue to breakpoint: break-here +PASS: gdb.threads/leader-exit.exp: Single thread has been left +Running ../../../master/gdb/testsuite/gdb.threads/linux-dp.exp ... +PASS: gdb.threads/linux-dp.exp: successfully compiled posix threads test case +PASS: gdb.threads/linux-dp.exp: set print sevenbit-strings +PASS: gdb.threads/linux-dp.exp: info threads 1 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 0 +PASS: gdb.threads/linux-dp.exp: create philosopher: 0 +PASS: gdb.threads/linux-dp.exp: info threads after: 0 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 1 +PASS: gdb.threads/linux-dp.exp: create philosopher: 1 +PASS: gdb.threads/linux-dp.exp: info threads after: 1 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 2 +PASS: gdb.threads/linux-dp.exp: create philosopher: 2 +PASS: gdb.threads/linux-dp.exp: info threads after: 2 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 3 +PASS: gdb.threads/linux-dp.exp: create philosopher: 3 +PASS: gdb.threads/linux-dp.exp: info threads after: 3 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 4 +PASS: gdb.threads/linux-dp.exp: create philosopher: 4 +PASS: gdb.threads/linux-dp.exp: info threads after: 4 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: main thread's sleep +PASS: gdb.threads/linux-dp.exp: info threads 2 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print +PASS: gdb.threads/linux-dp.exp: first thread-specific breakpoint hit +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 0 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 1 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 2 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 3 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 4 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 5 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 6 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 7 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 8 +PASS: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 9 +PASS: gdb.threads/linux-dp.exp: thread-specific breakpoint is thread-specific +PASS: gdb.threads/linux-dp.exp: selected thread: 1 +PASS: gdb.threads/linux-dp.exp: main is distinct: 1 +PASS: gdb.threads/linux-dp.exp: selected thread: 2 +PASS: gdb.threads/linux-dp.exp: philosopher is distinct: 2 +PASS: gdb.threads/linux-dp.exp: selected thread: 3 +PASS: gdb.threads/linux-dp.exp: philosopher is distinct: 3 +PASS: gdb.threads/linux-dp.exp: selected thread: 4 +PASS: gdb.threads/linux-dp.exp: philosopher is distinct: 4 +PASS: gdb.threads/linux-dp.exp: selected thread: 5 +PASS: gdb.threads/linux-dp.exp: philosopher is distinct: 5 +PASS: gdb.threads/linux-dp.exp: selected thread: 6 +PASS: gdb.threads/linux-dp.exp: philosopher is distinct: 6 +PASS: gdb.threads/linux-dp.exp: found an interesting thread +PASS: gdb.threads/linux-dp.exp: manager thread found (not found) when expected +Running ../../../master/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp ... +PASS: gdb.threads/local-watch-wrong-thread.exp: successfully compiled posix threads test case +PASS: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0 +PASS: gdb.threads/local-watch-wrong-thread.exp: continue to thread_function0 +PASS: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp +PASS: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers +PASS: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp, with false conditional +PASS: gdb.threads/local-watch-wrong-thread.exp: breakpoint on the other thread +PASS: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint +PASS: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list +PASS: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger +PASS: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers +PASS: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return +PASS: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller +PASS: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted +Running ../../../master/gdb/testsuite/gdb.threads/manythreads.exp ... +PASS: gdb.threads/manythreads.exp: successfully compiled posix threads test case +PASS: gdb.threads/manythreads.exp: set print sevenbit-strings +PASS: gdb.threads/manythreads.exp: shell stty intr '^C' +PASS: gdb.threads/manythreads.exp: first continue +PASS: gdb.threads/manythreads.exp: stop threads 1 +PASS: gdb.threads/manythreads.exp: info threads +PASS: gdb.threads/manythreads.exp: give a name to the thread +PASS: gdb.threads/manythreads.exp: check thread name +PASS: gdb.threads/manythreads.exp: second continue +PASS: gdb.threads/manythreads.exp: check for duplicate SIGINT +PASS: gdb.threads/manythreads.exp: stop threads 2 +PASS: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program +Running ../../../master/gdb/testsuite/gdb.threads/multi-create.exp ... +PASS: gdb.threads/multi-create.exp: successfully compiled posix threads test case +PASS: gdb.threads/multi-create.exp: continue to breakpoint 0 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 1 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 2 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 3 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 4 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 5 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 6 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 7 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 8 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 9 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 10 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 11 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 12 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 13 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 14 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 15 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 16 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 17 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 18 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 19 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 20 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 21 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 22 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 23 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 24 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 25 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 26 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 27 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 28 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 29 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 30 +PASS: gdb.threads/multi-create.exp: continue to breakpoint 31 +Running ../../../master/gdb/testsuite/gdb.threads/pending-step.exp ... +PASS: gdb.threads/pending-step.exp: successfully compiled posix threads test case +PASS: gdb.threads/pending-step.exp: continue to breakpoint: continue to first breakpoint hit +PASS: gdb.threads/pending-step.exp: next in multiple threads with breakpoints +Running ../../../master/gdb/testsuite/gdb.threads/print-threads.exp ... +PASS: gdb.threads/print-threads.exp: successfully compiled posix threads test case +PASS: gdb.threads/print-threads.exp: set print sevenbit-strings +PASS: gdb.threads/print-threads.exp: set width 0 +PASS: gdb.threads/print-threads.exp: shell stty intr '^C' +PASS: gdb.threads/print-threads.exp: break thread_function +PASS: gdb.threads/print-threads.exp: set var slow = 0 +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 1 (fast) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 2 (fast) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 3 (fast) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 (fast) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 (fast) +PASS: gdb.threads/print-threads.exp: program exited normally +PASS: gdb.threads/print-threads.exp: all threads ran once (fast) +PASS: gdb.threads/print-threads.exp: break thread_function (2) +PASS: gdb.threads/print-threads.exp: set var slow = 1 +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 1 (slow) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 2 (slow) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 3 (slow) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 (slow) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 (slow) +PASS: gdb.threads/print-threads.exp: program exited normally +PASS: gdb.threads/print-threads.exp: all threads ran once (slow) +PASS: gdb.threads/print-threads.exp: break thread_function (3) +PASS: gdb.threads/print-threads.exp: set var slow = 1 (2) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 1 (slow with kill breakpoint) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 2 (slow with kill breakpoint) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 3 (slow with kill breakpoint) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 (slow with kill breakpoint) +PASS: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 (slow with kill breakpoint) +PASS: gdb.threads/print-threads.exp: program exited normally +PASS: gdb.threads/print-threads.exp: all threads ran once (slow with kill breakpoint) +Running ../../../master/gdb/testsuite/gdb.threads/pthread_cond_wait.exp ... +PASS: gdb.threads/pthread_cond_wait.exp: successfully compiled posix threads test case +PASS: gdb.threads/pthread_cond_wait.exp: breakpoint on break_me +PASS: gdb.threads/pthread_cond_wait.exp: run to break_me +PASS: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread +Running ../../../master/gdb/testsuite/gdb.threads/pthreads.exp ... +PASS: gdb.threads/pthreads.exp: successfully compiled posix threads test case +PASS: gdb.threads/pthreads.exp: set print sevenbit-strings +PASS: gdb.threads/pthreads.exp: set width 0 +PASS: gdb.threads/pthreads.exp: shell stty intr '^C' +PASS: gdb.threads/pthreads.exp: info threads +PASS: gdb.threads/pthreads.exp: break thread1 +PASS: gdb.threads/pthreads.exp: Continue to creation of first thread +PASS: gdb.threads/pthreads.exp: disable +PASS: gdb.threads/pthreads.exp: break thread2 +PASS: gdb.threads/pthreads.exp: Continue to creation of second thread +PASS: gdb.threads/pthreads.exp: set var common_routine::hits=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::from_thread1=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::from_thread2=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::from_main=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::full_coverage=0 +PASS: gdb.threads/pthreads.exp: disable +PASS: gdb.threads/pthreads.exp: tbreak common_routine if hits >= 15 +PASS: gdb.threads/pthreads.exp: stopped before calling common_routine 15 times +PASS: gdb.threads/pthreads.exp: All threads running after startup +PASS: gdb.threads/pthreads.exp: Continue with all threads running +PASS: gdb.threads/pthreads.exp: Stopped with a ^C +PASS: gdb.threads/pthreads.exp: bt +PASS: gdb.threads/pthreads.exp: set var common_routine::hits=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::from_thread1=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::from_thread2=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::from_main=0 +PASS: gdb.threads/pthreads.exp: set var common_routine::full_coverage=0 +PASS: gdb.threads/pthreads.exp: disable +PASS: gdb.threads/pthreads.exp: tbreak common_routine if hits >= 15 +PASS: gdb.threads/pthreads.exp: stopped before calling common_routine 15 times +PASS: gdb.threads/pthreads.exp: All threads running after continuing from ^C stop +PASS: gdb.threads/pthreads.exp: check backtrace from main thread +PASS: gdb.threads/pthreads.exp: check backtrace from thread 1 +PASS: gdb.threads/pthreads.exp: check backtrace from thread 2 +PASS: gdb.threads/pthreads.exp: apply backtrace command to all three threads +PASS: gdb.threads/pthreads.exp: set break at common_routine in thread 2 +PASS: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2 +PASS: gdb.threads/pthreads.exp: backtrace from thread 2 bkpt in common_routine +Running ../../../master/gdb/testsuite/gdb.threads/schedlock.exp ... +PASS: gdb.threads/schedlock.exp: successfully compiled posix threads test case +PASS: gdb.threads/schedlock.exp: shell stty intr '^C' +PASS: gdb.threads/schedlock.exp: set print sevenbit-strings +PASS: gdb.threads/schedlock.exp: set width 0 +PASS: gdb.threads/schedlock.exp: scheduler locking set to none +PASS: gdb.threads/schedlock.exp: continue to breakpoint: all threads started +PASS: gdb.threads/schedlock.exp: listed args (1) +PASS: gdb.threads/schedlock.exp: continue (initial) +PASS: gdb.threads/schedlock.exp: stop all threads (initial) +PASS: gdb.threads/schedlock.exp: continue to breakpoint: return to loop (initial) +PASS: gdb.threads/schedlock.exp: listed args (2) +PASS: gdb.threads/schedlock.exp: all threads alive +PASS: gdb.threads/schedlock.exp: find current thread (1) +PASS: gdb.threads/schedlock.exp: set scheduler-locking off +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 0) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 1) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 2) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 3) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 4) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 5) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 6) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 7) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 8) +PASS: gdb.threads/schedlock.exp: step to increment (unlocked 9) +PASS: gdb.threads/schedlock.exp: find current thread (2) +PASS: gdb.threads/schedlock.exp: step without lock does not change thread +PASS: gdb.threads/schedlock.exp: listed args (3) +PASS: gdb.threads/schedlock.exp: current thread stepped +PASS: gdb.threads/schedlock.exp: other threads ran - unlocked +PASS: gdb.threads/schedlock.exp: set scheduler-locking on +PASS: gdb.threads/schedlock.exp: continue (with lock) +PASS: gdb.threads/schedlock.exp: stop all threads (with lock) +PASS: gdb.threads/schedlock.exp: continue to breakpoint: return to loop (with lock) +PASS: gdb.threads/schedlock.exp: find current thread (3) +PASS: gdb.threads/schedlock.exp: continue with lock does not change thread +PASS: gdb.threads/schedlock.exp: listed args (4) +PASS: gdb.threads/schedlock.exp: current thread ran +PASS: gdb.threads/schedlock.exp: other threads didn't run - locked +PASS: gdb.threads/schedlock.exp: step to increment (locked 0) +PASS: gdb.threads/schedlock.exp: step to increment (locked 1) +PASS: gdb.threads/schedlock.exp: step to increment (locked 2) +PASS: gdb.threads/schedlock.exp: step to increment (locked 3) +PASS: gdb.threads/schedlock.exp: step to increment (locked 4) +PASS: gdb.threads/schedlock.exp: step to increment (locked 5) +PASS: gdb.threads/schedlock.exp: step to increment (locked 6) +PASS: gdb.threads/schedlock.exp: step to increment (locked 7) +PASS: gdb.threads/schedlock.exp: step to increment (locked 8) +PASS: gdb.threads/schedlock.exp: step to increment (locked 9) +PASS: gdb.threads/schedlock.exp: find current thread (2) +PASS: gdb.threads/schedlock.exp: step with lock does not change thread +PASS: gdb.threads/schedlock.exp: listed args (5) +PASS: gdb.threads/schedlock.exp: current thread stepped locked +PASS: gdb.threads/schedlock.exp: other threads didn't run - step locked +Running ../../../master/gdb/testsuite/gdb.threads/sigthread.exp ... +PASS: gdb.threads/sigthread.exp: successfully compiled posix threads test case +PASS: gdb.threads/sigthread.exp: handle SIGUSR1 nostop noprint pass +PASS: gdb.threads/sigthread.exp: handle SIGUSR2 nostop noprint pass +PASS: gdb.threads/sigthread.exp: continue +PASS: gdb.threads/sigthread.exp: stop with control-c +Running ../../../master/gdb/testsuite/gdb.threads/staticthreads.exp ... +PASS: gdb.threads/staticthreads.exp: successfully compiled posix threads test case +PASS: gdb.threads/staticthreads.exp: set print sevenbit-strings +PASS: gdb.threads/staticthreads.exp: break sem_post +PASS: gdb.threads/staticthreads.exp: Continue to main's call of sem_post +PASS: gdb.threads/staticthreads.exp: rerun to main +PASS: gdb.threads/staticthreads.exp: handle SIG32 nostop noprint pass +PASS: gdb.threads/staticthreads.exp: handle SIG32 helps +PASS: gdb.threads/staticthreads.exp: info threads +PASS: gdb.threads/staticthreads.exp: GDB exits with static thread program +Running ../../../master/gdb/testsuite/gdb.threads/step.exp ... +Running ../../../master/gdb/testsuite/gdb.threads/step2.exp ... +Running ../../../master/gdb/testsuite/gdb.threads/switch-threads.exp ... +PASS: gdb.threads/switch-threads.exp: successfully compiled posix threads test case +PASS: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func +PASS: gdb.threads/switch-threads.exp: next +Running ../../../master/gdb/testsuite/gdb.threads/thread-execl.exp ... +PASS: gdb.threads/thread-execl.exp: successfully compiled posix threads test case +PASS: gdb.threads/thread-execl.exp: continue to thread start +PASS: gdb.threads/thread-execl.exp: get to main in new image +Running ../../../master/gdb/testsuite/gdb.threads/thread-find.exp ... +PASS: gdb.threads/thread-find.exp: successfully compiled posix threads test case +PASS: gdb.threads/thread-find.exp: set print sevenbit-strings +PASS: gdb.threads/thread-find.exp: continue to breakpoint: main thread's sleep +PASS: gdb.threads/thread-find.exp: name thread 1 +PASS: gdb.threads/thread-find.exp: name thread 2 +PASS: gdb.threads/thread-find.exp: name thread 3 +PASS: gdb.threads/thread-find.exp: name thread 4 +PASS: gdb.threads/thread-find.exp: name thread 5 +PASS: gdb.threads/thread-find.exp: name thread 6 +PASS: gdb.threads/thread-find.exp: collect thread id +PASS: gdb.threads/thread-find.exp: got thread ids +PASS: gdb.threads/thread-find.exp: collect process id +PASS: gdb.threads/thread-find.exp: collect lwp id +PASS: gdb.threads/thread-find.exp: got lwp ids +PASS: gdb.threads/thread-find.exp: find thread name 6 +PASS: gdb.threads/thread-find.exp: find thread name 5 +PASS: gdb.threads/thread-find.exp: find thread name 4 +PASS: gdb.threads/thread-find.exp: find thread name 3 +PASS: gdb.threads/thread-find.exp: find thread name 2 +PASS: gdb.threads/thread-find.exp: find thread name 1 +PASS: gdb.threads/thread-find.exp: find thread id 6 +PASS: gdb.threads/thread-find.exp: find thread id 5 +PASS: gdb.threads/thread-find.exp: find thread id 4 +PASS: gdb.threads/thread-find.exp: find thread id 3 +PASS: gdb.threads/thread-find.exp: find thread id 2 +PASS: gdb.threads/thread-find.exp: find thread id 1 +PASS: gdb.threads/thread-find.exp: find lwp id 6 +PASS: gdb.threads/thread-find.exp: find lwp id 5 +PASS: gdb.threads/thread-find.exp: find lwp id 4 +PASS: gdb.threads/thread-find.exp: find lwp id 3 +PASS: gdb.threads/thread-find.exp: find lwp id 2 +PASS: gdb.threads/thread-find.exp: find lwp id 1 +PASS: gdb.threads/thread-find.exp: no thread +PASS: gdb.threads/thread-find.exp: test regular exp +PASS: gdb.threads/thread-find.exp: info threads 2 4 6 +PASS: gdb.threads/thread-find.exp: info threads 3-5 +PASS: gdb.threads/thread-find.exp: test inverted range +PASS: gdb.threads/thread-find.exp: info threads 3-3 +PASS: gdb.threads/thread-find.exp: info thread foo +PASS: gdb.threads/thread-find.exp: info thread foo -1 +Running ../../../master/gdb/testsuite/gdb.threads/thread-specific.exp ... +PASS: gdb.threads/thread-specific.exp: successfully compiled posix threads test case +PASS: gdb.threads/thread-specific.exp: set print sevenbit-strings +PASS: gdb.threads/thread-specific.exp: set width 0 +PASS: gdb.threads/thread-specific.exp: thread var when not running +PASS: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started +PASS: gdb.threads/thread-specific.exp: get threads list +PASS: gdb.threads/thread-specific.exp: thread var in main +PASS: gdb.threads/thread-specific.exp: breakpoint 59 main thread +PASS: gdb.threads/thread-specific.exp: continue to thread-specific breakpoint +PASS: gdb.threads/thread-specific.exp: found breakpoint for thread number +PASS: gdb.threads/thread-specific.exp: thread var at break +Running ../../../master/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp ... +PASS: gdb.threads/thread-unwindonsignal.exp: successfully compiled posix threads test case +PASS: gdb.threads/thread-unwindonsignal.exp: breakpoint on all_threads_running +PASS: gdb.threads/thread-unwindonsignal.exp: run to all_threads_running +PASS: gdb.threads/thread-unwindonsignal.exp: setting unwindonsignal +PASS: gdb.threads/thread-unwindonsignal.exp: showing unwindonsignal +PASS: gdb.threads/thread-unwindonsignal.exp: hand-call interrupted by signal in another thread +PASS: gdb.threads/thread-unwindonsignal.exp: dummy stack frame present +PASS: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound +PASS: gdb.threads/thread-unwindonsignal.exp: finish hand-call +PASS: gdb.threads/thread-unwindonsignal.exp: dummy frame popped +PASS: gdb.threads/thread-unwindonsignal.exp: continue until exit +Running ../../../master/gdb/testsuite/gdb.threads/thread_check.exp ... +PASS: gdb.threads/thread_check.exp: successfully compiled posix threads test case +PASS: gdb.threads/thread_check.exp: breakpoint at tf +PASS: gdb.threads/thread_check.exp: continue to tf +PASS: gdb.threads/thread_check.exp: backtrace from thread function +Running ../../../master/gdb/testsuite/gdb.threads/thread_events.exp ... +PASS: gdb.threads/thread_events.exp: successfully compiled posix threads test case +PASS: gdb.threads/thread_events.exp: set print thread-events off +PASS: gdb.threads/thread_events.exp: breakpoint at threadfunc with messages disabled +PASS: gdb.threads/thread_events.exp: breakpoint at after_join_func with messages disabled +PASS: gdb.threads/thread_events.exp: continue to threadfunc with messages disabled +PASS: gdb.threads/thread_events.exp: continue to after_join_func with messages disabled +PASS: gdb.threads/thread_events.exp: set print thread-events on +PASS: gdb.threads/thread_events.exp: breakpoint at threadfunc with messages enabled +PASS: gdb.threads/thread_events.exp: breakpoint at after_join_func with messages enabled +PASS: gdb.threads/thread_events.exp: continue to threadfunc with messages enabled +PASS: gdb.threads/thread_events.exp: continue to after_join_func with messages enabled +Running ../../../master/gdb/testsuite/gdb.threads/threadapply.exp ... +PASS: gdb.threads/threadapply.exp: successfully compiled posix threads test case +PASS: gdb.threads/threadapply.exp: b 63 +PASS: gdb.threads/threadapply.exp: continue +PASS: gdb.threads/threadapply.exp: macro details +PASS: gdb.threads/threadapply.exp: defining macro +PASS: gdb.threads/threadapply.exp: set backtrace limit 3 +PASS: gdb.threads/threadapply.exp: thread apply all backthread +PASS: gdb.threads/threadapply.exp: step to the thread_function +PASS: gdb.threads/threadapply.exp: go up in the stack frame +PASS: gdb.threads/threadapply.exp: run a simple print command on all threads +PASS: gdb.threads/threadapply.exp: go down and check selected frame +Running ../../../master/gdb/testsuite/gdb.threads/threxit-hop-specific.exp ... +PASS: gdb.threads/threxit-hop-specific.exp: successfully compiled posix threads test case +PASS: gdb.threads/threxit-hop-specific.exp: continue to thread start +PASS: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint +PASS: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint +Running ../../../master/gdb/testsuite/gdb.threads/tls-nodebug.exp ... +PASS: gdb.threads/tls-nodebug.exp: successfully compiled posix threads test case +PASS: gdb.threads/tls-nodebug.exp: thread local storage +Running ../../../master/gdb/testsuite/gdb.threads/tls-shared.exp ... +PASS: gdb.threads/tls-shared.exp: successfully compiled posix threads test case +PASS: gdb.threads/tls-shared.exp: successfully compiled posix threads test case +PASS: gdb.threads/tls-shared.exp: successfully compiled posix threads test case +PASS: gdb.threads/tls-shared.exp: print thread local storage variable +PASS: gdb.threads/tls-shared.exp: ptype of thread local storage variable +PASS: gdb.threads/tls-shared.exp: print storage info for thread local storage variable +PASS: gdb.threads/tls-shared.exp: break at and of main +PASS: gdb.threads/tls-shared.exp: continue to break +PASS: gdb.threads/tls-shared.exp: print result +Running ../../../master/gdb/testsuite/gdb.threads/tls.exp ... +PASS: gdb.threads/tls.exp: successfully compiled posix threads test case +PASS: gdb.threads/tls.exp: set breakpoint at all threads +PASS: gdb.threads/tls.exp: set breakpoint at synch point +PASS: gdb.threads/tls.exp: set breakpoint at exit +PASS: gdb.threads/tls.exp: continue to first thread: get to thread +PASS: gdb.threads/tls.exp: at least one th in spin while stopped at first th +PASS: gdb.threads/tls.exp: first thread print me +PASS: gdb.threads/tls.exp: first thread local storage +PASS: gdb.threads/tls.exp: first another thread local storage +PASS: gdb.threads/tls.exp: first info address a_thread_local +PASS: gdb.threads/tls.exp: first info address another_thread_local +PASS: gdb.threads/tls.exp: continue to second thread +PASS: gdb.threads/tls.exp: at least one th in spin while stopped at second th +PASS: gdb.threads/tls.exp: second thread print me +PASS: gdb.threads/tls.exp: second thread local storage +PASS: gdb.threads/tls.exp: second another thread local storage +PASS: gdb.threads/tls.exp: second info address a_thread_local +PASS: gdb.threads/tls.exp: second info address another_thread_local +PASS: gdb.threads/tls.exp: continue to third thread +PASS: gdb.threads/tls.exp: at least one th in spin while stopped at third th +PASS: gdb.threads/tls.exp: third thread print me +PASS: gdb.threads/tls.exp: third thread local storage +PASS: gdb.threads/tls.exp: third another thread local storage +PASS: gdb.threads/tls.exp: third info address a_thread_local +PASS: gdb.threads/tls.exp: third info address another_thread_local +PASS: gdb.threads/tls.exp: continue to synch point +PASS: gdb.threads/tls.exp: get number of threads +PASS: gdb.threads/tls.exp: selected thread: 1 +PASS: gdb.threads/tls.exp: backtrace of thread number 1 not relevant +PASS: gdb.threads/tls.exp: selected thread: 2 +PASS: gdb.threads/tls.exp: backtrace of thread number 2 in spin +PASS: gdb.threads/tls.exp: selected thread: 3 +PASS: gdb.threads/tls.exp: backtrace of thread number 3 in spin +PASS: gdb.threads/tls.exp: selected thread: 4 +PASS: gdb.threads/tls.exp: backtrace of thread number 4 in spin +PASS: gdb.threads/tls.exp: selected thread: 4 +PASS: gdb.threads/tls.exp: thread 4 up +PASS: gdb.threads/tls.exp: 4 thread print me +PASS: gdb.threads/tls.exp: 4 thread local storage +PASS: gdb.threads/tls.exp: 4 another thread local storage +PASS: gdb.threads/tls.exp: 4 info address a_thread_local +PASS: gdb.threads/tls.exp: 4 info address another_thread_local +PASS: gdb.threads/tls.exp: selected thread: 2 +PASS: gdb.threads/tls.exp: thread 2 up +PASS: gdb.threads/tls.exp: 2 thread print me +PASS: gdb.threads/tls.exp: 2 thread local storage +PASS: gdb.threads/tls.exp: 2 another thread local storage +PASS: gdb.threads/tls.exp: 2 info address a_thread_local +PASS: gdb.threads/tls.exp: 2 info address another_thread_local +PASS: gdb.threads/tls.exp: selected thread: 3 +PASS: gdb.threads/tls.exp: thread 3 up +PASS: gdb.threads/tls.exp: 3 thread print me +PASS: gdb.threads/tls.exp: 3 thread local storage +PASS: gdb.threads/tls.exp: 3 another thread local storage +PASS: gdb.threads/tls.exp: 3 info address a_thread_local +PASS: gdb.threads/tls.exp: 3 info address another_thread_local +PASS: gdb.threads/tls.exp: threads exited +PASS: gdb.threads/tls.exp: Expect only base thread at end +PASS: gdb.threads/tls.exp: info address a_global +PASS: gdb.threads/tls.exp: info address me +PASS: gdb.threads/tls.exp: p a_thread_local +PASS: gdb.threads/tls.exp: p file2_thread_local +PASS: gdb.threads/tls.exp: info address file2_thread_local +PASS: gdb.threads/tls.exp: p a_thread_local second time +PASS: gdb.threads/tls.exp: info address a_thread_local +Running ../../../master/gdb/testsuite/gdb.threads/watchthreads-reorder.exp ... +PASS: gdb.threads/watchthreads-reorder.exp: successfully compiled posix threads test case +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: set can-use-hw-watchpoints 1 +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: rwatch thread1_rwatch +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: rwatch thread2_rwatch +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: continue a +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: continue b +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: set debug infrun 1 +PASS: gdb.threads/watchthreads-reorder.exp: reorder0: continue to breakpoint: break-at-exit +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: set can-use-hw-watchpoints 1 +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: rwatch thread1_rwatch +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: rwatch thread2_rwatch +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: continue a +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: rwatch unused1_rwatch +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: rwatch unused2_rwatch +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: continue b +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: set debug infrun 1 +PASS: gdb.threads/watchthreads-reorder.exp: reorder1: continue to breakpoint: break-at-exit +Running ../../../master/gdb/testsuite/gdb.threads/watchthreads.exp ... +PASS: gdb.threads/watchthreads.exp: successfully compiled posix threads test case +PASS: gdb.threads/watchthreads.exp: watch args[0] +PASS: gdb.threads/watchthreads.exp: watch args[1] +PASS: gdb.threads/watchthreads.exp: disable first watchpoint at 10 +PASS: gdb.threads/watchthreads.exp: threaded watch loop +PASS: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit +PASS: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit +PASS: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread +PASS: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread +PASS: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30 +Running ../../../master/gdb/testsuite/gdb.threads/watchthreads2.exp ... +PASS: gdb.threads/watchthreads2.exp: successfully compiled posix threads test case +PASS: gdb.threads/watchthreads2.exp: breakpoint on thread_started +PASS: gdb.threads/watchthreads2.exp: all threads started +PASS: gdb.threads/watchthreads2.exp: watch x +PASS: gdb.threads/watchthreads2.exp: set var test_ready = 1 +PASS: gdb.threads/watchthreads2.exp: all threads incremented x +Running ../../../master/gdb/testsuite/gdb.trace/actions.exp ... +PASS: gdb.trace/actions.exp: 5.1a: set three tracepoints, no actions +PASS: gdb.trace/actions.exp: 5.1b: set actions for first tracepoint +PASS: gdb.trace/actions.exp: 5.1c: verify actions set for first tracepoint +PASS: gdb.trace/actions.exp: 5.1d: set actions for second tracepoint +PASS: gdb.trace/actions.exp: 5.1e: verify actions set for second tracepoint +PASS: gdb.trace/actions.exp: 5.2a: set actions for last (default) tracepoint +PASS: gdb.trace/actions.exp: 5.1e: verify actions set for second tracepoint +PASS: gdb.trace/actions.exp: 5.3a: reset actions for first tracepoint +PASS: gdb.trace/actions.exp: 5.3b: verify actions set for first tracepoint +PASS: gdb.trace/actions.exp: 5.4: 'end' command out of context +PASS: gdb.trace/actions.exp: 5.5a: set empty actions for first tracepoint +PASS: gdb.trace/actions.exp: 5.5c: verify NO actions for first tracepoint +PASS: gdb.trace/actions.exp: 5.6: actions for invalid tracepoint number +PASS: gdb.trace/actions.exp: 5.7: invalid action +PASS: gdb.trace/actions.exp: 5.8a: help actions +PASS: gdb.trace/actions.exp: 5.8b: help collect +PASS: gdb.trace/actions.exp: 5.8c: help while-stepping +PASS: gdb.trace/actions.exp: 5.8d: help end +PASS: gdb.trace/actions.exp: 5.9a: set default-collect +PASS: gdb.trace/actions.exp: 5.9b: show default-collect +PASS: gdb.trace/actions.exp: 5.9c: set default-collect +PASS: gdb.trace/actions.exp: Create a trace state variable +PASS: gdb.trace/actions.exp: 5.10a: set teval action for first tracepoint +PASS: gdb.trace/actions.exp: 5.10a: set teval action for second tracepoint +PASS: gdb.trace/actions.exp: 5.10a: verify teval actions set for two tracepoints +Running ../../../master/gdb/testsuite/gdb.trace/ax.exp ... +PASS: gdb.trace/ax.exp: maint agent 12 +PASS: gdb.trace/ax.exp: maint agent gdb_char_test +PASS: gdb.trace/ax.exp: maint agent gdb_arr_test[12] +PASS: gdb.trace/ax.exp: maint agent gdb_arr_test[gdb_short_test] +PASS: gdb.trace/ax.exp: maint agent gdb_struct1_test +PASS: gdb.trace/ax.exp: maint agent gdb_struct1_test.s +PASS: gdb.trace/ax.exp: maint agent gdb_struct1_test.arr[gdb_struct1_test.c] +PASS: gdb.trace/ax.exp: maint agent gdb_structp_test +PASS: gdb.trace/ax.exp: maint agent gdb_structp_test->l +PASS: gdb.trace/ax.exp: maint agent gdb_structp_test->bfield +PASS: gdb.trace/ax.exp: maint agent gdb_long_test + gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test - gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test * gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test / gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_structp_test + 1 +PASS: gdb.trace/ax.exp: maint agent gdb_long_test == gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test != gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test < gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test <= gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test > gdb_short_test +PASS: gdb.trace/ax.exp: maint agent gdb_long_test >= gdb_short_test +PASS: gdb.trace/ax.exp: maint agent &gdb_long_test == &gdb_short_test +PASS: gdb.trace/ax.exp: maint agent &gdb_long_test < &gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval 12 +PASS: gdb.trace/ax.exp: maint agent-eval gdb_char_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[12] +PASS: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[gdb_short_test] +PASS: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.s +PASS: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.arr[gdb_struct1_test.c] +PASS: gdb.trace/ax.exp: maint agent-eval gdb_structp_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->l +PASS: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->bfield +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test + gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test - gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test * gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test / gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_structp_test + 1 +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test == gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test != gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test < gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test <= gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test > gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval gdb_long_test >= gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval &gdb_long_test == &gdb_short_test +PASS: gdb.trace/ax.exp: maint agent-eval &gdb_long_test < &gdb_short_test +Running ../../../master/gdb/testsuite/gdb.trace/backtrace.exp ... +PASS: gdb.trace/backtrace.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/circ.exp ... +PASS: gdb.trace/circ.exp: set circular-trace-buffer on +PASS: gdb.trace/circ.exp: show circular-trace-buffer (on) +PASS: gdb.trace/circ.exp: set circular-trace-buffer off +PASS: gdb.trace/circ.exp: show circular-trace-buffer (off) +PASS: gdb.trace/circ.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/collection.exp ... +PASS: gdb.trace/collection.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/deltrace.exp ... +PASS: gdb.trace/deltrace.exp: set tracepoint 1 +PASS: gdb.trace/deltrace.exp: set tracepoint 2 +PASS: gdb.trace/deltrace.exp: set tracepoint 3 +PASS: gdb.trace/deltrace.exp: 3.1a: set three tracepoints +PASS: gdb.trace/deltrace.exp: 3.1b: delete all tracepoints +PASS: gdb.trace/deltrace.exp: 3.2a: set three tracepoints +PASS: gdb.trace/deltrace.exp: 3.2b: delete first tracepoint +PASS: gdb.trace/deltrace.exp: 3.2c: verify delete first tracepoint +PASS: gdb.trace/deltrace.exp: 3.2d: delete second tracepoint +PASS: gdb.trace/deltrace.exp: 3.2e: verify delete second tracepoint +PASS: gdb.trace/deltrace.exp: 3.2f: delete third tracepoint +PASS: gdb.trace/deltrace.exp: 3.2g: verify delete third tracepoint +PASS: gdb.trace/deltrace.exp: 3.3a: set three tracepoints +PASS: gdb.trace/deltrace.exp: 3.3b: delete three tracepoints +PASS: gdb.trace/deltrace.exp: 3.3c: verify delete three tracepoints +PASS: gdb.trace/deltrace.exp: 3.4: delete invalid tracepoint number +PASS: gdb.trace/deltrace.exp: 3.5: delete tracepoint number zero +PASS: gdb.trace/deltrace.exp: 3.6: help delete tracepoints +Running ../../../master/gdb/testsuite/gdb.trace/infotrace.exp ... +PASS: gdb.trace/infotrace.exp: 2.1: info tracepoints (all) +PASS: gdb.trace/infotrace.exp: 2.2a: info tracepoint 1 (gdb_c_test) +PASS: gdb.trace/infotrace.exp: 2.2b: info tracepoint 2 (gdb_asm_test) +PASS: gdb.trace/infotrace.exp: 2.3: info tracepoint (invalid tracepoint number) +PASS: gdb.trace/infotrace.exp: 2.4: info trace rejects multiple tracepoint numbers +PASS: gdb.trace/infotrace.exp: 2.5: help info tracepoints +Running ../../../master/gdb/testsuite/gdb.trace/packetlen.exp ... +PASS: gdb.trace/packetlen.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/passc-dyn.exp ... +PASS: gdb.trace/passc-dyn.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/passcount.exp ... +PASS: gdb.trace/passcount.exp: 4.1a: set three tracepoints, passcounts all zero +PASS: gdb.trace/passcount.exp: 4.1b: set 1st tracepoint's passcount to two +PASS: gdb.trace/passcount.exp: 4.1c: verify 1st tracepoint's passcount set to two +PASS: gdb.trace/passcount.exp: 4.1d: set 2nd tracepoint's passcount to four +PASS: gdb.trace/passcount.exp: 4.1c: verify 2nd tracepoint's passcount set to four +PASS: gdb.trace/passcount.exp: 4.2b: set last (default) tp's passcount to six +PASS: gdb.trace/passcount.exp: 4.2b: verify last (default) tp's passcount set to six +PASS: gdb.trace/passcount.exp: 4.4a: reset last (default) tp's passcount to seven +PASS: gdb.trace/passcount.exp: 4.4a: verify reset last (default) tp's passcount to seven +PASS: gdb.trace/passcount.exp: 4.4b: reset second tracepoint's passcount to five +PASS: gdb.trace/passcount.exp: 4.4c: verify reset second tracepoint's passcount to five +PASS: gdb.trace/passcount.exp: 4.20a: set all three passcounts to three +PASS: gdb.trace/passcount.exp: 4.20a: set all three passcounts to three +PASS: gdb.trace/passcount.exp: 4.20a: reset all three passcounts to four +PASS: gdb.trace/passcount.exp: 4.20b: reset all three passcounts to four +PASS: gdb.trace/passcount.exp: 4.6: set passcount to zero +PASS: gdb.trace/passcount.exp: 4.6: set passcount to zero +PASS: gdb.trace/passcount.exp: 4.7: set passcount to large number (32767) +PASS: gdb.trace/passcount.exp: 4.7: set passcount to large number (32767) +PASS: gdb.trace/passcount.exp: 4.8: invalid tracepoint number in passcount +PASS: gdb.trace/passcount.exp: 4.9: help passcount +Running ../../../master/gdb/testsuite/gdb.trace/report.exp ... +PASS: gdb.trace/report.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/save-trace.exp ... +PASS: gdb.trace/save-trace.exp: 10.x: set passcount for tracepoint 1 +PASS: gdb.trace/save-trace.exp: 10.x: set condition for tracepoint 1 +PASS: gdb.trace/save-trace.exp: 10.x: set actions for tracepoint 1 +PASS: gdb.trace/save-trace.exp: 10.x: set passcount for tracepoint 2 +PASS: gdb.trace/save-trace.exp: 10.x: set condition for tracepoint 2 +PASS: gdb.trace/save-trace.exp: 10.x: set actions for tracepoint 2 +PASS: gdb.trace/save-trace.exp: 10.x: set passcount for tracepoint 3 +PASS: gdb.trace/save-trace.exp: 10.x: set condition for tracepoint 3 +PASS: gdb.trace/save-trace.exp: 10.x: set actions for tracepoint 3 +PASS: gdb.trace/save-trace.exp: 10.x: set passcount for tracepoint 4 +PASS: gdb.trace/save-trace.exp: 10.x: set condition for tracepoint 4 +PASS: gdb.trace/save-trace.exp: 10.x: set actions for tracepoint 4 +PASS: gdb.trace/save-trace.exp: 10.x: set passcount for tracepoint 5 +PASS: gdb.trace/save-trace.exp: 10.x: set condition for tracepoint 5 +PASS: gdb.trace/save-trace.exp: 10.x: set actions for tracepoint 5 +PASS: gdb.trace/save-trace.exp: 10.x: set passcount for tracepoint 6 +PASS: gdb.trace/save-trace.exp: 10.x: set condition for tracepoint 6 +PASS: gdb.trace/save-trace.exp: 10.x: set actions for tracepoint 6 +PASS: gdb.trace/save-trace.exp: 10: set default-collect +PASS: gdb.trace/save-trace.exp: 10.x: verify trace setup +PASS: gdb.trace/save-trace.exp: 10: show default-collect +PASS: gdb.trace/save-trace.exp: 10.1: save tracepoint definitions +PASS: gdb.trace/save-trace.exp: 10.2: clear default-collect +PASS: gdb.trace/save-trace.exp: 10.2: delete tracepoints +PASS: gdb.trace/save-trace.exp: 10.2: read back saved tracepoints +PASS: gdb.trace/save-trace.exp: 10.2: verify recovered tracepoints +PASS: gdb.trace/save-trace.exp: 10: show default-collect +PASS: gdb.trace/save-trace.exp: 10.3: save tracepoint definitions, full path +PASS: gdb.trace/save-trace.exp: 10.3: clear default-collect +PASS: gdb.trace/save-trace.exp: 10.3: delete tracepoints +PASS: gdb.trace/save-trace.exp: 10.4: read saved tracepoints, full path +PASS: gdb.trace/save-trace.exp: 10.3: verify recovered tracepoints, full path +PASS: gdb.trace/save-trace.exp: 10: show default-collect +PASS: gdb.trace/save-trace.exp: 10.7: help save-tracepoints +Running ../../../master/gdb/testsuite/gdb.trace/tfile.exp ... +PASS: gdb.trace/tfile.exp: target tfile +PASS: gdb.trace/tfile.exp: info tracepoints on trace file +PASS: gdb.trace/tfile.exp: tfind 0 on trace file +PASS: gdb.trace/tfile.exp: print testglob on trace file +PASS: gdb.trace/tfile.exp: print testglob2 on trace file +PASS: gdb.trace/tfile.exp: print constglob on trace file +PASS: gdb.trace/tfile.exp: tfind does not find a second frame in trace file +PASS: gdb.trace/tfile.exp: tstatus on trace file +PASS: gdb.trace/tfile.exp: leave tfind mode +PASS: gdb.trace/tfile.exp: no stack if no traceframe selected +PASS: gdb.trace/tfile.exp: no registers if no traceframe selected +PASS: gdb.trace/tfile.exp: target tfile +PASS: gdb.trace/tfile.exp: tstatus on error trace file +PASS: gdb.trace/tfile.exp: interpreter-exec mi "-target-select tfile basic.tf" +Running ../../../master/gdb/testsuite/gdb.trace/tfind.exp ... +PASS: gdb.trace/tfind.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/tracecmd.exp ... +PASS: gdb.trace/tracecmd.exp: 1.0: help tracepoints +PASS: gdb.trace/tracecmd.exp: 1.1a: set tracepoint at sourceline +PASS: gdb.trace/tracecmd.exp: 1.1b: trace sourcefile:line +PASS: gdb.trace/tracecmd.exp: 1.2a: trace invalid line in sourcefile +PASS: gdb.trace/tracecmd.exp: 1.2b: reject invalid line in srcfile +PASS: gdb.trace/tracecmd.exp: set breakpoint pending off +PASS: gdb.trace/tracecmd.exp: 1.3a: trace invalid source file +PASS: gdb.trace/tracecmd.exp: 1.3b: reject invalid srcfile +PASS: gdb.trace/tracecmd.exp: 1.4a: trace function by name +PASS: gdb.trace/tracecmd.exp: 1.4b: trace function by name +PASS: gdb.trace/tracecmd.exp: 1.5a: trace invalid function +PASS: gdb.trace/tracecmd.exp: 1.5b: reject invalid srcfile +PASS: gdb.trace/tracecmd.exp: 1.6a: trace at specific address +PASS: gdb.trace/tracecmd.exp: 1.6b: verify trace at specific address +PASS: gdb.trace/tracecmd.exp: 1.7a: trace at function label (before prologue) +PASS: gdb.trace/tracecmd.exp: 1.7b: verify trace at specific address +PASS: gdb.trace/tracecmd.exp: 1.9: trace <no arguments> +PASS: gdb.trace/tracecmd.exp: 1.11a: conditional tracepoint +PASS: gdb.trace/tracecmd.exp: 1.11b: verify conditional tracepoint +PASS: gdb.trace/tracecmd.exp: 1.14: help trace +PASS: gdb.trace/tracecmd.exp: Declined to set a fast tracepoint +Running ../../../master/gdb/testsuite/gdb.trace/tsv.exp ... +PASS: gdb.trace/tsv.exp: Create a trace state variable +PASS: gdb.trace/tsv.exp: Create a trace state variable with initial value +PASS: gdb.trace/tsv.exp: Change initial value of a trace state variable +PASS: gdb.trace/tsv.exp: Create a trace state variable with expression +PASS: gdb.trace/tsv.exp: Init trace state variable to a 64-bit value +PASS: gdb.trace/tsv.exp: tvariable syntax error, bad name +PASS: gdb.trace/tsv.exp: tvariable syntax error, not an assignment +PASS: gdb.trace/tsv.exp: List tvariables +PASS: gdb.trace/tsv.exp: Print a trace state variable before run +PASS: gdb.trace/tsv.exp: delete trace state variable +PASS: gdb.trace/tsv.exp: List tvariables after deletion +PASS: gdb.trace/tsv.exp: Delete all trace state variables +PASS: gdb.trace/tsv.exp: List tvariables after deleting all +PASS: gdb.trace/tsv.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/unavailable.exp ... +PASS: gdb.trace/unavailable.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/while-dyn.exp ... +PASS: gdb.trace/while-dyn.exp: Current target does not support trace +Running ../../../master/gdb/testsuite/gdb.trace/while-stepping.exp ... +PASS: gdb.trace/while-stepping.exp: 5.12: set a tracepoint, stepcount is zero +PASS: gdb.trace/while-stepping.exp: 5.12: set stepcount to 12 +PASS: gdb.trace/while-stepping.exp: 5.12: info trace shows "while-stepping" +PASS: gdb.trace/while-stepping.exp: 5.14: while-stepping null stepcount +PASS: gdb.trace/while-stepping.exp: 5.15: while-stepping rejects zero stepcount +PASS: gdb.trace/while-stepping.exp: 5.16: step without collecting anything +PASS: gdb.trace/while-stepping.exp: 5.16: confirm actions, step without collecting anything +Running ../../../master/gdb/testsuite/gdb.xml/tdesc-arch.exp ... +PASS: gdb.xml/tdesc-arch.exp: read valid architectures +PASS: gdb.xml/tdesc-arch.exp: read default architecture +PASS: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml (first architecture) +PASS: gdb.xml/tdesc-arch.exp: show architecture (first architecture) +KFAIL: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml (second architecture) (PRMS: gdb/2225) +PASS: gdb.xml/tdesc-arch.exp: show architecture (second architecture) +PASS: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml (invalid architecture) +PASS: gdb.xml/tdesc-arch.exp: show architecture (invalid architecture) +Running ../../../master/gdb/testsuite/gdb.xml/tdesc-errors.exp ... +PASS: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml +PASS: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml +Running ../../../master/gdb/testsuite/gdb.xml/tdesc-regs.exp ... +PASS: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml +PASS: gdb.xml/tdesc-regs.exp: set tdesc filename regs.xml - from extra-regs.xml +PASS: gdb.xml/tdesc-regs.exp: ptype $extrareg +PASS: gdb.xml/tdesc-regs.exp: ptype $uintreg +PASS: gdb.xml/tdesc-regs.exp: ptype $vecreg +PASS: gdb.xml/tdesc-regs.exp: ptype $unionreg +PASS: gdb.xml/tdesc-regs.exp: ptype $unionreg.v4 +PASS: gdb.xml/tdesc-regs.exp: ptype $structreg +PASS: gdb.xml/tdesc-regs.exp: ptype $structreg.v4 +PASS: gdb.xml/tdesc-regs.exp: ptype $bitfields +PASS: gdb.xml/tdesc-regs.exp: set tdesc filename regs.xml - from core-only.xml +PASS: gdb.xml/tdesc-regs.exp: ptype $extrareg +Running ../../../master/gdb/testsuite/gdb.xml/tdesc-xinclude.exp ... +PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml +PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml +PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml + + === gdb Summary === + +# of expected passes 17595 +# of unexpected failures 11 +# of unexpected successes 3 +# of expected failures 73 +# of untested testcases 12 +# of unsupported tests 69 +[...]/hurd/master.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20110704-cvs -nw -nx -data-directory [...]/hurd/master.build/gdb/testsuite/../data-directory + diff --git a/open_issues/gdb_catch_syscall.mdwn b/open_issues/gdb_catch_syscall.mdwn new file mode 100644 index 00000000..366c88f5 --- /dev/null +++ b/open_issues/gdb_catch_syscall.mdwn @@ -0,0 +1,18 @@ +[[!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]]."]]"""]] + +[[meta title="GDB: catch syscall"]] + + (gdb) catch syscall + The feature 'catch syscall' is not supported on this architeture yet. + +[[!tag open_issue_gdb]] + +Perhaps can ``marry'' that one with [[hurd/debugging/rpctrace]]? diff --git a/open_issues/gdb_head.mdwn b/open_issues/gdb_head.mdwn deleted file mode 100644 index e22a84cc..00000000 --- a/open_issues/gdb_head.mdwn +++ /dev/null @@ -1,46 +0,0 @@ -[[!meta copyright="Copyright © 2009, 2010 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]]."]]"""]] - -[[!meta title="GDB HEAD broken"]] - -[[!tag open_issue_gdb]] - - tschwinge@blubber:~/tmp/gdb/HEAD.build $ echo 'void main(void){*(volatile int *)0;}' | - > gcc -o 0 -x c - - <stdin>: In function ‘main’: - <stdin>:1: warning: return type of ‘main’ is not ‘int’ - tschwinge@blubber:~/tmp/gdb/HEAD.build $ ./0 - Segmentation fault - tschwinge@blubber:~/tmp/gdb/HEAD.build $ gdb/gdb 0 - GNU gdb (GDB) 7.0.50.20091111-cvs - Copyright (C) 2009 Free Software Foundation, Inc. - License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> - This is free software: you are free to change and redistribute it. - There is NO WARRANTY, to the extent permitted by law. Type "show copying" - and "show warranty" for details. - This GDB was configured as "i386-unknown-gnu0.3". - For bug reporting instructions, please see: - <http://www.gnu.org/software/gdb/bugs/>... - Reading symbols from /media/data/home/tschwinge/tmp/gdb/HEAD.build/0...done. - (gdb) r - Starting program: /media/data/home/tschwinge/tmp/gdb/HEAD.build/0 - Can't fetch registers from thread bogus thread id 1: No such thread - (gdb) quit - A debugging session is active. - - Inferior 1 [bogus thread id 0] will be killed. - - Quit anyway? (y or n) y - - -Good: 2009-10-19 09:30 -Bad: 2009-10-19 10 - -<http://sourceware.org/bugzilla/show_bug.cgi?id=12222> diff --git a/open_issues/gdb_testsuite.mdwn b/open_issues/gdb_testsuite.mdwn deleted file mode 100644 index c349294f..00000000 --- a/open_issues/gdb_testsuite.mdwn +++ /dev/null @@ -1,2093 +0,0 @@ -[[!meta copyright="Copyright © 2009 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]]."]]"""]] - -[[!meta title="GDB testsuite"]] - -Note that there may be false failures listed here, due to the [[term blocking]] -issue. - - -[[!tag open_issue_gdb]] - -Here's a log of a GDB testsuite run; this is from 2009-09-15 HEAD sources. - - make[1]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd' - make check-recursive - make[3]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd' - Making check in doc - make[4]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd/doc' - make[4]: Nothing to be done for `check'. - make[4]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd/doc' - Making check in po - make[4]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd/po' - make[4]: Nothing to be done for `check'. - make[4]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd/po' - make[4]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd' - make[4]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd' - make[3]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd' - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/bfd' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/opcodes' - Making check in . - make[3]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/opcodes' - make[3]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/opcodes' - Making check in po - make[3]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/opcodes/po' - make[3]: Nothing to be done for `check'. - make[3]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/opcodes/po' - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/opcodes' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/etc' - make[2]: Nothing to be done for `check'. - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/etc' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/intl' - make[2]: Nothing to be done for `check'. - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/intl' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/libdecnumber' - make[2]: Nothing to be done for `check'. - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/libdecnumber' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/libiberty' - make[3]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/libiberty/testsuite' - gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../HEAD/src/libiberty/testsuite/../../include -o test-demangle \ - ../../../HEAD/src/libiberty/testsuite/test-demangle.c ../libiberty.a - ./test-demangle < ../../../HEAD/src/libiberty/testsuite/demangle-expected - ./test-demangle: 777 tests, 0 failures - gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../HEAD/src/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ - ../../../HEAD/src/libiberty/testsuite/test-pexecute.c ../libiberty.a - ./test-pexecute - gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../HEAD/src/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ - ../../../HEAD/src/libiberty/testsuite/test-expandargv.c ../libiberty.a - ./test-expandargv - PASS: test-expandargv-0. - PASS: test-expandargv-1. - PASS: test-expandargv-2. - PASS: test-expandargv-3. - make[3]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/libiberty/testsuite' - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/libiberty' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/readline' - make[2]: Nothing to be done for `check'. - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/readline' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/sim' - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/sim' - make[2]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb' - make[3]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite' - make -k check-gdb.base1 check-gdb.base2 check-gdb.ada check-gdb.arch check-gdb.asm check-gdb.cell check-gdb.cp check-gdb.disasm check-gdb.dwarf2 check-gdb.fortran check-gdb.gdb check-gdb.java check-gdb.mi check-gdb.modula2 check-gdb.objc check-gdb.opt check-gdb.pascal check-gdb.python check-gdb.reverse check-gdb.server check-gdb.stabs check-gdb.threads check-gdb.trace check-gdb.xml; \ - /bin/bash ../../../HEAD/src/gdb/testsuite/dg-extract-results.sh \ - gdb.base1/gdb.sum gdb.base2/gdb.sum gdb.ada/gdb.sum gdb.arch/gdb.sum gdb.asm/gdb.sum gdb.cell/gdb.sum gdb.cp/gdb.sum gdb.disasm/gdb.sum gdb.dwarf2/gdb.sum gdb.fortran/gdb.sum gdb.gdb/gdb.sum gdb.java/gdb.sum gdb.mi/gdb.sum gdb.modula2/gdb.sum gdb.objc/gdb.sum gdb.opt/gdb.sum gdb.pascal/gdb.sum gdb.python/gdb.sum gdb.reverse/gdb.sum gdb.server/gdb.sum gdb.stabs/gdb.sum gdb.threads/gdb.sum gdb.trace/gdb.sum gdb.xml/gdb.sum > gdb.sum; \ - /bin/bash ../../../HEAD/src/gdb/testsuite/dg-extract-results.sh -L \ - gdb.base1/gdb.log gdb.base2/gdb.log gdb.ada/gdb.log gdb.arch/gdb.log gdb.asm/gdb.log gdb.cell/gdb.log gdb.cp/gdb.log gdb.disasm/gdb.log gdb.dwarf2/gdb.log gdb.fortran/gdb.log gdb.gdb/gdb.log gdb.java/gdb.log gdb.mi/gdb.log gdb.modula2/gdb.log gdb.objc/gdb.log gdb.opt/gdb.log gdb.pascal/gdb.log gdb.python/gdb.log gdb.reverse/gdb.log gdb.server/gdb.log gdb.stabs/gdb.log gdb.threads/gdb.log gdb.trace/gdb.log gdb.xml/gdb.log > gdb.log - make[4]: Entering directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite' - Nothing to be done for all... - Making a new config file... - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/a2-run.exp gdb.base/advance.exp gdb.base/all-bin.exp gdb.base/annota1.exp gdb.base/annota3.exp gdb.base/args.exp gdb.base/arithmet.exp gdb.base/arrayidx.exp gdb.base/assign.exp gdb.base/async.exp gdb.base/attach.exp gdb.base/auxv.exp gdb.base/bang.exp gdb.base/bfp-test.exp gdb.base/bigcore.exp gdb.base/bitfields.exp gdb.base/bitfields2.exp gdb.base/bitops.exp gdb.base/break-always.exp gdb.base/break.exp gdb.base/breakpoint-shadow.exp gdb.base/call-ar-st.exp gdb.base/call-rt-st.exp gdb.base/call-sc.exp gdb.base/call-signal-resume.exp gdb.base/call-strs.exp gdb.base/callexit.exp gdb.base/callfuncs.exp gdb.base/charset.exp gdb.base/checkpoint.exp gdb.base/chng-syms.exp gdb.base/code-expr.exp gdb.base/commands.exp gdb.base/completion.exp gdb.base/complex.exp gdb.base/cond-expr.exp gdb.base/condbreak.exp gdb.base/consecutive.exp gdb.base/constvars.exp gdb.base/corefile.exp gdb.base/cursal.exp gdb.base/cvexpr.exp gdb.base/dbx.exp gdb.base/default.exp gdb.base/define.exp gdb.base/del.exp gdb.base/detach.exp gdb.base/dfp-exprs.exp gdb.base/dfp-test.exp gdb.base/display.exp gdb.base/dump.exp gdb.base/echo.exp gdb.base/ena-dis-br.exp gdb.base/ending-run.exp gdb.base/environ.exp gdb.base/eval-skip.exp gdb.base/exe-lock.exp gdb.base/expand-psymtabs.exp gdb.base/exprs.exp gdb.base/fileio.exp gdb.base/find.exp gdb.base/finish.exp gdb.base/fixsection.exp gdb.base/float.exp gdb.base/foll-exec.exp gdb.base/foll-fork.exp gdb.base/foll-vfork.exp gdb.base/frame-args.exp gdb.base/freebpcmd.exp gdb.base/fullname.exp gdb.base/funcargs.exp gdb.base/gcore-buffer-overflow.exp gdb.base/gcore.exp gdb.base/gdb1056.exp gdb.base/gdb1090.exp gdb.base/gdb1250.exp gdb.base/gdb1555.exp gdb.base/gdb1821.exp gdb.base/gdbvars.exp gdb.base/hashline1.exp gdb.base/hashline2.exp gdb.base/hashline3.exp gdb.base/help.exp gdb.base/hook-stop-continue.exp gdb.base/hook-stop-frame.exp gdb.base/huge.exp gdb.base/ifelse.exp gdb.base/included.exp gdb.base/infnan.exp gdb.base/info-proc.exp gdb.base/info-target.exp gdb.base/interp.exp gdb.base/interrupt.exp gdb.base/jump.exp gdb.base/langs.exp gdb.base/lineinc.exp gdb.base/list.exp gdb.base/logical.exp gdb.base/long_long.exp gdb.base/longjmp.exp gdb.base/macscp.exp gdb.base/maint.exp gdb.base/mips_pro.exp gdb.base/miscexprs.exp gdb.base/multi-forks.exp --outdir gdb.base1 - Test Run By tschwinge on Fri Nov 13 02:02:31 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gcore.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/exe-lock.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/complex.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gdbvars.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/condbreak.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/detach.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/breakpoint-shadow.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/bigcore.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/jump.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/multi-forks.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/frame-args.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/dbx.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/echo.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/all-bin.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/bitfields2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gdb1821.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/environ.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/infnan.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/advance.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/commands.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/callfuncs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/define.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/foll-fork.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/auxv.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/interrupt.exp ... - FAIL: gdb.base/interrupt.exp: Send Control-C, second time - FAIL: gdb.base/interrupt.exp: send end of file - Running ../../../HEAD/src/gdb/testsuite/gdb.base/a2-run.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/call-signal-resume.exp ... - FAIL: gdb.base/call-signal-resume.exp: dummy stack frame number - XPASS: gdb.base/call-signal-resume.exp: frame - FAIL: gdb.base/call-signal-resume.exp: continue to breakpoint at stop_two - FAIL: gdb.base/call-signal-resume.exp: continue to receipt of signal (timeout) - FAIL: gdb.base/call-signal-resume.exp: break null_hand_call (timeout) - FAIL: gdb.base/call-signal-resume.exp: null_hand_call (timeout) - FAIL: gdb.base/call-signal-resume.exp: dummy stack frame number - FAIL: gdb.base/call-signal-resume.exp: set confirm off (timeout) - FAIL: gdb.base/call-signal-resume.exp: return (timeout) - FAIL: gdb.base/call-signal-resume.exp: break handle_signal (timeout) - FAIL: gdb.base/call-signal-resume.exp: continue to breakpoint at handle_signal (timeout) - FAIL: gdb.base/call-signal-resume.exp: continue to program exit (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/hashline2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/async.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/callexit.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/freebpcmd.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/corefile.exp ... - WARNING: can't generate a core file - core tests suppressed - check ulimit -c - Running ../../../HEAD/src/gdb/testsuite/gdb.base/hook-stop-frame.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/info-proc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/arithmet.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/call-sc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/info-target.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/expand-psymtabs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/checkpoint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/cond-expr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/consecutive.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/help.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/finish.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/lineinc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/annota1.exp ... - FAIL: gdb.base/annota1.exp: run until main breakpoint - FAIL: gdb.base/annota1.exp: send SIGUSR1 (timeout) - FAIL: gdb.base/annota1.exp: backtrace @ signal handler (timeout) - FAIL: gdb.base/annota1.exp: delete bp 1 (timeout) - FAIL: gdb.base/annota1.exp: delete bp 2 (timeout) - FAIL: gdb.base/annota1.exp: delete bp 3 (timeout) - FAIL: gdb.base/annota1.exp: break at 28 (timeout) - FAIL: gdb.base/annota1.exp: set up display (timeout) - FAIL: gdb.base/annota1.exp: re-run (timeout) - FAIL: gdb.base/annota1.exp: break at 46 (timeout) - FAIL: gdb.base/annota1.exp: ignore 5 4 (timeout) - FAIL: gdb.base/annota1.exp: annotate ignore count change (timeout) - FAIL: gdb.base/annota1.exp: next to exit loop - FAIL: gdb.base/annota1.exp: breakpoint ignore count (timeout) - FAIL: gdb.base/annota1.exp: signal sent (timeout) - FAIL: gdb.base/annota1.exp: thread switch (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/logical.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/fixsection.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/annota3.exp ... - FAIL: gdb.base/annota3.exp: send SIGUSR1 (pattern 4) (timeout) - FAIL: gdb.base/annota3.exp: backtrace @ signal handler (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: delete bp 1 (pattern 1 + sentinel) (timeout) - FAIL: gdb.base/annota3.exp: delete bp 2 (pattern 1 + sentinel) (timeout) - FAIL: gdb.base/annota3.exp: delete bp 3 (pattern 1 + sentinel) (timeout) - FAIL: gdb.base/annota3.exp: break at 28 (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: set up display (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: re-run (timeout) - FAIL: gdb.base/annota3.exp: break at 46 (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: ignore 5 4 (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: annotate ignore count change (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: next to exit loop (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: breakpoint ignore count (pattern 1) (timeout) - FAIL: gdb.base/annota3.exp: signal sent (pattern 1) (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/args.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/hook-stop-continue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/display.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/ifelse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gdb1056.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/bitops.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/completion.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/list.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/long_long.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/bang.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/mips_pro.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/dfp-exprs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/interp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/exprs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/ena-dis-br.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/langs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/hashline1.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/assign.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/call-strs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/default.exp ... - FAIL: gdb.base/default.exp: show convenience - Running ../../../HEAD/src/gdb/testsuite/gdb.base/dump.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/hashline3.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/foll-exec.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/ending-run.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/dfp-test.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gcore-buffer-overflow.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/fileio.exp ... - FAIL: gdb.base/fileio.exp: Stat a NULL pathname returns ENOENT or EFAULT - FAIL: gdb.base/fileio.exp: Stat an empty pathname returns ENOENT - FAIL: gdb.base/fileio.exp: Stat a nonexistant file returns ENOENT (the program is no longer running) - FAIL: gdb.base/fileio.exp: Fstat an open file (the program is no longer running) - FAIL: gdb.base/fileio.exp: Fstat an invalid file descriptor returns EBADF (the program is no longer running) - FAIL: gdb.base/fileio.exp: Isatty (stdin) (the program is no longer running) - FAIL: gdb.base/fileio.exp: Isatty (stdout) (the program is no longer running) - FAIL: gdb.base/fileio.exp: Isatty (stderr) (the program is no longer running) - FAIL: gdb.base/fileio.exp: Isatty (invalid fd) (the program is no longer running) - FAIL: gdb.base/fileio.exp: Isatty (open file) (the program is no longer running) - FAIL: gdb.base/fileio.exp: System says shell is available (the program is no longer running) - FAIL: gdb.base/fileio.exp: System(3) call (the program is no longer running) - FAIL: gdb.base/fileio.exp: System with invalid command returns 127 (the program is no longer running) - FAIL: gdb.base/fileio.exp: Rename a file (the program is no longer running) - FAIL: gdb.base/fileio.exp: Renaming a file to existing directory returns EISDIR (the program is no longer running) - FAIL: gdb.base/fileio.exp: Renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST (the program is no longer running) - FAIL: gdb.base/fileio.exp: Renaming a directory to a subdir of itself returns EINVAL (the program is no longer running) - FAIL: gdb.base/fileio.exp: Renaming a nonexistant file returns ENOENT (the program is no longer running) - FAIL: gdb.base/fileio.exp: Unlink a file (the program is no longer running) - FAIL: gdb.base/fileio.exp: Unlinking a file in a directory w/o write access returns EACCES (the program is no longer running) - FAIL: gdb.base/fileio.exp: Unlinking a nonexistant file returns ENOENT (the program is no longer running) - FAIL: gdb.base/fileio.exp: Time(2) call returns the same value as in parameter (the program is no longer running) - FAIL: gdb.base/fileio.exp: Time(2) returns feasible values (the program is no longer running) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/huge.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/find.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/eval-skip.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/arrayidx.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gdb1555.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/attach.exp ... - FAIL: gdb.base/attach.exp: attach to nonsense is prohibited (bogus pid allowed) - FAIL: gdb.base/attach.exp: attach to nonexistent process is prohibited - FAIL: gdb.base/attach.exp: attach1, after setting file - FAIL: gdb.base/attach.exp: attach1 detach - FAIL: gdb.base/attach.exp: set file, before attach2 - FAIL: gdb.base/attach.exp: after attach2, set tbreak postloop - FAIL: gdb.base/attach.exp: (timeout) after attach2, reach tbreak postloop - FAIL: gdb.base/attach.exp: after attach2, exit (timeout) - FAIL: gdb.base/attach.exp: set source path - FAIL: gdb.base/attach.exp: cd away from process working directory (the program is no longer running) - FAIL: gdb.base/attach.exp: before attach3, flush symbols - FAIL: gdb.base/attach.exp: before attach3, flush exec - FAIL: gdb.base/attach.exp: attach when process' a.out not in cwd - FAIL: gdb.base/attach.exp: after attach3, exit - FAIL: gdb.base/attach.exp: attach call - FAIL: gdb.base/attach.exp: c - Running ../../../HEAD/src/gdb/testsuite/gdb.base/break.exp ... - FAIL: gdb.base/break.exp: breakpoint at start of multi line while conditional - FAIL: gdb.base/break.exp: breakpoint info - Running ../../../HEAD/src/gdb/testsuite/gdb.base/del.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/miscexprs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/float.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/longjmp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/code-expr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/included.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/call-ar-st.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/cvexpr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/maint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/funcargs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/chng-syms.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/foll-vfork.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/charset.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/cursal.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/break-always.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/call-rt-st.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/constvars.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/fullname.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gdb1250.exp ... - FAIL: gdb.base/gdb1250.exp: running to abort in runto - Running ../../../HEAD/src/gdb/testsuite/gdb.base/bfp-test.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/bitfields.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/macscp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/gdb1090.exp ... - - === gdb Summary === - - # of expected passes 3882 - # of unexpected failures 86 - # of unexpected successes 1 - # of expected failures 6 - # of known failures 19 - # of untested testcases 1 - # of unsupported tests 4 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.base1] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/nodebug.exp gdb.base/nofield.exp gdb.base/opaque.exp gdb.base/overlays.exp gdb.base/page.exp gdb.base/pc-fp.exp gdb.base/pending.exp gdb.base/pie-support.exp gdb.base/pointers.exp gdb.base/prelink.exp gdb.base/printcmds.exp gdb.base/prologue.exp gdb.base/psymtab.exp gdb.base/ptr-typedef.exp gdb.base/ptype.exp gdb.base/radix.exp gdb.base/randomize.exp gdb.base/readline.exp gdb.base/recurse.exp gdb.base/regs.exp gdb.base/relational.exp gdb.base/relativedebug.exp gdb.base/relocate.exp gdb.base/remote.exp gdb.base/remotetimeout.exp gdb.base/reread.exp gdb.base/restore.exp gdb.base/return-nodebug.exp gdb.base/return.exp gdb.base/return2.exp gdb.base/savedregs.exp gdb.base/scope.exp gdb.base/sect-cmd.exp gdb.base/sep.exp gdb.base/sepdebug.exp gdb.base/sepsymtab.exp gdb.base/set-lang-auto.exp gdb.base/setshow.exp gdb.base/setvar.exp gdb.base/shlib-call.exp gdb.base/shreloc.exp gdb.base/sigall.exp gdb.base/sigaltstack.exp gdb.base/sigbpt.exp gdb.base/sigchld.exp gdb.base/siginfo-addr.exp gdb.base/siginfo-obj.exp gdb.base/siginfo.exp gdb.base/signals.exp gdb.base/signull.exp gdb.base/sigrepeat.exp gdb.base/sigstep.exp gdb.base/sizeof.exp gdb.base/so-impl-ld.exp gdb.base/so-indr-cl.exp gdb.base/solib-disc.exp gdb.base/solib-display.exp gdb.base/solib-overlap.exp gdb.base/solib-symbol.exp gdb.base/solib-weak.exp gdb.base/solib.exp gdb.base/source.exp gdb.base/stack-checking.exp gdb.base/start.exp gdb.base/step-break.exp gdb.base/step-bt.exp gdb.base/step-line.exp gdb.base/step-test.exp gdb.base/store.exp gdb.base/structs.exp gdb.base/structs2.exp gdb.base/structs3.exp gdb.base/subst.exp gdb.base/term.exp gdb.base/trace-commands.exp gdb.base/twice.exp gdb.base/type-opaque.exp gdb.base/unload.exp gdb.base/until.exp gdb.base/unwindonsignal.exp gdb.base/value-double-free.exp gdb.base/varargs.exp gdb.base/volatile.exp gdb.base/watch_thread_num.exp gdb.base/watchpoint-hw.exp gdb.base/watchpoint-solib.exp gdb.base/watchpoint.exp gdb.base/whatis-exp.exp gdb.base/whatis.exp --outdir gdb.base2 - Test Run By tschwinge on Fri Nov 13 04:33:11 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.base/radix.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/return.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/watchpoint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/signals.exp ... - FAIL: gdb.base/signals.exp: p count #1 - FAIL: gdb.base/signals.exp: p func1 () #2 - FAIL: gdb.base/signals.exp: backtrace from handler when calling func1 - FAIL: gdb.base/signals.exp: continue (the program exited) - FAIL: gdb.base/signals.exp: p count #2 - FAIL: gdb.base/signals.exp: signal without arguments disallowed (the program is no longer running) - FAIL: gdb.base/signals.exp: signal SIGUSR1 (the program is no longer running) - FAIL: gdb.base/signals.exp: backtrace for SIGUSR1 - Running ../../../HEAD/src/gdb/testsuite/gdb.base/randomize.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/return-nodebug.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/set-lang-auto.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/structs2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/opaque.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/printcmds.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/restore.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/savedregs.exp ... - FAIL: gdb.base/savedregs.exp: Get thrower info frame - FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main - FAIL: gdb.base/savedregs.exp: call caller (1,2,3,4,5,6,7,8) (timeout) - FAIL: gdb.base/savedregs.exp: Get dummy info frame (timeout) - FAIL: gdb.base/savedregs.exp: Get catcher info frame (timeout) - FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main (timeout) - FAIL: gdb.base/savedregs.exp: advance callee (timeout) - FAIL: gdb.base/savedregs.exp: Get caller info frame (timeout) - FAIL: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/prologue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/pending.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/setvar.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/varargs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/trace-commands.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/so-impl-ld.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/relocate.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sepdebug.exp ... - FAIL: gdb.base/sepdebug.exp: breakpoint at start of multi line while conditional - FAIL: gdb.base/sepdebug.exp: breakpoint info - Running ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo-obj.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/shreloc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sigaltstack.exp ... - FAIL: gdb.base/sigaltstack.exp: continue to catch (timeout) - FAIL: gdb.base/sigaltstack.exp: next (timeout) - FAIL: gdb.base/sigaltstack.exp: backtrace (pattern 1) (timeout) - FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF (timeout) - FAIL: gdb.base/sigaltstack.exp: finish to throw INNER (timeout) - ERROR: internal buffer is full. - FAIL: gdb.base/sigaltstack.exp: finish from catch INNER (timeout) - FAIL: gdb.base/sigaltstack.exp: finish to OUTER (timeout) - FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN (timeout) - FAIL: gdb.base/sigaltstack.exp: finish to MAIN (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/relational.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/volatile.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sizeof.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/solib.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/store.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/start.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/solib-weak.exp ... - FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first - FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first - FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first - Running ../../../HEAD/src/gdb/testsuite/gdb.base/term.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sep.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/nofield.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/whatis-exp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/return2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/shlib-call.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/solib-symbol.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sigall.exp ... - FAIL: gdb.base/sigall.exp: advance to HUP (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGHUP stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_HUP (timeout) - FAIL: gdb.base/sigall.exp: b gen_QUIT (timeout) - FAIL: gdb.base/sigall.exp: get signal HUP (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to QUIT (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGQUIT stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_QUIT (timeout) - FAIL: gdb.base/sigall.exp: b gen_ILL (timeout) - FAIL: gdb.base/sigall.exp: get signal QUIT (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to ILL (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGILL stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_ILL (timeout) - FAIL: gdb.base/sigall.exp: b gen_EMT (timeout) - FAIL: gdb.base/sigall.exp: get signal ILL (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to EMT (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGEMT stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_EMT (timeout) - FAIL: gdb.base/sigall.exp: b gen_FPE (timeout) - FAIL: gdb.base/sigall.exp: get signal EMT (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to FPE (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGFPE stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_FPE (timeout) - FAIL: gdb.base/sigall.exp: b gen_BUS (timeout) - FAIL: gdb.base/sigall.exp: get signal FPE (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to BUS (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGBUS stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_BUS (timeout) - FAIL: gdb.base/sigall.exp: b gen_SEGV (timeout) - FAIL: gdb.base/sigall.exp: get signal BUS (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to SEGV (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGSEGV stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_SEGV (timeout) - FAIL: gdb.base/sigall.exp: b gen_SYS (timeout) - FAIL: gdb.base/sigall.exp: get signal SEGV (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to SYS (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGSYS stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_SYS (timeout) - FAIL: gdb.base/sigall.exp: b gen_PIPE (timeout) - FAIL: gdb.base/sigall.exp: get signal SYS (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to PIPE (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGPIPE stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_PIPE (timeout) - FAIL: gdb.base/sigall.exp: b gen_ALRM (timeout) - FAIL: gdb.base/sigall.exp: get signal PIPE (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to ALRM (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGALRM stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_ALRM (timeout) - FAIL: gdb.base/sigall.exp: b gen_URG (timeout) - FAIL: gdb.base/sigall.exp: get signal ALRM (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to URG (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGURG stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_URG (timeout) - FAIL: gdb.base/sigall.exp: b gen_TSTP (timeout) - FAIL: gdb.base/sigall.exp: get signal URG (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to TSTP (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGTSTP stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_TSTP (timeout) - FAIL: gdb.base/sigall.exp: b gen_CONT (timeout) - FAIL: gdb.base/sigall.exp: get signal TSTP (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to CONT (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGCONT stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_CONT (timeout) - FAIL: gdb.base/sigall.exp: b gen_CHLD (timeout) - FAIL: gdb.base/sigall.exp: get signal CONT (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to CHLD (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGCHLD stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_CHLD (timeout) - FAIL: gdb.base/sigall.exp: b gen_TTIN (timeout) - FAIL: gdb.base/sigall.exp: get signal CHLD (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to TTIN (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGTTIN stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_TTIN (timeout) - FAIL: gdb.base/sigall.exp: b gen_TTOU (timeout) - FAIL: gdb.base/sigall.exp: get signal TTIN (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to TTOU (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGTTOU stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_TTOU (timeout) - FAIL: gdb.base/sigall.exp: b gen_IO (timeout) - FAIL: gdb.base/sigall.exp: get signal TTOU (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to IO (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGIO stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_IO (timeout) - FAIL: gdb.base/sigall.exp: b gen_XCPU (timeout) - FAIL: gdb.base/sigall.exp: get signal IO (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to XCPU (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGXCPU stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_XCPU (timeout) - FAIL: gdb.base/sigall.exp: b gen_XFSZ (timeout) - FAIL: gdb.base/sigall.exp: get signal XCPU (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to XFSZ (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGXFSZ stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_XFSZ (timeout) - FAIL: gdb.base/sigall.exp: b gen_VTALRM (timeout) - FAIL: gdb.base/sigall.exp: get signal XFSZ (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to VTALRM (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGVTALRM stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_VTALRM (timeout) - FAIL: gdb.base/sigall.exp: b gen_PROF (timeout) - FAIL: gdb.base/sigall.exp: get signal VTALRM (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to PROF (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGPROF stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_PROF (timeout) - FAIL: gdb.base/sigall.exp: b gen_WINCH (timeout) - FAIL: gdb.base/sigall.exp: get signal PROF (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to WINCH (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGWINCH stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_WINCH (timeout) - FAIL: gdb.base/sigall.exp: b gen_LOST (timeout) - FAIL: gdb.base/sigall.exp: get signal WINCH (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to LOST (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGLOST stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_LOST (timeout) - FAIL: gdb.base/sigall.exp: b gen_USR1 (timeout) - FAIL: gdb.base/sigall.exp: get signal LOST (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to USR1 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGUSR1 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_USR1 (timeout) - FAIL: gdb.base/sigall.exp: b gen_USR2 (timeout) - FAIL: gdb.base/sigall.exp: get signal USR1 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to USR2 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGUSR2 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_USR2 (timeout) - FAIL: gdb.base/sigall.exp: b gen_PWR (timeout) - FAIL: gdb.base/sigall.exp: get signal USR2 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to PWR (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGPWR stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_PWR (timeout) - FAIL: gdb.base/sigall.exp: b gen_POLL (timeout) - FAIL: gdb.base/sigall.exp: get signal PWR (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to POLL (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGPOLL stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_POLL (timeout) - FAIL: gdb.base/sigall.exp: b gen_WIND (timeout) - FAIL: gdb.base/sigall.exp: get signal POLL (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to WIND (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGWIND stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_WIND (timeout) - FAIL: gdb.base/sigall.exp: b gen_PHONE (timeout) - FAIL: gdb.base/sigall.exp: get signal WIND (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to PHONE (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGPHONE stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_PHONE (timeout) - FAIL: gdb.base/sigall.exp: b gen_WAITING (timeout) - FAIL: gdb.base/sigall.exp: get signal PHONE (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to WAITING (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGWAITING stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_WAITING (timeout) - FAIL: gdb.base/sigall.exp: b gen_LWP (timeout) - FAIL: gdb.base/sigall.exp: get signal WAITING (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to LWP (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGLWP stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_LWP (timeout) - FAIL: gdb.base/sigall.exp: b gen_DANGER (timeout) - FAIL: gdb.base/sigall.exp: get signal LWP (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to DANGER (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGDANGER stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_DANGER (timeout) - FAIL: gdb.base/sigall.exp: b gen_GRANT (timeout) - FAIL: gdb.base/sigall.exp: get signal DANGER (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to GRANT (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGGRANT stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_GRANT (timeout) - FAIL: gdb.base/sigall.exp: b gen_RETRACT (timeout) - FAIL: gdb.base/sigall.exp: get signal GRANT (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to RETRACT (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGRETRACT stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_RETRACT (timeout) - FAIL: gdb.base/sigall.exp: b gen_MSG (timeout) - FAIL: gdb.base/sigall.exp: get signal RETRACT (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to MSG (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGMSG stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_MSG (timeout) - FAIL: gdb.base/sigall.exp: b gen_SOUND (timeout) - FAIL: gdb.base/sigall.exp: get signal MSG (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to SOUND (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGSOUND stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_SOUND (timeout) - FAIL: gdb.base/sigall.exp: b gen_SAK (timeout) - FAIL: gdb.base/sigall.exp: get signal SOUND (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to SAK (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGSAK stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_SAK (timeout) - FAIL: gdb.base/sigall.exp: b gen_PRIO (timeout) - FAIL: gdb.base/sigall.exp: get signal SAK (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to PRIO (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGPRIO stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_PRIO (timeout) - FAIL: gdb.base/sigall.exp: b gen_33 (timeout) - FAIL: gdb.base/sigall.exp: get signal PRIO (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 33 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG33 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_33 (timeout) - FAIL: gdb.base/sigall.exp: b gen_34 (timeout) - FAIL: gdb.base/sigall.exp: get signal 33 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 34 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG34 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_34 (timeout) - FAIL: gdb.base/sigall.exp: b gen_35 (timeout) - FAIL: gdb.base/sigall.exp: get signal 34 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 35 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG35 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_35 (timeout) - FAIL: gdb.base/sigall.exp: b gen_36 (timeout) - FAIL: gdb.base/sigall.exp: get signal 35 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 36 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG36 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_36 (timeout) - FAIL: gdb.base/sigall.exp: b gen_37 (timeout) - FAIL: gdb.base/sigall.exp: get signal 36 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 37 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG37 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_37 (timeout) - FAIL: gdb.base/sigall.exp: b gen_38 (timeout) - FAIL: gdb.base/sigall.exp: get signal 37 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 38 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG38 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_38 (timeout) - FAIL: gdb.base/sigall.exp: b gen_39 (timeout) - FAIL: gdb.base/sigall.exp: get signal 38 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 39 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG39 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_39 (timeout) - FAIL: gdb.base/sigall.exp: b gen_40 (timeout) - FAIL: gdb.base/sigall.exp: get signal 39 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 40 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG40 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_40 (timeout) - FAIL: gdb.base/sigall.exp: b gen_41 (timeout) - FAIL: gdb.base/sigall.exp: get signal 40 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 41 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG41 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_41 (timeout) - FAIL: gdb.base/sigall.exp: b gen_42 (timeout) - FAIL: gdb.base/sigall.exp: get signal 41 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 42 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG42 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_42 (timeout) - FAIL: gdb.base/sigall.exp: b gen_43 (timeout) - FAIL: gdb.base/sigall.exp: get signal 42 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 43 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG43 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_43 (timeout) - FAIL: gdb.base/sigall.exp: b gen_44 (timeout) - FAIL: gdb.base/sigall.exp: get signal 43 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 44 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG44 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_44 (timeout) - FAIL: gdb.base/sigall.exp: b gen_45 (timeout) - FAIL: gdb.base/sigall.exp: get signal 44 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 45 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG45 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_45 (timeout) - FAIL: gdb.base/sigall.exp: b gen_46 (timeout) - FAIL: gdb.base/sigall.exp: get signal 45 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 46 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG46 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_46 (timeout) - FAIL: gdb.base/sigall.exp: b gen_47 (timeout) - FAIL: gdb.base/sigall.exp: get signal 46 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 47 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG47 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_47 (timeout) - FAIL: gdb.base/sigall.exp: b gen_48 (timeout) - FAIL: gdb.base/sigall.exp: get signal 47 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 48 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG48 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_48 (timeout) - FAIL: gdb.base/sigall.exp: b gen_49 (timeout) - FAIL: gdb.base/sigall.exp: get signal 48 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 49 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG49 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_49 (timeout) - FAIL: gdb.base/sigall.exp: b gen_50 (timeout) - FAIL: gdb.base/sigall.exp: get signal 49 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 50 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG50 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_50 (timeout) - FAIL: gdb.base/sigall.exp: b gen_51 (timeout) - FAIL: gdb.base/sigall.exp: get signal 50 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 51 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG51 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_51 (timeout) - FAIL: gdb.base/sigall.exp: b gen_52 (timeout) - FAIL: gdb.base/sigall.exp: get signal 51 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 52 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG52 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_52 (timeout) - FAIL: gdb.base/sigall.exp: b gen_53 (timeout) - FAIL: gdb.base/sigall.exp: get signal 52 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 53 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG53 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_53 (timeout) - FAIL: gdb.base/sigall.exp: b gen_54 (timeout) - FAIL: gdb.base/sigall.exp: get signal 53 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 54 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG54 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_54 (timeout) - FAIL: gdb.base/sigall.exp: b gen_55 (timeout) - FAIL: gdb.base/sigall.exp: get signal 54 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 55 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG55 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_55 (timeout) - FAIL: gdb.base/sigall.exp: b gen_56 (timeout) - FAIL: gdb.base/sigall.exp: get signal 55 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 56 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG56 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_56 (timeout) - FAIL: gdb.base/sigall.exp: b gen_57 (timeout) - FAIL: gdb.base/sigall.exp: get signal 56 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 57 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG57 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_57 (timeout) - FAIL: gdb.base/sigall.exp: b gen_58 (timeout) - FAIL: gdb.base/sigall.exp: get signal 57 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 58 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG58 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_58 (timeout) - FAIL: gdb.base/sigall.exp: b gen_59 (timeout) - FAIL: gdb.base/sigall.exp: get signal 58 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 59 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG59 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_59 (timeout) - FAIL: gdb.base/sigall.exp: b gen_60 (timeout) - FAIL: gdb.base/sigall.exp: get signal 59 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 60 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG60 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_60 (timeout) - FAIL: gdb.base/sigall.exp: b gen_61 (timeout) - FAIL: gdb.base/sigall.exp: get signal 60 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 61 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG61 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_61 (timeout) - FAIL: gdb.base/sigall.exp: b gen_62 (timeout) - FAIL: gdb.base/sigall.exp: get signal 61 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 62 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG62 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_62 (timeout) - FAIL: gdb.base/sigall.exp: b gen_63 (timeout) - FAIL: gdb.base/sigall.exp: get signal 62 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to 63 (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIG63 stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_63 (timeout) - FAIL: gdb.base/sigall.exp: b gen_TERM (timeout) - FAIL: gdb.base/sigall.exp: get signal 63 (eof or timeout) - FAIL: gdb.base/sigall.exp: advance to TERM (eof or timeout) - FAIL: gdb.base/sigall.exp: handle SIGTERM stop print (timeout) - FAIL: gdb.base/sigall.exp: b handle_TERM (timeout) - FAIL: gdb.base/sigall.exp: get signal TERM (timeout) - FAIL: gdb.base/sigall.exp: send signal TERM (timeout) - FAIL: gdb.base/sigall.exp: continue until exit at continue to sigall exit (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/setshow.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/unwindonsignal.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/structs3.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/page.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/pc-fp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/step-bt.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/solib-overlap.exp ... - sh: prelink: not found - Running ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo-addr.exp ... - gdb compile failed, ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo-addr.c: In function 'main': - ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo-addr.c:58: error: 'SA_SIGINFO' undeclared (first use in this function) - ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo-addr.c:58: error: (Each undeclared identifier is reported only once - ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo-addr.c:58: error: for each function it appears in.) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/siginfo.exp ... - FAIL: gdb.base/siginfo.exp: continue to stepi handler (timeout) - FAIL: gdb.base/siginfo.exp: backtrace for nexti (pattern 1) (timeout) - FAIL: gdb.base/siginfo.exp: step out of handler (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/structs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/subst.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/step-test.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/step-line.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/source.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/recurse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/type-opaque.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/ptype.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/relativedebug.exp ... - FAIL: gdb.base/relativedebug.exp: pause found in backtrace - Running ../../../HEAD/src/gdb/testsuite/gdb.base/remotetimeout.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/until.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/pointers.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/ptr-typedef.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/readline.exp ... - FAIL: gdb.base/readline.exp: Simple operate-and-get-next - C-o for p 1 - FAIL: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send if 1 > 0 - FAIL: gdb.base/readline.exp: print 42 (timeout) - FAIL: gdb.base/readline.exp: arrow keys with secondary prompt (timeout) - ERROR: (timeout) GDB never initialized after 10 seconds. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - Running ../../../HEAD/src/gdb/testsuite/gdb.base/watchpoint-hw.exp ... - ERROR: (timeout) GDB never initialized after 10 seconds. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: couldn't load /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/gdb.base/watchpoint-hw into /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb (timed out). - ERROR: no fileid for www2 - ERROR: Couldn't send watch watchee to GDB. - ERROR: no fileid for www2 - Running ../../../HEAD/src/gdb/testsuite/gdb.base/signull.exp ... - ERROR: (timeout) GDB never initialized after 10 seconds. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: couldn't load /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/gdb.base/signull into /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb (timed out). - ERROR: no fileid for www2 - ERROR: Delete all breakpoints in delete_breakpoints (timeout) - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: Couldn't send set test = code_entry_point to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: Couldn't send break bowler to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send break keeper to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send handle SIGSEGV to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send handle SIGBUS to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send set test = data_read to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send backtrace to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send backtrace to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send set test = data_write to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send backtrace to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send backtrace to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send set test = code_entry_point to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send backtrace to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send backtrace to GDB. - Running ../../../HEAD/src/gdb/testsuite/gdb.base/so-indr-cl.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/psymtab.exp ... - ERROR: (timeout) GDB never initialized after 10 seconds. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: couldn't load /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/gdb.base/psymtab into /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb (timed out). - ERROR: no fileid for www2 - ERROR: Couldn't send set breakpoint pending off to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send break zzz::dummy to GDB. - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sect-cmd.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sepsymtab.exp ... - ERROR: (timeout) GDB never initialized after 10 seconds. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: couldn't load /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/gdb.base/sepsymtab into /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb (timed out). - ERROR: no fileid for www2 - ERROR: Couldn't send info sym main to GDB. - Running ../../../HEAD/src/gdb/testsuite/gdb.base/unload.exp ... - ERROR: (timeout) GDB never initialized after 10 seconds. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: couldn't load /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/gdb.base/unload into /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb (timed out). - ERROR: no fileid for www2 - ERROR: Couldn't send break shrfunc1 to GDB. - ERROR: no fileid for www2 - ERROR: Couldn't send info break to GDB. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - ERROR: no fileid for www2 - ERROR: no fileid for www2 - ERROR: Couldn't send continue to GDB. - Running ../../../HEAD/src/gdb/testsuite/gdb.base/twice.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/nodebug.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/remote.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sigchld.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/whatis.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/pie-support.exp ... - FAIL: gdb.base/pie-support.exp: correctly detected PIE binary - Running ../../../HEAD/src/gdb/testsuite/gdb.base/solib-disc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sigbpt.exp ... - FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler (timeout) - FAIL: gdb.base/sigbpt.exp: (timeout) rerun to main - FAIL: gdb.base/sigbpt.exp: stepi bp before segv; pass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before segv; nopass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1 (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1 (timeout) - FAIL: gdb.base/sigbpt.exp: (timeout) rerun to main - FAIL: gdb.base/sigbpt.exp: stepi bp at segv; pass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp at segv; nopass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1 (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1 (timeout) - FAIL: gdb.base/sigbpt.exp: (timeout) rerun to main - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; pass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; nopass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: (timeout) rerun to main - FAIL: gdb.base/sigbpt.exp: cont; pass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: cont; continue to keeper (timeout) - FAIL: gdb.base/sigbpt.exp: cont; nopass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0 of 1 (timeout) - FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault (timeout) - FAIL: gdb.base/sigbpt.exp: cont; stepi fault (timeout) - FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1 (timeout) - FAIL: gdb.base/sigbpt.exp: (timeout) rerun to main - FAIL: gdb.base/sigbpt.exp: cont bp after segv; pass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; nopass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2 (timeout) - FAIL: gdb.base/sigbpt.exp: (timeout) rerun to main - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; pass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; nopass SIGSEGV (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0 of 3 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1 of 3 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2 of 3 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3 (timeout) - FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3 (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/scope.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/reread.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/value-double-free.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/solib-display.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sigrepeat.exp ... - FAIL: gdb.base/sigrepeat.exp: next - Running ../../../HEAD/src/gdb/testsuite/gdb.base/watch_thread_num.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/prelink.exp ... - sh: prelink: not found - Running ../../../HEAD/src/gdb/testsuite/gdb.base/overlays.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/step-break.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/watchpoint-solib.exp ... - FAIL: gdb.base/watchpoint-solib.exp: continue to foo (the program exited) - FAIL: gdb.base/watchpoint-solib.exp: set watchpoint on g - FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit (the program is no longer running) - FAIL: gdb.base/watchpoint-solib.exp: continue to foo again (the program exited) - FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again (the program is no longer running) - Running ../../../HEAD/src/gdb/testsuite/gdb.base/stack-checking.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.base/sigstep.exp ... - FAIL: gdb.base/sigstep.exp: backtrace for nexti (pattern 2) - FAIL: gdb.base/sigstep.exp: step from handler; continue to handler (timeout) - FAIL: gdb.base/sigstep.exp: step from handler; leave handler (timeout) - FAIL: gdb.base/sigstep.exp: stepi from handleri; continue to handler (timeout) - FAIL: gdb.base/sigstep.exp: stepi from handleri; leave handler (timeout) - FAIL: gdb.base/sigstep.exp: stepi from handleri; leave signal trampoline (timeout) - FAIL: gdb.base/sigstep.exp: next from handler; continue to handler (timeout) - FAIL: gdb.base/sigstep.exp: next from handler; leave handler (timeout) - FAIL: gdb.base/sigstep.exp: nexti from handleri; continue to handler (timeout) - FAIL: gdb.base/sigstep.exp: nexti from handleri; leave handler (timeout) - FAIL: gdb.base/sigstep.exp: nexti from handleri; leave signal trampoline (timeout) - FAIL: gdb.base/sigstep.exp: finish from handleri; continue to handler (timeout) - FAIL: gdb.base/sigstep.exp: finish from handleri; leave handler (timeout) - FAIL: gdb.base/sigstep.exp: finish from handleri; leave signal trampoline (timeout) - FAIL: gdb.base/sigstep.exp: return from handleri; continue to handler (timeout) - FAIL: gdb.base/sigstep.exp: return from handleri; leave handler (timeout) - FAIL: gdb.base/sigstep.exp: return from handleri; leave signal trampoline (timeout) - FAIL: gdb.base/sigstep.exp: Set done as return will have skipped it (timeout) - ERROR: Delete all breakpoints in delete_breakpoints (timeout) - FAIL: gdb.base/sigstep.exp: break 79 (timeout) - FAIL: gdb.base/sigstep.exp: step to handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: step to handler; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step to handler; break handler (timeout) - FAIL: gdb.base/sigstep.exp: step to handler; performing step (timeout) - FAIL: gdb.base/sigstep.exp: step to handler; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: next to handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: next to handler; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next to handler; break handler (timeout) - FAIL: gdb.base/sigstep.exp: next to handler; performing next (timeout) - FAIL: gdb.base/sigstep.exp: next to handler; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler; break handler (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler; performing continue (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: step to handler entry; resync (timeout) - FAIL: gdb.base/sigstep.exp: step to handler entry; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step to handler entry; break handler (timeout) - FAIL: gdb.base/sigstep.exp: step to handler entry; performing step (timeout) - FAIL: gdb.base/sigstep.exp: step to handler entry; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: next to handler entry; resync (timeout) - FAIL: gdb.base/sigstep.exp: next to handler entry; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next to handler entry; break handler (timeout) - FAIL: gdb.base/sigstep.exp: next to handler entry; performing next (timeout) - FAIL: gdb.base/sigstep.exp: next to handler entry; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler entry; resync (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler entry; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler entry; break handler (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler entry; performing continue (timeout) - FAIL: gdb.base/sigstep.exp: continue to handler entry; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: step over handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: step over handler; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step over handler; performing step (timeout) - FAIL: gdb.base/sigstep.exp: next over handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: next over handler; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next over handler; performing next (timeout) - FAIL: gdb.base/sigstep.exp: continue over handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: continue over handler; advance to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue over handler; performing continue (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; break handler (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; performing step (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; break handler (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; performing next (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; break handler (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; performing continue (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; resync (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; break handler (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; performing step (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, to handler entry; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; resync (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; break handler (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; performing next (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, to handler entry; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; resync (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; break handler (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; performing continue (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, to handler entry; clear handler (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, skip handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, skip handler; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, skip handler; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, skip handler; performing step (timeout) - FAIL: gdb.base/sigstep.exp: step on breakpoint, skip handler; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, skip handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, skip handler; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, skip handler; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, skip handler; performing next (timeout) - FAIL: gdb.base/sigstep.exp: next on breakpoint, skip handler; clear infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, skip handler; resync (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, skip handler; break infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, skip handler; continue to infinite loop (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, skip handler; performing continue (timeout) - FAIL: gdb.base/sigstep.exp: continue on breakpoint, skip handler; clear infinite loop (timeout) - - === gdb Summary === - - # of expected passes 3181 - # of unexpected failures 566 - # of known failures 5 - # of unresolved testcases 40 - # of untested testcases 3 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.base2] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.ada --outdir=gdb.ada - Test Run By tschwinge on Fri Nov 13 12:32:22 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/array_bounds.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/array_return.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/array_subscript_addr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/arrayidx.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/arrayparam.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/arrayptr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/assign_1.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/atomic_enum.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/boolean_expr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/catch_ex.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/char_param.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/complete.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/exec_changed.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/exprs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/fixed_cmp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/fixed_points.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/formatted_ref.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/frame_args.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/fun_addr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/fun_in_declare.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/funcall_param.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/homonym.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/int_deref.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/interface.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/lang_switch.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/mod_from_name.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/nested.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/null_array.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/null_record.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/packed_array.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/packed_tagged.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/print_chars.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/print_pc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/ptype_arith_binop.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/ptype_field.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/ref_param.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/ref_tick_size.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/start.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/str_ref_cmp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/sym_print_name.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/taft_type.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/tagged.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/tasks.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/tick_last_segv.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/type_coercion.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/uninitialized_vars.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/variant_record_packed_array.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.ada/watch_arg.exp ... - - === gdb Summary === - - # of expected passes 8 - # of untested testcases 1 - # of unsupported tests 45 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.arch --outdir=gdb.arch - Test Run By tschwinge on Fri Nov 13 12:33:06 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/alpha-step.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/altivec-abi.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/altivec-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/amd64-disp-step.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/amd64-i386-address.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/e500-abi.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/e500-prologue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/e500-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/gdb1291.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/gdb1431.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/gdb1558.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-bp_permanent.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-disp-step.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp ... - FAIL: gdb.arch/i386-gnu-cfi.exp: backtrace - FAIL: gdb.arch/i386-gnu-cfi.exp: shift up to the modified frame - FAIL: gdb.arch/i386-gnu-cfi.exp: Existence of the CFI inserted register - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-permbkpt.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-prologue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-signal.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-size-overlap.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-size.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-sse.exp ... - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm0 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm0 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm1 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm1 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm2 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm2 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm3 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm3 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm4 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm4 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm5 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm5 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm6 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm6 - FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm7 - FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm7 - FAIL: gdb.arch/i386-sse.exp: check contents of data[0] - FAIL: gdb.arch/i386-sse.exp: check contents of data[1] - FAIL: gdb.arch/i386-sse.exp: check contents of data[2] - FAIL: gdb.arch/i386-sse.exp: check contents of data[3] - FAIL: gdb.arch/i386-sse.exp: check contents of data[4] - FAIL: gdb.arch/i386-sse.exp: check contents of data[5] - FAIL: gdb.arch/i386-sse.exp: check contents of data[6] - FAIL: gdb.arch/i386-sse.exp: check contents of data[7] - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/i386-unwind.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/iwmmxt-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/pa-nullify.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/powerpc-prologue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/ppc-dfp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/ppc-fp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/spu-info.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/thumb-prologue.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.arch/vsx-regs.exp ... - - === gdb Summary === - - # of expected passes 69 - # of unexpected failures 27 - # of known failures 1 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.arch] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.asm --outdir=gdb.asm - Test Run By tschwinge on Fri Nov 13 12:35:00 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.asm/asm-source.exp ... - FAIL: gdb.asm/asm-source.exp: info target (timeout) - FAIL: gdb.asm/asm-source.exp: info symbol (timeout) - FAIL: gdb.asm/asm-source.exp: list (timeout) - FAIL: gdb.asm/asm-source.exp: search (timeout) - FAIL: gdb.asm/asm-source.exp: f in foo2 (timeout) - FAIL: gdb.asm/asm-source.exp: n in foo2 (timeout) - FAIL: gdb.asm/asm-source.exp: bt ALL in foo2 (timeout) - FAIL: gdb.asm/asm-source.exp: bt 2 in foo2 (timeout) - FAIL: gdb.asm/asm-source.exp: s 2 (timeout) - FAIL: gdb.asm/asm-source.exp: n 2 (timeout) - FAIL: gdb.asm/asm-source.exp: bt 3 in foo3 (timeout) - FAIL: gdb.asm/asm-source.exp: info source asmsrc1.s (timeout) - FAIL: gdb.asm/asm-source.exp: finish from foo3 (timeout) - FAIL: gdb.asm/asm-source.exp: info source asmsrc2.s (timeout) - FAIL: gdb.asm/asm-source.exp: info sources (timeout) - FAIL: gdb.asm/asm-source.exp: info line (timeout) - FAIL: gdb.asm/asm-source.exp: next over foo3 (timeout) - FAIL: gdb.asm/asm-source.exp: return from foo2 (timeout) - FAIL: gdb.asm/asm-source.exp: look at global variable (timeout) - FAIL: gdb.asm/asm-source.exp: x/i &globalvar (timeout) - FAIL: gdb.asm/asm-source.exp: disassem &globalvar &globalvar+1 (timeout) - FAIL: gdb.asm/asm-source.exp: look at static variable (timeout) - FAIL: gdb.asm/asm-source.exp: x/i &staticvar (timeout) - FAIL: gdb.asm/asm-source.exp: disassem &staticvar &staticvar+1 (timeout) - FAIL: gdb.asm/asm-source.exp: look at static function (timeout) - - === gdb Summary === - - # of expected passes 3 - # of unexpected failures 25 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.asm] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cell --outdir=gdb.cell - Test Run By tschwinge on Fri Nov 13 13:00:35 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/arch.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/break.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/bt.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/core.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/data.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/ea-cache.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/ea-standalone.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/ea-test.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/f-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/gcore.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/mem-access.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/ptype.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/registers.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/sizeof.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/solib-symbol.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cell/solib.exp ... - - === gdb Summary === - - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cp --outdir=gdb.cp - Test Run By tschwinge on Fri Nov 13 13:00:43 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/abstract-origin.exp ... - FAIL: gdb.cp/abstract-origin.exp: p problem - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/ambiguous.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/annota2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/annota3.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/anon-union.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/arg-reference.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/bool.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/breakpoint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/bs15503.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/call-c.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/casts.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/class2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/classes.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/cp-relocate.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/cpcompletion.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/cplusfuncs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/ctti.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/demangle.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/derivation.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/exception.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/expand-sals.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/formatted-ref.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/gdb1355.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/gdb2384.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/gdb2495.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/hang.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/inherit.exp ... - FAIL: gdb.cp/inherit.exp: ptype tagless struct - FAIL: gdb.cp/inherit.exp: ptype variable of type tagless struct - FAIL: gdb.cp/inherit.exp: print type of anonymous union // unrecognized line type 1: class_with_anon_union::<anonymous union>; - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/local.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/m-data.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/m-static.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/maint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/mb-ctor.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/mb-inline.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/mb-templates.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/member-ptr.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/method.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/method2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/misc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/namespace-nested-import.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/namespace-using.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/namespace.exp ... - FAIL: gdb.cp/namespace.exp: print 'F::cXf' - FAIL: gdb.cp/namespace.exp: print F::cXf - FAIL: gdb.cp/namespace.exp: print F::cXfX - FAIL: gdb.cp/namespace.exp: print 'G::Xg' - FAIL: gdb.cp/namespace.exp: print G::Xg - FAIL: gdb.cp/namespace.exp: print G::XgX - FAIL: gdb.cp/namespace.exp: print cXOtherFile - FAIL: gdb.cp/namespace.exp: print XOtherFile - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/overload.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/ovldbreak.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/pass-by-ref.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/pr-1023.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/pr-1210.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/pr-574.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/pr9631.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/printmethod.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/psmang.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/punctuator.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/ref-params.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/ref-types.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/rtti.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/templates.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/try_catch.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/userdef.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.cp/virtfunc.exp ... - - === gdb Summary === - - # of expected passes 2005 - # of unexpected failures 12 - # of known failures 22 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.cp] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.disasm --outdir=gdb.disasm - Test Run By tschwinge on Fri Nov 13 13:20:04 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/am33.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/h8300s.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/hppa.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/mn10300.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/sh3.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t01_mov.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t02_mova.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t03_add.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t04_sub.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t05_cmp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t06_ari2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t07_ari3.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t08_or.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t09_xor.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t10_and.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t11_logs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t12_bit.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.disasm/t13_otr.exp ... - - === gdb Summary === - - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.dwarf2 --outdir=gdb.dwarf2 - Test Run By tschwinge on Fri Nov 13 13:20:12 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/callframecfa.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dup-psym.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-basic.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-compressed.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-cu-size.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-inheritance.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-noloc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-producer.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-ranges.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-restore.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-strp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/dw2-unresolved.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/mac-fileno.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.dwarf2/valop.exp ... - - === gdb Summary === - - # of expected passes 111 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.fortran --outdir=gdb.fortran - Test Run By tschwinge on Fri Nov 13 13:23:28 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/array-element.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/complex.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/derived-type.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/exprs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/module.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/subarray.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.fortran/types.exp ... - - === gdb Summary === - - # of expected passes 125 - # of untested testcases 5 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.gdb --outdir=gdb.gdb - Test Run By tschwinge on Fri Nov 13 13:24:02 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.gdb/complaints.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.gdb/observer.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.gdb/selftest.exp ... - FAIL: gdb.gdb/selftest.exp: backtrace through signal handler - Running ../../../HEAD/src/gdb/testsuite/gdb.gdb/xfullpath.exp ... - - === gdb Summary === - - # of expected passes 165 - # of unexpected failures 1 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.gdb] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.java --outdir=gdb.java - Test Run By tschwinge on Fri Nov 13 13:26:31 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.java/jmain.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.java/jmisc.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.java/jprint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.java/jv-exp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.java/jv-print.exp ... - - === gdb Summary === - - # of expected passes 49 - # of untested testcases 3 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.mi --outdir=gdb.mi - Test Run By tschwinge on Fri Nov 13 13:26:56 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/gdb2549.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/gdb669.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/gdb680.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/gdb701.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/gdb792.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-async.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-basics.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-break.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-cli.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-console.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-disassemble.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-eval.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-file-transfer.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-file.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-hack-cli.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-nonstop-exit.exp ... - ERROR: mi-nonstop-exit.exp tests suppressed - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-nonstop.exp ... - ERROR: mi-nonstop.exp tests suppressed - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-nsintrall.exp ... - ERROR: mi-nsintrall.exp tests suppressed - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-nsmoribund.exp ... - ERROR: mi-nsmoribund.exp tests suppressed - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-nsthrexec.exp ... - ERROR: mi-nsthrexec.exp tests suppressed - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-pending.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-pthreads.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-read-memory.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-return.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-simplerun.exp ... - FAIL: gdb.mi/mi-simplerun.exp: continue to end (failed to resume) - FAIL: gdb.mi/mi-simplerun.exp: continue to end (unknown output after running) - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-stack.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-stepi.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-syn-frame.exp ... - FAIL: gdb.mi/mi-syn-frame.exp: list stack frames - FAIL: gdb.mi/mi-syn-frame.exp: finished exec continue (unknown output after running) - FAIL: gdb.mi/mi-syn-frame.exp: list stack frames (timeout) - FAIL: gdb.mi/mi-syn-frame.exp: call inferior function which raises exception (timeout) - FAIL: gdb.mi/mi-syn-frame.exp: backtrace from inferior function at exception (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-until.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-block.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-child-f.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-child.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-cmd.exp ... - FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now - FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed - FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now - FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-cp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-display.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-var-invalidate.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi-watch.exp ... - FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (unknown output after running) - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-basics.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-break.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-cli.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-console.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-disassemble.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-eval.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-file.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-hack-cli.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-pthreads.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-read-memory.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-return.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-simplerun.exp ... - FAIL: gdb.mi/mi2-simplerun.exp: continue to end (failed to resume) - FAIL: gdb.mi/mi2-simplerun.exp: continue to end (unknown output after running) - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-stack.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-stepi.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-syn-frame.exp ... - FAIL: gdb.mi/mi2-syn-frame.exp: list stack frames - FAIL: gdb.mi/mi2-syn-frame.exp: finished exec continue (unknown output after running) - FAIL: gdb.mi/mi2-syn-frame.exp: list stack frames (timeout) - FAIL: gdb.mi/mi2-syn-frame.exp: call inferior function which raises exception (timeout) - FAIL: gdb.mi/mi2-syn-frame.exp: backtrace from inferior function at exception (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-until.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-var-block.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-var-child.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-var-cmd.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-var-display.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.mi/mi2-watch.exp ... - FAIL: gdb.mi/mi2-watch.exp: hw: watchpoint trigger (unknown output after running) - - === gdb Summary === - - # of expected passes 1460 - # of unexpected failures 20 - # of expected failures 28 - # of known failures 3 - # of unresolved testcases 5 - # of untested testcases 1 - # of unsupported tests 5 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.mi] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.modula2 --outdir=gdb.modula2 - Test Run By tschwinge on Fri Nov 13 13:48:43 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.modula2/unbounded-array.exp ... - - === gdb Summary === - - # of expected passes 8 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.objc --outdir=gdb.objc - Test Run By tschwinge on Fri Nov 13 13:48:56 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.objc/basicclass.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.objc/nondebug.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.objc/objcdecode.exp ... - FAIL: gdb.objc/objcdecode.exp: continue after break on multiply defined symbol (GDB internal error) - - === gdb Summary === - - # of expected passes 21 - # of unexpected failures 1 - # of known failures 1 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.objc] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opt --outdir=gdb.opt - Test Run By tschwinge on Fri Nov 13 13:49:32 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.opt/clobbered-registers-O2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.opt/inline-bt.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.opt/inline-cmds.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.opt/inline-locals.exp ... - - === gdb Summary === - - # of expected passes 83 - # of expected failures 2 - # of known failures 1 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.pascal --outdir=gdb.pascal - Test Run By tschwinge on Fri Nov 13 13:50:44 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.pascal/floats.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.pascal/hello.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.pascal/integers.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.pascal/types.exp ... - - === gdb Summary === - - # of expected passes 10 - # of known failures 1 - # of unsupported tests 3 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.python --outdir=gdb.python - Test Run By tschwinge on Fri Nov 13 13:50:57 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-cmd.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-frame.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-function.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-mi.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-prettyprint.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-template.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/py-value.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.python/python.exp ... - - === gdb Summary === - - # of expected passes 284 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.reverse --outdir=gdb.reverse - Test Run By tschwinge on Fri Nov 13 13:54:17 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/break-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/consecutive-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/finish-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/i386-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/machinestate.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/sigall-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/solib-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/step-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/until-reverse.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.reverse/watch-reverse.exp ... - - === gdb Summary === - - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.server --outdir=gdb.server - Test Run By tschwinge on Fri Nov 13 13:54:23 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.server/ext-attach.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.server/ext-run.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.server/file-transfer.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.server/server-mon.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.server/server-run.exp ... - - === gdb Summary === - - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.stabs --outdir=gdb.stabs - Test Run By tschwinge on Fri Nov 13 13:54:29 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.stabs/exclfwd.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.stabs/weird.exp ... - - === gdb Summary === - - # of expected passes 193 - # of expected failures 7 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.threads --outdir=gdb.threads - Test Run By tschwinge on Fri Nov 13 13:55:20 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/attach-into-signal.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/attach-stopped.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/attachstop-mt.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/bp_in_thread.exp ... - FAIL: gdb.threads/bp_in_thread.exp: run to noreturn - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/current-lwp-dead.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/execl.exp ... - FAIL: gdb.threads/execl.exp: info threads before exec - FAIL: gdb.threads/execl.exp: continue across exec - FAIL: gdb.threads/execl.exp: continue to end - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/fork-child-threads.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/fork-thread-pending.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/gcore-thread.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/hand-call-in-threads.exp ... - FAIL: gdb.threads/hand-call-in-threads.exp: show scheduler locking on - FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: set confirm off (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 1 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 1 - FAIL: gdb.threads/hand-call-in-threads.exp: setting frame, thread 1 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 1 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 2 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 2 - FAIL: gdb.threads/hand-call-in-threads.exp: setting frame, thread 2 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 2 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 3 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 3 - FAIL: gdb.threads/hand-call-in-threads.exp: setting frame, thread 3 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 3 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 4 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 4 - FAIL: gdb.threads/hand-call-in-threads.exp: setting frame, thread 4 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 4 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: prepare to discard hand call, thread 5 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5 - FAIL: gdb.threads/hand-call-in-threads.exp: setting frame, thread 5 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: discard hand call, thread 5 (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: all dummies popped (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: disable scheduler locking (timeout) - FAIL: gdb.threads/hand-call-in-threads.exp: show scheduler locking off (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/interrupted-hand-call.exp ... - FAIL: gdb.threads/interrupted-hand-call.exp: hand-call interrupted by signal in another thread - FAIL: gdb.threads/interrupted-hand-call.exp: continue to program exit (timeout) - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/killed.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/linux-dp.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/manythreads.exp ... - FAIL: gdb.threads/manythreads.exp: info threads - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/multi-create.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/pending-step.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/print-threads.exp ... - FAIL: gdb.threads/print-threads.exp: Running threads (fast) (unknown output) - FAIL: gdb.threads/print-threads.exp: Running threads (slow) (unknown output) - FAIL: gdb.threads/print-threads.exp: Running threads (slow with kill breakpoint) (unknown output) - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/pthread_cond_wait.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/pthreads.exp ... - FAIL: gdb.threads/pthreads.exp: Continue to creation of first thread - FAIL: gdb.threads/pthreads.exp: Continue to creation of second thread - FAIL: gdb.threads/pthreads.exp: continue until common routine run 15 times - FAIL: gdb.threads/pthreads.exp: Stopped with a ^C (timeout) - WARNING: Could not stop child with ^C; skipping rest of tests. - - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/schedlock.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/sigthread.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/staticthreads.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/step.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/step2.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/switch-threads.exp ... - FAIL: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func - FAIL: gdb.threads/switch-threads.exp: next - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/thread-execl.exp ... - FAIL: gdb.threads/thread-execl.exp: continue to thread start - FAIL: gdb.threads/thread-execl.exp: get to main in new image - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/thread-specific.exp ... - FAIL: gdb.threads/thread-specific.exp: continue to thread-specific breakpoint - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp ... - FAIL: gdb.threads/thread-unwindonsignal.exp: hand-call interrupted by signal in another thread - FAIL: gdb.threads/thread-unwindonsignal.exp: dummy stack frame present - FAIL: gdb.threads/thread-unwindonsignal.exp: continue to program exit (the program is no longer running) - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/thread_check.exp ... - FAIL: gdb.threads/thread_check.exp: continue to tf - FAIL: gdb.threads/thread_check.exp: backtrace from thread function - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/thread_events.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/threadapply.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/threxit-hop-specific.exp ... - FAIL: gdb.threads/threxit-hop-specific.exp: continue to thread start - FAIL: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/tls-nodebug.exp ... - FAIL: gdb.threads/tls-nodebug.exp: thread local storage - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/tls-shared.exp ... - FAIL: gdb.threads/tls-shared.exp: print thread local storage variable - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/tls.exp ... - FAIL: gdb.threads/tls.exp: continue to first thread: no progress? - FAIL: gdb.threads/tls.exp: first thread print me - FAIL: gdb.threads/tls.exp: first thread local storage - FAIL: gdb.threads/tls.exp: first another thread local storage - FAIL: gdb.threads/tls.exp: continue to second thread - FAIL: gdb.threads/tls.exp: second thread print me - FAIL: gdb.threads/tls.exp: second thread local storage - FAIL: gdb.threads/tls.exp: second another thread local storage - FAIL: gdb.threads/tls.exp: continue to third thread - FAIL: gdb.threads/tls.exp: third thread print me - FAIL: gdb.threads/tls.exp: third thread local storage - FAIL: gdb.threads/tls.exp: third another thread local storage - FAIL: gdb.threads/tls.exp: selected thread: 1 - FAIL: gdb.threads/tls.exp: selected thread: 2 - FAIL: gdb.threads/tls.exp: selected thread: 3 - FAIL: gdb.threads/tls.exp: 8 thread local storage - FAIL: gdb.threads/tls.exp: 8 another thread local storage - FAIL: gdb.threads/tls.exp: 6 thread local storage - FAIL: gdb.threads/tls.exp: 6 another thread local storage - FAIL: gdb.threads/tls.exp: 7 thread local storage - FAIL: gdb.threads/tls.exp: 7 another thread local storage - FAIL: gdb.threads/tls.exp: mess at end - FAIL: gdb.threads/tls.exp: running to spin in runto - FAIL: gdb.threads/tls.exp: p a_thread_local - FAIL: gdb.threads/tls.exp: p file2_thread_local - FAIL: gdb.threads/tls.exp: p a_thread_local second time - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/watchthreads.exp ... - FAIL: gdb.threads/watchthreads.exp: watch args[0] - FAIL: gdb.threads/watchthreads.exp: watch args[1] - FAIL: gdb.threads/watchthreads.exp: threaded watch loop - FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit - FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit - FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread - FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread - FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30 - Running ../../../HEAD/src/gdb/testsuite/gdb.threads/watchthreads2.exp ... - FAIL: gdb.threads/watchthreads2.exp: run to thread_started - FAIL: gdb.threads/watchthreads2.exp: run to thread_started - FAIL: gdb.threads/watchthreads2.exp: run to thread_started - FAIL: gdb.threads/watchthreads2.exp: run to thread_started (the program is no longer running) - FAIL: gdb.threads/watchthreads2.exp: all threads started - - === gdb Summary === - - # of expected passes 172 - # of unexpected failures 93 - # of known failures 1 - # of unsupported tests 4 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: *** [check-gdb.threads] Error 1 - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.trace --outdir=gdb.trace - Test Run By tschwinge on Fri Nov 13 14:16:00 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/actions.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/backtrace.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/circ.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/collection.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/deltrace.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/infotrace.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/limits.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/packetlen.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/passc-dyn.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/passcount.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/report.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/save-trace.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/tfind.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/tracecmd.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/while-dyn.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.trace/while-stepping.exp ... - - === gdb Summary === - - # of expected passes 125 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - rootme=`pwd`; export rootme; srcdir=../../../HEAD/src/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.xml --outdir=gdb.xml - Test Run By tschwinge on Fri Nov 13 14:19:31 2009 - Native configuration is i386-unknown-gnu0.3 - - === gdb tests === - - Schedule of variations: - unix - - Running target unix - Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. - Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. - Using ../../../HEAD/src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. - Running ../../../HEAD/src/gdb/testsuite/gdb.xml/tdesc-arch.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.xml/tdesc-errors.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.xml/tdesc-regs.exp ... - Running ../../../HEAD/src/gdb/testsuite/gdb.xml/tdesc-xinclude.exp ... - - === gdb Summary === - - # of expected passes 13 - # of known failures 1 - # of unsupported tests 1 - /media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite/../../gdb/gdb version 6.8.50.20090914-cvs -nw -nx - - make[4]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite' - make[3]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb/testsuite' - make[2]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build/gdb' - make[1]: Nothing to be done for `check-target'. - make[1]: Leaving directory `/media/data/home/tschwinge/tmp/gdb/HEAD.build' diff --git a/open_issues/git-core-2.mdwn b/open_issues/git-core-2.mdwn index 2cac56f2..2d8ad96b 100644 --- a/open_issues/git-core-2.mdwn +++ b/open_issues/git-core-2.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation, +[[!meta copyright="Copyright © 2008, 2009, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -13,6 +13,13 @@ License|/fdl]]."]]"""]] [[!tag open_issue_porting]] +[[!toc]] + + +# Log + +December, 2008. + On the otherwise-idle flubber: $ git clone git://sources.redhat.com/git/glibc.git @@ -98,3 +105,86 @@ differences to HEAD. fatal: cannot pread pack file: Interrupted system call fatal: index-pack failed error: Could not fetch savannah + +--- + +2011-06-10, coulomb.SCHWINGE, checking out [[binutils]]' master branch, +starting from an empty working directory (after an external `git push`): + + $ git checkout -f + fatal: cannot create directory at 'gas/testsuite/gas/bfin': Interrupted system call + $ git checkout -f + error: unable to create file gas/testsuite/gas/i386/ilp32/x86-64-sse4_1-intel.d (File exists) + warning: unable to unlink gas/testsuite/gas/m68k-coff: Operation not permitted + fatal: cannot create directory at 'gas/testsuite/gas/m68k-coff': Operation not permitted + $ git checkout -f + error: unable to create file gas/testsuite/gas/h8300/h8300.exp (File exists) + error: unable to create file gas/testsuite/gas/i386/x86-64-addr32-intel.d (File exists) + error: unable to create file gas/testsuite/gas/ia64/secname.d (File exists) + error: unable to create file gas/testsuite/gas/m68k/pr11676.s (File exists) + Checking out files: 100% (12315/12315), done. + $ git status + # On branch master + # Changes not staged for commit: + # (use "git add <file>..." to update what will be committed) + # (use "git checkout -- <file>..." to discard changes in working directory) + # + # modified: gas/testsuite/gas/h8300/h8300.exp + # modified: gas/testsuite/gas/i386/x86-64-addr32-intel.d + # modified: gas/testsuite/gas/ia64/secname.d + # modified: gas/testsuite/gas/m68k/pr11676.s + # + no changes added to commit (use "git add" and/or "git commit -a") + $ rm gas/testsuite/gas/h8300/h8300.exp gas/testsuite/gas/i386/x86-64-addr32-intel.d gas/testsuite/gas/ia64/secname.d gas/testsuite/gas/m68k/pr11676.s + $ git checkout -f + $ git status + # On branch master + nothing to commit (working directory clean) + + +# Analysis + +2011-06-13 + +Running `git checkout -f` under GDB: + + error: git checkout-index: unable to create file gas/testsuite/gas/cris/string-1.s (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/i386/x86-64-sse-check.d (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/i386/x86-64-sse4_1.d (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/ppc/astest.d (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/tic6x/reloc-bad-4.s (File exists) + warning: unable to unlink include/cgen: Operation not permitted + fatal: cannot create directory at 'include/cgen': Operation not permitted + +Again: + + error: git checkout-index: unable to create file gas/config/te-vxworks.h (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/cris/string-1.s (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/d10v/warning-019.s (File exists) + error: git checkout-index: unable to create file gas/testsuite/gas/i860/dual03.s (File exists) + error: git checkout-index: unable to create file ld/testsuite/ld-mmix/sec-7a.s (File exists) + warning: unable to unlink ld/testsuite/ld-powerpc: Operation not permitted + fatal: cannot create directory at 'ld/testsuite/ld-powerpc': Operation not permitted + +And: [[git_duplicated_content]]. + +All these (very likely) have the same root cause: `SA_RESTART` restarting too +much. + +With `git checkout`, Git uses in progress.c a SIGALRM handler (`SA_RESTART`; +invoked every second via `setitimer(ITIMER_REAL)`) to display status messages: +*x % already checked out*. + +To avoid the status update signals every second, in +`[git]/progress.c:start_progress_delay` we can just return `NULL` (manually in +GDB, for example), then both the *error: git checkout-index* and the +[[duplicated content|git_duplicated_content]] issues go away. + +I'm guessing that when returning from a `SA_RESTART` signal handler, too much +of the \`\`syscall''s is being restarted. For example, if a file has already +been created, the restarted creation attempt would fail: *File exists*. If +data has been written, it might get written again (duplication issue). Then, +there are cases where `unlink` apparently returns EINTR, which is not kosher +either. Etc. + +Do we have problems with `SA_RESTART` vs. the atomicity of our syscall-alikes? diff --git a/open_issues/git_duplicated_content.mdwn b/open_issues/git_duplicated_content.mdwn new file mode 100644 index 00000000..cbc171a7 --- /dev/null +++ b/open_issues/git_duplicated_content.mdwn @@ -0,0 +1,131 @@ +[[!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_porting]] + + $ git-new-workdir ~/tmp/binutils/git /media/hd1s1/tmp/master master + error: unable to create file gas/testsuite/gas/arm/attr-mfpu-vfpv3-d16.d (Interrupted system call) + Checking out files: 100% (12315/12315), done. + Already on 'master' + $ cd /media/hd1s1/tmp/master + $ git status + # On branch master + # Changes not staged for commit: + # (use "git add <file>..." to update what will be committed) + # (use "git checkout -- <file>..." to discard changes in working directory) + # + # modified: gas/testsuite/gas/arm/attr-mfpu-vfpv3-d16.d + # + no changes added to commit (use "git add" and/or "git commit -a") + $ git checkout -f + $ git status + # On branch master + nothing to commit (working directory clean) + +([[Git issue|git-core-2]] is known.) + + $ git-new-workdir ~/tmp/binutils/git /media/hd1s2/tmp/master master + error: unable to create file bfd/elf32-dlx.c (Interrupted system call) + error: unable to create file bfd/sunos.c (Interrupted system call) + error: unable to create file gas/testsuite/gas/arm/attr-mfpu-vfpv3-d16.d (Interrupted system call) + error: unable to create file gas/testsuite/gas/mmix/regx-op.d (Interrupted system call) + error: unable to create file gas/testsuite/gas/tic6x/reloc-bad-4.s (Interrupted system call) + error: unable to create file gold/testsuite/script_test_2.t (Interrupted system call) + error: unable to create file ld/testsuite/ld-mmix/loc7m.d (Interrupted system call) + error: unable to create file ld/testsuite/ld-powerpc/tlsexe.g (Interrupted system call) + Checking out files: 100% (12315/12315), done. + Already on 'master' + $ cd /media/hd1s2/tmp/master + $ git status + # On branch master + # Changes not staged for commit: + # (use "git add <file>..." to update what will be committed) + # (use "git checkout -- <file>..." to discard changes in working directory) + # + # modified: bfd/elf32-dlx.c + # modified: bfd/sunos.c + # modified: gas/testsuite/gas/arm/attr-mfpu-vfpv3-d16.d + # modified: gas/testsuite/gas/mmix/regx-op.d + # modified: gas/testsuite/gas/tic6x/reloc-bad-4.s + # modified: gold/testsuite/script_test_2.t + # modified: ld/testsuite/ld-mmix/loc7m.d + # modified: ld/testsuite/ld-powerpc/tlsexe.g + # + no changes added to commit (use "git add" and/or "git commit -a") + $ git checkout -f + $ git status + # On branch master + nothing to commit (working directory clean) + +Now you'd expect these directories to have identical content, but: + + $ diff -x .git -ru /media/hd1s{1,2}/tmp/master/ > /tmp/diff + $ ls -l /tmp/diff + -rw-r--r-- 1 thomas thomas 613677 10. Jun 19:12 /tmp/diff + $ grep '^[^ @+-]' < /tmp/diff + diff -x .git -ru /media/hd1s1/tmp/master//ld/configure /media/hd1s2/tmp/master//ld/configure + +(Note that this isn't a file that Git had issues with.) + +Try again: + + $ diff -x .git -ru /media/hd1s{1,2}/tmp/master/ > /tmp/diff_ + $ ls -l /tmp/diff* + -rw-r--r-- 1 thomas thomas 613677 10. Jun 19:12 /tmp/diff + -rw-r--r-- 1 thomas thomas 613677 10. Jun 19:17 /tmp/diff_ + $ cmp /tmp/diff{,_}; echo $? + 0 + +At least it's consistent. Force a reload: + + # settrans -ag /media/hd1s1 + # settrans -ag /media/hd1s2 + +Try again: + + $ diff -x .git -ru /media/hd1s{1,2}/tmp/master/ > /tmp/diff__ + $ ls -l /tmp/diff* + -rw-r--r-- 1 thomas thomas 613677 10. Jun 19:12 /tmp/diff + -rw-r--r-- 1 thomas thomas 613677 10. Jun 19:17 /tmp/diff_ + -rw-r--r-- 1 thomas thomas 613677 10. Jun 19:30 /tmp/diff__ + $ cmp /tmp/diff{,__}; echo $? + 0 + +Consistent; thus very likely corrupt on-disk. + +After a few tries, the pattern generally is that for the files where there are +differences, once the file regularely ends, its content appears once more. +That is, the files' content appears once (regularely), and then the same again. + +Some more copying: + + $ (cd /media/hd1s1/tmp/ && cp -a master master_) + $ (cd /media/hd1s2/tmp/ && cp -a master master_) + $ diff -x .git -ru /media/hd1s1/tmp/master{,_}/ > /tmp/diff1 + $ diff -x .git -ru /media/hd1s2/tmp/master{,_}/ > /tmp/diff2 + $ ls -l /tmp/diff{1,2} + -rw-r--r-- 1 thomas thomas 0 10. Jun 19:46 /tmp/diff1 + -rw-r--r-- 1 thomas thomas 0 10. Jun 19:46 /tmp/diff2 + +No further difference. + +--- + + $ git-new-workdir git master master + $ diff -x .git -ur tar_master/ master/ > master.diff + + $ rm -rf ar_master* && (cd git/ && git archive master) | (mkdir ar_master && cd ar_master/ && tar -x) && diff -x .git -ru tar_master/ ar_master/ > ar_master.diff; ls -l ar_master.diff + $ (cd git/ && git archive master) | md5sum + +--- + +2011-06-13 + +-> [[git-core-2]] diff --git a/open_issues/git_nfs_mmap.mdwn b/open_issues/git_nfs_mmap.mdwn new file mode 100644 index 00000000..b7e86491 --- /dev/null +++ b/open_issues/git_nfs_mmap.mdwn @@ -0,0 +1,48 @@ +[[!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 open_issue_porting]] + + $ git-new-workdir /media/kepler-data/home/thomas/tmp/source/binutils/git master master + fatal: Out of memory? mmap failed: No such device + $ echo $? + 128 + $ showtrans /media/kepler-data + /hurd/nfs kepler.schwinge.homeip.net:/media/data + +With `sh -x`: + + [...] + + ln -s /media/kepler-data/home/thomas/tmp/source/binutils/git/.git/remotes master/.git/remotes + + ln -s /media/kepler-data/home/thomas/tmp/source/binutils/git/.git/rr-cache master/.git/rr-cache + + ln -s /media/kepler-data/home/thomas/tmp/source/binutils/git/.git/svn master/.git/svn + + cd master + + cp /media/kepler-data/home/thomas/tmp/source/binutils/git/.git/HEAD .git/HEAD + + git checkout -f master + fatal: Out of memory? mmap failed: No such device + +As one can easily guess (and confirm with [[hurd/debugging/rpctrace]]), `git` +tries to [[glibc/mmap]] a file via the [[hurd/translator/nfs]] translator, this +fails, and it isn't prepared to cope with that: + + [...] + 88->dir_lookup (".git/objects/pack/pack-37ca560e7877fa0cc6e5ddcd556aa73e5a3e3f40.idx" 2049 0) = 0 3 "/media/kepler-data/home/thomas/tmp/source/binutils/git/.git/objects/pack/pack-37" (null) + 62->dir_lookup ("media/kepler-data/home/thomas/tmp/source/binutils/git/.git/objects/pack/pack-37c" 2049 0) = 0 1 "/home/thomas/tmp/source/binutils/git/.git/objects/pack/pack-37ca560e7877fa0cc6e5" 61 + 61->dir_lookup ("home/thomas/tmp/source/binutils/git/.git/objects/pack/pack-37ca560e7877fa0cc6e5d" 2049 0) = 0 1 "" 84 + task3741-> 3206 (pn{ 33}) = 0 + 84->term_getctty () = 0xfffffed1 ((ipc/mig) bad request message ID) + 84->io_stat_request () = 0 {1 704 0 36308992 0 0 -1 33060 1 1000 1000 4712 0 1307711395 0 1307657003 0 1307657003 0 4096 16 0 1000 0 0 100663296 1836017780 29537 0 0 0 0} + 84->io_map_request () = 0x4000002d (Operation not supported) + 84->io_map_request () = 0x4000002d (Operation not supported) + 76->io_write_request ("fatal: Out of memory? mmap failed: No such device + " -1) = 0 50 + 64->proc_mark_exit_request (32768 0) = 0 + task3741-> 2008 () = 0 + Child 3741 exited with 128 diff --git a/open_issues/glibc_madvise_vs_static_linking.mdwn b/open_issues/glibc_madvise_vs_static_linking.mdwn index 4546348e..6238bc77 100644 --- a/open_issues/glibc_madvise_vs_static_linking.mdwn +++ b/open_issues/glibc_madvise_vs_static_linking.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 @@ -22,3 +22,5 @@ luckly no / not many packages use. case of MADV_DONTNEED), but may influence its performance. The kernel is free to ignore the advice.* (`man madvise`), so we may simply want to turn it into a no-op in glibc, avoiding the link-time warning. + +2011-07: This is what Samuel has done for Debian glibc. diff --git a/open_issues/gnumach_constants.mdwn b/open_issues/gnumach_constants.mdwn new file mode 100644 index 00000000..16c8cf41 --- /dev/null +++ b/open_issues/gnumach_constants.mdwn @@ -0,0 +1,32 @@ +[[!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_gnumach]] + +At compile-time, GNU Mach is parameterized with several constants. These might +need some tuning. Debian has some patches. + + +# IRC, freenode, #hurd, 2011-06-09 + + <braunr> youpi: in ipc/ipc_hash.c, there is code which computes the size of + the global (space, port)->entry hash table + <braunr> youpi: you may be interested in tuning this one too + <youpi> I know + <braunr> ok + <youpi> the current value is not so bad + <youpi> it's big enough for buildds to run fine + <braunr> 256 if i'm right + <braunr> well + <braunr> it won't fail + <youpi> we're limited by the 4000 object limitation anyway + <braunr> since it's a chained hash table + <braunr> but increasing it may help performances a bit + <braunr> and it certainly can't hurt much diff --git a/open_issues/gnumach_kernel_threads.mdwn b/open_issues/gnumach_kernel_threads.mdwn new file mode 100644 index 00000000..9591986b --- /dev/null +++ b/open_issues/gnumach_kernel_threads.mdwn @@ -0,0 +1,23 @@ +[[!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_gnumach]] + +IRC, freenode, #hurd, 2011-07-13 + + <braunr> jkoenig: why does gnumach appear as "root=device:hd0s1" in ps ? + <jkoenig> braunr, it's the closest we can do to its command line + <braunr> doesn't it deserve something special like kernel threads in linux + ? + <braunr> so that it's actually clear that it's a special task/process + <jkoenig> you mean something like [mach root=device:hd0s1] ? + <braunr> something like that yes + <braunr> also, it would be nice if gnumach threads could actually be seen, + i don't remember if the mach interface allows it though diff --git a/open_issues/gnumach_memory_management.mdwn b/open_issues/gnumach_memory_management.mdwn index a5dd6955..f15c4d25 100644 --- a/open_issues/gnumach_memory_management.mdwn +++ b/open_issues/gnumach_memory_management.mdwn @@ -12,7 +12,10 @@ License|/fdl]]."]]"""]] There is a [[!FF_project 266]][[!tag bounty]] on this task. -IRC, freenode, #hurd, 2011-04-12: +[[!toc]] + + +# IRC, freenode, #hurd, 2011-04-12 <antrik> braunr: do you think the allocator you wrote for x15 could be used for gnumach? and would you be willing to mentor this? :-) @@ -597,7 +600,8 @@ IRC, freenode, #hurd, 2011-04-12: <mcsim> It would be better to rewrite it using debugfs, but when I was writing this test I didn't know about trace_* macros -2011-04-15 + +# IRC, freenode, #hurd, 2011-04-15 <mcsim> There is a hack in zone_gc when it allocates and frees two vm_map_kentry_zone elements to make sure the gc will be able to allocate @@ -632,7 +636,8 @@ IRC, freenode, #hurd, 2011-04-12: <braunr> i think that's why i have "sources" in my slab allocator, the default source (vm_kern) and a custom one for kernel map entries -2011-04-18 + +# IRC, freenode, #hurd, 2011-04-18 <mcsim> braunr: you've said that once page is completely free, it is returned to the vm. @@ -640,7 +645,8 @@ IRC, freenode, #hurd, 2011-04-12: <braunr> mcsim: i also said i was wrong about that <braunr> zone_gc is the only one -2011-04-19 + +# IRC, freenode, #hurd, 2011-04-19 <braunr> antrik: mcsim: i added back a new per-cpu layer as planned <braunr> @@ -649,7 +655,8 @@ IRC, freenode, #hurd, 2011-04-12: loops, just as in zone_gc, to reduce contention and avoid deadlocks <braunr> this is really common in memory allocators -2011-04-23 + +# IRC, freenode, #hurd, 2011-04-23 <mcsim> I've looked through some allocators and all of them use different per cpu cache policy. AFAIK gnuhurd doesn't support multiprocessing, but @@ -661,7 +668,8 @@ IRC, freenode, #hurd, 2011-04-12: <antrik> I'm not sure I suggested that explicitly to you; but probably it makes most sense to use that in gnumach -2011-04-24 + +# IRC, freenode, #hurd, 2011-04-24 <mcsim> antrik: Yes, I have. He uses both global and per cpu caches. But he also suggested to look through slqb, where there are only per cpu @@ -773,7 +781,8 @@ IRC, freenode, #hurd, 2011-04-12: <braunr> the fact that the kernel allocator uses virtual memory doesn't mean the kernel has no mean to allocate contiguous physical memory ... -2011-05-02 + +# IRC, freenode, #hurd, 2011-05-02 <braunr> hm nice, my allocator uses less memory than glibc (squeeze version) on both 32 and 64 bits systems @@ -822,7 +831,8 @@ IRC, freenode, #hurd, 2011-04-12: <braunr> it could also be used to drop the overloaded (and probably over imbalanced) page cache hash table -2011-05-03 + +# IRC, freenode, #hurd, 2011-05-03 <mcsim> antrik: How should I start porting? Have I just include rbraun's allocator to gnumach and make it compile? @@ -845,3 +855,42 @@ IRC, freenode, #hurd, 2011-04-12: <braunr> there is work to be done ;) <braunr> (not to mention the obvious about replacing all the calls to the zone allocator, and testing/debugging afterwards) + + +# IRC, freenode, #hurd, 2011-07-14 + + <braunr> can you make your patch available ? + <mcsim> it is available in gnumach repository at savannah + <mcsim> tree mplaneta/libbraunr/master + <braunr> mcsim: i'll test your branch + <mcsim> ok. I'll give you a link in a minute + <braunr> hm why balloc ? + <mcsim> Braun's allocator + <braunr> err + <braunr> + http://git.sceen.net/rbraun/x15mach.git/?a=blob;f=kern/kmem.c;h=37173fa0b48fc9d7e177bf93de531819210159ab;hb=HEAD + <braunr> mcsim: this is the interface i had in mind for a kernel version :) + <braunr> very similar to the original slab allocator interface actually + <braunr> well, you've been working + <mcsim> But I have a problem with this patch. When I apply it to gnumach + code from debian repository. I have to make a change in file ramdisk.c + with sed -i 's/kernel_map/\&kernel_map/' device/ramdisk.c + <mcsim> because in git repository there is no such file + <braunr> mcsim: how do you configure the kernel before building ? + <braunr> mcsim: you should keep in touch more often i think, so that you + get feedback from us and don't spend too much time "off course" + <mcsim> I didn't configure it. I just run dpkg-buildsource -b. + <braunr> oh you build the debian package + <braunr> well my version was by configure --enable-kdb --enable-rtl8139 + <braunr> and it seems stuck in an infinite loop during bootstrap + <mcsim> and printf doesn't work. The first function called by c_boot_entry + is printf(version). + <braunr> mcsim: also, you're invited to get the x15mach version of my + files, which are gplv2+ licensed + <braunr> be careful of my macros.h file, it can conflict with the + macros_help.h file from gnumach iirc + <mcsim> There were conflicts with MACRO_BEGIN and MACRO_END. But I solved + it + <braunr> ok + <braunr> it's tricky + <braunr> mcsim: try to find where the first use of the allocator is made diff --git a/open_issues/libpthread_pthread_key_create_reuse.mdwn b/open_issues/libpthread_pthread_key_create_reuse.mdwn new file mode 100644 index 00000000..11c9a821 --- /dev/null +++ b/open_issues/libpthread_pthread_key_create_reuse.mdwn @@ -0,0 +1,47 @@ +[[!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]]."]]"""]] + +[[!meta title="libpthread: pthread_key_create, reuse"]] + +IRC, FreeNode, #hurd, 2011-07-02 + +[[!tag open_issue_libpthread]] + + < pinotree> hm, maybe i found a libpthread bug + * pinotree tries a testcase + < pinotree> yesssss, found the bug :) + < pinotree> youpi: it's a problem of the key reuse in pthread_key_create() + < youpi> it doesn't reset it? + < youpi> were you looking at the licq issue? + < pinotree> no, gtest + < youpi> k + < youpi> licq has a failing threadspecific issue + < youpi> [ FAILED ] ThreadSpecificData.dataDeletedWhenThreadExits + < pinotree> basically, pthread_key_delete() does not delete the key values + from the "thread_specifics" ihash + < pinotree> but those were new keys, so i'm not sure it is allowed to + return values of previous keys? + < pinotree> after all, the actual key value is an implementation detail, + applications shouldn't care about it being reused + < pinotree> (imho) + < youpi> Upon key creation, the value NULL shall be associated with the new + key in all active threads. + < youpi> ok, so we have to clear it in all threads + < youpi> that's a pity + < pinotree> or just remove the entry from the hash on key removal + < youpi> pinotree: from all the hashes, you mean? + < pinotree> youpi: from how i see it, adding a snippet like + http://paste.debian.net/121690/ in pthread_key_delete() should do the job + < youpi> that only drops from the current thread + < pinotree> ah hm, other threads + < youpi> we need to drop from all threads + < youpi> that's the pity part + < pinotree> youpi: the licq case could look like a similar issue, at a + veeery quick glance diff --git a/open_issues/librpci.mdwn b/open_issues/librpci.mdwn new file mode 100644 index 00000000..a3af16b1 --- /dev/null +++ b/open_issues/librpci.mdwn @@ -0,0 +1,31 @@ +[[!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_gnumach open_issue_hurd]] + +2004 to 2007, Anand Babu has been working some on this project. It is still in +rather early stages. It's meant to become an extension/complement to +[[hurd/debugging/rpctrace]]. + + * <https://savannah.nongnu.org/projects/rpci> + + > A C language library for interposing ports of a Hurd task running on top + > of GNU Mach micro-kernel. Using this library, it would be possible to + > implement a trace/replay system, RPC debugger, sandbox, etc. + + On top of that, a debugger was planned: + + > A RPC level debugger with useful command set to analyze/manipulate a task + > at run time. For example, the user will be able to set RPC break points, + > manipulate port rights and data, trace and replay a task. + +If there is interest, the existing source code could be moved from the CVS +repository into the [[source_repositories/incubator]] ([[tschwinge]] already +locally converted it to Git.) diff --git a/open_issues/llvm.mdwn b/open_issues/llvm.mdwn new file mode 100644 index 00000000..d0b7b91d --- /dev/null +++ b/open_issues/llvm.mdwn @@ -0,0 +1,17 @@ +[[!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_llvm open_issue_porting]] + +[LLVM](http://www.llvm.org/) needs a little bit of porting for being usable on +GNU/Hurd. + +Apparently this has already been done within Debian; +<http://anonscm.debian.org/viewvc/pkg-llvm/llvm/trunk/debian/patches/>. diff --git a/open_issues/nightly_builds.mdwn b/open_issues/nightly_builds.mdwn index 5d1257fb..6eef7d19 100644 --- a/open_issues/nightly_builds.mdwn +++ b/open_issues/nightly_builds.mdwn @@ -20,7 +20,7 @@ Resources: * As reported in the [[news/2010-05-31]] news, there's Hydra doing nightly builds / Nix packages. - * <http://hudson-ci.org/> + * <http://hudson-ci.org/>, <http://jenkins-ci.org/> * <http://buildbot.net/> diff --git a/open_issues/placement_of_virtual_memory_regions.mdwn b/open_issues/placement_of_virtual_memory_regions.mdwn new file mode 100644 index 00000000..95b9e545 --- /dev/null +++ b/open_issues/placement_of_virtual_memory_regions.mdwn @@ -0,0 +1,89 @@ +[[!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_gnumach]] + +IRC, freenode, #hurd, 2011-07-13 + + <braunr> does anyone know if posix (or mach) has requirements or a policy + about the placement of allocations of virtual space ? + <braunr> a policy such as bottom-up ? + <braunr> or "find lowest vailable space" ? + <jkoenig> braunr, you mean for vm_allocate ? You may want to check mmap() + but I can't remember ever coming across such a thing (except maybe + wrt. alignment) + <braunr> i was wondering how e.g. libraries are linked near the stack + (possibly at slightly random addresses) + <braunr> does the linker walk the address space entries top-down ? + <braunr> jkoenig: i didn't see anything either in the mach interface, but i + may have missed something + <braunr> jkoenig: most systems i've been studying mark the vm regions for + the heap and the stack + <braunr> but for mach, the stack is just allocated virtual memory at the + top of the space + <braunr> so the "placement policy" is either completely outside the kernel, + or relies on its interface + <jkoenig> braunr, actually I'm surprised Mach would even dictate where the + (one?) stack should be, I would have expected it to be the job of + whatever creates a thread to make this kind of choice + <braunr> jkoenig: threads have their own stacks, under the responsibility + of the user trhead implementation + <braunr> but a program usually needs a stack even before it runs + <braunr> i had to set one to bootstrap modules in v0.1 + <braunr> but i wonder if it's just for bootstrapping (and then propagated + by fork()) or part of the interface + <braunr> but this doesn't matter much actually, the allocation mechanism i + have in mind can actually support multiple policies + <jkoenig> I would guess the former (just for bootstrapping), since a new + task has no thread, and a new thread has no state. (but I'm no expert) + <braunr> i think so + <braunr> i'll have a look at the exec server + <braunr> jkoenig: did the previous implementation of procfs show task maps + ? + <jkoenig> braunr, I don't think so, I would probably have felt compelled to + include them in the new one if it did :-) + <braunr> hmmm + <braunr> we definitely need that + <jkoenig> is there a compelling use case you think about in particular? + <braunr> yes + <braunr> i failed to understand how gnumach behaved wrt ipc right spaces + +[[rework_gnumach_ipc_spaces]] + + <braunr> and when i did, i found out my work was impossible to integrate + <jkoenig> "ipc right spaces" ? + <braunr> each task have an ipc space, which contains righs + <braunr> rights + <braunr> the ipc translation layer converts space/name and space/port + tuples to rights + <braunr> i wanted to replace the splay tree with a radix tree but didn't + get how the ipc table made the splay tree almost unused + <braunr> i don't want to make this kind of mistake again, so i'd like a + clear and detailed view of the vm spaces + <braunr> (it's only compelling for myself, all right) + <braunr> but + <braunr> we have vminfo + <braunr> rbraun@nordrassil:~$ vminfo $$ | wc -l + <braunr> 1046 + <braunr> oh my + <braunr> in comparison, a firefox instance has less than 500 on linux + <jkoenig> you mean there's some kind of port name table (or functional + equivalent) which actually resides in the task's memory? (and that's what + shows up at the beginning of the address space with prot=0?) + <braunr> jkoenig: sorry for being confusing, it's not that at all + <jkoenig> (btw feel free to tell me to just go read the source or whatever) + <braunr> jkoenig: don't worry + <jkoenig> braunr, no problem + <braunr> jkoenig: i just compared a previous attempt to improve gnumach + which failed because i didn't have enough insight of the inner workings + of the kernel + <braunr> jkoenig: i really want to miss as little as possible on the vm + part, so having detailed information about what actually happens on + running hurd systems is something i need diff --git a/open_issues/prelink.mdwn b/open_issues/prelink.mdwn new file mode 100644 index 00000000..ad85b9e2 --- /dev/null +++ b/open_issues/prelink.mdwn @@ -0,0 +1,27 @@ +[[!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_porting]] + +The *prelink* package, as distributed via Debian unstable, does build on +GNU/Hurd. After installing the satisfiable dependencies, use +`dpkg-buildpackage -b -uc -d` to ignore SELinux and libc6-dev dependencies. + +It is unclear whether it also does work. The testsuite (run manually) does +*FAIL* on all tests, which is due to the prelinker doing something to the +copied `ld.so.1` so that it faults on every invocation. This does not happen +on GNU/Linux. + +Not much in the prelinker is Linux-specific. `src/get.c`'s `is_ldso_soname` +should already cover our `ld.so.1` case (and what about `ld.so`?). At the end +of `src/arch-i386.c`, `.dynamic_linker` has to be set properly. And, in that +file there are some Linux process VM constants, of which `REG2S` and `REG2E` +are the only relevant in the `!exec_shield` case. Probably these need to be +adjusted. What else? diff --git a/open_issues/rework_gnumach_ipc_spaces.mdwn b/open_issues/rework_gnumach_ipc_spaces.mdwn index b7cda227..b3d1b4a4 100644 --- a/open_issues/rework_gnumach_ipc_spaces.mdwn +++ b/open_issues/rework_gnumach_ipc_spaces.mdwn @@ -10,7 +10,10 @@ License|/fdl]]."]]"""]] [[!tag open_issue_gnumach]] -IRC, freenode, #hurd, 2011-05-07 +[[!toc] + + +# IRC, freenode, #hurd, 2011-05-07 <braunr> things that are referred to as "system calls" in glibc are actually RPCs to the kernel or other tasks, those RPCs have too lookup @@ -20,7 +23,8 @@ IRC, freenode, #hurd, 2011-05-07 There is a [[!FF_project 268]][[!tag bounty]] on this task. -IRC, freenode, #hurd, 2011-04-23 + +# IRC, freenode, #hurd, 2011-04-23 <braunr> youpi: is there any use of the port renaming facility ? <youpi> I don't know @@ -250,7 +254,8 @@ IRC, freenode, #hurd, 2011-04-23 <antrik> well, if some processes really feel they must use random numbers for port names, they *ought* to be penalized ;-) -2011-04-27 + +# IRC, freenode, #hurd, 2011-04-27 <braunr> antrik: remember when you asked why high numbers would be a problem with radix trees ? @@ -318,3 +323,401 @@ IRC, freenode, #hurd, 2011-04-23 <antrik> braunr: idr? <braunr> antrik: a data structure used to map integers to pointers <braunr> http://fxr.watson.org/fxr/source/lib/idr.c?v=linux-2.6 + + +# IRC, freenode, #hurd, 2011-06-08 + + <braunr> hm, reverse space/port to name lookups also suck + <braunr> having separate types for simple ipc entries and splay tree + entries really makes many parts of the ipc code complicated + <braunr> and a global hash table for these operations is scary + + +# IRC, freenode, #hurd, 2011-06-09 + + <braunr> hm nice, my radix tree code runs inside gnumach, along with the + original splay tree code and assertions making sure results are the same + <braunr> there is this "collision" thing i'm not sure to understand but + once this is solved, replacing the splay trees should be easy + + <braunr> youpi: is there a way to easily know the number of send rights + associated to a port ? + <youpi> portinfo ? + <braunr> portinfo gives information in a space + <braunr> but this is specific to a port + <braunr> is there an option for that ? + <youpi> -v + <braunr> hm ok + <youpi> 25: send (refs: 550) + <braunr> nice + <braunr> youpi: if you have time, could you give me the min/max/avg numbers + of send rights referring to the same port on buildds ? + <braunr> i'm trying to estimate if it's better to have space->list_of_ports + or port->list_of_spaces to replace the global ipc hash table + <braunr> the latter seems better but there could be unexpected cases on + machines using large amounts of resources like the buildds + <youpi> max is 64k + <youpi> min is 1 of course :) + <braunr> 64k + <braunr> then it's not what i'm looking for + <youpi> avg is 55 + <braunr> isn't this the number of urefs ? + <youpi> I don't know + <braunr> hmm + <braunr> what i'm looking for is the number of *pure send rights* for the + same port + <braunr> i don't think portinfo can give it + <braunr> there can only be one such send right per task for the same port + <braunr> 64k would mean there are 64k tasks + <youpi> ok, so it's more difficult + <youpi> it means using -t + <braunr> ahh + <youpi> and run n^2 portinfo over the n processes + <braunr> i see + <youpi> Mmm, that will however still show any duplicate send right + <youpi> but then by min/max/avg, you mean, over time ? + <braunr> i'll change the source code, simpler + <youpi> e.g. min would be right after boot? + <braunr> min is 1 + <youpi> 1 what ? + <braunr> 1 send right to a port + <youpi> ah, 1 for a given port + <braunr> yes + <youpi> ok, it becomes really hairy to compute, I don't hav ethe time :) + <braunr> avg and max are more interesting :) + <braunr> no worries + <youpi> braunr: I wouldn't be surprised that max is the number of tasks + <youpi> e.g. for a send port to the proc server for instance + <braunr> youpi: it is, but i'm not looking for potential numbers + <youpi> I'm not talking about a potential number, but an actual number + that's almost always true + <braunr> for one port, yes + <braunr> but yes, ok for max + <braunr> this makes choosing an appropriate data structure difficult + + <antrik> braunr: actually, min number of send rights to a port is 0... but + I'm sure you know that already :-) + + <antrik> youpi: normally each client gets a separate port. I'm not sure + there are any ports with send rights distributed over many tasks... + + <jkoenig> antrik, what about / ? + + <youpi> antrik: not necessarily + + <antrik> jkoenig: not sure... isn't the "/" port authenticated to the + specific user? + + <jkoenig> antrik, I guess so, but a single user could still have many + tasks. + <jkoenig> (wrt /) + <antrik> jkoenig: well, in theory the tasks having exactly the same UIDs + and GITs could probably share an auth token... but that's not how things + are handled in general + <antrik> at least I don't think so + <antrik> tasks are authenticated, not users + <antrik> err... GIDs :-) + <jkoenig> antrik, still, my quick glance to the fork() code seemed to + indicate the port is inherited as-is, maybe authentication happens only + when something is actually looked up? + <jkoenig> hmm "rpctrace ls -d /" does not show any authentication calls, + only a lookup("") on the root which returns a different port + <jkoenig> so I guess the root port is "deauthenticated" or something when + the uid of a process is changed. + <antrik> too bad cfhammer isn't around, he digged into all this stuff... + <antrik> I know that there is a mechanism which reauths all FDs when the + IDs of a process change + <antrik> but I'm not sure the "/" port uses this mechanism + + <braunr> antrik: but the radix tree codee is really used as is, which means + no locking, no preloading before locking, all of this because simple + locks don't exist on UP, and because the kernel isn't preemptible + + <braunr> antrik: and yes, min number is 0, but in that case you don't need + (space, port) -> right lookups :) + <braunr> antrik: or put in another way, whichever reasonable structure you + use, when it's empty, you don't care much + <braunr> which also means that the min number has actually no value here + <braunr> because the same applies to 1 + + <braunr> then what seems to take most time is forks + <braunr> and i hope my upcoming kernel changes will help the situation a + bit + <pinotree> what are your incoming gnumach changes about? + <braunr> the ipc translation layer speed + <braunr> which basically means operating on port names (looking them up, + inserting, removing, renaming, looking up send rights to a specific + ports) will be faster + <braunr> and i believe forks are (one of) the most demanding use cases wrt + ipc space manipulation + <braunr> i'm really surprised how badly the splay trees are used + <braunr> the worst case for this data structure is traversal + <braunr> and this is done in many situations + <braunr> leaving the tree in its worst case shape + <braunr> and i didn't mentioned the bunch of memory writes occurring, event + for things like lookups or traversals + <braunr> this is slow and can disrupt many cpu cache lines + <braunr> and when there are 10k to 100+k (e.g. in some ext2fs instances on + buildds), just imagine the number of operations involved in those + operations + <braunr> a simple traversal_next involves a rotation *gasp* + <braunr> this means potentially writing on 3 different cache lines, for + *one* next operation + <pinotree> what are you replacing that splay tree with? + <braunr> radix trees + <braunr> much shorter paths + <braunr> extremely few memory writes + <braunr> locality of reference when traversing + <braunr> good cache usage (as many of the top nodes are reused) + <braunr> the two drawbacks are 1/ memory allocation for external nodes, + which means the tree must be preloaded before locking + <braunr> and 2/ high memory overhead if the keys are sparse + <braunr> but this isn't the case with port names, unless someone messes it + up by assigning random names to many rights + + <antrik> braunr: so, when will we see the first performance comparision? + :-) + <braunr> antrik: that's a topic of itself, how to compare ? + <braunr> antrik: the thing is, my current gnumach patches only makes + assertions + <braunr> this is the best way i found to test my tree in real life + conditions + <braunr> much cleanup is needed + <braunr> and what i'd like to do is to completely replace all teh + translation layer structures with it + <braunr> which means removing much code, making sure it still works as + expected + <braunr> this is tedious + <braunr> so one month at least + <antrik> braunr: comparing shouldn't be too hard... the average configure + script does a lot of forking, which should be a good benchmark according + to your observations + <braunr> rough estimates are easy, yes + <braunr> but my observations my be wrong :p + <antrik> braunr: well, we don't really need precise numbers... + <antrik> unless you need to do some kind of fine-tuning? + <braunr> i don't know yet + + +# IRC, freenode, #hurd, 2011-06-18 + + < braunr> hmm, i'm having a problem with integrating my radix tree code in + gnumach + < braunr> inserting into such a tree can trigger memory allocation + < braunr> so commonly, the tree i loaded with nodes before insertion, + usually if it requires strong locking + < braunr> ipc spaces are locked using "simple locks" (which are spin locks) + < braunr> but spin locks are noops on UP, and gnumach is always UP .. + < braunr> so, should i still include preloading code, even if it'll end up + dead code ? + < antrik> hm... I think we discussed this before; but isn't gnumach + supposed to be SMP-capable, minus bugs?... + < braunr> it is + < braunr> but ofc, if i choose not to include preloading, i'll write + #errors so that the day gnumach is built for SMP again, such support will + be included + < antrik> oh, sorry, I think I misread. what is UP? + < braunr> uniprocessor + < antrik> well, if it's just bugs forcing the current UP state, I think + saying that gnumach is always UP is a stretch... + < braunr> sure, but it's a practical consideration + < antrik> does the locking complicate stuff? or is it just performance + considerations? + < braunr> no it's about correctness and completeness + < braunr> if you don't preload a tree before locking + < braunr> and memory allocation occurs while you're holding a simple lock + < braunr> and memory allocation requires the kernel to sleep + < braunr> you're screwed + < braunr> but i hate the idea of including code that won't be used and + which won't be easy to test + < braunr> so i'm wondering if it's ok for now to just put this in a TODO + comment and write it when the time is right + < braunr> or if i should spens the week adding this and tweaking the + userspace implementation to "emulate" spin locks + < antrik> well, it's tricky situation. on one hand, it seems stupid to + include handling for something that presently isn't used, and it's not + clear when it will. on the other hand, I'd rather not see additional + problems introduced that will make fixing SMP even harder... + < braunr> that's why i'm asking here + < antrik> of course, you could resolve this question by fixing SMP + first... ;-) + < braunr> ew + < antrik> well, I guess it would be best first to make the code work... and + we can still decide about the locking thing before it goes mainline I'd + say? + < braunr> "make the code work" ? + < antrik> I mean make gnumach work with your radix tree code + < braunr> without preloading then + < antrik> yeah... as a first step... I guess adding it later won't be any + harder than adding it right now? + < braunr> not much + < braunr> testing is what requires time really + + +# IRC, freenode, #hurd, 2011-06-27 + + < braunr> ok, here is the radix tree code: + http://git.sceen.net/rbraun/libbraunr.git/ + < braunr> the preloading stuff will be added in the kernel only, as it's + really pointless and not easily doable in userspace + < youpi> preloading? + < braunr> youpi: yes, preloading + < braunr> radix trees allocate external nodes + < youpi> well, providing a url at some random time of some random day is + not a great way to get eyes on it :) + < braunr> and ipc spaces are locked when inserting/allocating names + < braunr> we normally don't need preloading in gnumach + < braunr> since there is no preemption nor SMP + < braunr> but in case someone changes that, i'd like the code to be mostly + ready + < braunr> and correctly handle those ugly simple locks + < braunr> youpi: is what i say clear enough or do you need more background + on what is done ? + < youpi> about preloading? + < braunr> yes + < youpi> I guess it means allocating nodes in advance? + < braunr> yes + < youpi> k + < braunr> before locking the ipc spaces + + +# IRC, freenode, #hurd, 2011-06-28 + + < braunr> antrik: i think i won't write the code for the preloading stuff + actually + < braunr> antrik: it's not very difficult, but i really hate the idea of + not being able to reliably test it + < braunr> antrik: and i'd rather concentrate on integrating the radix tree + code in gnu mach now + < braunr> (i've already removed much code, even some files which weren't + actually used before my changes !) + < braunr> hmm, i won't be able not to write the preloading code after all + < antrik> braunr: not able not to write? how's that? + < braunr> antrik: it's actually required + < braunr> there are three functions, ipc_entry_get, ipc_entry_alloc, and + ipc_entry_grow_table + < braunr> ipc_entry_get cannot allocate memory + < braunr> if it fails, ipc_entry_grow_table is called, which will allocate + memory + < braunr> ipc_entry_alloc calls both of them depending on the result of + ipc_entry_get + < braunr> this is the equivalent of the preloading thing i had in mind + < braunr> not a bad thing after all + < braunr> the only thing i'm afraid of are the "optimized" version of those + ipc functions in te so-called fast paths + < braunr> i'm afraid if i don't deal right with those, the kernel may end + up using mostly slow paths + < braunr> but considering the purpose of those fast paths was merely to + avoid the overhead of function calls and some locking functions, it + shouldn't be that bad + < braunr> this is such a mess eh + < antrik> hurray microoptimisations ;-) + < braunr> there, the preload functions are done, easy :) + < antrik> braunr: seems you spent less time implementing it than pondering + whether you should implement it ;-) + < braunr> well, i couldn't implement it correctly before knowing what + should have been done exactly + < braunr> and there are still other problems :/ + < braunr> and the other problems make me reconsider if this was useful at + all eh + < braunr> youpi: i'm unable to find where ipc tree entries are released + except in ipc_entry_alloc_name(), which could mean they're leaked ... + < braunr> youpi: would you have time to take a look ? + < youpi> they aren't in ipc_entry_dealloc() ? + < braunr> no ..... + < youpi> it's not so unprobable that they're only freed when the task quits + < braunr> i don't see that either + < braunr> i only see them released in ipc_entry_alloc_name() + < braunr> so maybe they're reused + < braunr> but i'm not sure about that when reading the code + < braunr> oh wait, yes, they are :/ + < braunr> my bad + < youpi> in the ipc_splay_tree_* fucntions I guess? + < braunr> yes + < braunr> it's just surprsing to see them allocated outside the tree code + only + < braunr> but released in both the entry and the splay tree code ... + + +# IRC, freenode, #hurd, 2011-06-29 + + < braunr> hmm i missed an important thing :/ + < braunr> and it's scary + < braunr> it looks like the splay tree is mainly used when names are + provided + < braunr> whereas the entry table is used when names are allocated + < braunr> which means the table is the main ipc data structure, even for + tasks with lots of rights + < braunr> i can make my root ext2fs have more than 10k rights, and i see + the ipc table table grow along that number ... + < braunr> now thetable has 15k+ entries + < braunr> IOW there is no point to put the radix tree code in gnumach :( + < antrik> braunr: what do you mean by "provided" and "allocated"? + < antrik> and what is that table you are talking about? + < braunr> antrik: provided means the user space tasks gives the name of the + new right + < braunr> antrik: allocated means the kernel generates it + < braunr> antrik: the table i'm talking about is is_table in struct + ipc_space + < braunr> 55 * Every space has a non-NULL is_table with + is_table_size entries. + < braunr> 56 * A space may have a NULL is_tree. is_tree_small + records the + < braunr> 57 * number of entries in the tree that, if the table were + to grow + < braunr> 58 * to the next larger size, would move from the tree to + the table. + < braunr> here is the description which mislead me (in addition of the + obscure code) + < braunr> 50 * Spaces hold capabilities for ipc_object_t's (ports + and port sets). + < braunr> 51 * Each ipc_entry_t records a capability. Most + capabilities have + < braunr> 52 * small names, and the entries are elements of a table. + < braunr> 53 * Capabilities can have large names, and a splay tree + holds + < braunr> 54 * those entries. The cutoff point between the table + and the tree + < braunr> 55 * is adjusted dynamically to minimize memory + consumption. + < antrik> ah, so the rights with a low name are in a linear table, and only + those with "random" high names are stored in the splay tree instead? + < antrik> seems a rather complex design... I guess though there isn't much + room for further optimisation there :-( + < antrik> (well, except for code size optimisation -- which could in fact + make a considerable difference...) + < braunr> well there are problems with this approach, but most don't + concern performance + < braunr> when the table gets big (close to the page size or more), it gets + remapped when reallocated + < braunr> which will incur some penalty because of the tlb + < braunr> but it's annoying even for small tables + < braunr> the initial table size is 4 entries, and from what i can see, + most tables are 128 entries wide when tasks are destroyed + < braunr> an obvious simple optimization is to set a larger default size + < braunr> the same applies for the dead name tables + < braunr> those reallocations are a pain, and they're due to this design + < braunr> they can also fail because of fragmentation + < braunr> there would be a point to radix trees if they would replace all + that, and not just the splay tree + < braunr> but this would cause a lot of changes in a lot of places, and in + particular the "optimized" fast paths i mentioned yesterday + < braunr> we'll see how they perform in x15 :> + < braunr> there is a slight noticeable improvement when increasing the + initial size of the entry table + < antrik> braunr: well, if you use them in a completely different + implementation, there will be no way of telling whether they make a + difference + < antrik> how did you test the improvement? + < braunr> antrik: no actually it's completely negligeable + < braunr> hm + < braunr> is that a valid word ? :) + < braunr> negligible + < braunr> youpi: did you see my comments about the ipc stuff this earlier + today ? + < braunr> youpi: well to make things short, when port names are allocated, + the right they refer to is allocated from the ipc table + < braunr> youpi: the splay tree is only used for user provided names + < braunr> youpi: i had tables as large as the number of rights in a space + (i could easily reach 20k) + < braunr> youpi: whereas the splay trees had at most ~40 entries .. diff --git a/open_issues/term_blocking.mdwn b/open_issues/term_blocking.mdwn index 5eea1570..19d18d0e 100644 --- a/open_issues/term_blocking.mdwn +++ b/open_issues/term_blocking.mdwn @@ -47,7 +47,7 @@ for the process using that terminal. Killed that `term` instance, and things were fine again. -All this reproducible happens while running the [[GDB testsuite]]. +All this reproducible happens while running the [[GDB testsuite|gdb]]. --- @@ -114,6 +114,9 @@ started GDB (the system one, for `.debug` stuff) on `/hurd/term`, `set noninvasive on`, attach to the *term* that GDB is using. +[[2011-07-04]]. + + # Formal Verification This issue may be a simple programming error, or it may be more complicated. diff --git a/open_issues/term_blocking/2011-07-04.mdwn b/open_issues/term_blocking/2011-07-04.mdwn new file mode 100644 index 00000000..0f302409 --- /dev/null +++ b/open_issues/term_blocking/2011-07-04.mdwn @@ -0,0 +1,246 @@ +[[!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]]."]]"""]] + +GDB testsuite makes a term process go bonkers. The testsuite is terminated. +The term process remanins. Next, a new shell (bash) is started that connects +to this term process -- and hangs. + +Hung bash process (27834), term (22634). + + # portinfo -t 22634 27834 + 5 => 58: receive + 11 => 18: receive + 21 => 53: receive + 26 => 51: receive + 27 => 56: receive + 28 => 48: receive + 30 => 54: receive + +GDB on bash: + + #0 0x010ab12c in _hurd_intr_rpc_msg_in_trap (msg=0x102383c, option=3, send_size=44, rcv_size=2092, rcv_name=9, timeout=0, notify=0) at intr-msg.c:134 + err = <value optimized out> + err = <value optimized out> + user_option = 3 + user_timeout = 0 + m = 0x102383c + msgh_bits = 5395 + remote_port = 27 + msgid = 21001 + __PRETTY_FUNCTION__ = "_hurd_intr_rpc_mach_msg" + #1 0x01235195 in __io_read (io_object=27, data=0x1024148, dataCnt=0x102414c, offset=-1, amount=1) at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/hurd/RPC_io_read.c:138 + Mess = {In = {Head = {msgh_bits = 5395, msgh_size = 1768, msgh_remote_port = 27, msgh_local_port = 9, msgh_seqno = 0, msgh_id = 21001}, offsetType = {msgt_name = 11, msgt_size = 64, msgt_number = 1, msgt_inline = 1, msgt_longform = 0, msgt_deallocate = 0, + msgt_unused = 0}, offset = -1, amountType = {msgt_name = 2, msgt_size = 32, msgt_number = 1, msgt_inline = 1, msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0}, amount = 1}, Out = {Head = {msgh_bits = 5395, msgh_size = 1768, msgh_remote_port = 27, + msgh_local_port = 9, msgh_seqno = 0, msgh_id = 21001}, RetCodeType = {msgt_name = 11, msgt_size = 64, msgt_number = 1, msgt_inline = 1, msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0}, RetCode = -1, dataType = {msgtl_header = {msgt_name = 255, + msgt_size = 255, msgt_number = 4095, msgt_inline = 1, msgt_longform = 1, msgt_deallocate = 1, msgt_unused = 1}, msgtl_name = 8194, msgtl_size = 4097, msgtl_number = 1}, + data = "# /etc/inputrc - global inputrc for libreadline\n# See readline(3readline) and `info rluserman' for more information.\n\n# Be 8 bit clean.\nset input-meta on\nset output-meta on\n\n# To allow the use of 8bit"...}} + msg_result = <value optimized out> + msgh_size = <value optimized out> + #2 0x010afbb1 in readfd (port=27) at fd-read.c:34 + nbytes = 0x9 + nread = 40 + data = 0x44 <Address 0x44 out of bounds> + offset = 12884901897 + #3 0x010b5de5 in _hurd_ctty_input (port=26, ctty=27, rpc=0x1024154) at ctty-input.c:36 + err = 19156808 + #4 0x010af53e in _hurd_fd_read (fd=0x1244f48, buf=0x102420f, offset=-1) at fd-read.c:39 + __ulink = {resource = {next = 0x0, prevp = 0x1244f4c}, thread = {next = 0x1024160, prevp = 0x1246c5c}, cleanup = 0x10b75a0 <_hurd_port_cleanup>, cleanup_data = 0x1a} + __ctty_ulink = {resource = {next = 0x0, prevp = 0x1244f5c}, thread = {next = 0x0, prevp = 0x1024180}, cleanup = 0x10b75a0 <_hurd_port_cleanup>, cleanup_data = 0x1b} + ctty = 27 + crit = 0x1246808 + __result = 16925048 + port = <value optimized out> + err = <value optimized out> + data = 0x102420f "" + nbytes = 0x10241f8 + nread = 1 + #5 0x0116c080 in __libc_read (fd=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece or DW_OP_bit_piece. + ) at ../sysdeps/mach/hurd/read.c:27 + descriptor = <error reading variable descriptor (DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece or DW_OP_bit_piece.)> + err = <value optimized out> + #6 0x080cdaac in ?? () + No symbol table info available. + #7 0x080cdf88 in ?? () + No symbol table info available. + #8 0x080baff7 in ?? () + No symbol table info available. + #9 0x080bb435 in ?? () + No symbol table info available. + #10 0x080507e7 in ?? () + No symbol table info available. + #11 0x0804fc36 in ?? () + No symbol table info available. + #12 0x08052f22 in ?? () + No symbol table info available. + #13 0x08055dab in ?? () + No symbol table info available. + #14 0x0804d960 in ?? () + No symbol table info available. + #15 0x0804da1f in ?? () + No symbol table info available. + #16 0x0804dc65 in ?? () + No symbol table info available. + #17 0x0804d215 in ?? () + No symbol table info available. + #18 0x010b906b in __libc_start_main (main=0x804c450, argc=1, ubp_av=0x1024dd4, init=0x80d7ff0, fini=0x80d7fe0, rtld_fini=0xf330, stack_end=0x1024dcc) at libc-start.c:257 + result = <value optimized out> + #19 0x0804b281 in ?? () + No symbol table info available. + +GDB on term: + + 5 Thread 22634.5 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + 4 Thread 22634.4 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + 3 Thread 22634.3 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + 2 Thread 22634.2 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + * 1 Thread 22634.1 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + + Thread 5 (Thread 22634.5): + #0 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + No locals. + #1 0x0108a769 in __mach_msg (msg=0x129bf10, option=2050, send_size=0, rcv_size=8192, rcv_name=16, timeout=0, notify=0) at msg.c:110 + ret = <value optimized out> + #2 0x0108ae24 in __mach_msg_server_timeout (demux=0x125fd1c, max_size=8192, rcv_name=16, option=2048, timeout=0) at msgserver.c:101 + request = 0x129bf10 + reply = 0x129df20 + mr = <value optimized out> + __PRETTY_FUNCTION__ = "__mach_msg_server_timeout" + #3 0x01058e45 in thread_function (master=0) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libports/manage-multithread.c:136 + timeout = 0 + err = <value optimized out> + hook = 0 + global_timeout = 0 + thread_timeout = 0 + bucket = 0x805e1f0 + lock = 0 + totalthreads = 4 + nreqthreads = 3 + #4 0x01052b91 in cthread_body (self=0x8061460) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libthreads/cthreads.c:300 + t = 0x80619a8 + #5 0x00000000 in ?? () + No symbol table info available. + + Thread 4 (Thread 22634.4): + #0 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + No locals. + #1 0x0108a769 in __mach_msg (msg=0x128df20, option=2050, send_size=0, rcv_size=8192, rcv_name=16, timeout=0, notify=0) at msg.c:110 + ret = <value optimized out> + #2 0x0108ae24 in __mach_msg_server_timeout (demux=0x125fd1c, max_size=8192, rcv_name=16, option=2048, timeout=0) at msgserver.c:101 + request = 0x128df20 + reply = 0x128bf10 + mr = <value optimized out> + __PRETTY_FUNCTION__ = "__mach_msg_server_timeout" + #3 0x01058e45 in thread_function (master=0) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libports/manage-multithread.c:136 + timeout = 0 + err = <value optimized out> + hook = 0 + global_timeout = 0 + thread_timeout = 0 + bucket = 0x805e1f0 + lock = 0 + totalthreads = 4 + nreqthreads = 3 + #4 0x01052b91 in cthread_body (self=0x805f800) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libthreads/cthreads.c:300 + t = 0x805f788 + #5 0x00000000 in ?? () + No symbol table info available. + + Thread 3 (Thread 22634.3): + #0 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + No locals. + #1 0x0108a769 in __mach_msg (msg=0x127df20, option=2050, send_size=0, rcv_size=8192, rcv_name=16, timeout=0, notify=0) at msg.c:110 + ret = <value optimized out> + #2 0x0108ae24 in __mach_msg_server_timeout (demux=0x125fd1c, max_size=8192, rcv_name=16, option=2048, timeout=0) at msgserver.c:101 + request = 0x127df20 + reply = 0x127bf10 + mr = <value optimized out> + __PRETTY_FUNCTION__ = "__mach_msg_server_timeout" + #3 0x01058e45 in thread_function (master=0) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libports/manage-multithread.c:136 + timeout = 0 + err = <value optimized out> + hook = 0 + global_timeout = 0 + thread_timeout = 0 + bucket = 0x805e1f0 + lock = 0 + totalthreads = 4 + nreqthreads = 3 + #4 0x01052b91 in cthread_body (self=0x805ec30) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libthreads/cthreads.c:300 + t = 0x805ebb8 + #5 0x00000000 in ?? () + No symbol table info available. + + Thread 2 (Thread 22634.2): + #0 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + No locals. + #1 0x0108a769 in __mach_msg (msg=0x126df20, option=3, send_size=32, rcv_size=4096, rcv_name=12, timeout=0, notify=0) at msg.c:110 + ret = <value optimized out> + #2 0x0108ae99 in __mach_msg_server_timeout (demux=0x109b9d0 <msgport_server>, max_size=4096, rcv_name=12, option=0, timeout=0) at msgserver.c:151 + request = 0x126ef30 + reply = 0x126df20 + mr = <value optimized out> + __PRETTY_FUNCTION__ = "__mach_msg_server_timeout" + #3 0x0108af6b in __mach_msg_server (demux=0x109b9d0 <msgport_server>, max_size=4096, rcv_name=12) at msgserver.c:196 + No locals. + #4 0x0109b99f in _hurd_msgport_receive () at msgportdemux.c:68 + No locals. + #5 0x01052b91 in cthread_body (self=0x805da48) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libthreads/cthreads.c:300 + t = 0x805d9d0 + #6 0x00000000 in ?? () + No symbol table info available. + + Thread 1 (Thread 22634.1): + #0 0x01089f6c in mach_msg_trap () at /home/buildd/build/chroot-sid/home/buildd/byhand/eglibc-2.13/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2 + No locals. + #1 0x0108a769 in __mach_msg (msg=0x125ba2c, option=2, send_size=0, rcv_size=24, rcv_name=10, timeout=0, notify=0) at msg.c:110 + ret = <value optimized out> + #2 0x010516b8 in cproc_block () at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libthreads/cprocs.c:638 + msg = {msgh_bits = 17345214, msgh_size = 18972660, msgh_remote_port = 17163428, msgh_local_port = 134764952, msgh_seqno = 19249824, msgh_id = 18935134} + waiter = 0x1240808 + new = <value optimized out> + p = 0x805d988 + #3 0x01053589 in hurd_condition_wait (m=0x805d89c) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libthreads/cancel-cond.c:86 + p = 0x805d988 + cancel = <value optimized out> + __PRETTY_FUNCTION__ = "hurd_condition_wait" + c = 0x805e498 + #4 0x08052abf in trivfs_S_io_read (cred=0x8084b78, reply=32, replytype=18, data=0x125bb44, datalen=0x125bb40, offset=-1, amount=1) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./term/users.c:695 + cancel = <value optimized out> + i = <value optimized out> + max = <value optimized out> + cp = <value optimized out> + avail = <value optimized out> + #5 0x0104053b in _Xio_read (InHeadP=0x125dc70, OutHeadP=0x125bc60) at ioServer.c:234 + dataCnt = 2048 + msgh_simple = <value optimized out> + io_object = 0x8084b78 + dataP = 0x125bc8c "\350\003" + #6 _Xio_read (InHeadP=0x125dc70, OutHeadP=0x125bc60) at ioServer.c:148 + In0P = 0x125dc70 + OutP = 0x125bc60 + offsetCheck = {msgt_name = 11, msgt_size = 64, msgt_number = 1, msgt_inline = 1, msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0} + amountCheck = {msgt_name = 2, msgt_size = 32, msgt_number = 1, msgt_inline = 1, msgt_longform = 0, msgt_deallocate = 0, msgt_unused = 0} + #7 0x0104065e in trivfs_io_server (InHeadP=0x125dc70, OutHeadP=0x125bc60) at ioServer.c:2005 + InP = 0x125dc70 + OutP = 0x125bc60 + routine = <value optimized out> + #8 0x01038f17 in trivfs_demuxer (inp=0x125dc70, outp=0x125bc60) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libtrivfs/demuxer.c:32 + No locals. + #9 0x080537a8 in demuxer (inp=0x125dc70, outp=0x125bc60) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./term/main.c:68 + No locals. + #10 0x01059045 in internal_demuxer (inp=0x125dc70, outheadp=0x125bc60) at /home/buildd/build/chroot-sid/home/buildd/byhand/hurd/./libports/manage-multithread.c:101 + err = <value optimized out> + spawn = <value optimized out> + status = <value optimized out> + pi = <value optimized out> + link = {thread = 3, next = 0x0, prevp = 0x8084b94, notifies = 0x0, interrupted_next = 0x0} + outp = 0x125bc60 + __PRETTY_FUNCTION__ = "internal_demuxer" + [System crashed.] diff --git a/open_issues/translate_fd_or_port_to_file_name.mdwn b/open_issues/translate_fd_or_port_to_file_name.mdwn index 25a74456..485fb985 100644 --- a/open_issues/translate_fd_or_port_to_file_name.mdwn +++ b/open_issues/translate_fd_or_port_to_file_name.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 @@ -10,7 +10,10 @@ License|/fdl]]."]]"""]] [[!tag open_issue_glibc open_issue_hurd]] -\#hurd, freenode, June (?) 2010 +[[!toc]] + + +# IRC, freenode, #hurd, June (?) 2010 <pochu> is there a way (POSIX or Hurdish) to get the corresponding file name for a fd or a hurd port? <marcusb> there is a way @@ -52,3 +55,32 @@ License|/fdl]]."]]"""]] <marcusb> which combines file and directory operations <marcusb> of course, files and directories implement those functions differently <antrik> marcusb: do you know why this behavior (cat on directories) was changed? + + +# IRC, freenode, #hurd, 2011-07-13 + +A related issue: + + <braunr> rbraun@nordrassil:~$ vminfo $$ | wc -l + <braunr> 1039 + <braunr> any idea why a shell would consume more than 1039 map entries ? + <braunr> (well, not more actually) + <braunr> even the kernel and ext2fs have around 100 + <braunr> (the kernel has actually only 23, which is very good and expected) + <tschwinge> braunr: I agree that having some sort of debugging information + for memory objects et al. would be quite hand. To see where they're + coming from, etc. + <braunr> tschwinge: this would require naming objects at the mach level + <braunr> e.g. when creating an object + <braunr> giving it the path of a file for example + <tschwinge> braunr: I have recently seen something (due to youpi fixing a + bug) that bash is doing its own memory management. Perhaps all these are + such regions? + <tschwinge> braunr: For example, yes. + <braunr> what ? + <braunr> ?! + <tschwinge> braunr: + http://lists.gnu.org/archive/html/bug-bash/2011-04/msg00097.html + <braunr> i see + +Also see email thread starting at `id:"20110714082216.GA8335@sceen.net"`. diff --git a/open_issues/unit_testing.mdwn b/open_issues/unit_testing.mdwn index a3dd9c18..0def95fa 100644 --- a/open_issues/unit_testing.mdwn +++ b/open_issues/unit_testing.mdwn @@ -26,7 +26,7 @@ abandoned). * [DejaGnu](http://www.gnu.org/software/dejagnu/) / [Expect](http://expect.nist.gov/) - * used by the [[GCC testsuite|gcc]], [[GDB_testsuite]], + * used by the [[GCC testsuite|gcc]], [[GDB testsuite|gdb]], [[binutils testsuite|binutils]], etc. * The [[glibc_testsuite]] has a home-grown system (Makefile-based), likewise diff --git a/open_issues/user-space_device_drivers.mdwn b/open_issues/user-space_device_drivers.mdwn index 98f48013..b8061f71 100644 --- a/open_issues/user-space_device_drivers.mdwn +++ b/open_issues/user-space_device_drivers.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2009, 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 @@ -150,6 +150,12 @@ Also see [[device drivers and IO systems]]. Drivers](http://www.cs.rutgers.edu/~vinodg/papers/hotos2007/), 2007, Vinod Ganapathy, Arini Balakrishnan, Michael M. Swift, Somesh Jha + * <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.109.2623> + [[!tag open_issue_documentation]] + + * <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.146.2170> + [[!tag open_issue_documentation]] + # External Projects diff --git a/open_issues/xattr.mdwn b/open_issues/xattr.mdwn new file mode 100644 index 00000000..8b08ef1e --- /dev/null +++ b/open_issues/xattr.mdwn @@ -0,0 +1,27 @@ +[[!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]]."]]"""]] + +[[!meta title="xattr: extended attributes"]] + +[[!tag open_issue_glibc open_issue_hurd]] + +IRC, freenode, #hurd, 2011-06-01 + + <gnu_srs> Another thing: the lsattr and chattr programs seems to be bogus + on Hurd. Are they present since they are part of e2fsprogs? + <youpi> I don't think the Hurd has an interface for it + <tschwinge> gnu_srs, youpi: lsattr/chattr are extended attributes, right? + We do have some patches from years ago for adding some support in glibc, + but they're not yet integrated. And also we do have a plan for using + these instead of our Hurd-specific passive translator information in + inodes. + +If interested in working on this, see [[!GNU_Savannah_task +#5503]]/[[!GNU_Savannah_patch #5126]], and talk to [[tschwinge]]. diff --git a/source_repositories/gdb.mdwn b/source_repositories/gdb.mdwn new file mode 100644 index 00000000..76b82534 --- /dev/null +++ b/source_repositories/gdb.mdwn @@ -0,0 +1,15 @@ +[[!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 +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]]."]]"""]] + +There is a repository for maintenance of [[/GDB]] for the Hurd's needs: +`grubber:~tschwinge/tmp/gdb/git`. + +This repository uses [[TopGit]] and is based on +<http://sourceware.org/git/?p=gdb.git;a=summary>. diff --git a/tag/open_issue_llvm.mdwn b/tag/open_issue_llvm.mdwn new file mode 100644 index 00000000..7fb11473 --- /dev/null +++ b/tag/open_issue_llvm.mdwn @@ -0,0 +1,15 @@ +[[!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]]."]]"""]] + +[[!meta title="open_issue_llvm"]] + +[[!map +pages="tagged(open_issue_llvm)" +show=title]] diff --git a/toolchain.mdwn b/toolchain.mdwn index b08dba95..26144cc3 100644 --- a/toolchain.mdwn +++ b/toolchain.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -24,4 +24,10 @@ for example, how things are done differently for GNU/Hurd than they are done for GNU/Linux. +--- + + * [[ELFOSABI_GNU]] + +--- + * [[cross-gnu]] diff --git a/toolchain/elfosabi_gnu.mdwn b/toolchain/elfosabi_gnu.mdwn new file mode 100644 index 00000000..bdc7e542 --- /dev/null +++ b/toolchain/elfosabi_gnu.mdwn @@ -0,0 +1,34 @@ +[[!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]]."]]"""]] + +[[!meta title="ELFOSABI_GNU"]] + +GNU/Hurd uses the `ELFOSABI_GNU` value for operating system/ABI identification. +This is shared with GNU/Linux. + + +# History + + * [[!debbug 630180]], [[!debbug 632686]] + * [sourceware bug + 12913](http://sourceware.org/bugzilla/show_bug.cgi?id=12913) + * [libc-alpha + thread](http://sourceware.org/ml/libc-alpha/2011-06/threads.html#00087) + ([continues](http://sourceware.org/ml/libc-alpha/2011-07/threads.html#00031)) + * [bug-hurd + thread](http://lists.gnu.org/archive/html/bug-hurd/2011-06/threads.html#00060) + ([continues](http://lists.gnu.org/archive/html/bug-hurd/2011-07/threads.html#00020)) + * [generic-abi + thread](http://groups.google.com/group/generic-abi/browse_frm/thread/194697b94a189063) + * [binutils + thread](http://sourceware.org/ml/binutils/2011-06/threads.html#00218) + ([continues](http://sourceware.org/ml/binutils/2011-07/threads.html#00033)) + * [GDB thread](http://sourceware.org/ml/gdb-patches/2011-07/msg00088.html) + * [GCC thread](http://gcc.gnu.org/ml/gcc-patches/2011-07/threads.html#00252) diff --git a/unix/signal.mdwn b/unix/signal.mdwn index 0d038a45..084f7f2a 100644 --- a/unix/signal.mdwn +++ b/unix/signal.mdwn @@ -9,7 +9,7 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] *[[UNIX]] signals* are a means to asynchronously invoke a specific function -(*signal handler*) in a [[process]]. It's a rather limited for of doing +(*signal handler*) in a [[process]]. It's a rather limited form of doing [[IPC]]. Signalling may impact on [[system call]]s that are executing at the same time diff --git a/user/jkoenig.mdwn b/user/jkoenig.mdwn index 0b9f9f7d..d135e0e5 100644 --- a/user/jkoenig.mdwn +++ b/user/jkoenig.mdwn @@ -8,351 +8,29 @@ 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]]."]]"""]] -## Hurd Debian-Installer +## Jérémie Koenig -My [proposal](http://wiki.debian.org/SummerOfCode2010/HurdDebianInstaller/JeremieKoenig) -to work on porting d-i on Hurd -as a [Google Summer of Code](http://code.google.com/soc/) student -has been accepted by the Debian project. +Homepage: [[http://jk.fr.eu.org/]]<br/> +E-mail: [jk@jk.fr.eu.org](mailto:jk@jk.fr.eu.org) -I will be keeping track of my progress on this page. +I am a Hurd enthusiast and occasional contributor, +currently a M.Sc. student at University of Strasbourg. +Among other things I am interested in formal methods, +languages and operating system design. +(Shameless plug: +I'll be looking for an internship in a research lab from January to June 2012 +and for a position as a Ph.D. student afterwards.) -### Links +Contributions include: - * [Modified packages](http://jk.fr.eu.org/debian/unstable) - * [Latest images](http://jk.fr.eu.org/debian/hurd-installer) - * [Debian bugs](http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=jk@jk.fr.eu.org&tag=gsoc2010) - * [BusyBox port](http://lists.debian.org/debian-bsd/2010/05/msg00048.html) - * [GNU Mach initrd](http://lists.gnu.org/archive/html/bug-hurd/2010-06/msg00047.html) + * Help [[port debian-installer|d-i]], + as a GSoC student for the Debian project during the summer of 2010. + * Rewrite the procfs translator + ([bug-hurd](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00165.html) + [thread](http://lists.gnu.org/archive/html/bug-hurd/2010-09/msg00001.html)). -### Roadmap +I am working as a GSoC student this summer again, +for the GNU project, +on [[Java for Hurd|java]]. -* **mach**: initrd support - * (./) preliminary patch posted and self-built (2010-06-12) - * adjustments will be needed (postponed) - * consider the alternatives discussed on bug-hurd (postponed) - -* **glibc**: fix `mkdir("/")` which returned `EINVAL` - * (./) eglibc 2.11.2-1 includes a quick fix by youpi (2010-06-15) - * (./) more complete patch posted to bug-hurd, - since other calls return incorrect errors under some circumstances - (2010-06-16) - * more work on it will be needed to make it fix the whole thing - (postponed) - -* (./) **partman** (2010-06-23) - * (./) add hurd-i386 to - `partman-partitioning/lib/disk-label.sh` - (2010-06-16, commited by youpi on 2010-06-23) - * (./) short-circuit - `partman-basicfilesystems/init.d/kernelmodules_basicfilesystems` - (2010-06-16) - * (./) partman-auto recipes: - make the default filesystem os-dependent - when it has not been preseeded (ie. the *seen* flag is clear) - * (./) force 4k blocks and 128 bytes inodes - * (./) submit patches to bugs.debian.org - ([[!debbug 586870]] and [[!debbug 586871]]) - * (./) rebuild with responsible version numbers and upload to my repository - -* (./) **libparted** (2010-06-23) - * (./) fix device paths ([[!debbug 586696]]) - * (./) fix crash on exit for part:* stores ([[!debbug 586682]]) - -* **hurd-udeb** (2010-06-23) - * (./) rebuild with the hack suggested by youpi for qemu network configuration - * (./) fix mount to accept `-o defaults` - * cleanup, ask youpi to commit - -* reloading the partition table (2010-06-25) - * User-space part stores - * (./) hurd-udeb now uses `part:N:device:X` for partition devices - (2010-06-23) - * (./) it also provides /lib/partman/commit.d/??hurd\_reloadpart, - which basically does `settrans -ag /dev/[hs]d*`. - (2010-06-24) - * Kernel-based partition devices - * (./) Mach's drivers from Linux support reloading partitions. - With help from youpi this has been made available through a - device\_set\_status() call. - * (./) make libparted use it - * Reminder: - I should file a bug against libparted with the patch sometime. - -* (./) The `/servers/exec` issue (2010-06-26) - * Due to /servers being inexistant, - the bootstrap ext2fs could not register the initial exec server, - meaning that non-bootstrap filesystems used a different one - (started from the passive translator), - which for some reason died on shell scripts, making them stall. - * Adding the `/servers` directory to hurd-udeb fixed it, - as well as the /hurd/proc issue - (failed to be run by init the first time around). - * Reminder: report the non-bootstrap exec servers failure on scripts. - -* (./) **base-installer**: (2010-06-26) - * Work around non-existant /proc/mounts. - * Firmlink /servers into /target after debootstrap - to make the network available. - -* (./) **grub-installer** - * (./) add hurd support (2010-06-27) - * /!\ grub-legacy still needs to be tested - * submit changes as a Debian bug - -**Milestone (2010-06-28): -installer kindof works, with documented manual intervention required** - -* (./) Sort out the situation with dev node creation (2010-07-07): - * Devices and servers used to be set up by debootstrap; - the hurd package would add some missing nodes. - * New strategy implemented in hurd and debootstrap: - * debootstrap uses active firmlinks into the host system - for the target system's /dev and /servers. - * the hurd package now include a `setup-translators` script, - which is used to register the passive translators by the installer's - `/libexec/runsystem` and hurd's postinst script. - -* **busybox**: submit upstream and to [[!debbug 323670]] - (waiting for upstream to review) - * (./) I have mentioned my work on the upstream mailing list, - * (./) merge the recent changes from upstream, - notably to the build system. - (2010-06-23) - * (./) ask upstream for review and merge - (2010-06-25) - * (./) sent as patches as requested - (2010-07-08) - * (./) backport any additional changes onto the debian branch - * (./) hijack [[!debbug 323670]] and submit my patches - -* **aptitude**: - * Currently broken on hurd-i386: - [[!debpkg gtest]] fails to build because of a segfault in one of the test - cases, [[!debpkg google-mock]] and hence [[!debpkg aptitude]] are missing - it as a build-dep. - The older package is not installable anymore because it's linked against - an older version of libept, which has been removed. - * (./) I bypassed the tests and uploaded the 3 packages to my repository - (2010-07-08) - * The segfault will have to be sorted out. (postponed) - -* (./) "Fix" the swap situation. (2010-07-08) - * The device\_close() libstore patch - had the unfortunate effect of making swapon fail, - since the device it activates has to be kept open. - * add options for MAKEDEV and setup-devices - to use the libparted stores - * disable youpi's patch - * make partman-basicfilesystems re-create the device - as a kernel partition, which is needed for swapon - -* (./) netcfg-static: port to hurd (2010-07-09) - * There was some amount of hurd support already - (namely, activating the interface by replacing the socket translator) - * However, this code started an active translator with - di\_exec\_shell\_log("settrans -a ...), - which stalled as a consequence of it capturing libdi's pipe - as its standard output. - * Network devices must be probed by trying to open Mach devices - with predetermined names (currently eth%d, wl%d), - because getifaddrs() does not seem to work on Hurd. - * /!\ netcfg, and configuring the installed system, postponed. - -* **procps** 3.2.7-11 (current hurd-i386 version) has [[!debbug 546888]] - * (./) Submit [[!debbug 588677]] and upload the result to my repository. - (2010-07-11) - -* (./) Set up a Debian mirror with modified packages for installation - * the [mirror](http://jk.fr.eu.org/debian/hurd-install/mirror) - is now up and running (2010-07-06) - * hacked the image build script to include its public key in - debian-archive-keyring at image build time (2010-07-08) - * Apparently debootstrap does not handle multiple versions very well. - Fix by using dpkg-scan{package,sources} rather than apt-ftparchive - to create index files. - (2010-07-10) - * Use the override files from ftp.debian.org, - to avoid debootstrap grabbing inappropriate packages. - * Changed them to make [[!debpkg ifupdown]], - [[!debpkg dhcp3-client]] and [[!debpkg dhcp3-client]] priority extra, - because they're uninstallable at the moment. - (2010-07-12) - -* (./) Put together a "jk-archive-keyring" package, - so that the mirror is authenticated in the target system as well. - (2010-07-12) - -* (./) Fix grub for user-space partitions (2010-07-16) - * grub-probe detects the whole device rather than the partition - as the device behind /boot/grub. - Consequently, grub-install fails. - * One approach would be to replace /dev/hd* by kernel devices - for file systems as well as for swap partitions. - > {X} this makes the installer crash, - > possibly due to cache coherency issue between hdX and hdXsY. - - * (./) GRUB2 kern/emu/getroot.c - [patched](http://lists.gnu.org/archive/html/bug-hurd/2010-07/msg00059.html) - to support part stores. - -* (./) Fix finish-install to skip `finish-install.d/90console` on Hurd - (2010-07-17) - -* (./) Avoid starting unnecessary /dev translators in a burst (2010-07-20) - * Use debootstrap use the extracted /usr/lib/hurd/setup-translators - to create device and server nodes in /target, - then firmlink the whole /target/dev and /target/servers - to the outer system. - * Make hurd.postinst not touch them on initial install. - -* (./) Fix mach-defpager for file and part stores on larger devices - * Use DEVICE\_GET\_RECORDS instead of DEVICE\_GET\_SIZE, which overflows an int - (2010-07-22) - -**Milestone (2010-07-22): -installer works but it's still somewhat ugly and broken** - -* (./) Ship the UTF-8 font for the hurd console - (2010-07-22) - * Upload a version of bogl with youpi's patch for Hurd. - (see [[!debbug 589987]]) - * Fix the hurd console for fonts with 16 pixels wide glyphs - (ie. handle the 8-wide glyph in there correclty) - * Support double-width glyphs (2010-07-24) - * (./) However the reduced font can't be loaded yet, - so make installer/build/Makefile - ship the whole `/usr/src/unifont.bgf` - as `/usr/share/hurd/vga-system.bgf`. - -* (./) Make the installer used the extended capabilities of the Hurd console - (2010-07-23) - * Set an UTF-8 locale in `/lib/debian-installer.d/S41term-hurd`. - * localechooser: set the language display level to 3 - when using the hurd console. - -* (./) **busybox**: cross-platform package uploaded to experimental - (2010-08-03?) - * Aurelien Jarno updated the packaging to busybox 1.17.1, - fixed a whole lot of bugs, - and uploaded a new package with both our changes; - * most patches adopted upstream, and included in the new package; - * (u)mount/swaponoff ported to kFreeBSD; - * per-OS configuration overrides. - -* (./) Update custom packages to the latest versions - and send updated patches to the BTS - (2010-08-11) - * updated partman-base to choose a default filesystem in debian/rules - rather than at runtime, - as suggested by Aurelien Jarno in [[!debbug 586870]] - * patch submitted for debian-installer-utils - ([[!debbug 592684]]). - * patch submitted for locale-chooser - ([[!debbug 592690]]). - * debootstrap, grub-installer and finish-install not yet submitted, - since the details may still change. - -* (./) **partman-target**: fix fstab creation - (2010-08-11) - * See [[!debbug 592671]] - * debian/rules: set `partman/mount_style` to `traditional` on Hurd. - * finish.d/create\_fstab\_header: add a Hurd case. - -* (./) **rootskel**: FTBFS on Hurd and other quirks - (to be fixed very soon) - -* **d-i/installer/build**: (expected soon) - * publish the patch I use - * sort out the changes suitable for inclusion - and ask youpi and/or debian-boot@l.d.o to commit them - -* call for testing and fix the bugs - -* Bug in setup-translators/MAKEDEV: - permissions are broken for nodes re-created through `MAKEDEV -k`, - because MAKEDEV's chmod/chown reaches the pre-existing translator - * Maybe settrans could be made to accept -o/--owner and - -p/--perm, to set the permissions for the underlying node? - -* (./) Silence the "no kernel" warning somehow. - -* Investigate the wget/libc/pfinet/whatever bug which corrupts Packages.gz, - see the IRC log for 2010-07-23, around 1am UTC+0200 - -* Try to resolve problems with udebs which are uninstallable on hurd-i386, - such as installation-locale and partman-whatever. - -* Provide `/proc/cmdline -> 2/cmdline`, or something. - -* Prepare a NMU for genext2fs (which is orphaned), - and ask youpi to sponsor the upload. - -* **busybox**: port - * fix stty/stat/ipcs on kFreeBSD, - * generally port more stuff, - * *ip* is needed (maybe) for network configuration, - * *mount*, *swaponoff* can be from hurd-udeb for now, - though the kFreeBSD people will need them - -* **partman**: further adjustments - * partman-base: handle /dev/hd?s* in lib/base.h - * hide irrelevant mount options? (sync, relatime) - -* Network configuration on the installed system. - This includes porting ifupdown and isc-dhcp-client, - which are currently uninstallable on hurd-i386. -* Also, better DHCP support during and after installation - -* improve the [initrd situation](FIXME: link to bug-hurd post): - ajust the ramdisk support in Mach, - use tmpfs if possible. - -* mklibs{,-copy}: - test library reduction, - make it copy the ld.so -> ld.so.1 symlink. - -* (./) hurd console fonts - -**Milestone (expected 2010-07-19): -it works great and it's beautiful** - -* test, fix, document -* support more types of installation images -* give a shot at the graphical installer if time permits -* integrate wireless drivers with netcfg -* see how [[zhengda]]'s work on DDE could be integrated -* etc.. - -### Mostly done - -#### Week 1 (2010-05-24) - -* genext2fs: patches submitted, [[!debbug 562999]] - which add support for all block sizes and choosing them at runtime. -* busybox: started porting the upstream and Debian package to Hurd and FreeBSD -* rebuilding hurd-udeb from the pkg-hurd version - and adding a ld.so link to the initrd - fixes the exec translator crashing on startup. - (BTW would there be a mean to detect this from the libdiskfs bootstrap code - and report it ?) - -#### Week 2 (2010-05-31 to 2010-06-06) - -* *busybox*: patches [posted](http://lists.debian.org/debian-bsd/2010/05/msg00048.html). -* *libdebian-installer4*: [[!debbug 584538]] -* started working on mach initrd support -* the installation images could boot into the main-menu - with the following changes: - * rebuild hurd-udeb from with the latest pkg-hurd patches - * use busybox from my osports-debian branch (see link above) - * tweak the d-i image build scripts - * the symlink /lib/ld.so -> ld.so.1 needs to be created somehow - (youpi mentionned it being the job of libc0.3-udeb I think) - * fix the poll() issue in libdebian-installer - (patch to be submitted soon), - also there is some hurd doxygen short-circuiting stuff - there which does not apply any more and prevents is to build. - * feed the initrd as a hard drive in qemu - (with some more space added to avoid it from becoming full) diff --git a/user/jkoenig/d-i.mdwn b/user/jkoenig/d-i.mdwn new file mode 100644 index 00000000..0b9f9f7d --- /dev/null +++ b/user/jkoenig/d-i.mdwn @@ -0,0 +1,358 @@ +[[!meta copyright="Copyright © 2010 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]]."]]"""]] + +## Hurd Debian-Installer + +My [proposal](http://wiki.debian.org/SummerOfCode2010/HurdDebianInstaller/JeremieKoenig) +to work on porting d-i on Hurd +as a [Google Summer of Code](http://code.google.com/soc/) student +has been accepted by the Debian project. + +I will be keeping track of my progress on this page. + +### Links + + * [Modified packages](http://jk.fr.eu.org/debian/unstable) + * [Latest images](http://jk.fr.eu.org/debian/hurd-installer) + * [Debian bugs](http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=jk@jk.fr.eu.org&tag=gsoc2010) + * [BusyBox port](http://lists.debian.org/debian-bsd/2010/05/msg00048.html) + * [GNU Mach initrd](http://lists.gnu.org/archive/html/bug-hurd/2010-06/msg00047.html) + +### Roadmap + +* **mach**: initrd support + * (./) preliminary patch posted and self-built (2010-06-12) + * adjustments will be needed (postponed) + * consider the alternatives discussed on bug-hurd (postponed) + +* **glibc**: fix `mkdir("/")` which returned `EINVAL` + * (./) eglibc 2.11.2-1 includes a quick fix by youpi (2010-06-15) + * (./) more complete patch posted to bug-hurd, + since other calls return incorrect errors under some circumstances + (2010-06-16) + * more work on it will be needed to make it fix the whole thing + (postponed) + +* (./) **partman** (2010-06-23) + * (./) add hurd-i386 to + `partman-partitioning/lib/disk-label.sh` + (2010-06-16, commited by youpi on 2010-06-23) + * (./) short-circuit + `partman-basicfilesystems/init.d/kernelmodules_basicfilesystems` + (2010-06-16) + * (./) partman-auto recipes: + make the default filesystem os-dependent + when it has not been preseeded (ie. the *seen* flag is clear) + * (./) force 4k blocks and 128 bytes inodes + * (./) submit patches to bugs.debian.org + ([[!debbug 586870]] and [[!debbug 586871]]) + * (./) rebuild with responsible version numbers and upload to my repository + +* (./) **libparted** (2010-06-23) + * (./) fix device paths ([[!debbug 586696]]) + * (./) fix crash on exit for part:* stores ([[!debbug 586682]]) + +* **hurd-udeb** (2010-06-23) + * (./) rebuild with the hack suggested by youpi for qemu network configuration + * (./) fix mount to accept `-o defaults` + * cleanup, ask youpi to commit + +* reloading the partition table (2010-06-25) + * User-space part stores + * (./) hurd-udeb now uses `part:N:device:X` for partition devices + (2010-06-23) + * (./) it also provides /lib/partman/commit.d/??hurd\_reloadpart, + which basically does `settrans -ag /dev/[hs]d*`. + (2010-06-24) + * Kernel-based partition devices + * (./) Mach's drivers from Linux support reloading partitions. + With help from youpi this has been made available through a + device\_set\_status() call. + * (./) make libparted use it + * Reminder: + I should file a bug against libparted with the patch sometime. + +* (./) The `/servers/exec` issue (2010-06-26) + * Due to /servers being inexistant, + the bootstrap ext2fs could not register the initial exec server, + meaning that non-bootstrap filesystems used a different one + (started from the passive translator), + which for some reason died on shell scripts, making them stall. + * Adding the `/servers` directory to hurd-udeb fixed it, + as well as the /hurd/proc issue + (failed to be run by init the first time around). + * Reminder: report the non-bootstrap exec servers failure on scripts. + +* (./) **base-installer**: (2010-06-26) + * Work around non-existant /proc/mounts. + * Firmlink /servers into /target after debootstrap + to make the network available. + +* (./) **grub-installer** + * (./) add hurd support (2010-06-27) + * /!\ grub-legacy still needs to be tested + * submit changes as a Debian bug + +**Milestone (2010-06-28): +installer kindof works, with documented manual intervention required** + +* (./) Sort out the situation with dev node creation (2010-07-07): + * Devices and servers used to be set up by debootstrap; + the hurd package would add some missing nodes. + * New strategy implemented in hurd and debootstrap: + * debootstrap uses active firmlinks into the host system + for the target system's /dev and /servers. + * the hurd package now include a `setup-translators` script, + which is used to register the passive translators by the installer's + `/libexec/runsystem` and hurd's postinst script. + +* **busybox**: submit upstream and to [[!debbug 323670]] + (waiting for upstream to review) + * (./) I have mentioned my work on the upstream mailing list, + * (./) merge the recent changes from upstream, + notably to the build system. + (2010-06-23) + * (./) ask upstream for review and merge + (2010-06-25) + * (./) sent as patches as requested + (2010-07-08) + * (./) backport any additional changes onto the debian branch + * (./) hijack [[!debbug 323670]] and submit my patches + +* **aptitude**: + * Currently broken on hurd-i386: + [[!debpkg gtest]] fails to build because of a segfault in one of the test + cases, [[!debpkg google-mock]] and hence [[!debpkg aptitude]] are missing + it as a build-dep. + The older package is not installable anymore because it's linked against + an older version of libept, which has been removed. + * (./) I bypassed the tests and uploaded the 3 packages to my repository + (2010-07-08) + * The segfault will have to be sorted out. (postponed) + +* (./) "Fix" the swap situation. (2010-07-08) + * The device\_close() libstore patch + had the unfortunate effect of making swapon fail, + since the device it activates has to be kept open. + * add options for MAKEDEV and setup-devices + to use the libparted stores + * disable youpi's patch + * make partman-basicfilesystems re-create the device + as a kernel partition, which is needed for swapon + +* (./) netcfg-static: port to hurd (2010-07-09) + * There was some amount of hurd support already + (namely, activating the interface by replacing the socket translator) + * However, this code started an active translator with + di\_exec\_shell\_log("settrans -a ...), + which stalled as a consequence of it capturing libdi's pipe + as its standard output. + * Network devices must be probed by trying to open Mach devices + with predetermined names (currently eth%d, wl%d), + because getifaddrs() does not seem to work on Hurd. + * /!\ netcfg, and configuring the installed system, postponed. + +* **procps** 3.2.7-11 (current hurd-i386 version) has [[!debbug 546888]] + * (./) Submit [[!debbug 588677]] and upload the result to my repository. + (2010-07-11) + +* (./) Set up a Debian mirror with modified packages for installation + * the [mirror](http://jk.fr.eu.org/debian/hurd-install/mirror) + is now up and running (2010-07-06) + * hacked the image build script to include its public key in + debian-archive-keyring at image build time (2010-07-08) + * Apparently debootstrap does not handle multiple versions very well. + Fix by using dpkg-scan{package,sources} rather than apt-ftparchive + to create index files. + (2010-07-10) + * Use the override files from ftp.debian.org, + to avoid debootstrap grabbing inappropriate packages. + * Changed them to make [[!debpkg ifupdown]], + [[!debpkg dhcp3-client]] and [[!debpkg dhcp3-client]] priority extra, + because they're uninstallable at the moment. + (2010-07-12) + +* (./) Put together a "jk-archive-keyring" package, + so that the mirror is authenticated in the target system as well. + (2010-07-12) + +* (./) Fix grub for user-space partitions (2010-07-16) + * grub-probe detects the whole device rather than the partition + as the device behind /boot/grub. + Consequently, grub-install fails. + * One approach would be to replace /dev/hd* by kernel devices + for file systems as well as for swap partitions. + > {X} this makes the installer crash, + > possibly due to cache coherency issue between hdX and hdXsY. + + * (./) GRUB2 kern/emu/getroot.c + [patched](http://lists.gnu.org/archive/html/bug-hurd/2010-07/msg00059.html) + to support part stores. + +* (./) Fix finish-install to skip `finish-install.d/90console` on Hurd + (2010-07-17) + +* (./) Avoid starting unnecessary /dev translators in a burst (2010-07-20) + * Use debootstrap use the extracted /usr/lib/hurd/setup-translators + to create device and server nodes in /target, + then firmlink the whole /target/dev and /target/servers + to the outer system. + * Make hurd.postinst not touch them on initial install. + +* (./) Fix mach-defpager for file and part stores on larger devices + * Use DEVICE\_GET\_RECORDS instead of DEVICE\_GET\_SIZE, which overflows an int + (2010-07-22) + +**Milestone (2010-07-22): +installer works but it's still somewhat ugly and broken** + +* (./) Ship the UTF-8 font for the hurd console + (2010-07-22) + * Upload a version of bogl with youpi's patch for Hurd. + (see [[!debbug 589987]]) + * Fix the hurd console for fonts with 16 pixels wide glyphs + (ie. handle the 8-wide glyph in there correclty) + * Support double-width glyphs (2010-07-24) + * (./) However the reduced font can't be loaded yet, + so make installer/build/Makefile + ship the whole `/usr/src/unifont.bgf` + as `/usr/share/hurd/vga-system.bgf`. + +* (./) Make the installer used the extended capabilities of the Hurd console + (2010-07-23) + * Set an UTF-8 locale in `/lib/debian-installer.d/S41term-hurd`. + * localechooser: set the language display level to 3 + when using the hurd console. + +* (./) **busybox**: cross-platform package uploaded to experimental + (2010-08-03?) + * Aurelien Jarno updated the packaging to busybox 1.17.1, + fixed a whole lot of bugs, + and uploaded a new package with both our changes; + * most patches adopted upstream, and included in the new package; + * (u)mount/swaponoff ported to kFreeBSD; + * per-OS configuration overrides. + +* (./) Update custom packages to the latest versions + and send updated patches to the BTS + (2010-08-11) + * updated partman-base to choose a default filesystem in debian/rules + rather than at runtime, + as suggested by Aurelien Jarno in [[!debbug 586870]] + * patch submitted for debian-installer-utils + ([[!debbug 592684]]). + * patch submitted for locale-chooser + ([[!debbug 592690]]). + * debootstrap, grub-installer and finish-install not yet submitted, + since the details may still change. + +* (./) **partman-target**: fix fstab creation + (2010-08-11) + * See [[!debbug 592671]] + * debian/rules: set `partman/mount_style` to `traditional` on Hurd. + * finish.d/create\_fstab\_header: add a Hurd case. + +* (./) **rootskel**: FTBFS on Hurd and other quirks + (to be fixed very soon) + +* **d-i/installer/build**: (expected soon) + * publish the patch I use + * sort out the changes suitable for inclusion + and ask youpi and/or debian-boot@l.d.o to commit them + +* call for testing and fix the bugs + +* Bug in setup-translators/MAKEDEV: + permissions are broken for nodes re-created through `MAKEDEV -k`, + because MAKEDEV's chmod/chown reaches the pre-existing translator + * Maybe settrans could be made to accept -o/--owner and + -p/--perm, to set the permissions for the underlying node? + +* (./) Silence the "no kernel" warning somehow. + +* Investigate the wget/libc/pfinet/whatever bug which corrupts Packages.gz, + see the IRC log for 2010-07-23, around 1am UTC+0200 + +* Try to resolve problems with udebs which are uninstallable on hurd-i386, + such as installation-locale and partman-whatever. + +* Provide `/proc/cmdline -> 2/cmdline`, or something. + +* Prepare a NMU for genext2fs (which is orphaned), + and ask youpi to sponsor the upload. + +* **busybox**: port + * fix stty/stat/ipcs on kFreeBSD, + * generally port more stuff, + * *ip* is needed (maybe) for network configuration, + * *mount*, *swaponoff* can be from hurd-udeb for now, + though the kFreeBSD people will need them + +* **partman**: further adjustments + * partman-base: handle /dev/hd?s* in lib/base.h + * hide irrelevant mount options? (sync, relatime) + +* Network configuration on the installed system. + This includes porting ifupdown and isc-dhcp-client, + which are currently uninstallable on hurd-i386. +* Also, better DHCP support during and after installation + +* improve the [initrd situation](FIXME: link to bug-hurd post): + ajust the ramdisk support in Mach, + use tmpfs if possible. + +* mklibs{,-copy}: + test library reduction, + make it copy the ld.so -> ld.so.1 symlink. + +* (./) hurd console fonts + +**Milestone (expected 2010-07-19): +it works great and it's beautiful** + +* test, fix, document +* support more types of installation images +* give a shot at the graphical installer if time permits +* integrate wireless drivers with netcfg +* see how [[zhengda]]'s work on DDE could be integrated +* etc.. + +### Mostly done + +#### Week 1 (2010-05-24) + +* genext2fs: patches submitted, [[!debbug 562999]] + which add support for all block sizes and choosing them at runtime. +* busybox: started porting the upstream and Debian package to Hurd and FreeBSD +* rebuilding hurd-udeb from the pkg-hurd version + and adding a ld.so link to the initrd + fixes the exec translator crashing on startup. + (BTW would there be a mean to detect this from the libdiskfs bootstrap code + and report it ?) + +#### Week 2 (2010-05-31 to 2010-06-06) + +* *busybox*: patches [posted](http://lists.debian.org/debian-bsd/2010/05/msg00048.html). +* *libdebian-installer4*: [[!debbug 584538]] +* started working on mach initrd support +* the installation images could boot into the main-menu + with the following changes: + * rebuild hurd-udeb from with the latest pkg-hurd patches + * use busybox from my osports-debian branch (see link above) + * tweak the d-i image build scripts + * the symlink /lib/ld.so -> ld.so.1 needs to be created somehow + (youpi mentionned it being the job of libc0.3-udeb I think) + * fix the poll() issue in libdebian-installer + (patch to be submitted soon), + also there is some hurd doxygen short-circuiting stuff + there which does not apply any more and prevents is to build. + * feed the initrd as a hard drive in qemu + (with some more space added to avoid it from becoming full) + diff --git a/user/jkoenig/gsoc2011_proposal.mdwn b/user/jkoenig/gsoc2011_proposal.mdwn index 4052f455..9840f14f 100644 --- a/user/jkoenig/gsoc2011_proposal.mdwn +++ b/user/jkoenig/gsoc2011_proposal.mdwn @@ -1,628 +1,12 @@ +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] -# Java for Hurd (and vice versa) +[[!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]]."]]"""]] -Contact information: - - * Full name: Jérémie Koenig - * Email: jk@jk.fr.eu.org - * IRC: jkoenig on Freenode and OFTC - -## Introductions - -I am a first year M.Sc. student -in Computer Science at University of Strasbourg (France). -My interests include capability-based security, -programming languages and formal methods -(in particular, object-capability languages and proof-carrying code). - -### Proposal summary - -This project would consist in improving Java support on Hurd. -The first part would consist in -fixing bugs and porting Java-related packages. -The second part would consist in -creating low-level Java bindings for the Hurd interfaces, -as well as libraries to make translator development easier. - -### Previous involvement - -I started contributing to Hurd last summer, -during which I participated to Google Summer of Code -as a student for the Debian project. -I worked on porting Debian-Installer to Hurd. -This project was mostly a success, -although we still have to use a special mirror for installation -with a few modified packages -and tweaked priorities -to work around some uninstallable packages -with Priority: standard. - -Shortly afterwards, -I rewrote the procfs translator -to fix some issues with memory leaks, -make it more reliable, -and improve compatibility with Linux-based tools -such as `procps` or `htop`. - -Although I have not had as much time -as I would have liked to dedicate to the Hurd -since that time, -I have continued to maintain the mirror in question, -and I have started to work -on implementing POSIX threads signal semantics in glibc. - -### Project-related skills and interests - -I have used Java mostly for university assignments. -This includes non-trivial projects -using threads and distributed programming frameworks -such as Java RMI or CORBA. -I have also used it to experiment with -Google App Engine -(web applications) -and Google Web Toolkit -(a compiler from Java to Javascript which helps with AJAX code), -and I have some limited experience with JNI -(the Java Native Interface, to link Java with C code). - -My knowledge of the Hurd and Debian GNU/Hurd is reasonable, -as the Debian-Installer and procfs projects -gave me the opportunity to fiddle with many parts of the system. - -Initially, -I started working on this project because I wanted to use -[Joe-E](http://code.google.com/p/joe-e/) -(a subset of Java) -to investigate the potential -[[applications of object-capability languages|objcap]] -in a Hurd context. -I also believe that improving Java support on Hurd -would be an important milestone. - -### Organisational matters - -I am subscribed to bug-hurd@g.o and -I do have a permanent internet connexion. - -I would be able to attend the regular IRC meetings, -and otherwise communicate with my mentor -through any means they would prefer -(though I expect email and IRC would be the most practical). -Since I'm already familiar with the Hurd, -I don't expect I would require too much time from them. - -My exams end on May 20 so I would be able to start coding -right at the beginning of the GSoC period. -Next year's term would probably begin around September 15, -so that would not be an issue either. -I expect I would work around 40 hours per week, -and my waking hours would be flexible. - -I don't have any other plans for the summer -and would not make any if my project were to be accepted. - -Full disclosure: -I also submitted a proposal to the Jikes RVM project -(which is a research-oriented Java Virtual Machine, -itself written in Java) -for implementing a new garbage collector into the MMTk subsystem. - -## Improve Java support - -### Justification - -Java is a popular language and platform used by many desktop and web -applications (mostly on the server side). As a consequence, competitive Java -support is important for any general-purpose operating system. -Better Java support would also be a prerequisite -for the second part of my proposal. - -### Current situation - -Java is currently supported on Hurd with the GNU Java suite: - - * [GCJ](http://gcc.gnu.org/java/), - the GNU Compiler for Java, is part of GCC and can compile Java - source code to Java bytecode, and both source code and bytecode to - native code; - * libgcj is the implementation of the Java runtime which GCJ uses. - It is based on [GNU Classpath](http://www.gnu.org/software/classpath/). - It includes a bytecode interpreter which enables - Java applications compiled to native code to dynamically load and execute - Java bytecode from class files. - * The gij command is a wrapper around the above-mentioned virtual machine - functionality of libgcj and can be used as a replacement for the java - command. - -However, GCJ does not work flawlessly on Hurd.r -For instance, some parts of libgcj relies on -the POSIX threads signal semantics, which are not yet implemented. -In particular, this makes ant hang waiting for child processes, -which makes some packages fail to build on Hurd -(“ant” is the “make” of the Java world). - -### Tasks - - * **Finish implementing POSIX thread semantics** in glibc (high priority). - According to POSIX, signal dispositions should be global to a process, - while signal blocking masks should be thread-specific. Signals sent to the - process as a whole are to be delivered to any thread which does not block - them. By contrast, Hurd has per-thread signal dispositions and signals - sent to a process are delivered to the main thread only. I have been - working on refactoring the glibc signal code and implementing the POSIX - semantics as a per-thread option. However, due to lack of time I have not - yet been able to test and debug my code properly. Finishing this work - would be my first task. - * **Fix further problems with GCJ on Hurd** (high priority). While I’m not - aware of any other problems with GCJ at the moment, I suspect some might - turn up as I progress with the other tasks. Fixing these problems would - also be a high-priority task. - * **Port OpenJDK 6** (medium priority). While GCJ is fine, it is not yet - 100% complete. It is also slower than OpenJDK on architectures where a - just-in-time compiler is available. Porting OpenJDK would therefore - improve Java support on Hurd in scope and quality. Besides, it would also - be a good way to test GCJ, which is used for bootstrapping by the Debian - OpenJDK packages. Also note that OpenJDK 6 is now the default Java - Runtime Environment on all released Linux-based Debian architectures; - bringing Hurd in line with this would probably be a good thing. - * **Port Eclipse and other Java applications** (low priority). Eclipse is a - popular, state-of-the-art IDE and tool suite used for Java and other - languages. It is a dependency of the Joe-E verifier (see part 3 of this - proposal). Porting Eclipse would be a good opportunity to test GCJ and - OpenJDK. - -### Deliverables - - * The glibc pthreads patch and any other fixes on the Hurd side - would be submitted upstream - * Patches against Debian source packages - required to make them build on Hurd would be submitted - to the [Debian bug tracking system](http://bugs.debian.org/). - - -## Create Java bindings for the Hurd interfaces - -### Justification - -Java is used for many applications and often taught to -introduce object-oriented programming. The fact that Java is a -garbage-collected language makes it easier to use, especially for the less -experienced programmers. Besides, its object-oriented nature is a -natural fit for the capability-based design of Hurd. -The JVM is also used as a target for many other languages, -all of which would benefit from the access provided by these bindings. - -Advantages over other garbage-collected, object-oriented languages include -performance, type safety and the possibility to compile a Java translator to -native code and -[link it statically](http://gcc.gnu.org/wiki/Statically_linking_libgcj) -using GCJ, should anyone want to use a -translator written in Java for booting. -Note that Java is -[being](http://www.linuxjournal.com/article/8757) -[used](http://oss.readytalk.com/avian/) -in this manner for embedded development. -Since GCJ can take bytecode as its input, -this expect this possibility would apply to any JVM-based language. - -Java bindings would lower the bar for newcomers -to begin experimenting with what makes Hurd unique -without being faced right away with the complexity of -low-level systems programming. - -### Tasks summary - - * Implement Java bindings for Mach - * Implement a libports-like library for Java - * Modify MIG to output Java code - * Implement libfoofs-like Java libraries - -### Design principles - -The principles I would use to guide the design -of these Java bindings would be the following ones: - - * The system should be hooked into at a low level, - to ensure that Java is a "first class citizen" - as far as the access to the Hurd's interfaces is concerned. - * At the same time, the memory safety of Java should be maintained - and extended to Mach primitives such as port names and - out-of-line memory regions. - * Higher-level interfaces should be provided as well - in order to make translator development - as easy as possible. - * A minimum amount of JNI code (ie. C code) should be used. - Most of the system should be built using Java itself - on top of a few low-level primitives. - * Hurd objects would map to Java objects. - * Using the same interfaces, - objects corresponding to local ports would be accessed directly, - and remote objects would be accessed over IPC. - -One approach used previously to interface programming languages with the Hurd -has been to create bindings for helper libraries such as libtrivfs. Instead, -for Java I would like to take a lower-level approach by providing access to -Mach primitives and extending MIG to generate Java code from the interface -description files. - -This approach would be initially more involved, and would introduces several -issues related to overcoming the "impedance mismatch" between Java and Mach. -However, once an initial implementation is done it would be easier to maintain -in the long run and we would be able to provide Java bindings for a large -percentage of the Hurd’s interfaces. - -### Bindings for Mach system calls - -In this low-level approach, my intention is to enable Java code to use Mach -system calls (in particular, mach_msg) more or less directly. This would -ensure full access to the system from Java code, but it raises a number of -issues: - - * the Java code must be able to manipulate Mach-level entities, such as port - rights or page-aligned buffers mapped outside of the garbage-collected - heap (for out-of-line transfers); - * putting together IPC messages requires control of the low-level - representation of data. - -In order to address these concerns, classes would be encapsulating these -low-level entities so that they can be referenced through normal, safe objects -from standard Java code. Bindings for Mach system calls can then be provided -in terms of these classes. Their implementation would use C code through the -Java Native Interface (JNI). - -More specifically, this functionality would be provided by the `org.gnu.mach` -package, which would contain at least the following classes: - - * `MachPort` would encapsulate a `mach_port_t`. (Some of) its constructors - would act as an interface for the `mach_port_allocate()` system call. - `MachPort` objects would also be instantiated from other parts of the JNI - C code to represent port rights received through IPC. The `deallocate()` - method would call `mach_port_deallocate()` and replace the encapsulated - port name with `MACH_PORT_DEAD`. We would recommend that users call it - when a port is no longer used, but the finalizer would also deallocate the - port when the `MachPort` object is garbage collected. - * `Buffer` would represent a page-aligned buffer allocated outside of the - Java heap, to be transferred (or having been received) as out-of-line - memory. The JNI code would would provide methods to read and write data at - an arbitrary offset (but within bounds) and would use `vm_allocate()` and - `vm_deallocate()` in the same spirit as for `MachPort` objects. - * `Message` would allow Java code to put together Mach messages. The - constructor would allocate a `byte[]` member array of a given size. - Additional methods would be provided to fill in or query the information - in the message header and additional data items, including `MachPort` and - `Buffer` objects which would be translated to the corresponding port names - and out-of-line pointers. - A global map from port names to the corresponding `MachPort` object - would probably be needed to ensure that there is a one-to-one - correspondence. - * `Syscall` would provide static JNI methods for performing system calls not - covered by the above classes, such as `mach_msg()` or - `mach_thread_self()`. These methods would accept or return `MachPort`, - `Buffer` and `Message` objects when appropriate. The associated C code - would access the contents of such objects directly in order to perform the - required unsafe operations, such as constructing `MachPort` and `Buffer` - objects directly from port names and C pointers. - -Note that careful consideration should be given to the interfaces of these -classes to avoid “safety leaks” which would compromise the safety guarantees -provided by Java. Potential problematic scenarios include the following -examples: - - * It must not be possible to write an integer at some position in a - `Message` object, and to read it back as a `MachPort` or `Buffer` object, - since this would allow unsafe access to arbitrary memory addresses and - mach port names. - * Providing the `mach_task_self()` system call would also provide access to - arbitrary addresses and ports by using the `vm_*` family of RPC operations - with the returned `MachPort` object. This means that the relevant task - operations should be provided by the `Syscall` class instead. - -Finally, access should be provided to the initial ports and file descriptors -in `_hurd_ports` and provided by the `getdport()` function, -for instance through static methods such as -`getCRDir()`, `getCWDir()`, `getProc()`, ... in a dedicated class such as -`org.gnu.hurd.InitPorts`. - -A realistic example of code based on such interfaces would be: - - import org.gnu.mach.MsgType; - import org.gnu.mach.MachPort; - import org.gnu.mach.Buffer; - import org.gnu.mach.Message; - import org.gnu.mach.Syscall; - import org.gnu.hurd.InitPorts; - - public class Hello - { - public static main(String argv[]) - /* Parent class for all Mach-related exceptions */ - throws org.gnu.mach.MachException - { - /* Allocate a reply port */ - MachPort reply = new MachPort(); - - /* Allocate an out-of-line buffer */ - Buffer data = new Buffer(MsgType.CHAR, 13); - data.writeString(0, "Hello, World!"); - - /* Craft an io_write message */ - Message msg = new Message(1024); - msg.setRemotePort(InitPorts.getdport(1)); - msg.setLocalPort(reply, Message.Type.MAKE_SEND_ONCE); - msg.setId(21000); - msg.addBuffer(data); - - /* Make the call, MACH_MSG_SEND | MACH_MSG_RECEIVE */ - Syscall.machMsg(msg, true, true, reply); - - /* Extract the returned value */ - msg.assertId(21100); - int retCode = msg.readInt(0); - int amount = msg.readInt(1); - } - } - -Should this paradigm prove insufficient, -more ideas could be borrowed from the -[`org.vmmagic`](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.151.5253&rep=rep1&type=pdf) -package used by [Jikes RVM](http://jikesrvm.org/), -a research Java virtual machine itself written in Java. - -### Generating Java stubs with MIG - -Once the basic machinery is in place to interface with Mach, Java programs -have more or less equal access to the system functionality without resorting -to more JNI code. However, as illustrated above, this access is far from -convenient. - -As a solution I would modify MIG to add the option to output Java code. MIG -would emit a Java interface, a client class able to implement the interface -given a Mach port send right, an a server class which would be able to handle -incoming messages. The class diagram below, although it is by no means -complete or exempt of any problem, illustrates the general idea: - -[[gsoc2011_classes.png]] - -This structure is somewhat reminiscent of -[Java RMI](http://en.wikipedia.org/wiki/Java_remote_method_invocation) -or similar systems, -which aim to provide more or less transparent access to remote objects. -The exact way the Java code would be generated still needs to be determined, -but basically: - - * An interface, corresponding to the header files generated by MIG, would - enumerate the operations listed in a given .defs files. Method names would - be transformed to adhere to Java conventions (for instance, - `some_random_identifier` would become `someRandomIdentifier`). - * A user class, corresponding to the `*User.c` files, - would implement this interface by doing RPC over a given MachPort object. - * A server class, corresponding to `*Server.c`, would be able to handle - incoming messages using a user-provided implementation of the interface. - (Possibly, a skeleton class providing methods which would raise - `NotImplementedException`s would be provided as well. - Users would derive from this class and override the relevant methods. - This would allow them not to implement some operations, - and would avoid pre-existing code from breaking when new operations are - introduced.) - -In order to help with the implementation of servers, some kind of library -would be needed to associate Mach receive rights with server objects and to -handle incoming messages on dedicated threads, in the spirit of libports. -This would probably require support for port sets at the level of the Mach -primitives described in the previous section. - -When possible, operations involving the transmission of send rights -of some kind would be expressed in terms of the MIG-generated interfaces -instead of `MachPort` objects. -Upon reception of a send right, -a `FooUser` object would be created -and associated with the corresponding `MachPort` object. -If the received send right corresponds to a local port -to which a server object has been associated, -this object would be used instead. -This way, -subsequent operations on the received send right -would be handled as direct method calls -instead of going through RPC mechanisms. - -Some issues will still need to be solved regarding how MIG will convert -interface description files to Java interfaces. For instance: - - * `.defs` files are not explicitly associated with a type. For instance in - the example above, MIG would have to somehow infer that io_t corresponds - to `this` in the `Io` interface. - * More generally, a correspondence between MIG and Java types would have - to be determined. Ideally this would be automated and not hardcoded - too much. - * Initially, reply port parameters would be ignored. However they may be - needed for some applications. - -So the details would need to be flushed out during the community bonding -period and as the implementation progresses. However I’m confident that a -satisfactory solution can be designed. - -Using these new features, the example above could be rewritten as: - - import org.gnu.hurd.InitPorts; - import org.gnu.hurd.Io; - import org.gnu.hurd.IoUser; - - class Hello { - static void main(String argv[]) throws ... - { - Io stdout = new IoUser(InitPorts.getdport(1)); - String hello = “Hello, World!\n”; - - int amount = stdout.write(hello.getBytes(), -1); - - /* (A retCode corresponding to an error - would be signalled as an exception.) */ - } - } - -An example of server implementation would be: - - import org.gnu.hurd.Io; - import java.util.Arrays; - - class HelloIo implements Io { - final byte[] contents = “Hello, World!\n”.getBytes(); - - int write(byte[] data, int offset) { - return SOME_ERROR_CODE; - } - - byte[] read(int offset, int amount) { - return Arrays.copyOfRange(contents, offset, - offset + amount - 1); - } - - /* ... */ - } - -A new server object could then be created with `new IoServer(new HelloIo())`, -and associated with some receive right at the level of the ports management -library. - -### Base classes for common types of translators - -Once MIG can target Java code, and a libports equivalent is available, -creating new translators in Java would be greatly facilitated. However, -we would probably want to introduce basic implementations of file system -translators in the spirit of libtrivfs or libnetfs. They could take the form -of base classes implementing the relevant MIG-generated interfaces which -would then be derived by users, -or could define a simpler interface -which would then be used by adapter classes -to implement the required ones. - -I would draw inspiration from libtrivfs and libnetfs -to design and implement similar solutions for Java. - -### Deliverables - - * A hurd-java package would contain the Java code developed - in the context of this project. - * The Java code would be documented using javadoc - and a tutorial for writing translators would be written as well. - * Modifications to MIG would be submitted upstream, - or a patched MIG package would be made available. - -The Java libraries resulting from this work, -including any MIG support classes -as well as the class files built from the MIG-generated code -for the Mach and Hurd interface definition files, -would be provided as single `hurd-java` package for -Debian GNU/Hurd. -This package would be separate from both Hurd and Mach, -so as not to impose unreasonable build dependencies on them. - -I expect I would be able to act as its maintainer in the foreseeable future, -either as an individual or as a part of the Hurd team. -Hopefully, -my code would be claimed by the Hurd project as their own, -and consequently the modifications to MIG -(which would at least conceptually depend on the Mach Java package) -could be integrated upstream. - -Since by design, -the Java code would use only a small number of stable interfaces, -it would not be subject to excessive amounts of bitrot. -Consequently, -maintenance would primarily consist in -fixing bugs as they are reported, -and adding new features as they are requested. -A large number of such requests -would mean the package is useful, -so I expect that the overall amount of work -would be correlated with the willingness of more people -to help with maintenance -should I become overwhelmed or get hit by a bus. - - -## Timeline - -The dates listed are deadlines for the associated tasks. - - * *Community bonding period.* - Discuss, refine and complete the design of the Java bindings - (in particular the MIG and "libports" parts) - * *May 23.* - Coding starts. - * *May 30.* - Finish implementing pthread signal semantics. - * *June 5.* - Port OpenJDK - * *June 12.* - Fix the remaining problems with GCJ and/or OpenJDK, - possibly port Eclipse or other big Java packages. - * *June 19.* - Create the bindings for Mach. - * *June 26.* - Work on some kind of basic Java libports - to handle receive rights. - * *July 3.* - Test, write some documentation and examples. - * *July 17 (two weeks).* - Add the Java target to MIG. - * *July 24.* - Test, write some documentation and examples. - * *August 7 (two weeks).* - Implement a modular libfoofs to help with translator development. - Try to write a basic but non-trivial translator - to evaluate the performance and ease of use of the result, - rectify any rough edges this would uncover. - * *August 22. (last two weeks)* - Polish the code and packaging, - finish writing the documentation. - - -## Conclusion - -This project is arguably ambitious. -However, I have been thinking about it for some time now -and I'm confident I would be able to accomplish most of it. - -In the event multiple language bindings projects -would be accepted, -some work could probably be done in common. -In particular, -[ArneBab](http://www.bddebian.com/~hurd-web/community/weblogs/ArneBab/2011-04-06-application-pyhurd/) -seems to favor a low-level approach for his Python bindings as I do for Java, -and I would be happy to discuss API design and coordinate MIG changes with him. -I would also have an extra month after the end of the GSoC period -before I go back to school, -which I would be able to use to finish the project -if there is some remaining work. -(Last year's rewrite of procfs was done during this period.) - -As for the project's benefits, -I believe that good support for Java -is a must-have for the Hurd. -Java bindings would also further the Hurd's agenda -of user freedom by extending this freedom to more people: -I expect the set of developers -who would be able to write Java code against a well-written libfoofs -is much larger than -those who master the intricacies of low-level systems C programming. -From a more strategic point of view, -this would also help recruit new contributors -by providing an easier path to learning the inner workings of the Hurd. - -Further developments -which would build on the results of this project -include my planned [[experiment with Joe-E|objcap]] -(which I would possibly take on as a university project next year). -Another possibility would be to reimplement some parts -of the Java standard library -directly in terms of the Hurd interfaces -instead of using the POSIX ones through glibc. -This would possibly improve the performance -of some Java applications (though probably not by much), -and would otherwise be a good project -for someone trying to get acquainted with Hurd. - -Overall, I believe this project would be fun, interesting and useful. -I hope that you will share this sentiment -and give me the opportunity to spend another summer working on Hurd. +This page has moved [[here|java]]. diff --git a/user/jkoenig/gsoc2011_proposal/discussion.mdwn b/user/jkoenig/gsoc2011_proposal/discussion.mdwn deleted file mode 100644 index 0131d8d5..00000000 --- a/user/jkoenig/gsoc2011_proposal/discussion.mdwn +++ /dev/null @@ -1,180 +0,0 @@ -[[!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]]."]]"""]] - -Some [[tschwinge]] comments regarding your proposal. Which is very good, if I -may say so again! :-) - -Of course, everyone is invited to contribute here! - -I want to give the following methodology a try, instead of only having -email/IRC discussions -- for the latter are again and again showing a tendency -to be dumped and deposited into their respective archives, and be forgotten -there. Of course, email/IRC discussions have their usefulness too, so we're -not going to replace them totally. For example, for conducting discussions -with a bunch of people (who may not even be following these pages here), email -(or, as applicable, the even more interactive IRC) will still be the medium of -choice. (And then, the executive summary should be posted here, or -incorporated into your proposal.) - -Also, if you disagree with this suggested procedure right away, or at some -later point begin to feel that this thing doesn't work out, or simply takes too -much time (I don't think so: writing emails takes time, too), just say so, and -we can reconsider. - -Of course, as this wiki is a passive medium rather than an active one as IRC -and email are, it is fine to send notices like: *I have updated the wiki page, -please have a look*. - -One idea is that your proposal evolves alongside with the ongoing work, and -represents (in more or less detail) what has been done and what will be done. -Also, we can hopefully use parts of it for documentation purposes, or as -recipes for similar work (enabling other programming languages on the Hurd, for -example). - -For this, I suggest the following procedure: as applicable, you can either -address any comments in here (for example, if they're wrong :-), or if they -require further discussion; think: *email discussion*), or you can address them -directly in your propoal and remove the comments from here at the same time -(think: *bug fix*). - -Generally, you can assume that for things I didn't comment on (within some -reasonable timeframe/upon asking me again) that I'm fine with them. Otherwise, -I might say: *I don't like this as is, but I'll need more time to think about -it.* - -There is also a possibility that parts of your proposal will be split off; in -cases where we think they're valuable to follow, but not at this time. (As you -know, your proposal is not really a trivial one, so it may just be too much for -one person's summer.) Such bits could be moved to [[open_issues]] pages, -either new ones or existing ones, as applicable. - - -# POSIX Threads Signal Semantics - - * Great! [[tschwinge]] had a brief look, and should have a deeper one. - - * If [[jkoenig]] thinks it's mature enough: should ask Samuel to test this - (that is, only the refactoring patches for starters?) on the buildds. - - * Then: should ask Roland to review. - - * Documentations bits should probably be moved to [[glibc/signal]]. - - -## libthreads (cthreads) Integration - - * [[tschwinge]] suggests to leave them as-is? - - -## [[libpthread]] integration - - * To be done. - - -# Java - - * [[tschwinge]] has to read about RMI and CORBA. - - -# Joe-E - - * For later. - - -# GCJ - - * [[tschwinge]] has the feeling that Java in GCC (that is, GCJ) is mostly - dead? (True?) - - * Thus perhaps not too much effort should be spent with it. - - If the POSIX threads signal semantics makes it going, then great, otherwise - we should get a feeling what else is missing. - - -# OpenJDK - - * All in all, [[tschwinge]] has the feeling that a working OpenJDK will be - more useful/powerful than GCJ. - - * We need to get a feeling how difficult such an OS port will be. - - * [[jkoenig]] suggests OpenJDK 6 -- should we directly go for version 7 - instead? - - * What are the differences (regarding the OS port) between the two - versions? Or this there something even more recent to be worked upon, - for new OS ports? - - * Perhaps the different versions' OS port specific stuff is not at - all very different, so that both v6 and v7 could be done? - - * They seem to have a rather heavy-weight process for such projects: confer - <http://mail.openjdk.java.net/pipermail/announce/2011-January/000092.html>, - for example. Do we need this, too? - - -# Eclipse - -OK for testing -- but I'd very much hope that it *just works* as soon as we -provide the required Java platform. - - -# Java Bindings - - -## Design Principles - - * Generally ack. - - -### MIG - - * Hacking [[microkernel/mach/MIG]] shouldn't be too difficult. - - * (Unless you want to make MIG's own code (that is, not the generated - code, but MIG itself) look a bit more nice, too.) ;-) - - * There are also alternatives to MIG. If there is interest, the following - could be considered: - - * FLICK ([[!GNU_Savannah_task 5723]]). [[tschwinge]] has no idea yet if - there would be any benefits over MIG, like better modularity (for the - backends)? If we feel like it, we could spend a little bit of time on - this. - - * For [[microkernel/Viengoos]], Neal has written a RPC stub generator - entirely in C Preprocessor macros. While this is obviously not - directly applicable, perhaps we can get some ideas from it. - - * Anything else that would be worth having a look at? (What are other - microkernels using?) - - -### `mach_msg` - - * Seems like the right approach to [[tschwinge]], but hasn't digested all the - pecularities yet. Will definitely need more time. - - -# GSoC Site Discussion - - * Discussion items from - <http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/jkoenig/1> - should be copied here: - - * technical bits (obviously); - - * also the *why do we want Java bindings* reasoning; - - * CLISP findings should also be documented somewhere permanently. - - * We should probaby open up a *languages for Hurd* section on the web - pages ([[!taglink open_issue_documentation]]). diff --git a/user/jkoenig/java.mdwn b/user/jkoenig/java.mdwn new file mode 100644 index 00000000..700f9c4e --- /dev/null +++ b/user/jkoenig/java.mdwn @@ -0,0 +1,321 @@ +[[!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]]."]]"""]] + +# Improve Java on Hurd (GSoC 2011) + + +## Description + +The project consists in improving Java support on Hurd. +This includes porting OpenJDK, +creating low-level Java bindings for Mach and Hurd, +as well as creating Java libraries to help with translator development. + +For details, see my original [[proposal]]. + + +## Current status + +Feeling slightly behind schedule; but project is very ambitious, which has been +known from the beginning, and there is great progress, so there is no problem. +--[[tschwinge]], 2011-06-29. + +[[tschwinge]] will be on vacations in China starting July 26th, will have +Internet access intermittently, but not regularely. We'll have to figure out +some scheme. + + +### Apt repository + +Modified Debian packages are available in this repository: + + deb http://jk.fr.eu.org/debian experimental/ + deb-src http://jk.fr.eu.org/debian experimental/ + + +### Glibc signal code improvements + +2011-06-29: +Patches were submitted to `libc-alpha` +which implement global signal dispositions and `SA_SIGINFO`. +My latest code is available on +[github](http://github.com/jeremie-koenig/glibc/commits/master-beware-rebase), +and modified Debian packages +are available in my apt repository. + +One question is how the new symbols introduced by my patches +should be handled. +Weak symbols turned out to be impractical, +so I'm currently considering using a Debian-specific +symbol version in the interim period (`GLIBC_2.13_DEBIAN_8` so far). +The ultimate symbol version to be used will depend on +the time at which the patches get integrated upstream +(most likely `GLIBC_2.15`), +at which point we will alias the interim version +to the new one in debian packages. + +I have modified libc0.3 to include a `deb-symbols(5)` file +(alternatively see <http://wiki.debian.org/Projects/ImprovedDpkgShlibdeps>) +so that we get an accurate libc dependency in `hurd` and other packages +when the symbols in question are pulled in. + +[[hurd/libthreads]] (cthreads library) will not be changed. There's no reason +why its behavior should change, whereas for [[libpthread]] it's needed for +conformance. Patches posted on 2011-05-25, but there's a more recent one in +the modified hurd package (adds `_hurd_sigstate_delete` and removes the weak +symbols). + +Another issue which came up with OpenJDK is the expansion +by the dynamic linker of `$ORIGIN` in the `RPATH` header, +see below. + +#### Plans + +The patches are pending review and inclusion upstream. +As soon as we reach an agreement wrt. the new interfaces +(in particular wrt. the value of `SA_SIGINFO`), +the patches will be applied to the Debian libc packages +for broader testing. + + +##### Open Items + + * Test patches: in progress, [[jkoenig]], Svante. More volunteers welcome, + of course. + + > There's an issue with gdb, + > namely signals lose their "untracedness" when they go + > through the global sigstate's pending mask, + > so gdb spins intercepting a signal and trying to deliver it. + > [Patch](http://github.com/jeremie-koenig/glibc/commit/3ecb990e9d08d5f75adc40b738b35a1802cc0943). + + * If [[jkoenig]] thinks it's mature enough: should ask + [[Samuel|samuelthibault]] to test these patches on the buildds. + + > There's a risk that a dependency on my patched libc + > might be pulled in while building packages + > (in particular hurd) + > --[[jkoenig]] 2011-06-22 + + * Waiting on ABI finalization ([!] Roland). + + * Which numeric values to use for `SA_SIGINFO` (and `SA_NOCLDWAIT`)? + + > Staying in sync with BSD seems the most logical approach, + > so I have defined it to 0x40. --[[jkoenig]] 2011-06-29 + + * Get patches reviewed (Roland?), and integrated into official sources: [!] + [[tschwinge]]. + + > [[samuelthibault]] reviewed the patches and pointed out a couple of + > issues which I'm currently working on: + > + > * Slight behaviour change with respect to forgetting blocked ignored + > signals. POSIX is flexible in this regard but I guess we could retain + > them instead of the current behaviour. + > * Sigstate accessors could be made extern inline functions. + > I suggest we postpone this. + > * Incorrect changes for `msg_{get,set}_init_int(INIT_SIGMASK)` + > * Some comments which can be improved. + > + > Once these are fixed we can probably test the patches in Debian. + > + > --[[jk]] 2011-07-06 + + * Documentations bits (from here, the initial [[proposal]], and elsewhere) + should probably be + moved either into the appropriate glibc or Hurd documentation + files/reference manuals, or to [[glibc/signal]]. + + * `SA_SIGINFO` patch is based on [[Samuel|samuelthibault]]'s earlier work. + Thus, have him review the new patch? + + * `SA_SIGINFO` patch has a few TODOs w.r.t. protocol changes for missing + information, and for FPU state. Providing even incomplete information is + an improvement on the current status. The question is, whether + applications rely on this information in any hard way if `SA_SIGINFO` is + available? + + * We could possibly rename certain fields in `struct siginfo`, say + `si_pid_not_implemented`, to ensure compilation failures for programs + which use them. Or perhaps a linker warning is possible. + + * The FPU state is not included in the `ucontext_t` passed to the signal + handler. On the other hand, `ucontext_t` is actually being somewhat + deprecated: the functions to restore it are no longer in POSIX. + `thread_get_state`() should return this information, in case we decide + to fill the gap, and there might be existing glibc wrappers, too. + + * Perhaps have a look at `SA_NOCLDWAIT`. + + +### Port OpenJDK + +As suggested by [[tschwinge]], I have targeted OpenJDK 7 at first. +I don't expect it will be too hard to backport my patches to OpenJDK 6. +I have succeeded in building a working JIT-less ("zero") version, +although the dynamic linker issue must be worked around. +Porting Hotspot (the original just-in-time compiler of OpenJDK) +should not be too hard. +If that fails we can fall back on Shark +(a portable alternative JIT which uses LLVM). + +Complexity of porting HotSpot: probably low. The complex things should be +arch- rather than OS-specific. Not many Linux-specific interfaces used. +Garbage collection/memory management, etc. and/or most of other Linux-specific +interfaces are already dealt with for the zero build. + +The dynamic linker issue is as follows. +An executable-specific search path can be provided in the ELF RPATH header. +RPATH directories can include the special string `$ORIGIN`, +which is to be expanded to the directory the executable was loaded from. +OpenJDK's `java` command uses this feature to locate +the right `libjli.so` at runtime. +However, +on Hurd this information is not available to the dynamic linker +and as a consequence RPATH components which include `$ORIGIN` +are silently discarded. + +This can be worked around by defining +the `LD_ORIGIN_PATH` environment variable. +(which have I used to build and test OpenJDK so far.) + +#### Plans + +I intend to fix the RPATH issue +by building on [[pochu]]'s `file_exec_file_name()` +[patches](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00023.html). + +I have succeeded in building a Hotspot-enabled `libjvm.so`, +although the current toolchain issues +([[toolchain/ELFOSABI_GNU]]; 2011-07-03: fix committed in binutils) +have so far prevented me from testing it. + +> It turns out the build fails later on in `hotspot/agent` +> because Hurd lack a `libthread_db.so`. +> Also, a Shark version builds, but the result does not work so far. +> +> In other news, Damien Raude-Morvan is +> [working on a kFreeBSD version](http://lists.debian.org/debian-java/2011/06/msg00124.html), +> so I intend to merge my current patches with his. +> +> --[[jkoenig]] 2011-06-29 + +##### Upstream Submission + +On 2011-07-15, *gnu_andrew* talked to us in the #hurd channel (freenode IRC), +who is a maintainer of IcedTea. He's supportive of the porting approach, and +is willing to review and integrate small patches for individual issues (rather +than some huge patchset). Send patches to <distro-pkg-dev@openjdk.java.net>. + +##### Open Items + + * [!] [[tschwinge]] to have a look at [[pochu]]'s `file_exec_file_name()` + patches, whether it's generally the right idea. + + * Assuming it is, continue with getting `$ORIGIN` working. + + * `libthread_db.so` issue. Likely, the Serviceability Agent is used by jdb + and the like only, so for now the goal should be to lose some functionality + by removing/avoiding this dependency. + + * [[java-access-bridge]] (not critical; JVM appears to work without) + + * They seem to have a rather heavy-weight process for such projects: confer + <http://mail.openjdk.java.net/pipermail/announce/2011-January/000092.html>, + for example. Do we need this, too? + + > Probably not. + > My current approach (and Damien's wrt. the kFreeBSD patches) + > is to add preprocessor directives in the Linux code + > to make it more portable. + > --[[jkoenig]] 2011-06-29 + + * Eclipse + + OK for testing -- but I'd very much hope that it *just works* as soon as we + provide the required Java platform. But it may perhaps have some + Linux-specifics (needlessly?) in its basement. Is it available for Debian + GNU/kFreeBSD already? + + +### Java bindings for Mach + +The code is at <http://github.com/jeremie-koenig/hurd-java>. + +[[tschwinge]]'s notes for building with... + + * GCJ installed (due to the current Debian multilib confusion): + + $ tmp1=/usr/lib/gcc/i486-gnu/4.6 tmp2=/usr/lib/i386-gnu/gcc/i486-gnu/4.6 LIBRARY_PATH=$tmp2 COMPILER_PATH=$tmp1:$tmp2 C_INCLUDE_PATH=$tmp1/include make + + * OpenJDK installed (to have it find the shared library, and the jni.h header + file): + + $ jdk=/usr/lib/jvm/java-7-openjdk LD_LIBRARY_PATH=$jdk/jre/lib/i386/jli C_INCLUDE_PATH=$jdk/include make + +Doxygen-generated documentation is available at +<http://jk.fr.eu.org/hurd-java/doc/html/>; or run `make doc` yourself. + + +#### Plans + +(just started.) + + +##### Open Items + + * [[tschwinge]] has to read about RMI and CORBA. + + * MIG + + * Hacking [[microkernel/mach/MIG]] shouldn't be too difficult. + + * (Unless you want to make MIG's own code (that is, not the generated + code, but MIG itself) look a bit more nice, too.) ;-) + + * There are also alternatives to MIG. If there is interest, the following + could be considered: + + * FLICK ([[!GNU_Savannah_task 5723]]). [[tschwinge]] has no idea yet if + there would be any benefits over MIG, like better modularity (for the + backends)? If we feel like it, we could spend a little bit of time on + this. + + * For [[microkernel/Viengoos]], Neal has written a RPC stub generator + entirely in C Preprocessor macros. While this is obviously not + directly applicable, perhaps we can get some ideas from it. + + * Anything else that would be worth having a look at? (What are other + microkernels using?) + + * `mach_msg` + + * Seems like the right approach to [[tschwinge]], but he hasn't digested + all the pecularities yet. Will definitely need more time. + + +## Postponed + +Might get back to these as time/interest permits. + + +### GCJ + + * [[tschwinge]] has the feeling that Java in GCC (that is, GCJ) is mostly + dead? (True?) + + * Thus perhaps not too much effort should be spent with it. + + If the POSIX threads signal semantics makes it going, then great, otherwise + we should get a feeling what else is missing. + + +### Joe-E. diff --git a/user/jkoenig/java/discussion.mdwn b/user/jkoenig/java/discussion.mdwn new file mode 100644 index 00000000..f16d7678 --- /dev/null +++ b/user/jkoenig/java/discussion.mdwn @@ -0,0 +1,526 @@ +[[!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]]."]]"""]] + +[[!toc]] + + +# General + +Some [[tschwinge]] comments regarding your proposal. Which is very good, if I +may say so again! :-) + +Of course, everyone is invited to contribute here! + +I want to give the following methodology a try, instead of only having +email/IRC discussions -- for the latter are again and again showing a tendency +to be dumped and deposited into their respective archives, and be forgotten +there. Of course, email/IRC discussions have their usefulness too, so we're +not going to replace them totally. For example, for conducting discussions +with a bunch of people (who may not even be following these pages here), email +(or, as applicable, the even more interactive IRC) will still be the medium of +choice. (And then, the executive summary should be posted here, or +incorporated into your proposal.) + +Also, if you disagree with this suggested procedure right away, or at some +later point begin to feel that this thing doesn't work out, or simply takes too +much time (I don't think so: writing emails takes time, too), just say so, and +we can reconsider. + +Of course, as this wiki is a passive medium rather than an active one as IRC +and email are, it is fine to send notices like: *I have updated the wiki page, +please have a look*. + +One idea is that your proposal evolves alongside with the ongoing work, and +represents (in more or less detail) what has been done and what will be done. +Also, we can hopefully use parts of it for documentation purposes, or as +recipes for similar work (enabling other programming languages on the Hurd, for +example). + +For this, I suggest the following procedure: as applicable, you can either +address any comments in here (for example, if they're wrong :-), or if they +require further discussion; think: *email discussion*), or you can address them +directly in your propoal and remove the comments from here at the same time +(think: *bug fix*). + +Generally, you can assume that for things I didn't comment on (within some +reasonable timeframe/upon asking me again) that I'm fine with them. Otherwise, +I might say: *I don't like this as is, but I'll need more time to think about +it.* + +There is also a possibility that parts of your proposal will be split off; in +cases where we think they're valuable to follow, but not at this time. (As you +know, your proposal is not really a trivial one, so it may just be too much for +one person's summer.) Such bits could be moved to [[open_issues]] pages, +either new ones or existing ones, as applicable. + + +# GSoC Site Discussion + + * Discussion items from + <http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/jkoenig/1> + should be copied here: + + * technical bits (obviously); + + * also the *why do we want Java bindings* reasoning; + + * CLISP findings should also be documented somewhere permanently. + + * We should probaby open up a *languages for Hurd* section on the web + pages ([[!taglink open_issue_documentation]]). + + +# IRC, freenode, #hurd, 2011-07-13 + +[[!tag open_issue_documentation]] + + <jkoenig> Yes, I guess so. Maybe start investigating mig because it may + have repercussions on what the best approach would be for some aspects of + the Mach bindings. + <tschwinge> I still think that making MIG emit Java code is not too + difficult, once you have the required Java infrastructure (like what + you're writing at the moment). + <tschwinge> On the other hand, if there's another approach that you'd like + to use, I'm not trying to force using MIG. + <braunr> i still have a problem understanding your approach + <braunr> at which level are your bindings located ? + <jkoenig> I expect mig it will be the easiest route, but of course possibly + it won't. + <tschwinge> jkoenig: Yeah, be give some high-level to low-level overview? + <jkoenig> ok, so + <jkoenig> at the very core, low-level, we have a very thin amount of JNI + code to access (proper) system calls. + <jkoenig> by "proper" I mean things like mach_task_self, mach_msg and + mach_reply_port, which are actually system calls rather than RPCs to the + kernel. + <braunr> right + <jkoenig> at this level, we manipulate port names as integers, and the + message buffers for mach_msg are raw ByteBuffers (from the java.nio + package) + <jkoenig> actually, so-called /direct/ ByteBuffers, which are backed by + memory allocated outside of the Java heap, rather than as a byte[] array + <jkoenig> we can retreive the pointer from the JNI code and use the buffer + directly. + <jkoenig> (so, good for performance and it's also portable.) + <braunr> ok + <braunr> i'm more interested in the higher level bindings :) + <jkoenig> ok so, higher up. + <jkoenig> design goal from my proposal: "the memory safety of Java should + be maintained and extended to Mach primitives such as port names and + out-of-line memory regions" + <jkoenig> so integer port names are not "safe" in the sense that they can + be forged and misused in all kinds of way + <jkoenig> which is why I have a layer of Java code whose job is to wrap + this kind of low-level Mach stuff into safe abstractions + <jkoenig> and ideally the user should only use these safe abstractions. + <tschwinge> (Not to restrict the programmer, but to help him write correct + code.) + <jkoenig> right. + <braunr> so you can't use mach RPCs directly + <jkoenig> tschwinge, also to actually restrict them, in a Joe-E / + object-capability context, but that's not the primary concern right now + ;-) + <braunr> or you force your wrappers to have these abstractions as input + <jkoenig> braunr, well, actually at this level you still have Mach RPC + <jkoenig> but for instance, port names are encapsulated into "MachPort" + objects which ensure they are handled correcly + <tschwinge> As I understand it, you use these abstractions to prepare a + usual mach_msg message, and then invoke mach_msg. + <braunr> ok + <jkoenig> and message buffers are wrapped into "MachMsg" objects which both + help you write the messages into the ByteBuffer and prevent you from + doing funky stuff + <jkoenig> and ensure the ports which you send/receive/pseudo-receive after + an error/... are deallocated as required, etc. + <braunr> what's the interface to use IPC ? + <tschwinge> Is MIG doing that, too, I think? (And antrik once found some + error there, which is still to be reviewed...) + <jkoenig> braunr, so basically as a user you would be free to use either + one of these layers, or to use MIG-generated classes which would + construct and exchange messages for you using the second (safe) layer. + <braunr> ok, let's just finish with the low level layer before going + further please + <jkoenig> tschwinge, MIG does some type checking on the received message + and saves you the trouble of constructing/parsing them yourself, but I'm + not sure about how mach_msg errors are handled + <braunr> what are the main methods of MachMsg for example ? + <jkoenig> braunr, you may want to have a look at + http://jk.fr.eu.org/hurd-java/doc/html/classorg_1_1gnu_1_1mach_1_1MachMsg.html + <braunr> right, sorry + <braunr> grabbed the code at work and forgot here + <jkoenig> and also + https://github.com/jeremie-koenig/hurd-java/blob/master/HelloMach.java + which uses it + <jkoenig> but roughly, you'd use setRemotePort, setLocalPort, setId to + write your message's header + <jkoenig> then use one of the putFoo() methods to add data items to the + message + <braunr> ok, the mapping with the low level C interface is very clear + <braunr> that's good for me + <jkoenig> the putFoo() methods would write the appropriate type + descriptors, then the actual data. + <braunr> we can go on with the MiG part if you want :) + <jkoenig> right, + <jkoenig> so here you may want to look at the UML class diagram from + http://www.bddebian.com/~hurd-web/user/jkoenig/java/proposal/ + <jkoenig> so in the C case, mig generates 3 files + <jkoenig> a header file which has the prototypes of the mig-generated + stubs, + <jkoenig> a *User.c which has their actual implementation + <jkoenig> and a *Server.c which handles demultiplexing the incoming + messages and helps with implementing servers. + <jkoenig> so we would do something along these lines, more or less: + <jkoenig> mig would generate the code for a Java interface in lieu of the + *.h file. + <jkoenig> a generated FooUser class would implement this interface by doing + RPC + <jkoenig> (so basically you would pass a MachPort object to the + constructor, and then you could use the resulting object to do RPC with + whatever is on the other end) + <jkoenig> and the generated FooServer class would do the opposite, + <braunr> ok + <braunr> issues with threads ? + <jkoenig> you would pass an object implementing the Foo interface to the + constructor, + <braunr> i'm guessing the demux part may have to create threads, right ? + <jkoenig> and the resulting object would handle messages by using the + object you passed. + <jkoenig> braunr, right, so that would be more a libports kind of code, + <braunr> the libports-like library, i see + <jkoenig> to which you could pass Server objects (for instance the + FooServer above), and it would handle incoming messages. + <braunr> how is message content mapped to a java interface ? + <jkoenig> this would be determined from the .defs files and MIG would + generate the appropriate code, hopefully. + <braunr> so the demux part would handle rpc integer identifiers ? + <jkoenig> right. + <braunr> but hm + <jkoenig> also mapping .defs files to Java interfaces might prove to be + tricky. data types conversion and all + <antrik> tschwinge: my mamory is rather hazy. IIRC the issue was that the + MIG-generated stubs deallocate out-of-line port arrays after the + implementation returns, before returning to the dispatcher + <braunr> i'll just overlook this specific implementation detail + <jkoenig> but we could use some annotation-based system if we need to + provide more information to generate the java code. + <antrik> but the Hurd (or rather glibc) RPC handling also automatically + deallocates everything if an error occurs + <antrik> so I changed the MIG code to deallocate only when no error occurs + <braunr> jkoenig: ok, we'll talk about that when there is more progress and + you have a better view of the problem + <antrik> at that time I was pretty sure that this is a correctly working + solution, but it always seemed questionable conceptually... however, I + wasn't able to come up with a better one, and nobody else commented on it + <braunr> antrik: shouldn't the hurd be changed not to deallocate something + it didn't allocate in the first place ? + <antrik> braunr: no, the server has to deallocate stuff before returning to + the client. the request message is destroyed before returning the reply. + <tschwinge> jkoenig, braunr: That's what I had in mind where MIG might be a + bit awkward. Then we can indeed either add annotations to the .defs + files, or reproduce them in some other format. That's some work, but + it's mostly a one-time work. + <tschwinge> After all, the RPC interface is a binary one, and there may be + more than one API for creating these messages, etc. + <antrik> jkoenig: actually, at least in the Hurd, server-side and + client-side headers are separate -- so MIG actually creates four files + <jkoenig> tschwinge, wrt to annotations I was more thinking about Java + ones, such as: @MIGDefsFile("mach/task.defs") @MIGCType("task_t") public + interface Task { } + <jkoenig> antrik, oh, ok, it makes sense. + <braunr> jkoenig: anything else ? + <jkoenig> braunr, nothing that I can think of + <braunr> ok + <antrik> tschwinge: I think it would be a *very* bad idea to introduce + redundancy regarding RPC definitions + <braunr> thanks for the tour :) + <antrik> (the _request.defs/_reply.defs mess is bad enough...) + <jkoenig> did I speak about the "Unsafe" pseudo-exception? that's + interesting :-) + <tschwinge> jkoenig: Also, virtual memory abstractions? + <braunr> jkoenig: you didn't + <tschwinge> antrik: Well, then we could create some other super-format. + But that's just a detail IMO. + <jkoenig> ok, so wrt virtual memory, a page we received can be wrapped with + some JNI help into a (direct) ByteBuffer object. + <jkoenig> deallocating sent pages will be tricky, though. + <tschwinge> antrik: To put it this way: for me the .defs files are just one + way of expressing the RPC interfaces' contracts. (At the same time, they + happen to be the actual reference for these, too. But the specification + itself could just as well be a textual one.) + <jkoenig> on approach I've been thinking about would be to "wrap" the + ByteBuffer object into an object which has the sole reference to it, so + that when it's deallocated the reference can be replaced with "null", and + further attempts to access the buffer would throw exceptions. + <braunr> sounds reasonable + <jkoenig> but that's still in flux in my head, we may end up needing our + own implementation of ByteBuffer-like objects. + <tschwinge> The problem being that there is no mechanism to ``revoke'' an + object once a reference to it has been shared. + <jkoenig> right. + <tschwinge> A wrapper is one possibility indeed. + <antrik> tschwinge: they are called interface *definitions* for a reason + :-) + <tschwinge> This is a very similar problem as with capabilities when there + is no revoke operation for these, too. + <tschwinge> antrik: Yes, because they define MIG's input. :-P + <tschwinge> Isn't that what is called a membrane in the capability world? + <antrik> I do not say that we have to consider the format of the .defs to + be set in stone; but I do insist on using a canonical machine-parsable + source for all language bindings + <tschwinge> attenuation + <jkoenig> tschwinge, you mean the revokable proxy contruct ? (It's the same + principle indeed) + <tschwinge> A common design pattern in object-capability systems: given + one reference of an object, create another reference for a proxy object + with certain security restrictions, such as only permitting read-only + access or allowing revocation. The proxy object performs security checks + on messages that it receives and passes on any that are allowed. Deep + attenuation refers to the case where the same attenuation is applied + transitively to any + <tschwinge> objects obtained via the original attenuated object, + typically by use of a "membrane". + <tschwinge> http://en.wikipedia.org/wiki/Object-capability_model + <tschwinge> Yes. + <tschwinge> Good. I understood something. ;-) + <tschwinge> antrik: OKAY! :-P + <tschwinge> jkoenig: And hopefully the JVM will optimize away all the + additional indirection... :-D + <tschwinge> jkoenig: Is there anything more to say about the VM layer? + <jkoenig> tschwinge, "hopefully", yes :-) + <tschwinge> Like, the data that I'm sharing -- is it untyped, isn't it? + <jkoenig> tschwinge, you mean that within the received/sent pages ? + <tschwinge> Yes. + <tschwinge> But that'S how it is, indeed. + <jkoenig> well actually the type descriptor should indicate what they + contain. + <tschwinge> I cannot trust anything I receive from externally. + <jkoenig> it's most often used for MACH_MSG_TYPE_CHAR items I guess, and it + will be type checked when retreive + <tschwinge> Yeah, and that then just *is* arbitrary data, like a block read + from a disk file. + <jkoenig> you would have something like: ByteBuffer + MachMsg.getBuffer(MachMsg.Type expected), and MachMsg would check the + type descriptor against that which you specified + <tschwinge> Or a packet transmitted over the network. + <tschwinge> OK, yes. + <antrik> jkoenig: in theory ints should be used quite often too. the whole + purpose of the type descriptors is to allow byte order swapping when + messages are passed between hosts with different architecture... + <jkoenig> tschwinge, right, except for out-of-line port arrays, which need + to be handled differently obviously. + <antrik> (which is totally irrelevat for our purposes -- especially since + the actual network IPC code doesn't exist anymore ;-) ) + <jkoenig> antrik, oh, interesting + <tschwinge> Yes, that was one original idea. + <jkoenig> actually my litmus test for what the bindings should be, is you + should be able to implement such a proxy in Java :-) + <tschwinge> antrik: And hey, you now have processors that can switch + between different modes during runtime... :-) + <jkoenig> (although arguably that's a little bit ambitious) + <braunr> tschwinge: there should be bits in page tables to indicate the + endianness to use on a page .. :) + <tschwinge> Hehe! + <tschwinge> jkoenig: Don't worry -- you're already known for ambitious + projects. One more can't hurt. + <jkoenig> Also, actually the word size is not something that I've been able + to abstract so far, so I'll be hardcoding little-endian 32 bits for now. + <braunr> why is that ? + <antrik> some of the Hurd RPC break the idea anyways BTW + <jkoenig> the org.vmmagic package (from Jikes RVM and JNode) could help + with that, but GCJ does not support it unfortunately (not sure about + OpenJDK) + <jkoenig> braunr, Java does not allow us to define new unboxed types + <braunr> jkoenig: does it have its own definition of the word size ? + <jkoenig> braunr, nope. + <jkoenig> (although, maybe, and also we could use JNI to query it) + <braunr> even if virtual, i'd expect a machine to have such a defnition + <jkoenig> braunr, maybe it has, but basically in Java nothing depends on + the word size + <jkoenig> 'int' is 32 bits, 'long' is 64 and that's it. + <braunr> oh right, i remember most types are fixed size, right ? + <jkoenig> right. + <braunr> if not all + <jkoenig> now Jikes RVM's "org.vmmagic" provides an interface to defined + new unboxed types which can depend on the actual word size, but Jikes RVM + is its own JVM so obviously they can use and provide whatever extensions + they need :-) + <jkoenig> (but maybe they've implemented them in OpenJDK for bootstrap + purposes, I'm not sure) + <tschwinge> I'm missing this detail: where does the word size come into + play here? + <jkoenig> anyway, I _could_ indiscriminately use 'long' for port names, and + sparkle the code with word size tests but that would be very clumsy + <braunr> jkoenig: port names are actually ints :/ + <jkoenig> tschwinge, the actual format of the message header and type + descriptors, for instance. + <braunr> jkoenig: ok, got your point + <jkoenig> braunr, by 'long' I mean 64-bits integers (which they are on + 64-bits machines I think?) + <braunr> :) + <braunr> jkoenig: port names are as large as the word size + <braunr> but in C at least, they're int, not long + <braunr> it doesn't change many things, but you get lots of warnings if you + try with a long :) + <tschwinge> What is the reason that port names are an + architecture-dependent word size's width, and not simply 32 bit? + <jkoenig> "4 billions of port names should be enough for everyone" :-) + <braunr> tschwinge: an optimization is to use them as pointers in the + kernel + <antrik> tschwinge: the machine's native word size is what it can process + most efficiently, and what should be used for most normal + operations... it makes sense to define stuff as int, except for network + communication + <tschwinge> jkoenig: Well, yeah, but if you want to communicate with a + peer, you have to agree on the maximum number anyway (not for port names, + though, which are local). + <braunr> antrik: int isn't the word size everywhere + <braunr> antrik: the most common type matching the word size is long, at + least on ILP32/LP64 data models + <antrik> braunr: that's just because some idiots assumed int would always + be 32 bits, and consequently when 64 architectures came up the compiler + guys chickened out ;-) + <braunr> without int, you wouldn't have a 32 bits type + <antrik> that's not true for all architectures and/or operating systems + though AFAIK + <braunr> or a 16 bits one + <braunr> antrik: windows guys got even more scared, so windows 64 is LLP64 + <antrik> BTW, I haven't checked, but it's quite possible that 32 bit + numbers are actually preferable even on AMD64... + <tschwinge> jkoenig: So, back on track. :-) + <tschwinge> jkoenig: You didn't find anything yet in Mach's VM interfaces + as well a MemoryObject, etc., that can't be used/implemented in the Java + world? + <braunr> antrik: they consume less memory, but don't have much effect on + performance + <jkoenig> tschwinge, once we have the basic system calls and the + corresponding abstractions in place, I don't think anything else + fundamentally problematic could possibly show up + <antrik> braunr: if you really *need* a type of a certain bit size, you + should use stdint types. so not having a 16 or 32 bit type in the + short/int/long canon is *not* an excuse + <tschwinge> jkoenig: That speaks for the Mach designers! + <braunr> antrik: right + <jkoenig> tschwinge, on trick is that for instance, mach_task_self would + still be unsafe even if it returned a nicely wrapped Task object, because + you could still wreck your own address space and threads with it. So we + would need the "attenuation" pattern mentionned above to provide a safe + one. + <jkoenig> (which would disallow thinks such as the port/thread/vm calls) + <braunr> jkoenig: you mentioned the unsafe pseudo exception earlier + <jkoenig> braunr, right, so the issue is with distinguishing safe from + unsafe methods + <antrik> braunr: BTW, the Windows guys actually broke a lot of stuff by + fixing long at 32 bits -- this way long doesn't match size_t and pointer + types anymore, which was an assumption that was true for pretty much any + system so far... + <tschwinge> jkoenig: Yes. (And again hope for the JVM to optim...) + <braunr> antrik: that's right :) + <braunr> antrik: that's LLP64 + <braunr> antrik: long long and pointers + <jkoenig> braunr, so basically the idea is that unsafe methods are declared + as "throws Unsafe" + <jkoenig> the effect is that if you use such a method you must either + "throw Unsafe" yourself, + <jkoenig> or if you're building a safe abstraction on top of Unsafe + methods, you'll "catch" the "exception" in question to tell the compiler + that it's okay. + <jkoenig> it's more or less inspired from the "semantic regimes" idea from + the org.vmmagic paper which is referenced in my original proposal, + <jkoenig> only implementing by hijacking the exception checking machinery, + which has a behaviour similar to what we want. + <braunr> ok + <braunr> but hmm this seems pretty normal, what's the tricky part ? :) + <tschwinge> braunr: The idea is that the programmer explicitly has to + acknowledge if he'S using an unsafe interface. + <braunr> tschwinge: sounds pretty normal too + <jkoenig> braunr, the trick is that you would not usually declare + exceptions which are never actually thrown (and actually since the + compiler does not know it's never thrown, I need to work around it in a + few places) + <braunr> oh, ok + <braunr> jkoenig: that's interesting indeed + <jkoenig> braunr, the org.vmmagic paper provides an example which uses some + annotations called @UncheckedMemoryAccess and @AssertSafe to the same + effect (which is kind of cleaner), but it would be a headache to + implement without help from the compiler I think (as far as I can tell + the annotation processor would have to inspect the bytecode) + <braunr> but hm + <braunr> what's the true problem about this ? + <jkoenig> (the paper advocates "high-level low-level programming" and is a + very interesting read I think, + http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.151.5253&rep=rep1&type=pdf, + for what it's worth) + <braunr> what's wrong if you just declare your methods unsafe and don't + alter anything else ? + <tschwinge> Yes, I read it and it is interesting. Unfortunately, it seems + I forgot most of it again... + <jkoenig> braunr, declare? alter? + <jkoenig> you mean just tag them with an annotation? + <braunr> just stating a method "throws Unsafe" + <jkoenig> braunr, well some compiler will output a warning because they can + tell there's no way the method is going to throw such an exception. + <jkoenig> and then some other compiler will complain that my + @SuppressWarnings("unused") does not serve any purpose to them :-) + <jkoenig> also, when initializing final fields, I need to work around the + fact that the compiler thinks "Unsafe" might be thrown. + <jkoenig> see for instance MachPort.DEAD + <braunr> jkoenig: ok + <jkoenig> braunr, but I'm more than willing to accept this in exchange for + a clear, compiler-enforced materialization of the border between safe an + unsafe code. + <jkoenig> actually another question I have is the amount of static typing I + should add to the safe version, for instance should I subclass MachPort + into MachSendRight, MachReceiveRight and so on. I don't want to depart + from the C inteface too much but it could be useful. + <braunr> jkoenig: can't answer that :) + <braunr> jkoenig: keep them in mind for later i think + <tschwinge> jkoenig: What's the safety concern w.r.t. having MachPort (not) + final? + <jkoenig> tschwinge, actually I'm partly wrong in that we only need name() + and a couple other methods to be final + <tschwinge> jkoenig: That's what I was thinking. :-) + <tschwinge> I though I'm missing something here. + <jkoenig> tschwinge, the idea is that the user (ie., the adversary :-) + could extend MachPort and inject their own fake port name into messages + <jkoenig> by overriding name() or clear() + <tschwinge> Yeah, but if these are final, that's not possible. + <jkoenig> right. + <tschwinge> And that *should* be enough, I think. + <tschwinge> Unless I'm missing something. + <jkoenig> I don't think so. Also I hope it is, because as mentionned above + there might be some value in subclassing MachPort. + <tschwinge> Yep. + <jkoenig> incidentally, declaring the class or the method final will allow + the JVM to inline them I think. + <tschwinge> It will help the JVM, yes. It can also figure that out without + final, though. (And may have to de-optimize the code again in case there + are additional classes loaded during run-time.) + <tschwinge> jkoenig: The reference counting in MachPort. I think I'm + beginning to understand this. + <jkoenig> oh ok + <jkoenig> tschwinge, yes the javadoc is maybe a bit obscure so far. + <jkoenig> but basically you don't want the port name you acquire to become + invalid before you're done using it. + <tschwinge> But how is this different from the C world? + <jkoenig> here my goal is to provide some guarantees if you use only safe + methods + <jkoenig> like, you can't forge a port name and things like that + <jkoenig> so basically it should never be possible to include an invalid + port name in a message if you use only safe methods. + <tschwinge> Ah, I see! + <tschwinge> Now that does make sense. + <jkoenig> but the mechanism in itself is similar to the Hurd port cells and + user_link structures + <tschwinge> It's again ``only'' helping the programmer. + <jkoenig> right, no object-capability ulterior motives :-) + <jkoenig> another assumption which the javadoc does not state yet it that + basically there should be exactly one MachPort object for each mach-level + port name reference (in the sense of mach_port_mod_refs) + <tschwinge> Yes, I figured out that bit. diff --git a/user/jkoenig/java/java-access-bridge.mdwn b/user/jkoenig/java/java-access-bridge.mdwn new file mode 100644 index 00000000..6f860709 --- /dev/null +++ b/user/jkoenig/java/java-access-bridge.mdwn @@ -0,0 +1,78 @@ +[[!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_porting]] + +Debian's *openjdk-7-jre* package depends on *libaccess-bridge-java-jni* (source +package: *java-access-bridge*). + +The latter one has *openjdk-6-jdk* as a build dependency, but that can be +hacked around: + + # ln -s java-7-openjdk /usr/lib/jvm/java-6-openjdk + +Trying to build it: + + $ LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk/jre/lib/i386/jli dpkg-buildpackage -b -uc -d + [...] + make[3]: Entering directory `/media/erich/home/thomas/tmp/libaccess-bridge-java-jni/java-access-bridge-1.26.2/idlgen' + /usr/lib/jvm/java-6-openjdk/bin/idlj \ + -pkgPrefix Bonobo org.GNOME \ + -pkgPrefix Accessibility org.GNOME \ + -emitAll -i /usr/share/idl/bonobo-activation-2.0 -i /usr/share/idl/at-spi-1.0 -i /usr/share/idl/bonobo-2.0 \ + -fallTie /usr/share/idl/at-spi-1.0/Accessibility.idl + /usr/share/idl/at-spi-1.0/Accessibility_Collection.idl (line 66): WARNING: Identifier `object' collides with a keyword; use an escaped identifier to ensure future compatibility. + boolean isAncestorOf (in Accessible object); + ^ + /usr/share/idl/at-spi-1.0/Accessibility_Component.idl (line 83): WARNING: Identifier `Component' collides with a keyword; use an escaped identifier to ensure future compatibility. + interface Component : Bonobo::Unknown { + ^ + Exception in thread "main" java.lang.AssertionError: Platform not recognized + at sun.nio.fs.DefaultFileSystemProvider.create(DefaultFileSystemProvider.java:71) + at java.nio.file.FileSystems$DefaultFileSystemHolder.getDefaultProvider(FileSystems.java:108) + at java.nio.file.FileSystems$DefaultFileSystemHolder.access$000(FileSystems.java:89) + at java.nio.file.FileSystems$DefaultFileSystemHolder$1.run(FileSystems.java:98) + at java.nio.file.FileSystems$DefaultFileSystemHolder$1.run(FileSystems.java:96) + at java.security.AccessController.doPrivileged(Native Method) + at java.nio.file.FileSystems$DefaultFileSystemHolder.defaultFileSystem(FileSystems.java:95) + at java.nio.file.FileSystems$DefaultFileSystemHolder.<clinit>(FileSystems.java:90) + at java.nio.file.FileSystems.getDefault(FileSystems.java:176) + at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:489) + at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:480) + at java.security.AccessController.doPrivileged(Native Method) + at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:479) + at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:658) + at java.util.TimeZone.getTimeZone(TimeZone.java:559) + at java.util.TimeZone.setDefaultZone(TimeZone.java:656) + at java.util.TimeZone.getDefaultRef(TimeZone.java:623) + at java.util.TimeZone.getDefault(TimeZone.java:610) + at java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:682) + at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:619) + at java.text.DateFormat.get(DateFormat.java:772) + at java.text.DateFormat.getDateTimeInstance(DateFormat.java:547) + at com.sun.tools.corba.se.idl.toJavaPortable.Util.writeProlog(Util.java:1139) + at com.sun.tools.corba.se.idl.toJavaPortable.Skeleton.writeHeading(Skeleton.java:145) + at com.sun.tools.corba.se.idl.toJavaPortable.Skeleton.generate(Skeleton.java:102) + at com.sun.tools.corba.se.idl.toJavaPortable.InterfaceGen.generateSkeleton(InterfaceGen.java:159) + at com.sun.tools.corba.se.idl.toJavaPortable.InterfaceGen.generate(InterfaceGen.java:108) + at com.sun.tools.corba.se.idl.InterfaceEntry.generate(InterfaceEntry.java:110) + at com.sun.tools.corba.se.idl.toJavaPortable.ModuleGen.generate(ModuleGen.java:75) + at com.sun.tools.corba.se.idl.ModuleEntry.generate(ModuleEntry.java:83) + at com.sun.tools.corba.se.idl.Compile.generate(Compile.java:324) + at com.sun.tools.corba.se.idl.toJavaPortable.Compile.start(Compile.java:169) + at com.sun.tools.corba.se.idl.toJavaPortable.Compile.main(Compile.java:146) + make[3]: *** [org/GNOME/Accessibility/Accessible.java] Error 1 + make[3]: Leaving directory `/media/erich/home/thomas/tmp/libaccess-bridge-java-jni/java-access-bridge-1.26.2/idlgen' + make[2]: *** [all-recursive] Error 1 + make[2]: Leaving directory `/media/erich/home/thomas/tmp/libaccess-bridge-java-jni/java-access-bridge-1.26.2/idlgen' + make[1]: *** [all-recursive] Error 1 + make[1]: Leaving directory `/media/erich/home/thomas/tmp/libaccess-bridge-java-jni/java-access-bridge-1.26.2' + make: *** [debian/stamp-makefile-build] Error 2 + dpkg-buildpackage: error: debian/rules build gave error exit status 2 diff --git a/user/jkoenig/java/proposal.mdwn b/user/jkoenig/java/proposal.mdwn new file mode 100644 index 00000000..4052f455 --- /dev/null +++ b/user/jkoenig/java/proposal.mdwn @@ -0,0 +1,628 @@ + +# Java for Hurd (and vice versa) + +Contact information: + + * Full name: Jérémie Koenig + * Email: jk@jk.fr.eu.org + * IRC: jkoenig on Freenode and OFTC + +## Introductions + +I am a first year M.Sc. student +in Computer Science at University of Strasbourg (France). +My interests include capability-based security, +programming languages and formal methods +(in particular, object-capability languages and proof-carrying code). + +### Proposal summary + +This project would consist in improving Java support on Hurd. +The first part would consist in +fixing bugs and porting Java-related packages. +The second part would consist in +creating low-level Java bindings for the Hurd interfaces, +as well as libraries to make translator development easier. + +### Previous involvement + +I started contributing to Hurd last summer, +during which I participated to Google Summer of Code +as a student for the Debian project. +I worked on porting Debian-Installer to Hurd. +This project was mostly a success, +although we still have to use a special mirror for installation +with a few modified packages +and tweaked priorities +to work around some uninstallable packages +with Priority: standard. + +Shortly afterwards, +I rewrote the procfs translator +to fix some issues with memory leaks, +make it more reliable, +and improve compatibility with Linux-based tools +such as `procps` or `htop`. + +Although I have not had as much time +as I would have liked to dedicate to the Hurd +since that time, +I have continued to maintain the mirror in question, +and I have started to work +on implementing POSIX threads signal semantics in glibc. + +### Project-related skills and interests + +I have used Java mostly for university assignments. +This includes non-trivial projects +using threads and distributed programming frameworks +such as Java RMI or CORBA. +I have also used it to experiment with +Google App Engine +(web applications) +and Google Web Toolkit +(a compiler from Java to Javascript which helps with AJAX code), +and I have some limited experience with JNI +(the Java Native Interface, to link Java with C code). + +My knowledge of the Hurd and Debian GNU/Hurd is reasonable, +as the Debian-Installer and procfs projects +gave me the opportunity to fiddle with many parts of the system. + +Initially, +I started working on this project because I wanted to use +[Joe-E](http://code.google.com/p/joe-e/) +(a subset of Java) +to investigate the potential +[[applications of object-capability languages|objcap]] +in a Hurd context. +I also believe that improving Java support on Hurd +would be an important milestone. + +### Organisational matters + +I am subscribed to bug-hurd@g.o and +I do have a permanent internet connexion. + +I would be able to attend the regular IRC meetings, +and otherwise communicate with my mentor +through any means they would prefer +(though I expect email and IRC would be the most practical). +Since I'm already familiar with the Hurd, +I don't expect I would require too much time from them. + +My exams end on May 20 so I would be able to start coding +right at the beginning of the GSoC period. +Next year's term would probably begin around September 15, +so that would not be an issue either. +I expect I would work around 40 hours per week, +and my waking hours would be flexible. + +I don't have any other plans for the summer +and would not make any if my project were to be accepted. + +Full disclosure: +I also submitted a proposal to the Jikes RVM project +(which is a research-oriented Java Virtual Machine, +itself written in Java) +for implementing a new garbage collector into the MMTk subsystem. + +## Improve Java support + +### Justification + +Java is a popular language and platform used by many desktop and web +applications (mostly on the server side). As a consequence, competitive Java +support is important for any general-purpose operating system. +Better Java support would also be a prerequisite +for the second part of my proposal. + +### Current situation + +Java is currently supported on Hurd with the GNU Java suite: + + * [GCJ](http://gcc.gnu.org/java/), + the GNU Compiler for Java, is part of GCC and can compile Java + source code to Java bytecode, and both source code and bytecode to + native code; + * libgcj is the implementation of the Java runtime which GCJ uses. + It is based on [GNU Classpath](http://www.gnu.org/software/classpath/). + It includes a bytecode interpreter which enables + Java applications compiled to native code to dynamically load and execute + Java bytecode from class files. + * The gij command is a wrapper around the above-mentioned virtual machine + functionality of libgcj and can be used as a replacement for the java + command. + +However, GCJ does not work flawlessly on Hurd.r +For instance, some parts of libgcj relies on +the POSIX threads signal semantics, which are not yet implemented. +In particular, this makes ant hang waiting for child processes, +which makes some packages fail to build on Hurd +(“ant” is the “make” of the Java world). + +### Tasks + + * **Finish implementing POSIX thread semantics** in glibc (high priority). + According to POSIX, signal dispositions should be global to a process, + while signal blocking masks should be thread-specific. Signals sent to the + process as a whole are to be delivered to any thread which does not block + them. By contrast, Hurd has per-thread signal dispositions and signals + sent to a process are delivered to the main thread only. I have been + working on refactoring the glibc signal code and implementing the POSIX + semantics as a per-thread option. However, due to lack of time I have not + yet been able to test and debug my code properly. Finishing this work + would be my first task. + * **Fix further problems with GCJ on Hurd** (high priority). While I’m not + aware of any other problems with GCJ at the moment, I suspect some might + turn up as I progress with the other tasks. Fixing these problems would + also be a high-priority task. + * **Port OpenJDK 6** (medium priority). While GCJ is fine, it is not yet + 100% complete. It is also slower than OpenJDK on architectures where a + just-in-time compiler is available. Porting OpenJDK would therefore + improve Java support on Hurd in scope and quality. Besides, it would also + be a good way to test GCJ, which is used for bootstrapping by the Debian + OpenJDK packages. Also note that OpenJDK 6 is now the default Java + Runtime Environment on all released Linux-based Debian architectures; + bringing Hurd in line with this would probably be a good thing. + * **Port Eclipse and other Java applications** (low priority). Eclipse is a + popular, state-of-the-art IDE and tool suite used for Java and other + languages. It is a dependency of the Joe-E verifier (see part 3 of this + proposal). Porting Eclipse would be a good opportunity to test GCJ and + OpenJDK. + +### Deliverables + + * The glibc pthreads patch and any other fixes on the Hurd side + would be submitted upstream + * Patches against Debian source packages + required to make them build on Hurd would be submitted + to the [Debian bug tracking system](http://bugs.debian.org/). + + +## Create Java bindings for the Hurd interfaces + +### Justification + +Java is used for many applications and often taught to +introduce object-oriented programming. The fact that Java is a +garbage-collected language makes it easier to use, especially for the less +experienced programmers. Besides, its object-oriented nature is a +natural fit for the capability-based design of Hurd. +The JVM is also used as a target for many other languages, +all of which would benefit from the access provided by these bindings. + +Advantages over other garbage-collected, object-oriented languages include +performance, type safety and the possibility to compile a Java translator to +native code and +[link it statically](http://gcc.gnu.org/wiki/Statically_linking_libgcj) +using GCJ, should anyone want to use a +translator written in Java for booting. +Note that Java is +[being](http://www.linuxjournal.com/article/8757) +[used](http://oss.readytalk.com/avian/) +in this manner for embedded development. +Since GCJ can take bytecode as its input, +this expect this possibility would apply to any JVM-based language. + +Java bindings would lower the bar for newcomers +to begin experimenting with what makes Hurd unique +without being faced right away with the complexity of +low-level systems programming. + +### Tasks summary + + * Implement Java bindings for Mach + * Implement a libports-like library for Java + * Modify MIG to output Java code + * Implement libfoofs-like Java libraries + +### Design principles + +The principles I would use to guide the design +of these Java bindings would be the following ones: + + * The system should be hooked into at a low level, + to ensure that Java is a "first class citizen" + as far as the access to the Hurd's interfaces is concerned. + * At the same time, the memory safety of Java should be maintained + and extended to Mach primitives such as port names and + out-of-line memory regions. + * Higher-level interfaces should be provided as well + in order to make translator development + as easy as possible. + * A minimum amount of JNI code (ie. C code) should be used. + Most of the system should be built using Java itself + on top of a few low-level primitives. + * Hurd objects would map to Java objects. + * Using the same interfaces, + objects corresponding to local ports would be accessed directly, + and remote objects would be accessed over IPC. + +One approach used previously to interface programming languages with the Hurd +has been to create bindings for helper libraries such as libtrivfs. Instead, +for Java I would like to take a lower-level approach by providing access to +Mach primitives and extending MIG to generate Java code from the interface +description files. + +This approach would be initially more involved, and would introduces several +issues related to overcoming the "impedance mismatch" between Java and Mach. +However, once an initial implementation is done it would be easier to maintain +in the long run and we would be able to provide Java bindings for a large +percentage of the Hurd’s interfaces. + +### Bindings for Mach system calls + +In this low-level approach, my intention is to enable Java code to use Mach +system calls (in particular, mach_msg) more or less directly. This would +ensure full access to the system from Java code, but it raises a number of +issues: + + * the Java code must be able to manipulate Mach-level entities, such as port + rights or page-aligned buffers mapped outside of the garbage-collected + heap (for out-of-line transfers); + * putting together IPC messages requires control of the low-level + representation of data. + +In order to address these concerns, classes would be encapsulating these +low-level entities so that they can be referenced through normal, safe objects +from standard Java code. Bindings for Mach system calls can then be provided +in terms of these classes. Their implementation would use C code through the +Java Native Interface (JNI). + +More specifically, this functionality would be provided by the `org.gnu.mach` +package, which would contain at least the following classes: + + * `MachPort` would encapsulate a `mach_port_t`. (Some of) its constructors + would act as an interface for the `mach_port_allocate()` system call. + `MachPort` objects would also be instantiated from other parts of the JNI + C code to represent port rights received through IPC. The `deallocate()` + method would call `mach_port_deallocate()` and replace the encapsulated + port name with `MACH_PORT_DEAD`. We would recommend that users call it + when a port is no longer used, but the finalizer would also deallocate the + port when the `MachPort` object is garbage collected. + * `Buffer` would represent a page-aligned buffer allocated outside of the + Java heap, to be transferred (or having been received) as out-of-line + memory. The JNI code would would provide methods to read and write data at + an arbitrary offset (but within bounds) and would use `vm_allocate()` and + `vm_deallocate()` in the same spirit as for `MachPort` objects. + * `Message` would allow Java code to put together Mach messages. The + constructor would allocate a `byte[]` member array of a given size. + Additional methods would be provided to fill in or query the information + in the message header and additional data items, including `MachPort` and + `Buffer` objects which would be translated to the corresponding port names + and out-of-line pointers. + A global map from port names to the corresponding `MachPort` object + would probably be needed to ensure that there is a one-to-one + correspondence. + * `Syscall` would provide static JNI methods for performing system calls not + covered by the above classes, such as `mach_msg()` or + `mach_thread_self()`. These methods would accept or return `MachPort`, + `Buffer` and `Message` objects when appropriate. The associated C code + would access the contents of such objects directly in order to perform the + required unsafe operations, such as constructing `MachPort` and `Buffer` + objects directly from port names and C pointers. + +Note that careful consideration should be given to the interfaces of these +classes to avoid “safety leaks” which would compromise the safety guarantees +provided by Java. Potential problematic scenarios include the following +examples: + + * It must not be possible to write an integer at some position in a + `Message` object, and to read it back as a `MachPort` or `Buffer` object, + since this would allow unsafe access to arbitrary memory addresses and + mach port names. + * Providing the `mach_task_self()` system call would also provide access to + arbitrary addresses and ports by using the `vm_*` family of RPC operations + with the returned `MachPort` object. This means that the relevant task + operations should be provided by the `Syscall` class instead. + +Finally, access should be provided to the initial ports and file descriptors +in `_hurd_ports` and provided by the `getdport()` function, +for instance through static methods such as +`getCRDir()`, `getCWDir()`, `getProc()`, ... in a dedicated class such as +`org.gnu.hurd.InitPorts`. + +A realistic example of code based on such interfaces would be: + + import org.gnu.mach.MsgType; + import org.gnu.mach.MachPort; + import org.gnu.mach.Buffer; + import org.gnu.mach.Message; + import org.gnu.mach.Syscall; + import org.gnu.hurd.InitPorts; + + public class Hello + { + public static main(String argv[]) + /* Parent class for all Mach-related exceptions */ + throws org.gnu.mach.MachException + { + /* Allocate a reply port */ + MachPort reply = new MachPort(); + + /* Allocate an out-of-line buffer */ + Buffer data = new Buffer(MsgType.CHAR, 13); + data.writeString(0, "Hello, World!"); + + /* Craft an io_write message */ + Message msg = new Message(1024); + msg.setRemotePort(InitPorts.getdport(1)); + msg.setLocalPort(reply, Message.Type.MAKE_SEND_ONCE); + msg.setId(21000); + msg.addBuffer(data); + + /* Make the call, MACH_MSG_SEND | MACH_MSG_RECEIVE */ + Syscall.machMsg(msg, true, true, reply); + + /* Extract the returned value */ + msg.assertId(21100); + int retCode = msg.readInt(0); + int amount = msg.readInt(1); + } + } + +Should this paradigm prove insufficient, +more ideas could be borrowed from the +[`org.vmmagic`](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.151.5253&rep=rep1&type=pdf) +package used by [Jikes RVM](http://jikesrvm.org/), +a research Java virtual machine itself written in Java. + +### Generating Java stubs with MIG + +Once the basic machinery is in place to interface with Mach, Java programs +have more or less equal access to the system functionality without resorting +to more JNI code. However, as illustrated above, this access is far from +convenient. + +As a solution I would modify MIG to add the option to output Java code. MIG +would emit a Java interface, a client class able to implement the interface +given a Mach port send right, an a server class which would be able to handle +incoming messages. The class diagram below, although it is by no means +complete or exempt of any problem, illustrates the general idea: + +[[gsoc2011_classes.png]] + +This structure is somewhat reminiscent of +[Java RMI](http://en.wikipedia.org/wiki/Java_remote_method_invocation) +or similar systems, +which aim to provide more or less transparent access to remote objects. +The exact way the Java code would be generated still needs to be determined, +but basically: + + * An interface, corresponding to the header files generated by MIG, would + enumerate the operations listed in a given .defs files. Method names would + be transformed to adhere to Java conventions (for instance, + `some_random_identifier` would become `someRandomIdentifier`). + * A user class, corresponding to the `*User.c` files, + would implement this interface by doing RPC over a given MachPort object. + * A server class, corresponding to `*Server.c`, would be able to handle + incoming messages using a user-provided implementation of the interface. + (Possibly, a skeleton class providing methods which would raise + `NotImplementedException`s would be provided as well. + Users would derive from this class and override the relevant methods. + This would allow them not to implement some operations, + and would avoid pre-existing code from breaking when new operations are + introduced.) + +In order to help with the implementation of servers, some kind of library +would be needed to associate Mach receive rights with server objects and to +handle incoming messages on dedicated threads, in the spirit of libports. +This would probably require support for port sets at the level of the Mach +primitives described in the previous section. + +When possible, operations involving the transmission of send rights +of some kind would be expressed in terms of the MIG-generated interfaces +instead of `MachPort` objects. +Upon reception of a send right, +a `FooUser` object would be created +and associated with the corresponding `MachPort` object. +If the received send right corresponds to a local port +to which a server object has been associated, +this object would be used instead. +This way, +subsequent operations on the received send right +would be handled as direct method calls +instead of going through RPC mechanisms. + +Some issues will still need to be solved regarding how MIG will convert +interface description files to Java interfaces. For instance: + + * `.defs` files are not explicitly associated with a type. For instance in + the example above, MIG would have to somehow infer that io_t corresponds + to `this` in the `Io` interface. + * More generally, a correspondence between MIG and Java types would have + to be determined. Ideally this would be automated and not hardcoded + too much. + * Initially, reply port parameters would be ignored. However they may be + needed for some applications. + +So the details would need to be flushed out during the community bonding +period and as the implementation progresses. However I’m confident that a +satisfactory solution can be designed. + +Using these new features, the example above could be rewritten as: + + import org.gnu.hurd.InitPorts; + import org.gnu.hurd.Io; + import org.gnu.hurd.IoUser; + + class Hello { + static void main(String argv[]) throws ... + { + Io stdout = new IoUser(InitPorts.getdport(1)); + String hello = “Hello, World!\n”; + + int amount = stdout.write(hello.getBytes(), -1); + + /* (A retCode corresponding to an error + would be signalled as an exception.) */ + } + } + +An example of server implementation would be: + + import org.gnu.hurd.Io; + import java.util.Arrays; + + class HelloIo implements Io { + final byte[] contents = “Hello, World!\n”.getBytes(); + + int write(byte[] data, int offset) { + return SOME_ERROR_CODE; + } + + byte[] read(int offset, int amount) { + return Arrays.copyOfRange(contents, offset, + offset + amount - 1); + } + + /* ... */ + } + +A new server object could then be created with `new IoServer(new HelloIo())`, +and associated with some receive right at the level of the ports management +library. + +### Base classes for common types of translators + +Once MIG can target Java code, and a libports equivalent is available, +creating new translators in Java would be greatly facilitated. However, +we would probably want to introduce basic implementations of file system +translators in the spirit of libtrivfs or libnetfs. They could take the form +of base classes implementing the relevant MIG-generated interfaces which +would then be derived by users, +or could define a simpler interface +which would then be used by adapter classes +to implement the required ones. + +I would draw inspiration from libtrivfs and libnetfs +to design and implement similar solutions for Java. + +### Deliverables + + * A hurd-java package would contain the Java code developed + in the context of this project. + * The Java code would be documented using javadoc + and a tutorial for writing translators would be written as well. + * Modifications to MIG would be submitted upstream, + or a patched MIG package would be made available. + +The Java libraries resulting from this work, +including any MIG support classes +as well as the class files built from the MIG-generated code +for the Mach and Hurd interface definition files, +would be provided as single `hurd-java` package for +Debian GNU/Hurd. +This package would be separate from both Hurd and Mach, +so as not to impose unreasonable build dependencies on them. + +I expect I would be able to act as its maintainer in the foreseeable future, +either as an individual or as a part of the Hurd team. +Hopefully, +my code would be claimed by the Hurd project as their own, +and consequently the modifications to MIG +(which would at least conceptually depend on the Mach Java package) +could be integrated upstream. + +Since by design, +the Java code would use only a small number of stable interfaces, +it would not be subject to excessive amounts of bitrot. +Consequently, +maintenance would primarily consist in +fixing bugs as they are reported, +and adding new features as they are requested. +A large number of such requests +would mean the package is useful, +so I expect that the overall amount of work +would be correlated with the willingness of more people +to help with maintenance +should I become overwhelmed or get hit by a bus. + + +## Timeline + +The dates listed are deadlines for the associated tasks. + + * *Community bonding period.* + Discuss, refine and complete the design of the Java bindings + (in particular the MIG and "libports" parts) + * *May 23.* + Coding starts. + * *May 30.* + Finish implementing pthread signal semantics. + * *June 5.* + Port OpenJDK + * *June 12.* + Fix the remaining problems with GCJ and/or OpenJDK, + possibly port Eclipse or other big Java packages. + * *June 19.* + Create the bindings for Mach. + * *June 26.* + Work on some kind of basic Java libports + to handle receive rights. + * *July 3.* + Test, write some documentation and examples. + * *July 17 (two weeks).* + Add the Java target to MIG. + * *July 24.* + Test, write some documentation and examples. + * *August 7 (two weeks).* + Implement a modular libfoofs to help with translator development. + Try to write a basic but non-trivial translator + to evaluate the performance and ease of use of the result, + rectify any rough edges this would uncover. + * *August 22. (last two weeks)* + Polish the code and packaging, + finish writing the documentation. + + +## Conclusion + +This project is arguably ambitious. +However, I have been thinking about it for some time now +and I'm confident I would be able to accomplish most of it. + +In the event multiple language bindings projects +would be accepted, +some work could probably be done in common. +In particular, +[ArneBab](http://www.bddebian.com/~hurd-web/community/weblogs/ArneBab/2011-04-06-application-pyhurd/) +seems to favor a low-level approach for his Python bindings as I do for Java, +and I would be happy to discuss API design and coordinate MIG changes with him. +I would also have an extra month after the end of the GSoC period +before I go back to school, +which I would be able to use to finish the project +if there is some remaining work. +(Last year's rewrite of procfs was done during this period.) + +As for the project's benefits, +I believe that good support for Java +is a must-have for the Hurd. +Java bindings would also further the Hurd's agenda +of user freedom by extending this freedom to more people: +I expect the set of developers +who would be able to write Java code against a well-written libfoofs +is much larger than +those who master the intricacies of low-level systems C programming. +From a more strategic point of view, +this would also help recruit new contributors +by providing an easier path to learning the inner workings of the Hurd. + +Further developments +which would build on the results of this project +include my planned [[experiment with Joe-E|objcap]] +(which I would possibly take on as a university project next year). +Another possibility would be to reimplement some parts +of the Java standard library +directly in terms of the Hurd interfaces +instead of using the POSIX ones through glibc. +This would possibly improve the performance +of some Java applications (though probably not by much), +and would otherwise be a good project +for someone trying to get acquainted with Hurd. + +Overall, I believe this project would be fun, interesting and useful. +I hope that you will share this sentiment +and give me the opportunity to spend another summer working on Hurd. + |