2006-12-31 14:43 jkrell * m3-win/import-libs/src/: advapi32.quake, comctl32.quake, comdlg32.quake, gdi32.quake, glu32.quake, kernel32.quake, m3makefile, make-lib-1.cmd, make-lib-2.cmd, make-lib.cmd, netapi32.quake, odbc32.quake, odbccp32.quake, opengl32.quake, user32.quake, winspool.quake, wsock32.quake: previous was in wrong source tree and therefore forgot critical files and some minor diffs Work building the Windows import libs into the "overall build" instead of being a manual step on the side. (Where "overall build" isn't very well defined actually -- it is either cd'ing around to the right places and running cm3 or running scripts\win\do*.) While at it, convert the cmd to Quake, though that wasn't necessary, the m3makefile could just as well have run the older make-lib-2. Note that the Quake suffers from cm3.cfg doing too much for folks, not enough flexibility? The package name is probably too ambiguous -- it might be nice if package names were hierarchical so this was m3-win\import-libs instead of just import-libs tombstone scripts\win\lib 2006-12-31 14:38 jkrell * m3-sys/cminstall/src/config/NT386, scripts/win/def-std-pkgs.cmd, scripts/win/do-cm3-base.cmd, scripts/win/do-cm3-core.cmd, scripts/win/do-cm3-min.cmd, scripts/win/sysinfo.cmd: Work building the Windows import libs into the "overall build" instead of being a manual step on the side. (Where "overall build" isn't very well defined actually -- it is either cd'ing around to the right places and running cm3 or running scripts\win\do*.) While at it, convert the cmd to Quake, though that wasn't necessary, the m3makefile could just as well have run the older make-lib-2. Note that the Quake suffers from cm3.cfg doing too much for folks, not enough flexibility? The package name is probably too ambiguous -- it might be nice if package names were hierarchical so this was m3-win\import-libs instead of just import-libs cleanup SYSTEM_LIBS and SYSTEM_LIBORDER abstract out rename_file (currently an expensive exec) abstract out file_exists tweak compilation flags a little more use /Ox for optimized esp. optimize for size instead of speed size results in memory, which is then speed use /Oi for debug to get a minimal amount of inlining (intrinsics) commets in compile_c more verbose error output -- point to the log file important -- move exists/exporting of manifests for .exes till after linking, so that it works! cosmetic -- always deal with manifests ahead of pdbs, since manifests are about correctness and letting the code run/work whereas pdbs are "just nice to have" for debugging tweak computation of .manifest file names to reuse a tiny little bit.. comment out dead variables USE_ROOT and GNU_PLATFORM put "missing" newlines in one line if .. end fix comments about the .libs in sysinfo.cmd, and stop deleting them 2006-12-30 16:16 jkrell * m3-sys/cminstall/src/config/NT386: the correct version of config\NT386 this time also removed whitespace from ends of lines config\NT386: % % The kernel32.lib installed by 5.2.6 is missing InterlockedCompareExchange % that is needed by msvcrt.lib 8.0 so delete it and fall back to whatever comes % with the compiler/linker. % delete_file(INSTALL_ROOT & "\\lib\\kernel32.lib") % % The user32.lib installed by 5.2.6 causes the Visual C++ 4.0 linker to % have an "internal error" so delete it and fall back to whatever comes % with the compiler/linker. % % % Just delete all of INSTALL_ROOT\lib and don't add it to %LIB%. % % % Handle shipping .manifest (and .pdb files) in quake/cm3.cfg. % This should sufficiently reduce the pain of bootstrapping such as to % eliminate any need for libcmt.lib and to be able to undo the change in m3quake.lib. % Remove the flexibility from cm3.cfg % % .map files are pretty worthless, remove creating them. (Make an option?) % You can load up a .dll/.exe in windbg using /z for image and then ln for list nearest % to map an address to a symbol. % Remove the dead configuration sections from INSTALL_ROOT: install key, web browser, text editor. % Booting will essentially look like copying in cm3.cfg and modifying just the INSTALL_ROOT. % The C++ compilation command lines are all fairly short so don't use response files. % (Still use response files for linking.) scripts\win\sysinfo.cmd: also delete the .libs here, though the config file is what is more guaranteeably runs scripts\win\pkginfo.cmd: Fix looking for ROOT in PKGS to escape the slashes, odd that it works before. (Still need to rewrite this all in Quake) qmachine.m3: go back a version -- removing the code to copy .pdbs and .manifests scripts\win\c-runtime can be largely gutted now but left alone for now 2006-12-30 16:11 jkrell * m3-sys/m3quake/src/QMachine.m3, scripts/win/pkginfo.cmd, scripts/win/sysinfo.cmd: config\NT386: % % The kernel32.lib installed by 5.2.6 is missing InterlockedCompareExchange % that is needed by msvcrt.lib 8.0 so delete it and fall back to whatever comes % with the compiler/linker. % delete_file(INSTALL_ROOT & "\\lib\\kernel32.lib") % % The user32.lib installed by 5.2.6 causes the Visual C++ 4.0 linker to % have an "internal error" so delete it and fall back to whatever comes % with the compiler/linker. % % % Just delete all of INSTALL_ROOT\lib and don't add it to %LIB%. % % % Handle shipping .manifest (and .pdb files) in quake/cm3.cfg. % This should sufficiently reduce the pain of bootstrapping such as to % eliminate any need for libcmt.lib and to be able to undo the change in m3quake.lib. % Remove the flexibility from cm3.cfg % % .map files are pretty worthless, remove creating them. (Make an option?) % You can load up a .dll/.exe in windbg using /z for image and then ln for list nearest % to map an address to a symbol. % Remove the dead configuration sections from INSTALL_ROOT: install key, web browser, text editor. % Booting will essentially look like copying in cm3.cfg and modifying just the INSTALL_ROOT. % The C++ compilation command lines are all fairly short so don't use response files. % (Still use response files for linking.) scripts\win\sysinfo.cmd: also delete the .libs here, though the config file is what is more guaranteeably runs scripts\win\pkginfo.cmd: Fix looking for ROOT in PKGS to escape the slashes, odd that it works before. (Still need to rewrite this all in Quake) qmachine.m3: go back a version -- removing the code to copy .pdbs and .manifests scripts\win\c-runtime can be largely gutted now but left alone for now 2006-12-30 11:36 jkrell * scripts/win/: backup-pkgs.cmd, clearenv.cmd, def-std-pkgs.cmd, do-cm3-base.cmd, do-cm3-core.cmd, do-cm3-min.cmd, do-cm3-std.cmd, do-pkg.cmd, find-packages.cmd, install-cm3-compiler.cmd, pkgcmds.cmd, pkginfo.cmd, pkgmap.cmd, sysinfo.cmd, upgrade.cmd: switch to Windows line endings at least on Windows-host files 2006-12-30 08:21 jkrell * m3-sys/m3quake/src/QMachine.m3: When copying a .dll, .exe, or .lib, also copy along the .pdb and .manifest, whatever exists. The .pdbs are VERY nice to have next to the .dll/.exe for debugging. we only get callstacks and line numbers currently, no type info (except in C++ code), but that's still useful. The manifests are sometimes necessary to be able to run, such as when using msvcr80.dll on Windows XP/2003/Vista. Note that probably the following suffices: .exe => .pdb, .manifest .dll => .pdb .lib => nothing .dll manifests are probably in resources (need to investigate more -- using Modula-3 .dll from non Modula-3 .exe esp.) .lib have debugging info in them unless we use /Zi instead of /Z7 (At least with the C++ compiler. The Modula-3 compiler surely does not write out compilation .pdb files, nor does mklib handle them.) This code ought to be limited to Windows targets (aka "NT386" aka "Win32", but neither is accurate, NT386 doesn't cover Win9x, PowerPC, Mips, Alpha, Alpha64, Itanium, AMD64 Win32 doesn't cover Alpha64, Itanium, AMD64) 2006-12-30 08:02 jkrell * m3-libs/arithmetic/src/m3overrides, m3-libs/commandrw/src/m3overrides, m3-libs/dosunixrw/src/m3overrides, m3-libs/fftw/src/m3overrides, m3-libs/lapack/src/m3overrides, m3-libs/plplot/src/m3overrides, m3-libs/unittest/src/m3overrides, m3-tools/pp/src/m3overrides, m3-ui/ui/src/m3overrides, m3-ui/vbtkit/src/m3overrides: Most m3overrides do not use SL (SLash -- \ for Windows or / for Unix). These few do. Fewer variables are better. Removing these uses lets us not define SL in scripts\win\sysinfo.cmd. It is still used in some m3makefiles and those uses need to be reviewed. 2006-12-30 07:53 jkrell * m3-sys/cm3/src/config/: ALPHA_OSF, COPYRIGHT-CMASS, FreeBSD2, FreeBSD3, FreeBSD4, HPPA, I386_DARWIN, IBMR2, IRIX5, LINUXELF, LINUXLIBC6, NT386, NetBSD2_i386, PPC_DARWIN, PPC_LINUX, SOLgnu, SOLsun, SPARC, Tombstone.txt: tombstone dead files/directory 2006-12-30 07:30 jkrell * m3-sys/: cm3/src/config/NT386, cminstall/src/config/NT386: unify/cleanup/put-back-commented-out-code the two NT386 configuration files These two should match? The dead one deleted? And they should only differ against a running system in configurable ways to use the dynamic C runtime or not where the cm3 root is (which really should just be computed by cm3 itself to be the directory its directory is in) what editor to run, which is really a reactor thing, and one of the defaults notepad does not work with all the Unix newlines in the system.. just make it an environment variable anyway? => Thus none of the configuration is actually interesting! Install keys appear to be really dead now. They were for lisencing the Modula-3 system you could pay for. The old version of make_lib is simple and probably just works, except for not supporting building .dll. But then again, cm3 ought to write out a .def file to feed to the linker? And Visual C++ lib can be used to build the static .lib and import .lib. It depends on if we want more dependence on the "system tools" or not. 2006-12-30 07:16 jkrell * m3-sys/cminstall/src/config/NT386: unification with C:\dev2\cm3\m3-sys\cm3\src\config\NT386, see history there roughly: depend on environment variables %LIB% and %PATH% instead of configuring full paths redo compiler and linker flags to work, work with many versions of Visual C++, always produce debugging information cleanup some comments prep for C runtime 8.0 support and cm3 copying of .pdb and .manifest files 2006-12-30 07:11 jkrell * m3-sys/cm3/src/config/NT386: fix grammar in comment 2006-12-30 07:07 jkrell * m3-sys/cm3/src/config/NT386: Update compiler and linker flags, prep for changes around .pdb and .manifest files, cleanup some comments, etc. Many of the previously specified flags are odd and appear to come from an old Windows SDK win32.mak. That is not a particularly common way to build things, not a good example to follow. It is neither the Windows DDK that resembles the Windows (NT) build enviroment, nor it is any version of the Visual C++ IDE. link /debug means produce a .pdb. Use that. link /incremental:no is still pretty fast and avoids some warnings I vaguely recall. It produces somewhat smaller/faster binaries. It might be nice to expose this at a higher level to give users a choice of faster linking. Even the first link is faster without /incremental:no I recall. compiler: Debug information does not inhibit optimization and though optimized code is somewhat difficult to debug, you are still much better off with symbols than without. Therefore always produce debug information. link /debugtype:cv is surely the default, remove it. link /pdb:none is nice -- it puts the debug info in the .exe, and comments indicate that Windbg required it, but current linkers do not support this option, current Windbg does not require it, no Visual C++ GUI debugger ever required it. Remove it. link /align:0x1000 produces warnings I recall and surely is not necessary. Section alignment defaults to 4K == page size. (except Itanium? 8K?) File alignment defaults to either 4k or 512 depending. 4k is better for Win9x perf. all NT files use 512 which is smaller and fine for NT perf. Whatever this switch does, it is rarely used and not needed here, remove it. link /debug:mapped -- related to debug information in the .exe, remove it. link /debug:partial -- I don't know what this did, but debugging is hard enough, let's get whatever "full" information there is. /Z7 vs. /Zi With /Zi, the compiler puts type information in a .pdb whose default name depends on compiler -- vc50.pdb, vc80.pdb, etc. but which can be renamed like to foo_compiler.pdb with the /Fd switch. The type information is shared across source/object files. It is smaller/faster. With /Z7, type information is duplicated in every .obj. This is bigger and slower. Older linkers by default produce foo.pdb that refereneces vc*.pdb. This is why older debuggers often prompt for that file. Older linkers have an option /pdbtype that can be /pdbtype:septtypes or /pdbtype:consolidate. 5.0 has this for example. The default is septtypes. Consolidate produces a standalone .pdb. Newer linkers default to /pdbtype:consolidate and don't have an option to use the old default. The ideal is to use /Zi and /Fd and with older linkers /pdbtype:consolidate. But we don't have configuration that checks the linker version. For now use /Z7 which always works and produces one .pdb per link output. /Z7 also provides for standalone .libs. Despite being "old", /Z7 is still widely used (see the Windows DDK). There is very little C compilation in the system anyway so doesn't matter much. cl /_DLL is implied by cl /MD cl /_MT is implied by cl /MT or cl /MT /D_DLL informs the C runtime headers that the dynamic C runtime will be linked to. /D_MT informs the C runtime headers that a thread safe C runtime will be linked to. /D_DLL implies /D_MT at least in principle. There are no longer any thread-unsafe C runtimes and /MT is the default. Unify INITIAL_REACTOR_EDITOR and commented out INITIAL_REACTOR_BROWSER with the other copy of this file. I assume this is ok but might result in unexpected prompts. Prep for using the Visual C++ 8.0 dynamic runtime which requires a little more work. There is a new configuration option UseDynamicCRuntime which can be TRUE or FALSE but which for now is FALSE. TRUE is working on my machine but requires either a change to cm3 to copy along .manifest files or running scripts\win\msvcr80.cmd which is new. Cleanup some comments, whitespace, remove dead commented out code. We are dealing with files, not junk. Comment on the dumb use of a process to rename a file. Prep for cm3 change that will copy along .pdb files (and .manifests). .map files are junk, don't produce them. cl /DWIN32 is needed for old Windows headers (Visual C++ 2.0) newer headers use _WIN32 and current compilers #define it by default. cl /D_X86_ probably is defined by the compiler but I didn't check yet. Using /Z7 lets us remove the deletion of vc40.pdb (or whatever the .pdb gets named). 2006-12-30 06:25 jkrell * m3-sys/cm3/src/config/NT386: Move slashes around with no real effect to unify with the other copy of this file, the one that is more likely actually alive. Eventually the files will be almost identical. 2006-12-30 06:23 jkrell * m3-sys/cm3/src/config/NT386: Add one missing horizontal whitespace. 2006-12-30 06:22 jkrell * m3-sys/cm3/src/config/NT386: Unix is bad. Use Microsoft style command line switches to Microsoft tools (not mklib). 2006-12-30 06:19 jkrell * m3-sys/cm3/src/config/NT386: Lowercase the one instance of uppercase 'LINK'. 2006-12-30 06:18 jkrell * m3-sys/cm3/src/config/NT386: Do not hide commands. 2006-12-30 06:17 jkrell * m3-sys/cm3/src/config/NT386: For better and worse, rely on %PATH% and %LIB% environment variables instead of configured full paths. 2006-12-30 03:30 jkrell * scripts/win/def-std-pkgs.cmd: add forgotten file 2006-12-30 03:27 jkrell * scripts/: .cvsignore, do-cm3-base.cmd, do-cm3-core.cmd, do-cm3-std.bat, do-cm3-std.cmd, find-packages.cmd, make-bin-dist-min.sh, pkgcmds.cmd, pkginfo.cmd, pkgmap.cmd, sysinfo.cmd, v526_all.CM3P: Windows files moved to "win" directory 2006-12-30 01:33 jkrell * scripts/win/: backup-pkgs.cmd, clearenv.cmd, do-cm3-base.cmd, do-cm3-core.cmd, do-cm3-min.cmd, do-cm3-std.cmd, do-pkg.cmd, find-packages.cmd, install-cm3-compiler.cmd, pkgcmds.cmd, pkginfo.cmd, pkgmap.cmd, sysinfo.cmd, upgrade.cmd: new and revised Windows .cmd programs, some are slight revisions of earlier, some are new ports of more *.sh programs backup-pkgs.cmd -- new, part of upgrade.cmd, works well clearenv.cmd -- trivial def-std-pkgs.cmd -- works well do-cm3-base.cmd -- works well do-cm3-core.cmd -- works well do-cm3-min.cmd -- works well do-cm3-std.cmd -- works well do-pkg.cmd -- works well find-packages.cmd -- part of do-*, works well install-cm3-compiler.cmd -- new, works well make-bin-dist-min.cmd -- new, work in progress, unfinished, does not work pkgcmds.cmd -- part of do-*, works well pkginfo.cmd -- part of do-*, works well pkgmap.cmd -- part of do-*, works well sysinfo.cmd -- part of do-*, works well (TBD support for Digital SRC Modula-3 and PM3) upgrade.cmd -- new, works well This all needs to be ported to Modula-3 and/or Quake. The Digital distribution used Quake well here. 2006-12-30 01:18 jkrell * m3-libs/m3core/src/thread/WIN32/ThreadWin32.m3: important: fix infinite recursion in Win32 startup correct check for TlsAlloc failure (TLS_OUT_OF_INDEXES instead of < 0) reduce critical sections slightly (esp. to avoid calling out while in a critical section, including to DuplicateHandle, CreateThread, VirtualQuery) 2006-12-30 01:07 jkrell * m3-libs/m3core/src/win32/WinBase.i3: add missing TLS_OUT_OF_INDEXES = FFFFFFFF to WinBase.i3, instead of checking for negative numbers, to be usd shortly 2006-12-29 20:54 jkrell * m3-sys/cm3/src/config/: FreeBSD2, FreeBSD3, FreeBSD4, I386_DARWIN, IBMR2, LINUXELF, LINUXLIBC6, NetBSD2_i386, PPC_DARWIN, PPC_LINUX, SPARC: remove Windows comment from non-Windows files 2006-12-14 08:23 uamoore * www/ANNOUNCE_5_4_0: Release-Announcement 5.4.0 2006-12-13 10:13 uamoore * www/index.html: link to http://www.research.compaq.com/SRC/m3defn/html/intro.html#idx.0 hidden, as it is not working 2006-12-11 13:40 uamoore * www/about-cm3.html: link actualized 2006-10-30 09:04 stsp * scripts/PkgTags, scripts/sysinfo.sh, m3-sys/cm3/PkgTags, m3-sys/cm3/src/Makefile.m3: Increase version number to d5.5.0 2006-10-29 10:12 stsp * www/: PkgTags, index.html: Link 5.4.0 release notes from news section. 2006-10-29 10:07 stsp * www/RELNOTES_5_4_0: Merge from HEAD: subscrition requests should go to m3support@ 2006-10-29 10:06 stsp * www/: PkgTags, RELNOTES_5_4_0: Pipe subscription requests to m3support@ instead of wagner@ (on request) 2006-10-29 10:04 stsp * www/RELNOTES_5_4_0: Merge from HEAD: notes for 5.4.0 release. 2006-10-29 10:02 stsp * www/: PkgTags, RELNOTES_5_4_0: Add release notes for CM3 5.4.0 release. 2006-10-25 22:46 stsp * www/: PkgTags, archive.cksum, archive.list, archive.md5: Update checksums.php3 for 5.4.0 2006-10-25 22:19 stsp * www/: PkgTags, download.html: Fix broken link to FreeBSD installer package for 5.4.0. 2006-10-25 22:14 stsp * www/: PkgTags, cm3-5.4-status.html, download.html, index.html, known-problems.html: Update www pages for 5.4.0 release. 2006-10-25 18:24 stsp * scripts/sysinfo.sh: Fix mistake in version number (changed from 5.4-0 to 5.4.0) 2006-10-25 12:01 uamoore * www/cm3-and-elego.html: link corrected 2006-10-25 11:49 uamoore * www/: RELNOTES_5_2_4, RELNOTES_5_2_6, cm3-and-elego.html, cvs-cm3.html, cvsup-cm3.html: links updated 2006-10-19 18:08 hosking * m3-sys/: m3middle/src/TWord.i3, m3middle/src/TWord.m3, m3front/src/builtinWord/WordPlus.m3, m3front/src/builtinWord/WordTimes.m3, m3front/src/exprs/AddressExpr.m3: Revert to original interface for TWord so that other clients don't break (e.g., m3tools). Hide internal use of overflow checking for TWord.New in internal versions of TWord procedures. 2006-10-19 17:39 stsp * m3-sys/cminstall/src/config/SOLgnu: Sync to HEAD: look for libfl.a, not libfl.so. 2006-10-17 23:45 hosking * m3-sys/: m3front/src/builtinWord/WordPlus.m3, m3front/src/builtinWord/WordTimes.m3, m3front/src/exprs/AddressExpr.m3, m3middle/src/M3Buf.m3, m3middle/src/M3CG_Wr.m3, m3middle/src/TFloat.m3, m3middle/src/TInt.m3, m3middle/src/TWord.i3, m3middle/src/TWord.m3: Fix some bogus uses of BITFIELD to something (somewhat) more sensible. Fix TWord.New to check for overflow of the scanned based literal, returning false if it overflows -- this ensures that based literals are in the range 0..2^Word.Size as per the language reference manual. 2006-10-17 10:00 thielema * m3-libs/: lapack/src/m3overrides, plplot/src/m3overrides, unittest/src/m3overrides: complete list of packages that are imported 2006-10-17 09:56 thielema * m3-ui/ui/src/m3overrides, m3-ui/vbtkit/src/m3overrides, m3-tools/pp/src/m3overrides: separate path parts by SL 2006-10-17 09:49 thielema * m3-tools/pp/src/FBEPostScript.m3: removed unused IMPORTs 2006-10-17 09:48 thielema * m3-libs/arithmetic/src/linearalgebra/matrix/MatrixSupport.mg: more precise reference 2006-10-16 22:01 stsp * m3-sys/cminstall/src/config/NetBSD2_i386: Merge from HEAD: Add leading slash to path components appended to INSTALL_ROOT. Fixes build errors in case INSTALL_ROOT has no trailing slash. 2006-10-16 21:58 stsp * m3-sys/cminstall/: PkgTags, src/config/NetBSD2_i386: Add leading slash to path components appended to INSTALL_ROOT. Fixes build errors in case INSTALL_ROOT has no trailing slash. 2006-10-13 16:01 stsp * www/: PkgTags, installation.html: Sync to HEAD. 2006-10-13 15:42 stsp * www/: PkgTags, installation.html: Replace extraction commands with more modern variants (tar can call gzip itself nowadays). Change order of description of source archives (now in descending order of importance). And most importantly, mention the src-gnu archive that is required as well. 2006-10-13 12:14 stsp * www/: PkgTags, cm3-5.4-status.html, installation.html: Sync www pages to HEAD. 2006-10-13 12:10 stsp * www/: PkgTags, installation.html: Correct factual error: The sys-std package does not include source code for the debugger. 2006-10-13 11:45 stsp * www/: PkgTags, installation.html: Improve installation instructions wrt cminstall and shared libaries. Also, fix a few typos and break the text into more distinct sections. 2006-10-13 11:40 stsp * m3-sys/cminstall/src/config/: LINUXLIBC6, SOLgnu: Sync to HEAD. 2006-10-13 11:35 stsp * m3-sys/cminstall/: PkgTags, src/config/LINUXLIBC6, src/config/SOLgnu: On Linux and Solaris, look for shared library files (*.so) instead of static library files (*.a), as we link dynamically on these targets by default. 2006-10-12 16:19 stsp * m3-sys/cminstall/src/config/PPC_DARWIN: Merge from HEAD: Link odbc bindings to libiodbc, not libodbc, since the latter fails with unresolved symbols. 2006-10-12 16:17 stsp * m3-sys/cminstall/: PkgTags, src/config/PPC_DARWIN: Link odbc bindings to libiodbc, not libodbc, since the latter fails with unresolved symbols. 2006-10-12 15:25 stsp * m3-sys/cminstall/src/config/PPC_DARWIN: Merge from HEAD: Replace reference to undefined constant LIBTOOL with SYSTEM_LIBTOOL. 2006-10-12 15:23 stsp * m3-sys/cminstall/: PkgTags, src/config/PPC_DARWIN: Fix reference to undefined constant LIBTOOL. Use SYSTEM_LIBTOOL instead. 2006-10-11 16:04 stsp * www/: PkgTags, cm3-5.4-status.html: Installation notes and WWW documentation have been updated. 2006-10-11 15:50 stsp * scripts/def-std-pkgs.sh: Sync with HEAD: Make m3gdb a standard package on targets it supports. 2006-10-11 15:47 stsp * scripts/: PkgTags, def-std-pkgs.sh: Make m3gdb a standard package on targets it supports. 2006-10-11 15:44 stsp * m3-sys/cm3/src/Makefile.m3, scripts/sysinfo.sh: Drop d prefix from version number. Update modification datestamp. 2006-10-11 15:32 stsp * www/: PkgTags, about-cm3.html, cm3-5.4-status.html, cvsup-cm3.html, download.html, index.html, installation.html, known-problems.html, linking.html, mailing-lists.html, ship-cm3-www, upgrading.html: Sync web pages with HEAD. 2006-10-11 15:28 stsp * www/: PkgTags, about-cm3.html, index.html, installation.html, known-problems.html, upgrading.html: Update web sites for 5.4 release. * Remove explicit references to CM3 5.1 in parts of the pages that are valid for any CM3 release. * Huge update for installation.html for 5.4. This includes most updates already made on the 5.4 branch, plus a few new ones. Web pages on the 5.4 branch will be synced to head shortly. * Since support for NT386 has been stalled, references to Windows in installation.html have been commented. I did not remove them entirely in case 5.4.x gets Windows support eventually. * Move platform specific notes from installation.html to known-problems.html. * Fix a few typos. 2006-10-11 12:02 stsp * m3-sys/cminstall/src/config/SOLgnu: Merge from HEAD: Fix missing comma at the end of "LIBC" definition in SYSTEM_LIBS. 2006-10-11 11:22 stsp * m3-sys/cminstall/: PkgTags, src/config/SOLgnu: Fix missing comma at the end of "LIBC" definition in SYSTEM_LIBS. While at it, match order of libc linker flags with m3-sys/cm3/src/conf/SOLgnu. 2006-10-01 13:37 stsp * www/: PkgTags, cm3-5.4-status.html: Update status on system call wrappers, documentation updates and installation tests. 2006-10-01 13:29 stsp * www/: PkgTags, linking.html: Initial version of "How to configure linking with system libraries in CM3". 2006-09-28 03:58 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: It turns out m3_load/m3_store need to force volatility so as to avoid aliasing issues. Until we get proper aliasing support for M3 we probably cannot avoid this (probably difficult given the way m3_load/m3_store are used for punning to cast structure/bitfield elements), and also because m3middle narrows all references to "void *" (t_addr) type. 2006-09-28 03:48 hosking * m3-libs/m3core/src/runtime/: ex_stack/RTExStack.m3, ex_frame/RTExFrame.m3: Add command-line flag to turn on exception debugging. 2006-09-28 02:52 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Add m3_post_options to disable reorder-blocks so that ex_stack exception handler blocks are not messed up. Rework barrier labels for ex_stack exception scopes to avoid reordering of code across scope boundaries -- use a volatile ASM_EXPR to force blockage. Rework m3_load and m3_store to use volatile memory accesses only for TREE_ADDRESSABLE variables. Maybe think about using ASM_EXPR with input expression that takes address of TREE_ADDRESSABLE variables to force retention of addressability for init_offset (this would avoid the hack using TREE_THIS_VOLATILE from init_offset in tree-ssa-alias.c). Still no fix to allow reorder-blocks optimization to be turned on, but bootstrap with "-O3 -fno-reorder-blocks" now works on SOLgnu (and should work for other ex_stack targets). 2006-09-28 02:42 hosking * m3-sys/m3cc/gcc/gcc/stmt.c: Get rid of code to put exception handler labels on nonlocal_goto_handler_labels list -- we do this up front now in parse.c. 2006-09-23 13:33 stsp * www/installation.html: Update installation notes. 2006-09-23 12:49 stsp * m3-sys/cminstall/src/config/NetBSD2_i386: Merge from head: Make cminstall ask questions about toolchain paths on NetBSD. 2006-09-23 12:46 stsp * m3-sys/cminstall/PkgTags: Update PkgTags. 2006-09-23 12:40 stsp * m3-sys/cminstall/src/config/NetBSD2_i386: Make cminstall ask for toolchain paths on NetBSD. 2006-09-23 12:00 stsp * m3-sys/cminstall/PkgTags: Sorry, messed up PkgTags :-/ 2006-09-23 11:59 stsp * m3-sys/cminstall/: PkgTags, src/config/NetBSD2_i386: Merge from 5.4 release branch: Make cminstall ask questions on NetBSD. 2006-09-23 11:57 stsp * m3-sys/cminstall/src/config/NetBSD2_i386: Make cminstall ask questions on NetBSD. 2006-09-20 22:35 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: More obvious comment. 2006-09-20 22:30 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Somehow the setting of VOLATILE got lost in init_offset. 2006-09-20 22:10 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Add assertion in m3_write_globals to make sure optimizers play fair in future. 2006-09-20 22:06 hosking * m3-sys/m3cc/gcc/gcc/: tree-ssa-alias.c, m3cg/parse.c: Need to prevent optimizers from losing TREE_ADDRESSABLE attribute on variables used in init_offset (they are implicitly addressed by computation of the offset). We achieve this by adding a test in setup_pointers_and_addressables for TREE_THIS_VOLATILE, which we set in m3cg_init_offset. 2006-09-20 20:05 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Fix bug with late binding (as a result of unit-at-a-time compilation) of RTL to variables used in init_offset. Store the variable (a VAR_DECL) as the initial value in the constructor for the segment, and then patch them from their RTL later when we write the globals. 2006-09-20 15:30 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Use relayout_decl in bind_segment -- alignment comes from TYPE_ALIGN(TREE_TYPE(...)). 2006-09-20 15:18 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Minor tweaks for init_label, etc. 2006-09-14 01:06 rodney * m3-sys/m3gdb/gdb/gdb/: block.h, dbxread.c, m3-eval.c, m3-exp.c, m3-lang.c, m3-lang.h, m3-util.c, m3-util.h, m3-valprint.c, stabsread.c: Changes to: 1. Support frame-pointer/static-link discepancies 2. Support extra debug blocks produced by gcc-3.4.5 backend 3. Better verbose output for debugging m3gdb 2006-09-12 02:05 rodney * m3-sys/m3cc/gcc/gcc/dbxout.c: Generate more stabs output to tell m3gdb what the gcc-3.4.5-derived code generator is doing: 1. Adding an undeclared symbol block around the non-prolog/epilog portion of each procedure 2. When nonzero, the offset from where in an activation record, a frame pointer points, to where in the same activation record a static link points. 2006-09-08 13:28 hosking * m3-sys/m3cc/gcc/gcc/m3cg/parse.c: Fix bug in init_label. gcc-4.1.1 wants to see label value taken explicitly as address of a label. Reorder nonstandard declarations so non-gcc C compilers can compile this. 2006-09-07 12:41 stsp * www/: PkgTags, cm3-5.4-status.html: Update status of LINUXLIBC6. 2006-09-07 10:50 stsp * www/: PkgTags, cm3-5.4-status.html: Update status on NT386 and m3gdb. 2006-09-07 00:11 stsp * m3-sys/m3gdb/: PkgTags, gdb/gdb/ada-lex.c, gdb/gdb/gdb.1, gdb/gdb/doc/agentexpr.texi, gdb/gdb/doc/gdbint.texinfo, gdb/gdb/doc/stabs.texinfo, gdb/gdb/rdi-share/adp.h, gdb/gdb/rdi-share/adperr.h, gdb/gdb/rdi-share/angel.h, gdb/gdb/rdi-share/angel_bytesex.c, gdb/gdb/rdi-share/angel_bytesex.h, gdb/gdb/rdi-share/angel_endian.h, gdb/gdb/rdi-share/ardi.c, gdb/gdb/rdi-share/ardi.h, gdb/gdb/rdi-share/armdbg.h, gdb/gdb/rdi-share/buffers.h, gdb/gdb/rdi-share/chandefs.h, gdb/gdb/rdi-share/channels.h, gdb/gdb/rdi-share/chanpriv.h, gdb/gdb/rdi-share/crc.c, gdb/gdb/rdi-share/crc.h, gdb/gdb/rdi-share/dbg_conf.h, gdb/gdb/rdi-share/dbg_cp.h, gdb/gdb/rdi-share/dbg_hif.h, gdb/gdb/rdi-share/dbg_rdi.h, gdb/gdb/rdi-share/devclnt.h, gdb/gdb/rdi-share/devices.h, gdb/gdb/rdi-share/devsw.c, gdb/gdb/rdi-share/devsw.h, gdb/gdb/rdi-share/drivers.c, gdb/gdb/rdi-share/drivers.h, gdb/gdb/rdi-share/etherdrv.c, gdb/gdb/rdi-share/ethernet.h, gdb/gdb/rdi-share/hostchan.c, gdb/gdb/rdi-share/hostchan.h, gdb/gdb/rdi-share/hsys.c, gdb/gdb/rdi-share/hsys.h, gdb/gdb/rdi-share/logging.c, gdb/gdb/rdi-share/logging.h, gdb/gdb/rdi-share/msgbuild.c, gdb/gdb/rdi-share/msgbuild.h, gdb/gdb/rdi-share/params.c, gdb/gdb/rdi-share/params.h, gdb/gdb/rdi-share/rx.c, gdb/gdb/rdi-share/rxtx.h, gdb/gdb/rdi-share/serdrv.c, gdb/gdb/rdi-share/serpardr.c, gdb/gdb/rdi-share/sys.h, gdb/gdb/rdi-share/tx.c, gdb/gdb/rdi-share/unixcomm.c, gdb/gdb/rdi-share/unixcomm.h, gdb/gdb/testsuite/gdb.trace/gdb_c_test.c, gdb/readline/doc/texi2dvi, gdb/readline/doc/texi2html, gdb/readline/examples/readlinebuf.h, src/m3makefile: Sync cm3 5.4 release branch with current HEAD. 2006-09-06 21:32 stsp * m3-sys/m3gdb/: PkgTags, src/m3makefile: Make m3gdb compile on Solaris. 2006-09-06 17:28 micha * doc/: PkgTags, ship-cm3-www-doc: added a ship script for the modula 3 doc directory. This script copies changed files to our webserver added: doc/ship-cm3-www-doc 2006-09-05 17:47 hosking * m3-sys/: cminstall/src/config/LINUXLIBC6, cm3/src/config/LINUXLIBC6: gcc man page implies we need -fPIC for linking too. 2006-09-05 17:37 hosking * m3-sys/: cm3/src/config/LINUXLIBC6, cminstall/src/config/LINUXLIBC6: Need -fPIC when compiling. 2006-09-05 12:37 stsp * m3-sys/m3gdb/: PkgTags, gdb/gdb/ada-lex.c, gdb/gdb/gdb.1, gdb/gdb/doc/agentexpr.texi, gdb/gdb/doc/gdbint.texinfo, gdb/gdb/doc/stabs.texinfo, gdb/gdb/rdi-share/adp.h, gdb/gdb/rdi-share/adperr.h, gdb/gdb/rdi-share/angel.h, gdb/gdb/rdi-share/angel_bytesex.c, gdb/gdb/rdi-share/angel_bytesex.h, gdb/gdb/rdi-share/angel_endian.h, gdb/gdb/rdi-share/ardi.c, gdb/gdb/rdi-share/ardi.h, gdb/gdb/rdi-share/armdbg.h, gdb/gdb/rdi-share/buffers.h, gdb/gdb/rdi-share/chandefs.h, gdb/gdb/rdi-share/channels.h, gdb/gdb/rdi-share/chanpriv.h, gdb/gdb/rdi-share/crc.c, gdb/gdb/rdi-share/crc.h, gdb/gdb/rdi-share/dbg_conf.h, gdb/gdb/rdi-share/dbg_cp.h, gdb/gdb/rdi-share/dbg_hif.h, gdb/gdb/rdi-share/dbg_rdi.h, gdb/gdb/rdi-share/devclnt.h, gdb/gdb/rdi-share/devices.h, gdb/gdb/rdi-share/devsw.c, gdb/gdb/rdi-share/devsw.h, gdb/gdb/rdi-share/drivers.c, gdb/gdb/rdi-share/drivers.h, gdb/gdb/rdi-share/etherdrv.c, gdb/gdb/rdi-share/ethernet.h, gdb/gdb/rdi-share/hostchan.c, gdb/gdb/rdi-share/hostchan.h, gdb/gdb/rdi-share/hsys.c, gdb/gdb/rdi-share/hsys.h, gdb/gdb/rdi-share/logging.c, gdb/gdb/rdi-share/logging.h, gdb/gdb/rdi-share/msgbuild.c, gdb/gdb/rdi-share/msgbuild.h, gdb/gdb/rdi-share/params.c, gdb/gdb/rdi-share/params.h, gdb/gdb/rdi-share/rx.c, gdb/gdb/rdi-share/rxtx.h, gdb/gdb/rdi-share/serdrv.c, gdb/gdb/rdi-share/serpardr.c, gdb/gdb/rdi-share/sys.h, gdb/gdb/rdi-share/tx.c, gdb/gdb/rdi-share/unixcomm.c, gdb/gdb/rdi-share/unixcomm.h, gdb/gdb/testsuite/gdb.trace/gdb_c_test.c, gdb/readline/doc/texi2dvi, gdb/readline/doc/texi2html, gdb/readline/examples/readlinebuf.h, src/m3makefile: Syncing m3gdb on 5.4 release branch with current HEAD. 2006-09-05 11:40 stsp * m3-sys/m3gdb/: PkgTags, src/m3makefile: Sync Platform_info with m3cc's m3makefile. 2006-09-05 11:11 stsp * m3-sys/m3gdb/: PkgTags, gdb/bfd/doc/bfd.info: Re-add bfd.info since it is also present in upstream sources, and removing it seems to break compilation on systems that do not have texinfo installed. I originally removed it because it was changed during the build causing unwanted diffs against the repository. Maybe a .cvsignore entry for this file is a better solution? 2006-09-04 21:16 stsp * www/PkgTags: Fix duplicate tag added by accident. 2006-09-04 21:15 stsp * www/: PkgTags, cm3-5.4-status.html: Small grammar and colour fixes. Mention gdb version m3gdb has been based on. 2006-09-04 21:00 stsp * www/: PkgTags, cm3-5.4-status.html: Fix URLs to mail archives. Update status: * PPC_DARWIN: now fine - test installation archive available * NT386: currently investigating * PPC_LINUX: dropped from 5.4 release because it is broken * m3gdb: imported - testing needed on all targets except FreeBSD4 2006-09-04 19:09 stsp * m3-sys/m3gdb/: gdb/gdb/testsuite/gdb.hp/configure, gdb/gdb/testsuite/gdb.hp/configure.ac, gdb/gdb/testsuite/gdb.hp/gdb.aCC/Makefile.in, gdb/gdb/testsuite/gdb.hp/gdb.aCC/configure, gdb/gdb/testsuite/gdb.hp/gdb.aCC/configure.ac, gdb/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp, gdb/gdb/testsuite/gdb.hp/gdb.aCC/optimize.c, gdb/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp, gdb/gdb/testsuite/gdb.hp/gdb.aCC/run.c, gdb/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/Makefile.in, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.c, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/configure, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/configure.ac, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.c, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/genso-thresh.c, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.c, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.c, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.s, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/reg.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/reg.s, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.c, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.mk, gdb/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh, gdb/gdb/testsuite/gdb.hp/gdb.compat/Makefile.in, gdb/gdb/testsuite/gdb.hp/gdb.compat/average.c, gdb/gdb/testsuite/gdb.hp/gdb.compat/configure, gdb/gdb/testsuite/gdb.hp/gdb.compat/configure.ac, gdb/gdb/testsuite/gdb.hp/gdb.compat/sum.c, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb.c, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb0.h, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb1.c, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp, gdb/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp, gdb/gdb/testsuite/gdb.hp/gdb.defects/Makefile.in, gdb/gdb/testsuite/gdb.hp/gdb.defects/bs14602.c, gdb/gdb/testsuite/gdb.hp/gdb.defects/bs14602.exp, gdb/gdb/testsuite/gdb.hp/gdb.defects/configure, gdb/gdb/testsuite/gdb.hp/gdb.defects/configure.ac, gdb/gdb/testsuite/gdb.hp/gdb.defects/solib-d.c, gdb/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp, gdb/gdb/testsuite/gdb.hp/gdb.defects/solib-d1.c, gdb/gdb/testsuite/gdb.hp/gdb.defects/solib-d2.c, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/Makefile.in, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/configure, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/configure.ac, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03.exp, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04.exp, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x1.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x2.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.h, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x1.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x2.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x3.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x1.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x2.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x3.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x.h, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x1.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x2.cc, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64, gdb/gdb/testsuite/gdb.hp/gdb.objdbg/tools/test-objdbg.cc, gdb/gdb/testsuite/gdb.hp/tools/odump, gdb/gdb/testsuite/gdb.java/Makefile.in, gdb/gdb/testsuite/gdb.java/jmain.exp, gdb/gdb/testsuite/gdb.java/jmain.java, gdb/gdb/testsuite/gdb.java/jmisc.exp, gdb/gdb/testsuite/gdb.java/jmisc.java, gdb/gdb/testsuite/gdb.java/jmisc1.exp, gdb/gdb/testsuite/gdb.java/jprint.exp, gdb/gdb/testsuite/gdb.java/jprint.java, gdb/gdb/testsuite/gdb.java/jv-exp.exp, gdb/gdb/testsuite/gdb.java/jv-print.exp, gdb/gdb/testsuite/gdb.mi/ChangeLog-1999-2003, gdb/gdb/testsuite/gdb.mi/Makefile.in, gdb/gdb/testsuite/gdb.mi/basics.c, gdb/gdb/testsuite/gdb.mi/gdb669.exp, gdb/gdb/testsuite/gdb.mi/gdb680.exp, gdb/gdb/testsuite/gdb.mi/gdb701.c, gdb/gdb/testsuite/gdb.mi/gdb701.exp, gdb/gdb/testsuite/gdb.mi/gdb792.cc, gdb/gdb/testsuite/gdb.mi/gdb792.exp, gdb/gdb/testsuite/gdb.mi/mi-basics.exp, gdb/gdb/testsuite/gdb.mi/mi-break.exp, gdb/gdb/testsuite/gdb.mi/mi-cli.exp, gdb/gdb/testsuite/gdb.mi/mi-console.c, gdb/gdb/testsuite/gdb.mi/mi-console.exp, gdb/gdb/testsuite/gdb.mi/mi-disassemble.exp, gdb/gdb/testsuite/gdb.mi/mi-eval.exp, gdb/gdb/testsuite/gdb.mi/mi-file.exp, gdb/gdb/testsuite/gdb.mi/mi-hack-cli.exp, gdb/gdb/testsuite/gdb.mi/mi-pthreads.exp, gdb/gdb/testsuite/gdb.mi/mi-read-memory.c, gdb/gdb/testsuite/gdb.mi/mi-read-memory.exp, gdb/gdb/testsuite/gdb.mi/mi-regs.exp, gdb/gdb/testsuite/gdb.mi/mi-return.exp, gdb/gdb/testsuite/gdb.mi/mi-simplerun.exp, gdb/gdb/testsuite/gdb.mi/mi-stack.c, gdb/gdb/testsuite/gdb.mi/mi-stack.exp, gdb/gdb/testsuite/gdb.mi/mi-stepi.exp, gdb/gdb/testsuite/gdb.mi/mi-syn-frame.c, gdb/gdb/testsuite/gdb.mi/mi-syn-frame.exp, gdb/gdb/testsuite/gdb.mi/mi-until.exp, gdb/gdb/testsuite/gdb.mi/mi-var-block.exp, gdb/gdb/testsuite/gdb.mi/mi-var-child.c, gdb/gdb/testsuite/gdb.mi/mi-var-child.exp, gdb/gdb/testsuite/gdb.mi/mi-var-cmd.exp, gdb/gdb/testsuite/gdb.mi/mi-var-display.exp, gdb/gdb/testsuite/gdb.mi/mi-watch.exp, gdb/gdb/testsuite/gdb.mi/mi2-basics.exp, gdb/gdb/testsuite/gdb.mi/mi2-break.exp, gdb/gdb/testsuite/gdb.mi/mi2-cli.exp, gdb/gdb/testsuite/gdb.mi/mi2-console.exp, gdb/gdb/testsuite/gdb.mi/mi2-disassemble.exp, gdb/gdb/testsuite/gdb.mi/mi2-eval.exp, gdb/gdb/testsuite/gdb.mi/mi2-file.exp, gdb/gdb/testsuite/gdb.mi/mi2-hack-cli.exp, gdb/gdb/testsuite/gdb.mi/mi2-pthreads.exp, gdb/gdb/testsuite/gdb.mi/mi2-read-memory.exp, gdb/gdb/testsuite/gdb.mi/mi2-regs.exp, gdb/gdb/testsuite/gdb.mi/mi2-return.exp, gdb/gdb/testsuite/gdb.mi/mi2-simplerun.exp, gdb/gdb/testsuite/gdb.mi/mi2-stack.exp, gdb/gdb/testsuite/gdb.mi/mi2-stepi.exp, gdb/gdb/testsuite/gdb.mi/mi2-syn-frame.exp, gdb/gdb/testsuite/gdb.mi/mi2-until.exp, gdb/gdb/testsuite/gdb.mi/mi2-var-block.exp, gdb/gdb/testsuite/gdb.mi/mi2-var-child.exp, gdb/gdb/testsuite/gdb.mi/mi2-var-cmd.exp, gdb/gdb/testsuite/gdb.mi/mi2-var-display.exp, gdb/gdb/testsuite/gdb.mi/mi2-watch.exp, gdb/gdb/testsuite/gdb.mi/pthreads.c, gdb/gdb/testsuite/gdb.mi/testcmds, gdb/gdb/testsuite/gdb.mi/until.c, gdb/gdb/testsuite/gdb.mi/var-cmd.c, gdb/gdb/testsuite/gdb.objc/Makefile.in, gdb/gdb/testsuite/gdb.objc/basicclass.exp, gdb/gdb/testsuite/gdb.objc/basicclass.m, gdb/gdb/testsuite/gdb.objc/nondebug.exp, gdb/gdb/testsuite/gdb.objc/nondebug.m, gdb/gdb/testsuite/gdb.objc/objcdecode.exp, gdb/gdb/testsuite/gdb.objc/objcdecode.m, gdb/gdb/testsuite/gdb.server/Makefile.in, gdb/gdb/testsuite/gdb.server/server-run.exp, gdb/gdb/testsuite/gdb.server/server.c, gdb/gdb/testsuite/gdb.stabs/Makefile.in, gdb/gdb/testsuite/gdb.stabs/aout.sed, gdb/gdb/testsuite/gdb.stabs/configure, gdb/gdb/testsuite/gdb.stabs/configure.ac, gdb/gdb/testsuite/gdb.stabs/ecoff.sed, gdb/gdb/testsuite/gdb.stabs/exclfwd.exp, gdb/gdb/testsuite/gdb.stabs/exclfwd.h, gdb/gdb/testsuite/gdb.stabs/exclfwd1.c, gdb/gdb/testsuite/gdb.stabs/exclfwd2.c, gdb/gdb/testsuite/gdb.stabs/hppa.sed, gdb/gdb/testsuite/gdb.stabs/weird.def, gdb/gdb/testsuite/gdb.stabs/weird.exp, gdb/gdb/testsuite/gdb.stabs/xcoff.sed, gdb/gdb/testsuite/gdb.threads/Makefile.in, gdb/gdb/testsuite/gdb.threads/bp_in_thread.c, gdb/gdb/testsuite/gdb.threads/bp_in_thread.exp, gdb/gdb/testsuite/gdb.threads/gcore-thread.exp, gdb/gdb/testsuite/gdb.threads/killed.c, gdb/gdb/testsuite/gdb.threads/killed.exp, gdb/gdb/testsuite/gdb.threads/linux-dp.c, gdb/gdb/testsuite/gdb.threads/linux-dp.exp, gdb/gdb/testsuite/gdb.threads/manythreads.c, gdb/gdb/testsuite/gdb.threads/manythreads.exp, gdb/gdb/testsuite/gdb.threads/print-threads.c, gdb/gdb/testsuite/gdb.threads/print-threads.exp, gdb/gdb/testsuite/gdb.threads/pthread_cond_wait.c, gdb/gdb/testsuite/gdb.threads/pthread_cond_wait.exp, gdb/gdb/testsuite/gdb.threads/pthreads.c, gdb/gdb/testsuite/gdb.threads/pthreads.exp, gdb/gdb/testsuite/gdb.threads/schedlock.c, gdb/gdb/testsuite/gdb.threads/schedlock.exp, gdb/gdb/testsuite/gdb.threads/staticthreads.c, gdb/gdb/testsuite/gdb.threads/staticthreads.exp, gdb/gdb/testsuite/gdb.threads/step.c, gdb/gdb/testsuite/gdb.threads/step.exp, gdb/gdb/testsuite/gdb.threads/step2.exp, gdb/gdb/testsuite/gdb.threads/switch-threads.c, gdb/gdb/testsuite/gdb.threads/switch-threads.exp, gdb/gdb/testsuite/gdb.threads/thread-specific.c, gdb/gdb/testsuite/gdb.threads/thread-specific.exp, gdb/gdb/testsuite/gdb.threads/thread_check.c, gdb/gdb/testsuite/gdb.threads/thread_check.exp, gdb/gdb/testsuite/gdb.threads/threadapply.c, gdb/gdb/testsuite/gdb.threads/threadapply.exp, gdb/gdb/testsuite/gdb.threads/tls-main.c, gdb/gdb/testsuite/gdb.threads/tls-shared.c, gdb/gdb/testsuite/gdb.threads/tls-shared.exp, gdb/gdb/testsuite/gdb.threads/tls.c, gdb/gdb/testsuite/gdb.threads/tls.exp, gdb/gdb/testsuite/gdb.threads/watchthreads.c, gdb/gdb/testsuite/gdb.threads/watchthreads.exp, gdb/gdb/testsuite/gdb.trace/Makefile.in, gdb/gdb/testsuite/gdb.trace/actions.c, gdb/gdb/testsuite/gdb.trace/actions.exp, gdb/gdb/testsuite/gdb.trace/backtrace.exp, gdb/gdb/testsuite/gdb.trace/circ.c, gdb/gdb/testsuite/gdb.trace/circ.exp, gdb/gdb/testsuite/gdb.trace/collection.c, gdb/gdb/testsuite/gdb.trace/collection.exp, gdb/gdb/testsuite/gdb.trace/deltrace.exp, gdb/gdb/testsuite/gdb.trace/gdb_c_test.c, gdb/gdb/testsuite/gdb.trace/infotrace.exp, gdb/gdb/testsuite/gdb.trace/limits.c, gdb/gdb/testsuite/gdb.trace/limits.exp, gdb/gdb/testsuite/gdb.trace/packetlen.exp, gdb/gdb/testsuite/gdb.trace/passc-dyn.exp, gdb/gdb/testsuite/gdb.trace/passcount.exp, gdb/gdb/testsuite/gdb.trace/report.exp, gdb/gdb/testsuite/gdb.trace/save-trace.exp, gdb/gdb/testsuite/gdb.trace/tfind.exp, gdb/gdb/testsuite/gdb.trace/tracecmd.exp, gdb/gdb/testsuite/gdb.trace/while-dyn.exp, gdb/gdb/testsuite/gdb.trace/while-stepping.exp, gdb/gdb/testsuite/lib/ada.exp, gdb/gdb/testsuite/lib/compiler.c, gdb/gdb/testsuite/lib/compiler.cc, gdb/gdb/testsuite/lib/cp-support.exp, gdb/gdb/testsuite/lib/emc-support.exp, gdb/gdb/testsuite/lib/gdb.exp, gdb/gdb/testsuite/lib/gdbserver-support.exp, gdb/gdb/testsuite/lib/java.exp, gdb/gdb/testsuite/lib/mi-support.exp, gdb/gdb/testsuite/lib/trace-support.exp, gdb/gdb/tui/ChangeLog-1998-2003, gdb/gdb/tui/tui-command.c, gdb/gdb/tui/tui-command.h, gdb/gdb/tui/tui-data.c, gdb/gdb/tui/tui-data.h, gdb/gdb/tui/tui-disasm.c, gdb/gdb/tui/tui-disasm.h, gdb/gdb/tui/tui-file.c, gdb/gdb/tui/tui-file.h, gdb/gdb/tui/tui-hooks.c, gdb/gdb/tui/tui-hooks.h, gdb/gdb/tui/tui-interp.c, gdb/gdb/tui/tui-io.c, gdb/gdb/tui/tui-io.h, gdb/gdb/tui/tui-layout.c, gdb/gdb/tui/tui-layout.h, gdb/gdb/tui/tui-main.c, gdb/gdb/tui/tui-out.c, gdb/gdb/tui/tui-regs.c, gdb/gdb/tui/tui-regs.h, gdb/gdb/tui/tui-source.c, gdb/gdb/tui/tui-source.h, gdb/gdb/tui/tui-stack.c, gdb/gdb/tui/tui-stack.h, gdb/gdb/tui/tui-win.c, gdb/gdb/tui/tui-win.h, gdb/gdb/tui/tui-windata.c, gdb/gdb/tui/tui-windata.h, gdb/gdb/tui/tui-wingeneral.c, gdb/gdb/tui/tui-wingeneral.h, gdb/gdb/tui/tui-winsource.c, gdb/gdb/tui/tui-winsource.h, gdb/gdb/tui/tui.c, gdb/gdb/tui/tui.h, gdb/gdb/vx-share/dbgRpcLib.h, gdb/gdb/vx-share/ptrace.h, gdb/gdb/vx-share/regPacket.h, gdb/gdb/vx-share/vxTypes.h, gdb/gdb/vx-share/vxWorks.h, gdb/gdb/vx-share/wait.h, gdb/gdb/vx-share/xdr_ld.c, gdb/gdb/vx-share/xdr_ld.h, gdb/gdb/vx-share/xdr_ptrace.c, gdb/gdb/vx-share/xdr_ptrace.h, gdb/gdb/vx-share/xdr_rdb.c, gdb/gdb/vx-share/xdr_rdb.h, gdb/include/COPYING, gdb/include/ChangeLog, gdb/include/ChangeLog-9103, gdb/include/MAINTAINERS, gdb/include/alloca-conf.h, gdb/include/ansidecl.h, gdb/include/bfdlink.h, gdb/include/bin-bugs.h, gdb/include/bout.h, gdb/include/demangle.h, gdb/include/dis-asm.h, gdb/include/dyn-string.h, gdb/include/fibheap.h, gdb/include/filenames.h, gdb/include/floatformat.h, gdb/include/fnmatch.h, gdb/include/fopen-vms.h, gdb/include/gdbm.h, gdb/include/getopt.h, gdb/include/hashtab.h, gdb/include/hp-symtab.h, gdb/include/ieee.h, gdb/include/libiberty.h, gdb/include/md5.h, gdb/include/oasys.h, gdb/include/objalloc.h, gdb/include/obstack.h, gdb/include/os9k.h, gdb/include/partition.h, gdb/include/progress.h, gdb/include/safe-ctype.h, gdb/include/sort.h, gdb/include/splay-tree.h, gdb/include/symcat.h, gdb/include/ternary.h, gdb/include/wait.h, gdb/include/xregex.h, gdb/include/xregex2.h, gdb/include/xtensa-config.h, gdb/include/xtensa-isa-internal.h, gdb/include/xtensa-isa.h, gdb/include/aout/ChangeLog, gdb/include/aout/adobe.h, gdb/include/aout/aout64.h, gdb/include/aout/ar.h, gdb/include/aout/dynix3.h, gdb/include/aout/encap.h, gdb/include/aout/host.h, gdb/include/aout/hp.h, gdb/include/aout/hp300hpux.h, gdb/include/aout/ranlib.h, gdb/include/aout/reloc.h, gdb/include/aout/stab.def, gdb/include/aout/stab_gnu.h, gdb/include/aout/sun4.h, gdb/include/coff/ChangeLog, gdb/include/coff/ChangeLog-9103, gdb/include/coff/a29k.h, gdb/include/coff/alpha.h, gdb/include/coff/apollo.h, gdb/include/coff/arm.h, gdb/include/coff/aux-coff.h, gdb/include/coff/ecoff.h, gdb/include/coff/external.h, gdb/include/coff/go32exe.h, gdb/include/coff/h8300.h, gdb/include/coff/h8500.h, gdb/include/coff/i386.h, gdb/include/coff/i860.h, gdb/include/coff/i960.h, gdb/include/coff/ia64.h, gdb/include/coff/internal.h, gdb/include/coff/m68k.h, gdb/include/coff/m88k.h, gdb/include/coff/maxq.h, gdb/include/coff/mcore.h, gdb/include/coff/mips.h, gdb/include/coff/mipspe.h, gdb/include/coff/or32.h, gdb/include/coff/pe.h, gdb/include/coff/powerpc.h, gdb/include/coff/rs6000.h, gdb/include/coff/rs6k64.h, gdb/include/coff/sh.h, gdb/include/coff/sparc.h, gdb/include/coff/symconst.h, gdb/include/coff/ti.h, gdb/include/coff/tic30.h, gdb/include/coff/tic4x.h, gdb/include/coff/tic54x.h, gdb/include/coff/tic80.h, gdb/include/coff/w65.h, gdb/include/coff/we32k.h, gdb/include/coff/xcoff.h, gdb/include/coff/z80.h, gdb/include/coff/z8k.h, gdb/include/elf/ChangeLog, gdb/include/elf/ChangeLog-9103, gdb/include/elf/alpha.h, gdb/include/elf/arc.h, gdb/include/elf/arm.h, gdb/include/elf/avr.h, gdb/include/elf/bfin.h, gdb/include/elf/common.h, gdb/include/elf/cr16c.h, gdb/include/elf/cris.h, gdb/include/elf/crx.h, gdb/include/elf/d10v.h, gdb/include/elf/d30v.h, gdb/include/elf/dlx.h, gdb/include/elf/dwarf.h, gdb/include/elf/dwarf2.h, gdb/include/elf/external.h, gdb/include/elf/fr30.h, gdb/include/elf/frv.h, gdb/include/elf/h8.h, gdb/include/elf/hppa.h, gdb/include/elf/i370.h, gdb/include/elf/i386.h, gdb/include/elf/i860.h, gdb/include/elf/i960.h, gdb/include/elf/ia64.h, gdb/include/elf/internal.h, gdb/include/elf/ip2k.h, gdb/include/elf/iq2000.h, gdb/include/elf/m32c.h, gdb/include/elf/m32r.h, gdb/include/elf/m68hc11.h, gdb/include/elf/m68k.h, gdb/include/elf/mcore.h, gdb/include/elf/mips.h, gdb/include/elf/mmix.h, gdb/include/elf/mn10200.h, gdb/include/elf/mn10300.h, gdb/include/elf/ms1.h, gdb/include/elf/msp430.h, gdb/include/elf/openrisc.h, gdb/include/elf/or32.h, gdb/include/elf/pj.h, gdb/include/elf/ppc.h, gdb/include/elf/ppc64.h, gdb/include/elf/reloc-macros.h, gdb/include/elf/s390.h, gdb/include/elf/sh.h, gdb/include/elf/sparc.h, gdb/include/elf/v850.h, gdb/include/elf/vax.h, gdb/include/elf/x86-64.h, gdb/include/elf/xstormy16.h, gdb/include/elf/xtensa.h, gdb/include/gdb/ChangeLog, gdb/include/gdb/callback.h, gdb/include/gdb/fileio.h, gdb/include/gdb/remote-sim.h, gdb/include/gdb/signals.h, gdb/include/gdb/sim-arm.h, gdb/include/gdb/sim-d10v.h, gdb/include/gdb/sim-frv.h, gdb/include/gdb/sim-h8300.h, gdb/include/gdb/sim-m32c.h, gdb/include/gdb/sim-ppc.h, gdb/include/gdb/sim-sh.h, gdb/include/nlm/ChangeLog, gdb/include/nlm/alpha-ext.h, gdb/include/nlm/common.h, gdb/include/nlm/external.h, gdb/include/nlm/i386-ext.h, gdb/include/nlm/internal.h, gdb/include/nlm/ppc-ext.h, gdb/include/nlm/sparc32-ext.h, gdb/include/opcode/ChangeLog, gdb/include/opcode/ChangeLog-9103, gdb/include/opcode/a29k.h, gdb/include/opcode/alpha.h, gdb/include/opcode/arc.h, gdb/include/opcode/arm.h, gdb/include/opcode/avr.h, gdb/include/opcode/bfin.h, gdb/include/opcode/cgen-bitset.h, gdb/include/opcode/cgen.h, gdb/include/opcode/convex.h, gdb/include/opcode/cris.h, gdb/include/opcode/crx.h, gdb/include/opcode/d10v.h, gdb/include/opcode/d30v.h, gdb/include/opcode/dlx.h, gdb/include/opcode/h8300.h, gdb/include/opcode/hppa.h, gdb/include/opcode/i370.h, gdb/include/opcode/i386.h, gdb/include/opcode/i860.h, gdb/include/opcode/i960.h, gdb/include/opcode/ia64.h, gdb/include/opcode/m68hc11.h, gdb/include/opcode/m68k.h, gdb/include/opcode/m88k.h, gdb/include/opcode/maxq.h, gdb/include/opcode/mips.h, gdb/include/opcode/mmix.h, gdb/include/opcode/mn10200.h, gdb/include/opcode/mn10300.h, gdb/include/opcode/msp430.h, gdb/include/opcode/np1.h, gdb/include/opcode/ns32k.h, gdb/include/opcode/or32.h, gdb/include/opcode/pdp11.h, gdb/include/opcode/pj.h, gdb/include/opcode/pn.h, gdb/include/opcode/ppc.h, gdb/include/opcode/pyr.h, gdb/include/opcode/rs6k.h, gdb/include/opcode/s390.h, gdb/include/opcode/sparc.h, gdb/include/opcode/tic30.h, gdb/include/opcode/tic4x.h, gdb/include/opcode/tic54x.h, gdb/include/opcode/tic80.h, gdb/include/opcode/v850.h, gdb/include/opcode/vax.h, gdb/libiberty/COPYING.LIB, gdb/libiberty/ChangeLog, gdb/libiberty/Makefile.in, gdb/libiberty/README, gdb/libiberty/_doprnt.c, gdb/libiberty/aclocal.m4, gdb/libiberty/alloca-botch.h, gdb/libiberty/alloca-norm.h, gdb/libiberty/alloca.c, gdb/libiberty/argv.c, gdb/libiberty/asprintf.c, gdb/libiberty/at-file.texi, gdb/libiberty/atexit.c, gdb/libiberty/basename.c, gdb/libiberty/bcmp.c, gdb/libiberty/bcopy.c, gdb/libiberty/bsearch.c, gdb/libiberty/bzero.c, gdb/libiberty/calloc.c, gdb/libiberty/choose-temp.c, gdb/libiberty/clock.c, gdb/libiberty/concat.c, gdb/libiberty/config.h-vms, gdb/libiberty/config.in, gdb/libiberty/config.table, gdb/libiberty/configure, gdb/libiberty/configure.ac, gdb/libiberty/configure.bat, gdb/libiberty/configure.in, gdb/libiberty/copying-lib.texi, gdb/libiberty/copysign.c, gdb/libiberty/cp-demangle.c, gdb/libiberty/cp-demangle.h, gdb/libiberty/cp-demint.c, gdb/libiberty/cplus-dem.c, gdb/libiberty/dummy.c, gdb/libiberty/dyn-string.c, gdb/libiberty/fdmatch.c, gdb/libiberty/ffs.c, gdb/libiberty/fibheap.c, gdb/libiberty/floatformat.c, gdb/libiberty/fnmatch.c, gdb/libiberty/fnmatch.txh, gdb/libiberty/fopen_unlocked.c, gdb/libiberty/functions.def, gdb/libiberty/functions.texi, gdb/libiberty/gather-docs, gdb/libiberty/getcwd.c, gdb/libiberty/getopt.c, gdb/libiberty/getopt1.c, gdb/libiberty/getpagesize.c, gdb/libiberty/getpwd.c, gdb/libiberty/getruntime.c, gdb/libiberty/gettimeofday.c, gdb/libiberty/hashtab.c, gdb/libiberty/hex.c, gdb/libiberty/index.c, gdb/libiberty/insque.c, gdb/libiberty/lbasename.c, gdb/libiberty/libiberty.texi, gdb/libiberty/lrealpath.c, gdb/libiberty/maint-tool, gdb/libiberty/make-relative-prefix.c, gdb/libiberty/make-temp-file.c, gdb/libiberty/makefile.dos, gdb/libiberty/makefile.vms, gdb/libiberty/md5.c, gdb/libiberty/memchr.c, gdb/libiberty/memcmp.c, gdb/libiberty/memcpy.c, gdb/libiberty/memmove.c, gdb/libiberty/mempcpy.c, gdb/libiberty/memset.c, gdb/libiberty/mkstemps.c, gdb/libiberty/mpw-config.in, gdb/libiberty/mpw-make.sed, gdb/libiberty/mpw.c, gdb/libiberty/objalloc.c, gdb/libiberty/obstack.c, gdb/libiberty/obstacks.texi, gdb/libiberty/partition.c, gdb/libiberty/pex-common.c, gdb/libiberty/pex-common.h, gdb/libiberty/pex-djgpp.c, gdb/libiberty/pex-msdos.c, gdb/libiberty/pex-one.c, gdb/libiberty/pex-unix.c, gdb/libiberty/pex-win32.c, gdb/libiberty/pexecute.c, gdb/libiberty/pexecute.txh, gdb/libiberty/physmem.c, gdb/libiberty/putenv.c, gdb/libiberty/random.c, gdb/libiberty/regex.c, gdb/libiberty/rename.c, gdb/libiberty/rindex.c, gdb/libiberty/safe-ctype.c, gdb/libiberty/setenv.c, gdb/libiberty/sigsetmask.c, gdb/libiberty/snprintf.c, gdb/libiberty/sort.c, gdb/libiberty/spaces.c, gdb/libiberty/splay-tree.c, gdb/libiberty/stpcpy.c, gdb/libiberty/stpncpy.c, gdb/libiberty/strcasecmp.c, gdb/libiberty/strchr.c, gdb/libiberty/strdup.c, gdb/libiberty/strerror.c, gdb/libiberty/strncasecmp.c, gdb/libiberty/strncmp.c, gdb/libiberty/strndup.c, gdb/libiberty/strrchr.c, gdb/libiberty/strsignal.c, gdb/libiberty/strstr.c, gdb/libiberty/strtod.c, gdb/libiberty/strtol.c, gdb/libiberty/strtoul.c, gdb/libiberty/strverscmp.c, gdb/libiberty/ternary.c, gdb/libiberty/tmpnam.c, gdb/libiberty/unlink-if-ordinary.c, gdb/libiberty/vasprintf.c, gdb/libiberty/vfork.c, gdb/libiberty/vfprintf.c, gdb/libiberty/vmsbuild.com, gdb/libiberty/vprintf.c, gdb/libiberty/vsnprintf.c, gdb/libiberty/vsprintf.c, gdb/libiberty/waitpid.c, gdb/libiberty/xatexit.c, gdb/libiberty/xexit.c, gdb/libiberty/xmalloc.c, gdb/libiberty/xmemdup.c, gdb/libiberty/xstrdup.c, gdb/libiberty/xstrerror.c, gdb/libiberty/xstrndup.c, gdb/libiberty/config/mh-a68bsd, gdb/libiberty/config/mh-aix, gdb/libiberty/config/mh-apollo68, gdb/libiberty/config/mh-cxux7, gdb/libiberty/config/mh-fbsd21, gdb/libiberty/config/mh-go32, gdb/libiberty/config/mh-hpbsd, gdb/libiberty/config/mh-irix4, gdb/libiberty/config/mh-lynxos, gdb/libiberty/config/mh-ncr3000, gdb/libiberty/config/mh-openedition, gdb/libiberty/config/mh-riscix, gdb/libiberty/config/mh-sysv, gdb/libiberty/config/mh-sysv4, gdb/libiberty/config/mh-windows, gdb/libiberty/config/mt-sunos4, gdb/libiberty/config/mt-vxworks5, gdb/libiberty/testsuite/Makefile.in, gdb/libiberty/testsuite/demangle-expected, gdb/libiberty/testsuite/test-demangle.c, gdb/libiberty/testsuite/test-pexecute.c, gdb/opcodes/ChangeLog, gdb/opcodes/ChangeLog-0001, gdb/opcodes/ChangeLog-0203, gdb/opcodes/ChangeLog-9297, gdb/opcodes/ChangeLog-9899, gdb/opcodes/MAINTAINERS, gdb/opcodes/Makefile.am, gdb/opcodes/Makefile.in, gdb/opcodes/a29k-dis.c, gdb/opcodes/acinclude.m4, gdb/opcodes/aclocal.m4, gdb/opcodes/alpha-dis.c, gdb/opcodes/alpha-opc.c, gdb/opcodes/alpha-opc.h, gdb/opcodes/arc-dis.c, gdb/opcodes/arc-dis.h, gdb/opcodes/arc-ext.c, gdb/opcodes/arc-ext.h, gdb/opcodes/arc-opc.c, gdb/opcodes/arm-dis.c, gdb/opcodes/arm-opc.h, gdb/opcodes/avr-dis.c, gdb/opcodes/bfin-dis.c, gdb/opcodes/cgen-asm.c, gdb/opcodes/cgen-asm.in, gdb/opcodes/cgen-dis.c, gdb/opcodes/cgen-dis.in, gdb/opcodes/cgen-ibld.in, gdb/opcodes/cgen-opc.c, gdb/opcodes/cgen-ops.h, gdb/opcodes/cgen-types.h, gdb/opcodes/cgen.sh, gdb/opcodes/config.in, gdb/opcodes/configure, gdb/opcodes/configure.bat, gdb/opcodes/configure.in, gdb/opcodes/cris-dis.c, gdb/opcodes/cris-opc.c, gdb/opcodes/crx-dis.c, gdb/opcodes/crx-opc.c, gdb/opcodes/d10v-dis.c, gdb/opcodes/d10v-opc.c, gdb/opcodes/d30v-dis.c, gdb/opcodes/d30v-opc.c, gdb/opcodes/dep-in.sed, gdb/opcodes/dis-buf.c, gdb/opcodes/dis-init.c, gdb/opcodes/disassemble.c, gdb/opcodes/dlx-dis.c, gdb/opcodes/fr30-asm.c, gdb/opcodes/fr30-desc.c, gdb/opcodes/fr30-desc.h, gdb/opcodes/fr30-dis.c, gdb/opcodes/fr30-ibld.c, gdb/opcodes/fr30-opc.c, gdb/opcodes/fr30-opc.h, gdb/opcodes/frv-asm.c, gdb/opcodes/frv-desc.c, gdb/opcodes/frv-desc.h, gdb/opcodes/frv-dis.c, gdb/opcodes/frv-ibld.c, gdb/opcodes/frv-opc.c, gdb/opcodes/frv-opc.h, gdb/opcodes/h8300-dis.c, gdb/opcodes/h8500-dis.c, gdb/opcodes/h8500-opc.h, gdb/opcodes/hppa-dis.c, gdb/opcodes/i370-dis.c, gdb/opcodes/i370-opc.c, gdb/opcodes/i386-dis.c, gdb/opcodes/i860-dis.c, gdb/opcodes/i960-dis.c, gdb/opcodes/ia64-asmtab.c, gdb/opcodes/ia64-asmtab.h, gdb/opcodes/ia64-dis.c, gdb/opcodes/ia64-gen.c, gdb/opcodes/ia64-ic.tbl, gdb/opcodes/ia64-opc-a.c, gdb/opcodes/ia64-opc-b.c, gdb/opcodes/ia64-opc-d.c, gdb/opcodes/ia64-opc-f.c, gdb/opcodes/ia64-opc-i.c, gdb/opcodes/ia64-opc-m.c, gdb/opcodes/ia64-opc-x.c, gdb/opcodes/ia64-opc.c, gdb/opcodes/ia64-opc.h, gdb/opcodes/ia64-raw.tbl, gdb/opcodes/ia64-war.tbl, gdb/opcodes/ia64-waw.tbl, gdb/opcodes/ip2k-asm.c, gdb/opcodes/ip2k-desc.c, gdb/opcodes/ip2k-desc.h, gdb/opcodes/ip2k-dis.c, gdb/opcodes/ip2k-ibld.c, gdb/opcodes/ip2k-opc.c, gdb/opcodes/ip2k-opc.h, gdb/opcodes/iq2000-asm.c, gdb/opcodes/iq2000-desc.c, gdb/opcodes/iq2000-desc.h, gdb/opcodes/iq2000-dis.c, gdb/opcodes/iq2000-ibld.c, gdb/opcodes/iq2000-opc.c, gdb/opcodes/iq2000-opc.h, gdb/opcodes/m10200-dis.c, gdb/opcodes/m10200-opc.c, gdb/opcodes/m10300-dis.c, gdb/opcodes/m10300-opc.c, gdb/opcodes/m32c-asm.c, gdb/opcodes/m32c-desc.c, gdb/opcodes/m32c-desc.h, gdb/opcodes/m32c-dis.c, gdb/opcodes/m32c-ibld.c, gdb/opcodes/m32c-opc.c, gdb/opcodes/m32c-opc.h, gdb/opcodes/m32r-asm.c, gdb/opcodes/m32r-desc.c, gdb/opcodes/m32r-desc.h, gdb/opcodes/m32r-dis.c, gdb/opcodes/m32r-ibld.c, gdb/opcodes/m32r-opc.c, gdb/opcodes/m32r-opc.h, gdb/opcodes/m32r-opinst.c, gdb/opcodes/m68hc11-dis.c, gdb/opcodes/m68hc11-opc.c, gdb/opcodes/m68k-dis.c, gdb/opcodes/m68k-opc.c, gdb/opcodes/m88k-dis.c, gdb/opcodes/makefile.vms, gdb/opcodes/maxq-dis.c, gdb/opcodes/mcore-dis.c, gdb/opcodes/mcore-opc.h, gdb/opcodes/mips-dis.c, gdb/opcodes/mips-opc.c, gdb/opcodes/mips16-opc.c, gdb/opcodes/mmix-dis.c, gdb/opcodes/mmix-opc.c, gdb/opcodes/mpw-config.in, gdb/opcodes/mpw-make.sed, gdb/opcodes/ms1-asm.c, gdb/opcodes/ms1-desc.c, gdb/opcodes/ms1-desc.h, gdb/opcodes/ms1-dis.c, gdb/opcodes/ms1-ibld.c, gdb/opcodes/ms1-opc.c, gdb/opcodes/ms1-opc.h, gdb/opcodes/msp430-dis.c, gdb/opcodes/ns32k-dis.c, gdb/opcodes/openrisc-asm.c, gdb/opcodes/openrisc-desc.c, gdb/opcodes/openrisc-desc.h, gdb/opcodes/openrisc-dis.c, gdb/opcodes/openrisc-ibld.c, gdb/opcodes/openrisc-opc.c, gdb/opcodes/openrisc-opc.h, gdb/opcodes/opintl.h, gdb/opcodes/or32-dis.c, gdb/opcodes/or32-opc.c, gdb/opcodes/pdp11-dis.c, gdb/opcodes/pdp11-opc.c, gdb/opcodes/pj-dis.c, gdb/opcodes/pj-opc.c, gdb/opcodes/ppc-dis.c, gdb/opcodes/ppc-opc.c, gdb/opcodes/s390-dis.c, gdb/opcodes/s390-mkopc.c, gdb/opcodes/s390-opc.c, gdb/opcodes/s390-opc.txt, gdb/opcodes/sh-dis.c, gdb/opcodes/sh-opc.h, gdb/opcodes/sh64-dis.c, gdb/opcodes/sh64-opc.c, gdb/opcodes/sh64-opc.h, gdb/opcodes/sparc-dis.c, gdb/opcodes/sparc-opc.c, gdb/opcodes/stamp-h.in, gdb/opcodes/sysdep.h, gdb/opcodes/tic30-dis.c, gdb/opcodes/tic4x-dis.c, gdb/opcodes/tic54x-dis.c, gdb/opcodes/tic54x-opc.c, gdb/opcodes/tic80-dis.c, gdb/opcodes/tic80-opc.c, gdb/opcodes/v850-dis.c, gdb/opcodes/v850-opc.c, gdb/opcodes/vax-dis.c, gdb/opcodes/w65-dis.c, gdb/opcodes/w65-opc.h, gdb/opcodes/xstormy16-asm.c, gdb/opcodes/xstormy16-desc.c, gdb/opcodes/xstormy16-desc.h, gdb/opcodes/xstormy16-dis.c, gdb/opcodes/xstormy16-ibld.c, gdb/opcodes/xstormy16-opc.c, gdb/opcodes/xstormy16-opc.h, gdb/opcodes/xtensa-dis.c, gdb/opcodes/z80-dis.c, gdb/opcodes/z8k-dis.c, gdb/opcodes/z8k-opc.h, gdb/opcodes/z8kgen.c, gdb/opcodes/po/Make-in, gdb/opcodes/po/POTFILES.in, gdb/opcodes/po/da.gmo, gdb/opcodes/po/da.po, gdb/opcodes/po/de.gmo, gdb/opcodes/po/de.po, gdb/opcodes/po/es.gmo, gdb/opcodes/po/es.po, gdb/opcodes/po/fi.gmo, gdb/opcodes/po/fi.po, gdb/opcodes/po/fr.gmo, gdb/opcodes/po/fr.po, gdb/opcodes/po/ga.gmo, gdb/opcodes/po/ga.po, gdb/opcodes/po/id.gmo, gdb/opcodes/po/id.po, gdb/opcodes/po/nl.gmo, gdb/opcodes/po/nl.po, gdb/opcodes/po/opcodes.pot, gdb/opcodes/po/pt_BR.gmo, gdb/opcodes/po/pt_BR.po, gdb/opcodes/po/ro.gmo, gdb/opcodes/po/ro.po, gdb/opcodes/po/sv.gmo, gdb/opcodes/po/sv.po, gdb/opcodes/po/tr.gmo, gdb/opcodes/po/tr.po, gdb/opcodes/po/vi.gmo, gdb/opcodes/po/vi.po, gdb/readline/CHANGELOG, gdb/readline/CHANGES, gdb/readline/COPYING, gdb/readline/ChangeLog, gdb/readline/ChangeLog.gdb, gdb/readline/INSTALL, gdb/readline/MANIFEST, gdb/readline/Makefile.in, gdb/readline/README, gdb/readline/USAGE, gdb/readline/acconfig.h, gdb/readline/aclocal.m4, gdb/readline/ansi_stdlib.h, gdb/readline/bind.c, gdb/readline/callback.c, gdb/readline/chardefs.h, gdb/readline/compat.c, gdb/readline/complete.c, gdb/readline/config.h.bot, gdb/readline/config.h.in, gdb/readline/configure, gdb/readline/configure.bat, gdb/readline/configure.in, gdb/readline/display.c, gdb/readline/emacs_keymap.c, gdb/readline/funmap.c, gdb/readline/histexpand.c, gdb/readline/histfile.c, gdb/readline/histlib.h, gdb/readline/history.c, gdb/readline/history.h, gdb/readline/histsearch.c, gdb/readline/input.c, gdb/readline/isearch.c, gdb/readline/keymaps.c, gdb/readline/keymaps.h, gdb/readline/kill.c, gdb/readline/macro.c, gdb/readline/mbutil.c, gdb/readline/misc.c, gdb/readline/nls.c, gdb/readline/parens.c, gdb/readline/posixdir.h, gdb/readline/posixjmp.h, gdb/readline/posixstat.h, gdb/readline/readline.c, gdb/readline/readline.h, gdb/readline/rlconf.h, gdb/readline/rldefs.h, gdb/readline/rlmbutil.h, gdb/readline/rlprivate.h, gdb/readline/rlshell.h, gdb/readline/rlstdc.h, gdb/readline/rltty.c, gdb/readline/rltty.h, gdb/readline/rltypedefs.h, gdb/readline/rlwinsize.h, gdb/readline/savestring.c, gdb/readline/search.c, gdb/readline/shell.c, gdb/readline/signals.c, gdb/readline/sysdep-aix.h, gdb/readline/sysdep-cxux7.h, gdb/readline/sysdep-irix.h, gdb/readline/sysdep-norm.h, gdb/readline/sysdep-obsd.h, gdb/readline/sysdep-sco.h, gdb/readline/sysdep-sysv4.h, gdb/readline/tcap.h, gdb/readline/terminal.c, gdb/readline/text.c, gdb/readline/tilde.c, gdb/readline/tilde.h, gdb/readline/undo.c, gdb/readline/util.c, gdb/readline/vi_keymap.c, gdb/readline/vi_mode.c, gdb/readline/xmalloc.c, gdb/readline/xmalloc.h, gdb/readline/cross-build/cygwin.cache, gdb/readline/doc/ChangeLog, gdb/readline/doc/ChangeLog.gdb, gdb/readline/doc/Makefile.in, gdb/readline/doc/configure.in, gdb/readline/doc/hist.texinfo, gdb/readline/doc/history.3, gdb/readline/doc/hstech.texinfo, gdb/readline/doc/hsuser.texinfo, gdb/readline/doc/inc-hist.texi, gdb/readline/doc/inc-hist.texinfo, gdb/readline/doc/manvers.texinfo, gdb/readline/doc/readline.3, gdb/readline/doc/rlman.texinfo, gdb/readline/doc/rltech.texinfo, gdb/readline/doc/rluser.texinfo, gdb/readline/doc/rluserman.texinfo, gdb/readline/doc/texi2dvi, gdb/readline/doc/texi2html, gdb/readline/examples/ChangeLog.gdb, gdb/readline/examples/Inputrc, gdb/readline/examples/Makefile, gdb/readline/examples/Makefile.in, gdb/readline/examples/configure.bat, gdb/readline/examples/excallback.c, gdb/readline/examples/fileman.c, gdb/readline/examples/histexamp.c, gdb/readline/examples/manexamp.c, gdb/readline/examples/readlinebuf.h, gdb/readline/examples/rl.c, gdb/readline/examples/rlcat.c, gdb/readline/examples/rlfe.c, gdb/readline/examples/rltest.c, gdb/readline/examples/rlversion.c, gdb/readline/shlib/Makefile.in, gdb/readline/support/config.guess, gdb/readline/support/config.sub, gdb/readline/support/install.sh, gdb/readline/support/mkdirs, gdb/readline/support/mkdist, gdb/readline/support/shlib-install, gdb/readline/support/shobj-conf, gdb/readline/support/wcwidth.c, gdb/sim/ChangeLog, gdb/sim/MAINTAINERS, gdb/sim/Makefile.in, gdb/sim/README-HACKING, gdb/sim/configure, gdb/sim/configure.ac, gdb/sim/configure.in, gdb/sim/arm/COPYING, gdb/sim/arm/ChangeLog, gdb/sim/arm/Makefile.in, gdb/sim/arm/README, gdb/sim/arm/README.Cygnus, gdb/sim/arm/acconfig.h, gdb/sim/arm/armcopro.c, gdb/sim/arm/armdefs.h, gdb/sim/arm/armemu.c, gdb/sim/arm/armemu.h, gdb/sim/arm/armfpe.h, gdb/sim/arm/arminit.c, gdb/sim/arm/armopts.h, gdb/sim/arm/armos.c, gdb/sim/arm/armos.h, gdb/sim/arm/armrdi.c, gdb/sim/arm/armsupp.c, gdb/sim/arm/armvirt.c, gdb/sim/arm/bag.c, gdb/sim/arm/bag.h, gdb/sim/arm/communicate.c, gdb/sim/arm/communicate.h, gdb/sim/arm/config.in, gdb/sim/arm/configure, gdb/sim/arm/configure.ac, gdb/sim/arm/configure.in, gdb/sim/arm/dbg_conf.h, gdb/sim/arm/dbg_cp.h, gdb/sim/arm/dbg_hif.h, gdb/sim/arm/dbg_rdi.h, gdb/sim/arm/gdbhost.c, gdb/sim/arm/gdbhost.h, gdb/sim/arm/iwmmxt.c, gdb/sim/arm/iwmmxt.h, gdb/sim/arm/kid.c, gdb/sim/arm/main.c, gdb/sim/arm/maverick.c, gdb/sim/arm/parent.c, gdb/sim/arm/run.c, gdb/sim/arm/tconfig.in, gdb/sim/arm/thumbemu.c, gdb/sim/arm/wrapper.c, gdb/sim/common/ChangeLog, gdb/sim/common/Make-common.in, gdb/sim/common/Makefile.in, gdb/sim/common/acconfig.h, gdb/sim/common/aclocal.m4, gdb/sim/common/callback.c, gdb/sim/common/cgen-accfp.c, gdb/sim/common/cgen-cpu.h, gdb/sim/common/cgen-defs.h, gdb/sim/common/cgen-engine.h, gdb/sim/common/cgen-fpu.c, gdb/sim/common/cgen-fpu.h, gdb/sim/common/cgen-mem.h, gdb/sim/common/cgen-ops.h, gdb/sim/common/cgen-par.c, gdb/sim/common/cgen-par.h, gdb/sim/common/cgen-run.c, gdb/sim/common/cgen-scache.c, gdb/sim/common/cgen-scache.h, gdb/sim/common/cgen-sim.h, gdb/sim/common/cgen-trace.c, gdb/sim/common/cgen-trace.h, gdb/sim/common/cgen-types.h, gdb/sim/common/cgen-utils.c, gdb/sim/common/cgen.sh, gdb/sim/common/common.m4, gdb/sim/common/config.in, gdb/sim/common/configure, gdb/sim/common/configure.ac, gdb/sim/common/dv-core.c, gdb/sim/common/dv-glue.c, gdb/sim/common/dv-pal.c, gdb/sim/common/dv-sockser.c, gdb/sim/common/dv-sockser.h, gdb/sim/common/gdbinit.in, gdb/sim/common/genmloop.sh, gdb/sim/common/gennltvals.sh, gdb/sim/common/gentmap.c, gdb/sim/common/gentvals.sh, gdb/sim/common/hw-alloc.c, gdb/sim/common/hw-alloc.h, gdb/sim/common/hw-base.c, gdb/sim/common/hw-base.h, gdb/sim/common/hw-device.c, gdb/sim/common/hw-device.h, gdb/sim/common/hw-events.c, gdb/sim/common/hw-events.h, gdb/sim/common/hw-handles.c, gdb/sim/common/hw-handles.h, gdb/sim/common/hw-instances.c, gdb/sim/common/hw-instances.h, gdb/sim/common/hw-main.h, gdb/sim/common/hw-ports.c, gdb/sim/common/hw-ports.h, gdb/sim/common/hw-properties.c, gdb/sim/common/hw-properties.h, gdb/sim/common/hw-tree.c, gdb/sim/common/hw-tree.h, gdb/sim/common/nltvals.def, gdb/sim/common/nrun.c, gdb/sim/common/run-sim.h, gdb/sim/common/run.1, gdb/sim/common/run.c, gdb/sim/common/sim-abort.c, gdb/sim/common/sim-alu.h, gdb/sim/common/sim-arange.c, gdb/sim/common/sim-arange.h, gdb/sim/common/sim-assert.h, gdb/sim/common/sim-base.h, gdb/sim/common/sim-basics.h, gdb/sim/common/sim-bits.c, gdb/sim/common/sim-bits.h, gdb/sim/common/sim-config.c, gdb/sim/common/sim-config.h, gdb/sim/common/sim-core.c, gdb/sim/common/sim-core.h, gdb/sim/common/sim-cpu.c, gdb/sim/common/sim-cpu.h, gdb/sim/common/sim-endian.c, gdb/sim/common/sim-endian.h, gdb/sim/common/sim-engine.c, gdb/sim/common/sim-engine.h, gdb/sim/common/sim-events.c, gdb/sim/common/sim-events.h, gdb/sim/common/sim-fpu.c, gdb/sim/common/sim-fpu.h, gdb/sim/common/sim-hload.c, gdb/sim/common/sim-hrw.c, gdb/sim/common/sim-hw.c, gdb/sim/common/sim-hw.h, gdb/sim/common/sim-info.c, gdb/sim/common/sim-inline.c, gdb/sim/common/sim-inline.h, gdb/sim/common/sim-io.c, gdb/sim/common/sim-io.h, gdb/sim/common/sim-load.c, gdb/sim/common/sim-memopt.c, gdb/sim/common/sim-memopt.h, gdb/sim/common/sim-model.c, gdb/sim/common/sim-model.h, gdb/sim/common/sim-module.c, gdb/sim/common/sim-module.h, gdb/sim/common/sim-n-bits.h, gdb/sim/common/sim-n-core.h, gdb/sim/common/sim-n-endian.h, gdb/sim/common/sim-options.c, gdb/sim/common/sim-options.h, gdb/sim/common/sim-profile.c, gdb/sim/common/sim-profile.h, gdb/sim/common/sim-reason.c, gdb/sim/common/sim-reg.c, gdb/sim/common/sim-resume.c, gdb/sim/common/sim-run.c, gdb/sim/common/sim-signal.c, gdb/sim/common/sim-signal.h, gdb/sim/common/sim-stop.c, gdb/sim/common/sim-trace.c, gdb/sim/common/sim-trace.h, gdb/sim/common/sim-types.h, gdb/sim/common/sim-utils.c, gdb/sim/common/sim-utils.h, gdb/sim/common/sim-watch.c, gdb/sim/common/sim-watch.h, gdb/sim/common/syscall.c, gdb/sim/common/tconfig.in, gdb/sim/cris/Makefile.in, gdb/sim/cris/arch.c, gdb/sim/cris/arch.h, gdb/sim/cris/config.in, gdb/sim/cris/configure, gdb/sim/cris/configure.ac, gdb/sim/cris/cpuall.h, gdb/sim/cris/cpuv10.c, gdb/sim/cris/cpuv10.h, gdb/sim/cris/cpuv32.c, gdb/sim/cris/cpuv32.h, gdb/sim/cris/cris-desc.c, gdb/sim/cris/cris-desc.h, gdb/sim/cris/cris-opc.h, gdb/sim/cris/cris-sim.h, gdb/sim/cris/cris-tmpl.c, gdb/sim/cris/crisv10f.c, gdb/sim/cris/crisv32f.c, gdb/sim/cris/decodev10.c, gdb/sim/cris/decodev10.h, gdb/sim/cris/decodev32.c, gdb/sim/cris/decodev32.h, gdb/sim/cris/devices.c, gdb/sim/cris/mloop.in, gdb/sim/cris/modelv10.c, gdb/sim/cris/modelv32.c, gdb/sim/cris/semcrisv10f-switch.c, gdb/sim/cris/semcrisv32f-switch.c, gdb/sim/cris/sim-if.c, gdb/sim/cris/sim-main.h, gdb/sim/cris/tconfig.in, gdb/sim/cris/traps.c, gdb/sim/d10v/ChangeLog, gdb/sim/d10v/Makefile.in, gdb/sim/d10v/acconfig.h, gdb/sim/d10v/config.in, gdb/sim/d10v/configure, gdb/sim/d10v/configure.ac, gdb/sim/d10v/d10v_sim.h, gdb/sim/d10v/endian.c, gdb/sim/d10v/gencode.c, gdb/sim/d10v/interp.c, gdb/sim/d10v/simops.c, gdb/sim/erc32/ChangeLog, gdb/sim/erc32/Makefile.in, gdb/sim/erc32/NEWS, gdb/sim/erc32/README.erc32, gdb/sim/erc32/README.gdb, gdb/sim/erc32/README.sis, gdb/sim/erc32/acconfig.h, gdb/sim/erc32/config.in, gdb/sim/erc32/configure, gdb/sim/erc32/configure.ac, gdb/sim/erc32/end.c, gdb/sim/erc32/erc32.c, gdb/sim/erc32/exec.c, gdb/sim/erc32/float.c, gdb/sim/erc32/func.c, gdb/sim/erc32/help.c, gdb/sim/erc32/interf.c, gdb/sim/erc32/sis.c, gdb/sim/erc32/sis.h, gdb/sim/erc32/startsim, gdb/sim/frv/ChangeLog, gdb/sim/frv/Makefile.in, gdb/sim/frv/README, gdb/sim/frv/TODO, gdb/sim/frv/arch.c, gdb/sim/frv/arch.h, gdb/sim/frv/cache.c, gdb/sim/frv/cache.h, gdb/sim/frv/config.in, gdb/sim/frv/configure, gdb/sim/frv/configure.ac, gdb/sim/frv/cpu.c, gdb/sim/frv/cpu.h, gdb/sim/frv/cpuall.h, gdb/sim/frv/decode.c, gdb/sim/frv/decode.h, gdb/sim/frv/devices.c, gdb/sim/frv/frv-sim.h, gdb/sim/frv/frv.c, gdb/sim/frv/interrupts.c, gdb/sim/frv/memory.c, gdb/sim/frv/mloop.in, gdb/sim/frv/model.c, gdb/sim/frv/options.c, gdb/sim/frv/pipeline.c, gdb/sim/frv/profile-fr400.c, gdb/sim/frv/profile-fr400.h, gdb/sim/frv/profile-fr450.c, gdb/sim/frv/profile-fr500.c, gdb/sim/frv/profile-fr500.h, gdb/sim/frv/profile-fr550.c, gdb/sim/frv/profile-fr550.h, gdb/sim/frv/profile.c, gdb/sim/frv/profile.h, gdb/sim/frv/registers.c, gdb/sim/frv/registers.h, gdb/sim/frv/reset.c, gdb/sim/frv/sem.c, gdb/sim/frv/sim-if.c, gdb/sim/frv/sim-main.h, gdb/sim/frv/tconfig.in, gdb/sim/frv/traps.c, gdb/sim/h8300/ChangeLog, gdb/sim/h8300/Makefile.in, gdb/sim/h8300/acconfig.h, gdb/sim/h8300/compile.c, gdb/sim/h8300/config.in, gdb/sim/h8300/configure, gdb/sim/h8300/configure.ac, gdb/sim/h8300/configure.in, gdb/sim/h8300/inst.h, gdb/sim/h8300/run.c, gdb/sim/h8300/sim-main.h, gdb/sim/h8300/tconfig.in, gdb/sim/h8300/writecode.c, gdb/sim/igen/ChangeLog, gdb/sim/igen/Makefile.in, gdb/sim/igen/acconfig.h, gdb/sim/igen/compare_igen_models, gdb/sim/igen/config.in, gdb/sim/igen/configure, gdb/sim/igen/configure.ac, gdb/sim/igen/filter.c, gdb/sim/igen/filter.h, gdb/sim/igen/filter_host.c, gdb/sim/igen/filter_host.h, gdb/sim/igen/gen-engine.c, gdb/sim/igen/gen-engine.h, gdb/sim/igen/gen-icache.c, gdb/sim/igen/gen-icache.h, gdb/sim/igen/gen-idecode.c, gdb/sim/igen/gen-idecode.h, gdb/sim/igen/gen-itable.c, gdb/sim/igen/gen-itable.h, gdb/sim/igen/gen-model.c, gdb/sim/igen/gen-model.h, gdb/sim/igen/gen-semantics.c, gdb/sim/igen/gen-semantics.h, gdb/sim/igen/gen-support.c, gdb/sim/igen/gen-support.h, gdb/sim/igen/gen.c, gdb/sim/igen/gen.h, gdb/sim/igen/igen.c, gdb/sim/igen/igen.h, gdb/sim/igen/ld-cache.c, gdb/sim/igen/ld-cache.h, gdb/sim/igen/ld-decode.c, gdb/sim/igen/ld-decode.h, gdb/sim/igen/ld-insn.c, gdb/sim/igen/ld-insn.h, gdb/sim/igen/lf.c, gdb/sim/igen/lf.h, gdb/sim/igen/misc.c, gdb/sim/igen/misc.h, gdb/sim/igen/table.c, gdb/sim/igen/table.h, gdb/sim/iq2000/ChangeLog, gdb/sim/iq2000/Makefile.in, gdb/sim/iq2000/acconfig.h, gdb/sim/iq2000/arch.c, gdb/sim/iq2000/arch.h, gdb/sim/iq2000/config.in, gdb/sim/iq2000/configure, gdb/sim/iq2000/configure.ac, gdb/sim/iq2000/cpu.c, gdb/sim/iq2000/cpu.h, gdb/sim/iq2000/cpuall.h, gdb/sim/iq2000/decode.c, gdb/sim/iq2000/decode.h, gdb/sim/iq2000/iq2000-sim.h, gdb/sim/iq2000/iq2000.c, gdb/sim/iq2000/mloop.in, gdb/sim/iq2000/model.c, gdb/sim/iq2000/sem-switch.c, gdb/sim/iq2000/sem.c, gdb/sim/iq2000/sim-if.c, gdb/sim/iq2000/sim-main.h, gdb/sim/iq2000/tconfig.in, gdb/sim/m32r/ChangeLog, gdb/sim/m32r/Makefile.in, gdb/sim/m32r/README, gdb/sim/m32r/TODO, gdb/sim/m32r/acconfig.h, gdb/sim/m32r/arch.c, gdb/sim/m32r/arch.h, gdb/sim/m32r/config.in, gdb/sim/m32r/configure, gdb/sim/m32r/configure.ac, gdb/sim/m32r/cpu.c, gdb/sim/m32r/cpu.h, gdb/sim/m32r/cpu2.c, gdb/sim/m32r/cpu2.h, gdb/sim/m32r/cpuall.h, gdb/sim/m32r/cpux.c, gdb/sim/m32r/cpux.h, gdb/sim/m32r/decode.c, gdb/sim/m32r/decode.h, gdb/sim/m32r/decode2.c, gdb/sim/m32r/decode2.h, gdb/sim/m32r/decodex.c, gdb/sim/m32r/decodex.h, gdb/sim/m32r/devices.c, gdb/sim/m32r/m32r-sim.h, gdb/sim/m32r/m32r.c, gdb/sim/m32r/m32r2.c, gdb/sim/m32r/m32rx.c, gdb/sim/m32r/mloop.in, gdb/sim/m32r/mloop2.in, gdb/sim/m32r/mloopx.in, gdb/sim/m32r/model.c, gdb/sim/m32r/model2.c, gdb/sim/m32r/modelx.c, gdb/sim/m32r/sem-switch.c, gdb/sim/m32r/sem.c, gdb/sim/m32r/sem2-switch.c, gdb/sim/m32r/semx-switch.c, gdb/sim/m32r/sim-if.c, gdb/sim/m32r/sim-main.h, gdb/sim/m32r/syscall.h, gdb/sim/m32r/tconfig.in, gdb/sim/m32r/traps-linux.c, gdb/sim/m32r/traps.c, gdb/sim/m68hc11/ChangeLog, gdb/sim/m68hc11/Makefile.in, gdb/sim/m68hc11/config.in, gdb/sim/m68hc11/configure, gdb/sim/m68hc11/configure.ac, gdb/sim/m68hc11/dv-m68hc11.c, gdb/sim/m68hc11/dv-m68hc11eepr.c, gdb/sim/m68hc11/dv-m68hc11sio.c, gdb/sim/m68hc11/dv-m68hc11spi.c, gdb/sim/m68hc11/dv-m68hc11tim.c, gdb/sim/m68hc11/dv-nvram.c, gdb/sim/m68hc11/emulos.c, gdb/sim/m68hc11/gencode.c, gdb/sim/m68hc11/interp.c, gdb/sim/m68hc11/interrupts.c, gdb/sim/m68hc11/interrupts.h, gdb/sim/m68hc11/m68hc11_sim.c, gdb/sim/m68hc11/sim-main.h, gdb/sim/mcore/ChangeLog, gdb/sim/mcore/Makefile.in, gdb/sim/mcore/config.in, gdb/sim/mcore/configure, gdb/sim/mcore/configure.ac, gdb/sim/mcore/interp.c, gdb/sim/mcore/sysdep.h, gdb/sim/mips/ChangeLog, gdb/sim/mips/Makefile.in, gdb/sim/mips/acconfig.h, gdb/sim/mips/config.in, gdb/sim/mips/configure, gdb/sim/mips/configure.ac, gdb/sim/mips/cp1.c, gdb/sim/mips/cp1.h, gdb/sim/mips/dv-tx3904cpu.c, gdb/sim/mips/dv-tx3904irc.c, gdb/sim/mips/dv-tx3904sio.c, gdb/sim/mips/dv-tx3904tmr.c, gdb/sim/mips/interp.c, gdb/sim/mips/m16.dc, gdb/sim/mips/m16.igen, gdb/sim/mips/m16e.igen, gdb/sim/mips/m16run.c, gdb/sim/mips/mdmx.c, gdb/sim/mips/mdmx.igen, gdb/sim/mips/mips.dc, gdb/sim/mips/mips.igen, gdb/sim/mips/mips3264r2.igen, gdb/sim/mips/mips3d.igen, gdb/sim/mips/sb1.igen, gdb/sim/mips/sim-main.c, gdb/sim/mips/sim-main.h, gdb/sim/mips/tconfig.in, gdb/sim/mips/tx.igen, gdb/sim/mips/vr.igen, gdb/sim/mn10300/ChangeLog, gdb/sim/mn10300/Makefile.in, gdb/sim/mn10300/acconfig.h, gdb/sim/mn10300/am33-2.igen, gdb/sim/mn10300/am33.igen, gdb/sim/mn10300/config.in, gdb/sim/mn10300/configure, gdb/sim/mn10300/configure.ac, gdb/sim/mn10300/dv-mn103cpu.c, gdb/sim/mn10300/dv-mn103int.c, gdb/sim/mn10300/dv-mn103iop.c, gdb/sim/mn10300/dv-mn103ser.c, gdb/sim/mn10300/dv-mn103tim.c, gdb/sim/mn10300/interp.c, gdb/sim/mn10300/mn10300.dc, gdb/sim/mn10300/mn10300.igen, gdb/sim/mn10300/mn10300_sim.h, gdb/sim/mn10300/op_utils.c, gdb/sim/mn10300/sim-main.c, gdb/sim/mn10300/sim-main.h, gdb/sim/mn10300/tconfig.in, gdb/sim/ppc/BUGS, gdb/sim/ppc/COPYING, gdb/sim/ppc/ChangeLog, gdb/sim/ppc/ChangeLog.00, gdb/sim/ppc/Makefile.in, gdb/sim/ppc/NOTES, gdb/sim/ppc/README, gdb/sim/ppc/acconfig.h, gdb/sim/ppc/aclocal.m4, gdb/sim/ppc/altivec.igen, gdb/sim/ppc/altivec_expression.h, gdb/sim/ppc/altivec_registers.h, gdb/sim/ppc/basics.h, gdb/sim/ppc/bits.c, gdb/sim/ppc/bits.h, gdb/sim/ppc/cap.c, gdb/sim/ppc/cap.h, gdb/sim/ppc/config.in, gdb/sim/ppc/configure, gdb/sim/ppc/configure.ac, gdb/sim/ppc/configure.in, gdb/sim/ppc/corefile-n.h, gdb/sim/ppc/corefile.c, gdb/sim/ppc/corefile.h, gdb/sim/ppc/cpu.c, gdb/sim/ppc/cpu.h, gdb/sim/ppc/dc-complex, gdb/sim/ppc/dc-simple, gdb/sim/ppc/dc-stupid, gdb/sim/ppc/dc-test.01, gdb/sim/ppc/dc-test.02, gdb/sim/ppc/debug.c, gdb/sim/ppc/debug.h, gdb/sim/ppc/device.c, gdb/sim/ppc/device.h, gdb/sim/ppc/device_table.c, gdb/sim/ppc/device_table.h, gdb/sim/ppc/dgen.c, gdb/sim/ppc/e500.igen, gdb/sim/ppc/e500_expression.h, gdb/sim/ppc/e500_registers.h, gdb/sim/ppc/emul_bugapi.c, gdb/sim/ppc/emul_chirp.c, gdb/sim/ppc/emul_chirp.h, gdb/sim/ppc/emul_generic.c, gdb/sim/ppc/emul_generic.h, gdb/sim/ppc/emul_netbsd.c, gdb/sim/ppc/emul_unix.c, gdb/sim/ppc/emul_unix.h, gdb/sim/ppc/events.c, gdb/sim/ppc/events.h, gdb/sim/ppc/filter.c, gdb/sim/ppc/filter.h, gdb/sim/ppc/filter_filename.c, gdb/sim/ppc/filter_filename.h, gdb/sim/ppc/gdb-sim.c, gdb/sim/ppc/gen-icache.c, gdb/sim/ppc/gen-icache.h, gdb/sim/ppc/gen-idecode.c, gdb/sim/ppc/gen-idecode.h, gdb/sim/ppc/gen-itable.c, gdb/sim/ppc/gen-itable.h, gdb/sim/ppc/gen-model.c, gdb/sim/ppc/gen-model.h, gdb/sim/ppc/gen-semantics.c, gdb/sim/ppc/gen-semantics.h, gdb/sim/ppc/gen-support.c, gdb/sim/ppc/gen-support.h, gdb/sim/ppc/hw_com.c, gdb/sim/ppc/hw_core.c, gdb/sim/ppc/hw_cpu.c, gdb/sim/ppc/hw_cpu.h, gdb/sim/ppc/hw_disk.c, gdb/sim/ppc/hw_eeprom.c, gdb/sim/ppc/hw_glue.c, gdb/sim/ppc/hw_htab.c, gdb/sim/ppc/hw_ide.c, gdb/sim/ppc/hw_init.c, gdb/sim/ppc/hw_iobus.c, gdb/sim/ppc/hw_memory.c, gdb/sim/ppc/hw_nvram.c, gdb/sim/ppc/hw_opic.c, gdb/sim/ppc/hw_pal.c, gdb/sim/ppc/hw_phb.c, gdb/sim/ppc/hw_phb.h, gdb/sim/ppc/hw_register.c, gdb/sim/ppc/hw_trace.c, gdb/sim/ppc/hw_vm.c, gdb/sim/ppc/idecode_expression.h, gdb/sim/ppc/idecode_fields.h, gdb/sim/ppc/igen.c, gdb/sim/ppc/igen.h, gdb/sim/ppc/inline.c, gdb/sim/ppc/inline.h, gdb/sim/ppc/interrupts.c, gdb/sim/ppc/interrupts.h, gdb/sim/ppc/ld-cache.c, gdb/sim/ppc/ld-cache.h, gdb/sim/ppc/ld-decode.c, gdb/sim/ppc/ld-decode.h, gdb/sim/ppc/ld-insn.c, gdb/sim/ppc/ld-insn.h, gdb/sim/ppc/lf.c, gdb/sim/ppc/lf.h, gdb/sim/ppc/main.c, gdb/sim/ppc/misc.c, gdb/sim/ppc/misc.h, gdb/sim/ppc/mon.c, gdb/sim/ppc/mon.h, gdb/sim/ppc/options.c, gdb/sim/ppc/os_emul.c, gdb/sim/ppc/pk_disklabel.c, gdb/sim/ppc/ppc-cache-rules, gdb/sim/ppc/ppc-instructions, gdb/sim/ppc/ppc-opcode-complex, gdb/sim/ppc/ppc-opcode-flat, gdb/sim/ppc/ppc-opcode-simple, gdb/sim/ppc/ppc-opcode-stupid, gdb/sim/ppc/ppc-opcode-test-1, gdb/sim/ppc/ppc-opcode-test-2, gdb/sim/ppc/ppc-spr-table, gdb/sim/ppc/psim.c, gdb/sim/ppc/psim.h, gdb/sim/ppc/psim.texinfo, gdb/sim/ppc/registers.c, gdb/sim/ppc/registers.h, gdb/sim/ppc/sim-endian-n.h, gdb/sim/ppc/sim-endian.h, gdb/sim/ppc/sim-main.h, gdb/sim/ppc/sim_callbacks.h, gdb/sim/ppc/sim_calls.c, gdb/sim/ppc/std-config.h, gdb/sim/ppc/table.c, gdb/sim/ppc/table.h, gdb/sim/ppc/tree.c, gdb/sim/ppc/tree.h, gdb/sim/ppc/vm.c, gdb/sim/ppc/vm.h, gdb/sim/ppc/vm_n.h, gdb/sim/ppc/words.h, gdb/sim/sh/ChangeLog, gdb/sim/sh/Makefile.in, gdb/sim/sh/acconfig.h, gdb/sim/sh/config.in, gdb/sim/sh/configure, gdb/sim/sh/configure.ac, gdb/sim/sh/configure.in, gdb/sim/sh/gencode.c, gdb/sim/sh/interp.c, gdb/sim/sh/syscall.h, gdb/sim/sh/tconfig.in, gdb/sim/testsuite/ChangeLog, gdb/sim/testsuite/Makefile.in, gdb/sim/testsuite/configure, gdb/sim/testsuite/configure.ac, gdb/sim/testsuite/common/Make-common.in, gdb/sim/testsuite/common/Makefile.in, gdb/sim/testsuite/common/alu-n-tst.h, gdb/sim/testsuite/common/alu-tst.c, gdb/sim/testsuite/common/bits-gen.c, gdb/sim/testsuite/common/bits-tst.c, gdb/sim/testsuite/common/fpu-tst.c, gdb/sim/testsuite/config/default.exp, gdb/sim/testsuite/d10v-elf/ChangeLog, gdb/sim/testsuite/d10v-elf/Makefile.in, gdb/sim/testsuite/d10v-elf/configure, gdb/sim/testsuite/d10v-elf/configure.ac, gdb/sim/testsuite/d10v-elf/exit47.s, gdb/sim/testsuite/d10v-elf/hello.s, gdb/sim/testsuite/d10v-elf/loop.s, gdb/sim/testsuite/d10v-elf/t-ae-ld-d.s, gdb/sim/testsuite/d10v-elf/t-ae-ld-i.s, gdb/sim/testsuite/d10v-elf/t-ae-ld-id.s, gdb/sim/testsuite/d10v-elf/t-ae-ld-im.s, gdb/sim/testsuite/d10v-elf/t-ae-ld-ip.s, gdb/sim/testsuite/d10v-elf/t-ae-ld2w-d.s, gdb/sim/testsuite/d10v-elf/t-ae-ld2w-i.s, gdb/sim/testsuite/d10v-elf/t-ae-ld2w-id.s, gdb/sim/testsuite/d10v-elf/t-ae-ld2w-im.s, gdb/sim/testsuite/d10v-elf/t-ae-ld2w-ip.s, gdb/sim/testsuite/d10v-elf/t-ae-st-d.s, gdb/sim/testsuite/d10v-elf/t-ae-st-i.s, gdb/sim/testsuite/d10v-elf/t-ae-st-id.s, gdb/sim/testsuite/d10v-elf/t-ae-st-im.s, gdb/sim/testsuite/d10v-elf/t-ae-st-ip.s, gdb/sim/testsuite/d10v-elf/t-ae-st-is.s, gdb/sim/testsuite/d10v-elf/t-ae-st2w-d.s, gdb/sim/testsuite/d10v-elf/t-ae-st2w-i.s, gdb/sim/testsuite/d10v-elf/t-ae-st2w-id.s, gdb/sim/testsuite/d10v-elf/t-ae-st2w-im.s, gdb/sim/testsuite/d10v-elf/t-ae-st2w-ip.s, gdb/sim/testsuite/d10v-elf/t-ae-st2w-is.s, gdb/sim/testsuite/d10v-elf/t-dbt.s, gdb/sim/testsuite/d10v-elf/t-ld-st.s, gdb/sim/testsuite/d10v-elf/t-mac.s, gdb/sim/testsuite/d10v-elf/t-macros.i, gdb/sim/testsuite/d10v-elf/t-mod-ld-pre.s, gdb/sim/testsuite/d10v-elf/t-msbu.s, gdb/sim/testsuite/d10v-elf/t-mulxu.s, gdb/sim/testsuite/d10v-elf/t-mvtac.s, gdb/sim/testsuite/d10v-elf/t-mvtc.s, gdb/sim/testsuite/d10v-elf/t-rac.s, gdb/sim/testsuite/d10v-elf/t-rachi.s, gdb/sim/testsuite/d10v-elf/t-rdt.s, gdb/sim/testsuite/d10v-elf/t-rep.s, gdb/sim/testsuite/d10v-elf/t-rie-xx.s, gdb/sim/testsuite/d10v-elf/t-rte.s, gdb/sim/testsuite/d10v-elf/t-sac.s, gdb/sim/testsuite/d10v-elf/t-sachi.s, gdb/sim/testsuite/d10v-elf/t-sadd.s, gdb/sim/testsuite/d10v-elf/t-slae.s, gdb/sim/testsuite/d10v-elf/t-sp.s, gdb/sim/testsuite/d10v-elf/t-sub.s, gdb/sim/testsuite/d10v-elf/t-sub2w.s, gdb/sim/testsuite/d10v-elf/t-subi.s, gdb/sim/testsuite/d10v-elf/t-trap.s, gdb/sim/testsuite/frv-elf/ChangeLog, gdb/sim/testsuite/frv-elf/Makefile.in, gdb/sim/testsuite/frv-elf/cache.s, gdb/sim/testsuite/frv-elf/configure, gdb/sim/testsuite/frv-elf/configure.ac, gdb/sim/testsuite/frv-elf/exit47.s, gdb/sim/testsuite/frv-elf/grloop.s, gdb/sim/testsuite/frv-elf/hello.s, gdb/sim/testsuite/frv-elf/loop.s, gdb/sim/testsuite/lib/sim-defs.exp, gdb/sim/testsuite/m32r-elf/ChangeLog, gdb/sim/testsuite/m32r-elf/Makefile.in, gdb/sim/testsuite/m32r-elf/configure, gdb/sim/testsuite/m32r-elf/configure.ac, gdb/sim/testsuite/m32r-elf/exit47.s, gdb/sim/testsuite/m32r-elf/hello.s, gdb/sim/testsuite/m32r-elf/loop.s, gdb/sim/testsuite/mips64el-elf/ChangeLog, gdb/sim/testsuite/mips64el-elf/Makefile.in, gdb/sim/testsuite/mips64el-elf/configure, gdb/sim/testsuite/mips64el-elf/configure.ac, gdb/sim/testsuite/sim/arm/adc.cgs, gdb/sim/testsuite/sim/arm/add.cgs, gdb/sim/testsuite/sim/arm/allinsn.exp, gdb/sim/testsuite/sim/arm/and.cgs, gdb/sim/testsuite/sim/arm/b.cgs, gdb/sim/testsuite/sim/arm/bic.cgs, gdb/sim/testsuite/sim/arm/bl.cgs, gdb/sim/testsuite/sim/arm/bx.cgs, gdb/sim/testsuite/sim/arm/cmn.cgs, gdb/sim/testsuite/sim/arm/cmp.cgs, gdb/sim/testsuite/sim/arm/eor.cgs, gdb/sim/testsuite/sim/arm/hello.ms, gdb/sim/testsuite/sim/arm/ldm.cgs, gdb/sim/testsuite/sim/arm/ldr.cgs, gdb/sim/testsuite/sim/arm/ldrb.cgs, gdb/sim/testsuite/sim/arm/ldrh.cgs, gdb/sim/testsuite/sim/arm/ldrsb.cgs, gdb/sim/testsuite/sim/arm/ldrsh.cgs, gdb/sim/testsuite/sim/arm/misaligned1.ms, gdb/sim/testsuite/sim/arm/misaligned2.ms, gdb/sim/testsuite/sim/arm/misaligned3.ms, gdb/sim/testsuite/sim/arm/misc.exp, gdb/sim/testsuite/sim/arm/mla.cgs, gdb/sim/testsuite/sim/arm/mov.cgs, gdb/sim/testsuite/sim/arm/mrs.cgs, gdb/sim/testsuite/sim/arm/msr.cgs, gdb/sim/testsuite/sim/arm/mul.cgs, gdb/sim/testsuite/sim/arm/mvn.cgs, gdb/sim/testsuite/sim/arm/orr.cgs, gdb/sim/testsuite/sim/arm/rsb.cgs, gdb/sim/testsuite/sim/arm/rsc.cgs, gdb/sim/testsuite/sim/arm/sbc.cgs, gdb/sim/testsuite/sim/arm/smlal.cgs, gdb/sim/testsuite/sim/arm/smull.cgs, gdb/sim/testsuite/sim/arm/stm.cgs, gdb/sim/testsuite/sim/arm/str.cgs, gdb/sim/testsuite/sim/arm/strb.cgs, gdb/sim/testsuite/sim/arm/strh.cgs, gdb/sim/testsuite/sim/arm/sub.cgs, gdb/sim/testsuite/sim/arm/swi.cgs, gdb/sim/testsuite/sim/arm/swp.cgs, gdb/sim/testsuite/sim/arm/swpb.cgs, gdb/sim/testsuite/sim/arm/teq.cgs, gdb/sim/testsuite/sim/arm/testutils.inc, gdb/sim/testsuite/sim/arm/tst.cgs, gdb/sim/testsuite/sim/arm/umlal.cgs, gdb/sim/testsuite/sim/arm/umull.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/iwmmxt.exp, gdb/sim/testsuite/sim/arm/iwmmxt/tbcst.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/testutils.inc, gdb/sim/testsuite/sim/arm/iwmmxt/textrm.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/tinsr.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/tmia.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/tmiaph.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/tmiaxy.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/tmovmsk.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wacc.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wadd.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/waligni.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/walignr.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wand.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wandn.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wavg2.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wcmpeq.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wmac.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wmadd.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wmax.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wmin.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wmov.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wmul.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wor.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wpack.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wror.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wsad.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wshufh.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wsll.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wsra.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wsrl.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wsub.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wunpckeh.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wunpckel.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wunpckih.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wunpckil.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wxor.cgs, gdb/sim/testsuite/sim/arm/iwmmxt/wzero.cgs, gdb/sim/testsuite/sim/arm/thumb/adc.cgs, gdb/sim/testsuite/sim/arm/thumb/add-hd-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/add-hd-rs.cgs, gdb/sim/testsuite/sim/arm/thumb/add-rd-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/add-sp.cgs, gdb/sim/testsuite/sim/arm/thumb/add.cgs, gdb/sim/testsuite/sim/arm/thumb/addi.cgs, gdb/sim/testsuite/sim/arm/thumb/addi8.cgs, gdb/sim/testsuite/sim/arm/thumb/allthumb.exp, gdb/sim/testsuite/sim/arm/thumb/and.cgs, gdb/sim/testsuite/sim/arm/thumb/asr.cgs, gdb/sim/testsuite/sim/arm/thumb/b.cgs, gdb/sim/testsuite/sim/arm/thumb/bcc.cgs, gdb/sim/testsuite/sim/arm/thumb/bcs.cgs, gdb/sim/testsuite/sim/arm/thumb/beq.cgs, gdb/sim/testsuite/sim/arm/thumb/bge.cgs, gdb/sim/testsuite/sim/arm/thumb/bgt.cgs, gdb/sim/testsuite/sim/arm/thumb/bhi.cgs, gdb/sim/testsuite/sim/arm/thumb/bic.cgs, gdb/sim/testsuite/sim/arm/thumb/bl-hi.cgs, gdb/sim/testsuite/sim/arm/thumb/bl-lo.cgs, gdb/sim/testsuite/sim/arm/thumb/ble.cgs, gdb/sim/testsuite/sim/arm/thumb/bls.cgs, gdb/sim/testsuite/sim/arm/thumb/blt.cgs, gdb/sim/testsuite/sim/arm/thumb/bmi.cgs, gdb/sim/testsuite/sim/arm/thumb/bne.cgs, gdb/sim/testsuite/sim/arm/thumb/bpl.cgs, gdb/sim/testsuite/sim/arm/thumb/bvc.cgs, gdb/sim/testsuite/sim/arm/thumb/bvs.cgs, gdb/sim/testsuite/sim/arm/thumb/bx-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/bx-rs.cgs, gdb/sim/testsuite/sim/arm/thumb/cmn.cgs, gdb/sim/testsuite/sim/arm/thumb/cmp-hd-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/cmp-hd-rs.cgs, gdb/sim/testsuite/sim/arm/thumb/cmp-rd-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/cmp.cgs, gdb/sim/testsuite/sim/arm/thumb/eor.cgs, gdb/sim/testsuite/sim/arm/thumb/lda-pc.cgs, gdb/sim/testsuite/sim/arm/thumb/lda-sp.cgs, gdb/sim/testsuite/sim/arm/thumb/ldmia.cgs, gdb/sim/testsuite/sim/arm/thumb/ldr-imm.cgs, gdb/sim/testsuite/sim/arm/thumb/ldr-pc.cgs, gdb/sim/testsuite/sim/arm/thumb/ldr-sprel.cgs, gdb/sim/testsuite/sim/arm/thumb/ldr.cgs, gdb/sim/testsuite/sim/arm/thumb/ldrb-imm.cgs, gdb/sim/testsuite/sim/arm/thumb/ldrb.cgs, gdb/sim/testsuite/sim/arm/thumb/ldrh-imm.cgs, gdb/sim/testsuite/sim/arm/thumb/ldrh.cgs, gdb/sim/testsuite/sim/arm/thumb/ldsb.cgs, gdb/sim/testsuite/sim/arm/thumb/ldsh.cgs, gdb/sim/testsuite/sim/arm/thumb/lsl.cgs, gdb/sim/testsuite/sim/arm/thumb/lsr.cgs, gdb/sim/testsuite/sim/arm/thumb/mov-hd-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/mov-hd-rs.cgs, gdb/sim/testsuite/sim/arm/thumb/mov-rd-hs.cgs, gdb/sim/testsuite/sim/arm/thumb/mov.cgs, gdb/sim/testsuite/sim/arm/thumb/mul.cgs, gdb/sim/testsuite/sim/arm/thumb/mvn.cgs, gdb/sim/testsuite/sim/arm/thumb/neg.cgs, gdb/sim/testsuite/sim/arm/thumb/orr.cgs, gdb/sim/testsuite/sim/arm/thumb/pop-pc.cgs, gdb/sim/testsuite/sim/arm/thumb/pop.cgs, gdb/sim/testsuite/sim/arm/thumb/push-lr.cgs, gdb/sim/testsuite/sim/arm/thumb/push.cgs, gdb/sim/testsuite/sim/arm/thumb/ror.cgs, gdb/sim/testsuite/sim/arm/thumb/sbc.cgs, gdb/sim/testsuite/sim/arm/thumb/stmia.cgs, gdb/sim/testsuite/sim/arm/thumb/str-imm.cgs, gdb/sim/testsuite/sim/arm/thumb/str-sprel.cgs, gdb/sim/testsuite/sim/arm/thumb/str.cgs, gdb/sim/testsuite/sim/arm/thumb/strb-imm.cgs, gdb/sim/testsuite/sim/arm/thumb/strb.cgs, gdb/sim/testsuite/sim/arm/thumb/strh-imm.cgs, gdb/sim/testsuite/sim/arm/thumb/strh.cgs, gdb/sim/testsuite/sim/arm/thumb/sub-sp.cgs, gdb/sim/testsuite/sim/arm/thumb/sub.cgs, gdb/sim/testsuite/sim/arm/thumb/subi.cgs, gdb/sim/testsuite/sim/arm/thumb/subi8.cgs, gdb/sim/testsuite/sim/arm/thumb/swi.cgs, gdb/sim/testsuite/sim/arm/thumb/testutils.inc, gdb/sim/testsuite/sim/arm/thumb/tst.cgs, gdb/sim/testsuite/sim/arm/xscale/blx.cgs, gdb/sim/testsuite/sim/arm/xscale/mia.cgs, gdb/sim/testsuite/sim/arm/xscale/miaph.cgs, gdb/sim/testsuite/sim/arm/xscale/miaxy.cgs, gdb/sim/testsuite/sim/arm/xscale/mra.cgs, gdb/sim/testsuite/sim/arm/xscale/testutils.inc, gdb/sim/testsuite/sim/arm/xscale/xscale.exp, gdb/sim/testsuite/sim/fr30/add.cgs, gdb/sim/testsuite/sim/fr30/add.ms, gdb/sim/testsuite/sim/fr30/add2.cgs, gdb/sim/testsuite/sim/fr30/addc.cgs, gdb/sim/testsuite/sim/fr30/addn.cgs, gdb/sim/testsuite/sim/fr30/addn2.cgs, gdb/sim/testsuite/sim/fr30/addsp.cgs, gdb/sim/testsuite/sim/fr30/allinsn.exp, gdb/sim/testsuite/sim/fr30/and.cgs, gdb/sim/testsuite/sim/fr30/andb.cgs, gdb/sim/testsuite/sim/fr30/andccr.cgs, gdb/sim/testsuite/sim/fr30/andh.cgs, gdb/sim/testsuite/sim/fr30/asr.cgs, gdb/sim/testsuite/sim/fr30/asr2.cgs, gdb/sim/testsuite/sim/fr30/bandh.cgs, gdb/sim/testsuite/sim/fr30/bandl.cgs, gdb/sim/testsuite/sim/fr30/bc.cgs, gdb/sim/testsuite/sim/fr30/beorh.cgs, gdb/sim/testsuite/sim/fr30/beorl.cgs, gdb/sim/testsuite/sim/fr30/beq.cgs, gdb/sim/testsuite/sim/fr30/bge.cgs, gdb/sim/testsuite/sim/fr30/bgt.cgs, gdb/sim/testsuite/sim/fr30/bhi.cgs, gdb/sim/testsuite/sim/fr30/ble.cgs, gdb/sim/testsuite/sim/fr30/bls.cgs, gdb/sim/testsuite/sim/fr30/blt.cgs, gdb/sim/testsuite/sim/fr30/bn.cgs, gdb/sim/testsuite/sim/fr30/bnc.cgs, gdb/sim/testsuite/sim/fr30/bne.cgs, gdb/sim/testsuite/sim/fr30/bno.cgs, gdb/sim/testsuite/sim/fr30/bnv.cgs, gdb/sim/testsuite/sim/fr30/borh.cgs, gdb/sim/testsuite/sim/fr30/borl.cgs, gdb/sim/testsuite/sim/fr30/bp.cgs, gdb/sim/testsuite/sim/fr30/bra.cgs, gdb/sim/testsuite/sim/fr30/btsth.cgs, gdb/sim/testsuite/sim/fr30/btstl.cgs, gdb/sim/testsuite/sim/fr30/bv.cgs, gdb/sim/testsuite/sim/fr30/call.cgs, gdb/sim/testsuite/sim/fr30/cmp.cgs, gdb/sim/testsuite/sim/fr30/cmp2.cgs, gdb/sim/testsuite/sim/fr30/copld.cgs, gdb/sim/testsuite/sim/fr30/copop.cgs, gdb/sim/testsuite/sim/fr30/copst.cgs, gdb/sim/testsuite/sim/fr30/copsv.cgs, gdb/sim/testsuite/sim/fr30/div.ms, gdb/sim/testsuite/sim/fr30/div0s.cgs, gdb/sim/testsuite/sim/fr30/div0u.cgs, gdb/sim/testsuite/sim/fr30/div1.cgs, gdb/sim/testsuite/sim/fr30/div2.cgs, gdb/sim/testsuite/sim/fr30/div3.cgs, gdb/sim/testsuite/sim/fr30/div4s.cgs, gdb/sim/testsuite/sim/fr30/dmov.cgs, gdb/sim/testsuite/sim/fr30/dmovb.cgs, gdb/sim/testsuite/sim/fr30/dmovh.cgs, gdb/sim/testsuite/sim/fr30/enter.cgs, gdb/sim/testsuite/sim/fr30/eor.cgs, gdb/sim/testsuite/sim/fr30/eorb.cgs, gdb/sim/testsuite/sim/fr30/eorh.cgs, gdb/sim/testsuite/sim/fr30/extsb.cgs, gdb/sim/testsuite/sim/fr30/extsh.cgs, gdb/sim/testsuite/sim/fr30/extub.cgs, gdb/sim/testsuite/sim/fr30/extuh.cgs, gdb/sim/testsuite/sim/fr30/hello.ms, gdb/sim/testsuite/sim/fr30/int.cgs, gdb/sim/testsuite/sim/fr30/inte.cgs, gdb/sim/testsuite/sim/fr30/jmp.cgs, gdb/sim/testsuite/sim/fr30/ld.cgs, gdb/sim/testsuite/sim/fr30/ldi20.cgs, gdb/sim/testsuite/sim/fr30/ldi32.cgs, gdb/sim/testsuite/sim/fr30/ldi8.cgs, gdb/sim/testsuite/sim/fr30/ldm0.cgs, gdb/sim/testsuite/sim/fr30/ldm1.cgs, gdb/sim/testsuite/sim/fr30/ldres.cgs, gdb/sim/testsuite/sim/fr30/ldub.cgs, gdb/sim/testsuite/sim/fr30/lduh.cgs, gdb/sim/testsuite/sim/fr30/leave.cgs, gdb/sim/testsuite/sim/fr30/lsl.cgs, gdb/sim/testsuite/sim/fr30/lsl2.cgs, gdb/sim/testsuite/sim/fr30/lsr.cgs, gdb/sim/testsuite/sim/fr30/lsr2.cgs, gdb/sim/testsuite/sim/fr30/misc.exp, gdb/sim/testsuite/sim/fr30/mov.cgs, gdb/sim/testsuite/sim/fr30/mul.cgs, gdb/sim/testsuite/sim/fr30/mulh.cgs, gdb/sim/testsuite/sim/fr30/mulu.cgs, gdb/sim/testsuite/sim/fr30/muluh.cgs, gdb/sim/testsuite/sim/fr30/nop.cgs, gdb/sim/testsuite/sim/fr30/or.cgs, gdb/sim/testsuite/sim/fr30/orb.cgs, gdb/sim/testsuite/sim/fr30/orccr.cgs, gdb/sim/testsuite/sim/fr30/orh.cgs, gdb/sim/testsuite/sim/fr30/ret.cgs, gdb/sim/testsuite/sim/fr30/reti.cgs, gdb/sim/testsuite/sim/fr30/st.cgs, gdb/sim/testsuite/sim/fr30/stb.cgs, gdb/sim/testsuite/sim/fr30/sth.cgs, gdb/sim/testsuite/sim/fr30/stilm.cgs, gdb/sim/testsuite/sim/fr30/stm0.cgs, gdb/sim/testsuite/sim/fr30/stm1.cgs, gdb/sim/testsuite/sim/fr30/stres.cgs, gdb/sim/testsuite/sim/fr30/sub.cgs, gdb/sim/testsuite/sim/fr30/subc.cgs, gdb/sim/testsuite/sim/fr30/subn.cgs, gdb/sim/testsuite/sim/fr30/testutils.inc, gdb/sim/testsuite/sim/fr30/xchb.cgs, gdb/sim/testsuite/sim/frv/add.cgs, gdb/sim/testsuite/sim/frv/add.pcgs, gdb/sim/testsuite/sim/frv/addcc.cgs, gdb/sim/testsuite/sim/frv/addi.cgs, gdb/sim/testsuite/sim/frv/addicc.cgs, gdb/sim/testsuite/sim/frv/addx.cgs, gdb/sim/testsuite/sim/frv/addxcc.cgs, gdb/sim/testsuite/sim/frv/addxi.cgs, gdb/sim/testsuite/sim/frv/addxicc.cgs, gdb/sim/testsuite/sim/frv/allinsn.exp, gdb/sim/testsuite/sim/frv/and.cgs, gdb/sim/testsuite/sim/frv/andcc.cgs, gdb/sim/testsuite/sim/frv/andcr.cgs, gdb/sim/testsuite/sim/frv/andi.cgs, gdb/sim/testsuite/sim/frv/andicc.cgs, gdb/sim/testsuite/sim/frv/andncr.cgs, gdb/sim/testsuite/sim/frv/bar.cgs, gdb/sim/testsuite/sim/frv/bc.cgs, gdb/sim/testsuite/sim/frv/bcclr.cgs, gdb/sim/testsuite/sim/frv/bceqlr.cgs, gdb/sim/testsuite/sim/frv/bcgelr.cgs, gdb/sim/testsuite/sim/frv/bcgtlr.cgs, gdb/sim/testsuite/sim/frv/bchilr.cgs, gdb/sim/testsuite/sim/frv/bclelr.cgs, gdb/sim/testsuite/sim/frv/bclr.cgs, gdb/sim/testsuite/sim/frv/bclslr.cgs, gdb/sim/testsuite/sim/frv/bcltlr.cgs, gdb/sim/testsuite/sim/frv/bcnclr.cgs, gdb/sim/testsuite/sim/frv/bcnelr.cgs, gdb/sim/testsuite/sim/frv/bcnlr.cgs, gdb/sim/testsuite/sim/frv/bcnolr.cgs, gdb/sim/testsuite/sim/frv/bcnvlr.cgs, gdb/sim/testsuite/sim/frv/bcplr.cgs, gdb/sim/testsuite/sim/frv/bcralr.cgs, gdb/sim/testsuite/sim/frv/bctrlr.cgs, gdb/sim/testsuite/sim/frv/bcvlr.cgs, gdb/sim/testsuite/sim/frv/beq.cgs, gdb/sim/testsuite/sim/frv/beqlr.cgs, gdb/sim/testsuite/sim/frv/bge.cgs, gdb/sim/testsuite/sim/frv/bgelr.cgs, gdb/sim/testsuite/sim/frv/bgt.cgs, gdb/sim/testsuite/sim/frv/bgtlr.cgs, gdb/sim/testsuite/sim/frv/bhi.cgs, gdb/sim/testsuite/sim/frv/bhilr.cgs, gdb/sim/testsuite/sim/frv/ble.cgs, gdb/sim/testsuite/sim/frv/blelr.cgs, gdb/sim/testsuite/sim/frv/bls.cgs, gdb/sim/testsuite/sim/frv/blslr.cgs, gdb/sim/testsuite/sim/frv/blt.cgs, gdb/sim/testsuite/sim/frv/bltlr.cgs, gdb/sim/testsuite/sim/frv/bn.cgs, gdb/sim/testsuite/sim/frv/bnc.cgs, gdb/sim/testsuite/sim/frv/bnclr.cgs, gdb/sim/testsuite/sim/frv/bne.cgs, gdb/sim/testsuite/sim/frv/bnelr.cgs, gdb/sim/testsuite/sim/frv/bnlr.cgs, gdb/sim/testsuite/sim/frv/bno.cgs, gdb/sim/testsuite/sim/frv/bnolr.cgs, gdb/sim/testsuite/sim/frv/bnv.cgs, gdb/sim/testsuite/sim/frv/bnvlr.cgs, gdb/sim/testsuite/sim/frv/bp.cgs, gdb/sim/testsuite/sim/frv/bplr.cgs, gdb/sim/testsuite/sim/frv/bra.cgs, gdb/sim/testsuite/sim/frv/bralr.cgs, gdb/sim/testsuite/sim/frv/branch.pcgs, gdb/sim/testsuite/sim/frv/break.cgs, gdb/sim/testsuite/sim/frv/bv.cgs, gdb/sim/testsuite/sim/frv/bvlr.cgs, gdb/sim/testsuite/sim/frv/cadd.cgs, gdb/sim/testsuite/sim/frv/caddcc.cgs, gdb/sim/testsuite/sim/frv/call.cgs, gdb/sim/testsuite/sim/frv/call.pcgs, gdb/sim/testsuite/sim/frv/callil.cgs, gdb/sim/testsuite/sim/frv/calll.cgs, gdb/sim/testsuite/sim/frv/cand.cgs, gdb/sim/testsuite/sim/frv/candcc.cgs, gdb/sim/testsuite/sim/frv/ccalll.cgs, gdb/sim/testsuite/sim/frv/cckc.cgs, gdb/sim/testsuite/sim/frv/cckeq.cgs, gdb/sim/testsuite/sim/frv/cckge.cgs, gdb/sim/testsuite/sim/frv/cckgt.cgs, gdb/sim/testsuite/sim/frv/cckhi.cgs, gdb/sim/testsuite/sim/frv/cckle.cgs, gdb/sim/testsuite/sim/frv/cckls.cgs, gdb/sim/testsuite/sim/frv/ccklt.cgs, gdb/sim/testsuite/sim/frv/cckn.cgs, gdb/sim/testsuite/sim/frv/ccknc.cgs, gdb/sim/testsuite/sim/frv/cckne.cgs, gdb/sim/testsuite/sim/frv/cckno.cgs, gdb/sim/testsuite/sim/frv/ccknv.cgs, gdb/sim/testsuite/sim/frv/cckp.cgs, gdb/sim/testsuite/sim/frv/cckra.cgs, gdb/sim/testsuite/sim/frv/cckv.cgs, gdb/sim/testsuite/sim/frv/ccmp.cgs, gdb/sim/testsuite/sim/frv/cfabss.cgs, gdb/sim/testsuite/sim/frv/cfadds.cgs, gdb/sim/testsuite/sim/frv/cfckeq.cgs, gdb/sim/testsuite/sim/frv/cfckge.cgs, gdb/sim/testsuite/sim/frv/cfckgt.cgs, gdb/sim/testsuite/sim/frv/cfckle.cgs, gdb/sim/testsuite/sim/frv/cfcklg.cgs, gdb/sim/testsuite/sim/frv/cfcklt.cgs, gdb/sim/testsuite/sim/frv/cfckne.cgs, gdb/sim/testsuite/sim/frv/cfckno.cgs, gdb/sim/testsuite/sim/frv/cfcko.cgs, gdb/sim/testsuite/sim/frv/cfckra.cgs, gdb/sim/testsuite/sim/frv/cfcku.cgs, gdb/sim/testsuite/sim/frv/cfckue.cgs, gdb/sim/testsuite/sim/frv/cfckug.cgs, gdb/sim/testsuite/sim/frv/cfckuge.cgs, gdb/sim/testsuite/sim/frv/cfckul.cgs, gdb/sim/testsuite/sim/frv/cfckule.cgs, gdb/sim/testsuite/sim/frv/cfcmps.cgs, gdb/sim/testsuite/sim/frv/cfdivs.cgs, gdb/sim/testsuite/sim/frv/cfitos.cgs, gdb/sim/testsuite/sim/frv/cfmadds.cgs, gdb/sim/testsuite/sim/frv/cfmas.cgs, gdb/sim/testsuite/sim/frv/cfmovs.cgs, gdb/sim/testsuite/sim/frv/cfmss.cgs, gdb/sim/testsuite/sim/frv/cfmsubs.cgs, gdb/sim/testsuite/sim/frv/cfmuls.cgs, gdb/sim/testsuite/sim/frv/cfnegs.cgs, gdb/sim/testsuite/sim/frv/cfsqrts.cgs, gdb/sim/testsuite/sim/frv/cfstoi.cgs, gdb/sim/testsuite/sim/frv/cfsubs.cgs, gdb/sim/testsuite/sim/frv/cjmpl.cgs, gdb/sim/testsuite/sim/frv/ckc.cgs, gdb/sim/testsuite/sim/frv/ckeq.cgs, gdb/sim/testsuite/sim/frv/ckge.cgs, gdb/sim/testsuite/sim/frv/ckgt.cgs, gdb/sim/testsuite/sim/frv/ckhi.cgs, gdb/sim/testsuite/sim/frv/ckle.cgs, gdb/sim/testsuite/sim/frv/ckls.cgs, gdb/sim/testsuite/sim/frv/cklt.cgs, gdb/sim/testsuite/sim/frv/ckn.cgs, gdb/sim/testsuite/sim/frv/cknc.cgs, gdb/sim/testsuite/sim/frv/ckne.cgs, gdb/sim/testsuite/sim/frv/ckno.cgs, gdb/sim/testsuite/sim/frv/cknv.cgs, gdb/sim/testsuite/sim/frv/ckp.cgs, gdb/sim/testsuite/sim/frv/ckra.cgs, gdb/sim/testsuite/sim/frv/ckv.cgs, gdb/sim/testsuite/sim/frv/cld.cgs, gdb/sim/testsuite/sim/frv/cldbf.cgs, gdb/sim/testsuite/sim/frv/cldbfu.cgs, gdb/sim/testsuite/sim/frv/cldd.cgs, gdb/sim/testsuite/sim/frv/clddf.cgs, gdb/sim/testsuite/sim/frv/clddfu.cgs, gdb/sim/testsuite/sim/frv/clddu.cgs, gdb/sim/testsuite/sim/frv/cldf.cgs, gdb/sim/testsuite/sim/frv/cldfu.cgs, gdb/sim/testsuite/sim/frv/cldhf.cgs, gdb/sim/testsuite/sim/frv/cldhfu.cgs, gdb/sim/testsuite/sim/frv/cldq.cgs, gdb/sim/testsuite/sim/frv/cldqu.cgs, gdb/sim/testsuite/sim/frv/cldsb.cgs, gdb/sim/testsuite/sim/frv/cldsbu.cgs, gdb/sim/testsuite/sim/frv/cldsh.cgs, gdb/sim/testsuite/sim/frv/cldshu.cgs, gdb/sim/testsuite/sim/frv/cldu.cgs, gdb/sim/testsuite/sim/frv/cldub.cgs, gdb/sim/testsuite/sim/frv/cldubu.cgs, gdb/sim/testsuite/sim/frv/clduh.cgs, gdb/sim/testsuite/sim/frv/clduhu.cgs, gdb/sim/testsuite/sim/frv/clrfa.cgs, gdb/sim/testsuite/sim/frv/clrfr.cgs, gdb/sim/testsuite/sim/frv/clrga.cgs, gdb/sim/testsuite/sim/frv/clrgr.cgs, gdb/sim/testsuite/sim/frv/cmaddhss.cgs, gdb/sim/testsuite/sim/frv/cmaddhus.cgs, gdb/sim/testsuite/sim/frv/cmand.cgs, gdb/sim/testsuite/sim/frv/cmbtoh.cgs, gdb/sim/testsuite/sim/frv/cmbtohe.cgs, gdb/sim/testsuite/sim/frv/cmcpxis.cgs, gdb/sim/testsuite/sim/frv/cmcpxiu.cgs, gdb/sim/testsuite/sim/frv/cmcpxrs.cgs, gdb/sim/testsuite/sim/frv/cmcpxru.cgs, gdb/sim/testsuite/sim/frv/cmexpdhd.cgs, gdb/sim/testsuite/sim/frv/cmexpdhw.cgs, gdb/sim/testsuite/sim/frv/cmhtob.cgs, gdb/sim/testsuite/sim/frv/cmmachs.cgs, gdb/sim/testsuite/sim/frv/cmmachu.cgs, gdb/sim/testsuite/sim/frv/cmmulhs.cgs, gdb/sim/testsuite/sim/frv/cmmulhu.cgs, gdb/sim/testsuite/sim/frv/cmnot.cgs, gdb/sim/testsuite/sim/frv/cmor.cgs, gdb/sim/testsuite/sim/frv/cmov.cgs, gdb/sim/testsuite/sim/frv/cmovfg.cgs, gdb/sim/testsuite/sim/frv/cmovfgd.cgs, gdb/sim/testsuite/sim/frv/cmovgf.cgs, gdb/sim/testsuite/sim/frv/cmovgfd.cgs, gdb/sim/testsuite/sim/frv/cmp.cgs, gdb/sim/testsuite/sim/frv/cmpb.cgs, gdb/sim/testsuite/sim/frv/cmpba.cgs, gdb/sim/testsuite/sim/frv/cmpi.cgs, gdb/sim/testsuite/sim/frv/cmqmachs.cgs, gdb/sim/testsuite/sim/frv/cmqmachu.cgs, gdb/sim/testsuite/sim/frv/cmqmulhs.cgs, gdb/sim/testsuite/sim/frv/cmqmulhu.cgs, gdb/sim/testsuite/sim/frv/cmsubhss.cgs, gdb/sim/testsuite/sim/frv/cmsubhus.cgs, gdb/sim/testsuite/sim/frv/cmxor.cgs, gdb/sim/testsuite/sim/frv/cnot.cgs, gdb/sim/testsuite/sim/frv/commitfa.cgs, gdb/sim/testsuite/sim/frv/commitfr.cgs, gdb/sim/testsuite/sim/frv/commitga.cgs, gdb/sim/testsuite/sim/frv/commitgr.cgs, gdb/sim/testsuite/sim/frv/cop1.cgs, gdb/sim/testsuite/sim/frv/cop2.cgs, gdb/sim/testsuite/sim/frv/cor.cgs, gdb/sim/testsuite/sim/frv/corcc.cgs, gdb/sim/testsuite/sim/frv/cscan.cgs, gdb/sim/testsuite/sim/frv/csdiv.cgs, gdb/sim/testsuite/sim/frv/csll.cgs, gdb/sim/testsuite/sim/frv/csllcc.cgs, gdb/sim/testsuite/sim/frv/csmul.cgs, gdb/sim/testsuite/sim/frv/csmulcc.cgs, gdb/sim/testsuite/sim/frv/csra.cgs, gdb/sim/testsuite/sim/frv/csracc.cgs, gdb/sim/testsuite/sim/frv/csrl.cgs, gdb/sim/testsuite/sim/frv/csrlcc.cgs, gdb/sim/testsuite/sim/frv/cst.cgs, gdb/sim/testsuite/sim/frv/cstb.cgs, gdb/sim/testsuite/sim/frv/cstbf.cgs, gdb/sim/testsuite/sim/frv/cstbfu.cgs, gdb/sim/testsuite/sim/frv/cstbu.cgs, gdb/sim/testsuite/sim/frv/cstd.cgs, gdb/sim/testsuite/sim/frv/cstdf.cgs, gdb/sim/testsuite/sim/frv/cstdfu.cgs, gdb/sim/testsuite/sim/frv/cstdu.cgs, gdb/sim/testsuite/sim/frv/cstf.cgs, gdb/sim/testsuite/sim/frv/cstfu.cgs, gdb/sim/testsuite/sim/frv/csth.cgs, gdb/sim/testsuite/sim/frv/csthf.cgs, gdb/sim/testsuite/sim/frv/csthfu.cgs, gdb/sim/testsuite/sim/frv/csthu.cgs, gdb/sim/testsuite/sim/frv/cstq.cgs, gdb/sim/testsuite/sim/frv/cstu.cgs, gdb/sim/testsuite/sim/frv/csub.cgs, gdb/sim/testsuite/sim/frv/csubcc.cgs, gdb/sim/testsuite/sim/frv/cswap.cgs, gdb/sim/testsuite/sim/frv/cudiv.cgs, gdb/sim/testsuite/sim/frv/cxor.cgs, gdb/sim/testsuite/sim/frv/cxorcc.cgs, gdb/sim/testsuite/sim/frv/dcef.cgs, gdb/sim/testsuite/sim/frv/dcei.cgs, gdb/sim/testsuite/sim/frv/dcf.cgs, gdb/sim/testsuite/sim/frv/dci.cgs, gdb/sim/testsuite/sim/frv/fabsd.cgs, gdb/sim/testsuite/sim/frv/fabss.cgs, gdb/sim/testsuite/sim/frv/faddd.cgs, gdb/sim/testsuite/sim/frv/fadds.cgs, gdb/sim/testsuite/sim/frv/fbeq.cgs, gdb/sim/testsuite/sim/frv/fbeqlr.cgs, gdb/sim/testsuite/sim/frv/fbge.cgs, gdb/sim/testsuite/sim/frv/fbgelr.cgs, gdb/sim/testsuite/sim/frv/fbgt.cgs, gdb/sim/testsuite/sim/frv/fbgtlr.cgs, gdb/sim/testsuite/sim/frv/fble.cgs, gdb/sim/testsuite/sim/frv/fblelr.cgs, gdb/sim/testsuite/sim/frv/fblg.cgs, gdb/sim/testsuite/sim/frv/fblglr.cgs, gdb/sim/testsuite/sim/frv/fblt.cgs, gdb/sim/testsuite/sim/frv/fbltlr.cgs, gdb/sim/testsuite/sim/frv/fbne.cgs, gdb/sim/testsuite/sim/frv/fbnelr.cgs, gdb/sim/testsuite/sim/frv/fbno.cgs, gdb/sim/testsuite/sim/frv/fbnolr.cgs, gdb/sim/testsuite/sim/frv/fbo.cgs, gdb/sim/testsuite/sim/frv/fbolr.cgs, gdb/sim/testsuite/sim/frv/fbra.cgs, gdb/sim/testsuite/sim/frv/fbralr.cgs, gdb/sim/testsuite/sim/frv/fbu.cgs, gdb/sim/testsuite/sim/frv/fbue.cgs, gdb/sim/testsuite/sim/frv/fbuelr.cgs, gdb/sim/testsuite/sim/frv/fbug.cgs, gdb/sim/testsuite/sim/frv/fbuge.cgs, gdb/sim/testsuite/sim/frv/fbugelr.cgs, gdb/sim/testsuite/sim/frv/fbuglr.cgs, gdb/sim/testsuite/sim/frv/fbul.cgs, gdb/sim/testsuite/sim/frv/fbule.cgs, gdb/sim/testsuite/sim/frv/fbulelr.cgs, gdb/sim/testsuite/sim/frv/fbullr.cgs, gdb/sim/testsuite/sim/frv/fbulr.cgs, gdb/sim/testsuite/sim/frv/fcbeqlr.cgs, gdb/sim/testsuite/sim/frv/fcbgelr.cgs, gdb/sim/testsuite/sim/frv/fcbgtlr.cgs, gdb/sim/testsuite/sim/frv/fcblelr.cgs, gdb/sim/testsuite/sim/frv/fcblglr.cgs, gdb/sim/testsuite/sim/frv/fcbltlr.cgs, gdb/sim/testsuite/sim/frv/fcbnelr.cgs, gdb/sim/testsuite/sim/frv/fcbnolr.cgs, gdb/sim/testsuite/sim/frv/fcbolr.cgs, gdb/sim/testsuite/sim/frv/fcbralr.cgs, gdb/sim/testsuite/sim/frv/fcbuelr.cgs, gdb/sim/testsuite/sim/frv/fcbugelr.cgs, gdb/sim/testsuite/sim/frv/fcbuglr.cgs, gdb/sim/testsuite/sim/frv/fcbulelr.cgs, gdb/sim/testsuite/sim/frv/fcbullr.cgs, gdb/sim/testsuite/sim/frv/fcbulr.cgs, gdb/sim/testsuite/sim/frv/fckeq.cgs, gdb/sim/testsuite/sim/frv/fckge.cgs, gdb/sim/testsuite/sim/frv/fckgt.cgs, gdb/sim/testsuite/sim/frv/fckle.cgs, gdb/sim/testsuite/sim/frv/fcklg.cgs, gdb/sim/testsuite/sim/frv/fcklt.cgs, gdb/sim/testsuite/sim/frv/fckne.cgs, gdb/sim/testsuite/sim/frv/fckno.cgs, gdb/sim/testsuite/sim/frv/fcko.cgs, gdb/sim/testsuite/sim/frv/fckra.cgs, gdb/sim/testsuite/sim/frv/fcku.cgs, gdb/sim/testsuite/sim/frv/fckue.cgs, gdb/sim/testsuite/sim/frv/fckug.cgs, gdb/sim/testsuite/sim/frv/fckuge.cgs, gdb/sim/testsuite/sim/frv/fckul.cgs, gdb/sim/testsuite/sim/frv/fckule.cgs, gdb/sim/testsuite/sim/frv/fcmpd.cgs, gdb/sim/testsuite/sim/frv/fcmps.cgs, gdb/sim/testsuite/sim/frv/fdabss.cgs, gdb/sim/testsuite/sim/frv/fdadds.cgs, gdb/sim/testsuite/sim/frv/fdcmps.cgs, gdb/sim/testsuite/sim/frv/fddivs.cgs, gdb/sim/testsuite/sim/frv/fditos.cgs, gdb/sim/testsuite/sim/frv/fdivd.cgs, gdb/sim/testsuite/sim/frv/fdivs.cgs, gdb/sim/testsuite/sim/frv/fdmadds.cgs, gdb/sim/testsuite/sim/frv/fdmas.cgs, gdb/sim/testsuite/sim/frv/fdmovs.cgs, gdb/sim/testsuite/sim/frv/fdmss.cgs, gdb/sim/testsuite/sim/frv/fdmulcs.cgs, gdb/sim/testsuite/sim/frv/fdmuls.cgs, gdb/sim/testsuite/sim/frv/fdnegs.cgs, gdb/sim/testsuite/sim/frv/fdsads.cgs, gdb/sim/testsuite/sim/frv/fdsqrts.cgs, gdb/sim/testsuite/sim/frv/fdstoi.cgs, gdb/sim/testsuite/sim/frv/fdsubs.cgs, gdb/sim/testsuite/sim/frv/fdtoi.cgs, gdb/sim/testsuite/sim/frv/fitod.cgs, gdb/sim/testsuite/sim/frv/fitos.cgs, gdb/sim/testsuite/sim/frv/fmad.cgs, gdb/sim/testsuite/sim/frv/fmaddd.cgs, gdb/sim/testsuite/sim/frv/fmadds.cgs, gdb/sim/testsuite/sim/frv/fmas.cgs, gdb/sim/testsuite/sim/frv/fmovd.cgs, gdb/sim/testsuite/sim/frv/fmovs.cgs, gdb/sim/testsuite/sim/frv/fmsd.cgs, gdb/sim/testsuite/sim/frv/fmss.cgs, gdb/sim/testsuite/sim/frv/fmsubd.cgs, gdb/sim/testsuite/sim/frv/fmsubs.cgs, gdb/sim/testsuite/sim/frv/fmuld.cgs, gdb/sim/testsuite/sim/frv/fmuls.cgs, gdb/sim/testsuite/sim/frv/fnegd.cgs, gdb/sim/testsuite/sim/frv/fnegs.cgs, gdb/sim/testsuite/sim/frv/fnop.cgs, gdb/sim/testsuite/sim/frv/fsqrtd.cgs, gdb/sim/testsuite/sim/frv/fsqrts.cgs, gdb/sim/testsuite/sim/frv/fstoi.cgs, gdb/sim/testsuite/sim/frv/fsubd.cgs, gdb/sim/testsuite/sim/frv/fsubs.cgs, gdb/sim/testsuite/sim/frv/fteq.cgs, gdb/sim/testsuite/sim/frv/ftge.cgs, gdb/sim/testsuite/sim/frv/ftgt.cgs, gdb/sim/testsuite/sim/frv/ftieq.cgs, gdb/sim/testsuite/sim/frv/ftige.cgs, gdb/sim/testsuite/sim/frv/ftigt.cgs, gdb/sim/testsuite/sim/frv/ftile.cgs, gdb/sim/testsuite/sim/frv/ftilg.cgs, gdb/sim/testsuite/sim/frv/ftilt.cgs, gdb/sim/testsuite/sim/frv/ftine.cgs, gdb/sim/testsuite/sim/frv/ftino.cgs, gdb/sim/testsuite/sim/frv/ftio.cgs, gdb/sim/testsuite/sim/frv/ftira.cgs, gdb/sim/testsuite/sim/frv/ftiu.cgs, gdb/sim/testsuite/sim/frv/ftiue.cgs, gdb/sim/testsuite/sim/frv/ftiug.cgs, gdb/sim/testsuite/sim/frv/ftiuge.cgs, gdb/sim/testsuite/sim/frv/ftiul.cgs, gdb/sim/testsuite/sim/frv/ftle.cgs, gdb/sim/testsuite/sim/frv/ftlg.cgs, gdb/sim/testsuite/sim/frv/ftlt.cgs, gdb/sim/testsuite/sim/frv/ftne.cgs, gdb/sim/testsuite/sim/frv/ftno.cgs, gdb/sim/testsuite/sim/frv/fto.cgs, gdb/sim/testsuite/sim/frv/ftra.cgs, gdb/sim/testsuite/sim/frv/ftu.cgs, gdb/sim/testsuite/sim/frv/ftue.cgs, gdb/sim/testsuite/sim/frv/ftug.cgs, gdb/sim/testsuite/sim/frv/ftuge.cgs, gdb/sim/testsuite/sim/frv/ftul.cgs, gdb/sim/testsuite/sim/frv/ftule.cgs, gdb/sim/testsuite/sim/frv/icei.cgs, gdb/sim/testsuite/sim/frv/ici.cgs, gdb/sim/testsuite/sim/frv/icpl.cgs, gdb/sim/testsuite/sim/frv/icul.cgs, gdb/sim/testsuite/sim/frv/interrupts.exp, gdb/sim/testsuite/sim/frv/jmpil.cgs, gdb/sim/testsuite/sim/frv/jmpl.cgs, gdb/sim/testsuite/sim/frv/jmpl.pcgs, gdb/sim/testsuite/sim/frv/ld.cgs, gdb/sim/testsuite/sim/frv/ldbf.cgs, gdb/sim/testsuite/sim/frv/ldbfi.cgs, gdb/sim/testsuite/sim/frv/ldbfu.cgs, gdb/sim/testsuite/sim/frv/ldc.cgs, gdb/sim/testsuite/sim/frv/ldcu.cgs, gdb/sim/testsuite/sim/frv/ldd.cgs, gdb/sim/testsuite/sim/frv/lddc.cgs, gdb/sim/testsuite/sim/frv/lddcu.cgs, gdb/sim/testsuite/sim/frv/lddf.cgs, gdb/sim/testsuite/sim/frv/lddfi.cgs, gdb/sim/testsuite/sim/frv/lddfu.cgs, gdb/sim/testsuite/sim/frv/lddi.cgs, gdb/sim/testsuite/sim/frv/lddu.cgs, gdb/sim/testsuite/sim/frv/ldf.cgs, gdb/sim/testsuite/sim/frv/ldfi.cgs, gdb/sim/testsuite/sim/frv/ldfu.cgs, gdb/sim/testsuite/sim/frv/ldhf.cgs, gdb/sim/testsuite/sim/frv/ldhfi.cgs, gdb/sim/testsuite/sim/frv/ldhfu.cgs, gdb/sim/testsuite/sim/frv/ldi.cgs, gdb/sim/testsuite/sim/frv/ldq.cgs, gdb/sim/testsuite/sim/frv/ldqc.cgs, gdb/sim/testsuite/sim/frv/ldqcu.cgs, gdb/sim/testsuite/sim/frv/ldqf.cgs, gdb/sim/testsuite/sim/frv/ldqfi.cgs, gdb/sim/testsuite/sim/frv/ldqfu.cgs, gdb/sim/testsuite/sim/frv/ldqi.cgs, gdb/sim/testsuite/sim/frv/ldqu.cgs, gdb/sim/testsuite/sim/frv/ldsb.cgs, gdb/sim/testsuite/sim/frv/ldsbi.cgs, gdb/sim/testsuite/sim/frv/ldsbu.cgs, gdb/sim/testsuite/sim/frv/ldsh.cgs, gdb/sim/testsuite/sim/frv/ldshi.cgs, gdb/sim/testsuite/sim/frv/ldshu.cgs, gdb/sim/testsuite/sim/frv/ldu.cgs, gdb/sim/testsuite/sim/frv/ldub.cgs, gdb/sim/testsuite/sim/frv/ldubi.cgs, gdb/sim/testsuite/sim/frv/ldubu.cgs, gdb/sim/testsuite/sim/frv/lduh.cgs, gdb/sim/testsuite/sim/frv/lduhi.cgs, gdb/sim/testsuite/sim/frv/lduhu.cgs, gdb/sim/testsuite/sim/frv/lrbranch.pcgs, gdb/sim/testsuite/sim/frv/mabshs.cgs, gdb/sim/testsuite/sim/frv/maddhss.cgs, gdb/sim/testsuite/sim/frv/maddhus.cgs, gdb/sim/testsuite/sim/frv/mand.cgs, gdb/sim/testsuite/sim/frv/maveh.cgs, gdb/sim/testsuite/sim/frv/mbtoh.cgs, gdb/sim/testsuite/sim/frv/mbtohe.cgs, gdb/sim/testsuite/sim/frv/mclracc.cgs, gdb/sim/testsuite/sim/frv/mcmpsh.cgs, gdb/sim/testsuite/sim/frv/mcmpuh.cgs, gdb/sim/testsuite/sim/frv/mcop1.cgs, gdb/sim/testsuite/sim/frv/mcop2.cgs, gdb/sim/testsuite/sim/frv/mcplhi.cgs, gdb/sim/testsuite/sim/frv/mcpli.cgs, gdb/sim/testsuite/sim/frv/mcpxis.cgs, gdb/sim/testsuite/sim/frv/mcpxiu.cgs, gdb/sim/testsuite/sim/frv/mcpxrs.cgs, gdb/sim/testsuite/sim/frv/mcpxru.cgs, gdb/sim/testsuite/sim/frv/mcut.cgs, gdb/sim/testsuite/sim/frv/mcuti.cgs, gdb/sim/testsuite/sim/frv/mcutss.cgs, gdb/sim/testsuite/sim/frv/mcutssi.cgs, gdb/sim/testsuite/sim/frv/mdaddaccs.cgs, gdb/sim/testsuite/sim/frv/mdasaccs.cgs, gdb/sim/testsuite/sim/frv/mdcutssi.cgs, gdb/sim/testsuite/sim/frv/mdpackh.cgs, gdb/sim/testsuite/sim/frv/mdrotli.cgs, gdb/sim/testsuite/sim/frv/mdsubaccs.cgs, gdb/sim/testsuite/sim/frv/mdunpackh.cgs, gdb/sim/testsuite/sim/frv/membar.cgs, gdb/sim/testsuite/sim/frv/mexpdhd.cgs, gdb/sim/testsuite/sim/frv/mexpdhw.cgs, gdb/sim/testsuite/sim/frv/mhdseth.cgs, gdb/sim/testsuite/sim/frv/mhdsets.cgs, gdb/sim/testsuite/sim/frv/mhsethih.cgs, gdb/sim/testsuite/sim/frv/mhsethis.cgs, gdb/sim/testsuite/sim/frv/mhsetloh.cgs, gdb/sim/testsuite/sim/frv/mhsetlos.cgs, gdb/sim/testsuite/sim/frv/mhtob.cgs, gdb/sim/testsuite/sim/frv/mmachs.cgs, gdb/sim/testsuite/sim/frv/mmachu.cgs, gdb/sim/testsuite/sim/frv/mmrdhs.cgs, gdb/sim/testsuite/sim/frv/mmrdhu.cgs, gdb/sim/testsuite/sim/frv/mmulhs.cgs, gdb/sim/testsuite/sim/frv/mmulhu.cgs, gdb/sim/testsuite/sim/frv/mmulxhs.cgs, gdb/sim/testsuite/sim/frv/mmulxhu.cgs, gdb/sim/testsuite/sim/frv/mnop.cgs, gdb/sim/testsuite/sim/frv/mnot.cgs, gdb/sim/testsuite/sim/frv/mor.cgs, gdb/sim/testsuite/sim/frv/mov.cgs, gdb/sim/testsuite/sim/frv/movfg.cgs, gdb/sim/testsuite/sim/frv/movfgd.cgs, gdb/sim/testsuite/sim/frv/movfgq.cgs, gdb/sim/testsuite/sim/frv/movgf.cgs, gdb/sim/testsuite/sim/frv/movgfd.cgs, gdb/sim/testsuite/sim/frv/movgfq.cgs, gdb/sim/testsuite/sim/frv/movgs.cgs, gdb/sim/testsuite/sim/frv/movsg.cgs, gdb/sim/testsuite/sim/frv/mpackh.cgs, gdb/sim/testsuite/sim/frv/mqcpxis.cgs, gdb/sim/testsuite/sim/frv/mqcpxiu.cgs, gdb/sim/testsuite/sim/frv/mqcpxrs.cgs, gdb/sim/testsuite/sim/frv/mqcpxru.cgs, gdb/sim/testsuite/sim/frv/mqlclrhs.cgs, gdb/sim/testsuite/sim/frv/mqlmths.cgs, gdb/sim/testsuite/sim/frv/mqmachs.cgs, gdb/sim/testsuite/sim/frv/mqmachu.cgs, gdb/sim/testsuite/sim/frv/mqmacxhs.cgs, gdb/sim/testsuite/sim/frv/mqmulhs.cgs, gdb/sim/testsuite/sim/frv/mqmulhu.cgs, gdb/sim/testsuite/sim/frv/mqmulxhs.cgs, gdb/sim/testsuite/sim/frv/mqmulxhu.cgs, gdb/sim/testsuite/sim/frv/mqsaths.cgs, gdb/sim/testsuite/sim/frv/mqsllhi.cgs, gdb/sim/testsuite/sim/frv/mqsrahi.cgs, gdb/sim/testsuite/sim/frv/mqxmachs.cgs, gdb/sim/testsuite/sim/frv/mqxmacxhs.cgs, gdb/sim/testsuite/sim/frv/mrdacc.cgs, gdb/sim/testsuite/sim/frv/mrdaccg.cgs, gdb/sim/testsuite/sim/frv/mrotli.cgs, gdb/sim/testsuite/sim/frv/mrotri.cgs, gdb/sim/testsuite/sim/frv/msaths.cgs, gdb/sim/testsuite/sim/frv/msathu.cgs, gdb/sim/testsuite/sim/frv/msllhi.cgs, gdb/sim/testsuite/sim/frv/msrahi.cgs, gdb/sim/testsuite/sim/frv/msrlhi.cgs, gdb/sim/testsuite/sim/frv/msubhss.cgs, gdb/sim/testsuite/sim/frv/msubhus.cgs, gdb/sim/testsuite/sim/frv/mtrap.cgs, gdb/sim/testsuite/sim/frv/munpackh.cgs, gdb/sim/testsuite/sim/frv/mwcut.cgs, gdb/sim/testsuite/sim/frv/mwcuti.cgs, gdb/sim/testsuite/sim/frv/mwtacc.cgs, gdb/sim/testsuite/sim/frv/mwtaccg.cgs, gdb/sim/testsuite/sim/frv/mxor.cgs, gdb/sim/testsuite/sim/frv/nandcr.cgs, gdb/sim/testsuite/sim/frv/nandncr.cgs, gdb/sim/testsuite/sim/frv/nfadds.cgs, gdb/sim/testsuite/sim/frv/nfdadds.cgs, gdb/sim/testsuite/sim/frv/nfdcmps.cgs, gdb/sim/testsuite/sim/frv/nfddivs.cgs, gdb/sim/testsuite/sim/frv/nfditos.cgs, gdb/sim/testsuite/sim/frv/nfdivs.cgs, gdb/sim/testsuite/sim/frv/nfdmadds.cgs, gdb/sim/testsuite/sim/frv/nfdmas.cgs, gdb/sim/testsuite/sim/frv/nfdmss.cgs, gdb/sim/testsuite/sim/frv/nfdmulcs.cgs, gdb/sim/testsuite/sim/frv/nfdmuls.cgs, gdb/sim/testsuite/sim/frv/nfdsads.cgs, gdb/sim/testsuite/sim/frv/nfdsqrts.cgs, gdb/sim/testsuite/sim/frv/nfdstoi.cgs, gdb/sim/testsuite/sim/frv/nfdsubs.cgs, gdb/sim/testsuite/sim/frv/nfitos.cgs, gdb/sim/testsuite/sim/frv/nfmadds.cgs, gdb/sim/testsuite/sim/frv/nfmas.cgs, gdb/sim/testsuite/sim/frv/nfmss.cgs, gdb/sim/testsuite/sim/frv/nfmsubs.cgs, gdb/sim/testsuite/sim/frv/nfmuls.cgs, gdb/sim/testsuite/sim/frv/nfsqrts.cgs, gdb/sim/testsuite/sim/frv/nfstoi.cgs, gdb/sim/testsuite/sim/frv/nfsubs.cgs, gdb/sim/testsuite/sim/frv/nld.cgs, gdb/sim/testsuite/sim/frv/nldbf.cgs, gdb/sim/testsuite/sim/frv/nldbfi.cgs, gdb/sim/testsuite/sim/frv/nldbfu.cgs, gdb/sim/testsuite/sim/frv/nldd.cgs, gdb/sim/testsuite/sim/frv/nlddf.cgs, gdb/sim/testsuite/sim/frv/nlddfi.cgs, gdb/sim/testsuite/sim/frv/nlddfu.cgs, gdb/sim/testsuite/sim/frv/nlddi.cgs, gdb/sim/testsuite/sim/frv/nlddu.cgs, gdb/sim/testsuite/sim/frv/nldf.cgs, gdb/sim/testsuite/sim/frv/nldfi.cgs, gdb/sim/testsuite/sim/frv/nldfu.cgs, gdb/sim/testsuite/sim/frv/nldhf.cgs, gdb/sim/testsuite/sim/frv/nldhfi.cgs, gdb/sim/testsuite/sim/frv/nldhfu.cgs, gdb/sim/testsuite/sim/frv/nldi.cgs, gdb/sim/testsuite/sim/frv/nldq.cgs, gdb/sim/testsuite/sim/frv/nldqf.cgs, gdb/sim/testsuite/sim/frv/nldqfi.cgs, gdb/sim/testsuite/sim/frv/nldqfu.cgs, gdb/sim/testsuite/sim/frv/nldqu.cgs, gdb/sim/testsuite/sim/frv/nldsb.cgs, gdb/sim/testsuite/sim/frv/nldsbi.cgs, gdb/sim/testsuite/sim/frv/nldsbu.cgs, gdb/sim/testsuite/sim/frv/nldsh.cgs, gdb/sim/testsuite/sim/frv/nldshi.cgs, gdb/sim/testsuite/sim/frv/nldshu.cgs, gdb/sim/testsuite/sim/frv/nldu.cgs, gdb/sim/testsuite/sim/frv/nldub.cgs, gdb/sim/testsuite/sim/frv/nldubi.cgs, gdb/sim/testsuite/sim/frv/nldubu.cgs, gdb/sim/testsuite/sim/frv/nlduh.cgs, gdb/sim/testsuite/sim/frv/nlduhi.cgs, gdb/sim/testsuite/sim/frv/nlduhu.cgs, gdb/sim/testsuite/sim/frv/nop.cgs, gdb/sim/testsuite/sim/frv/norcr.cgs, gdb/sim/testsuite/sim/frv/norncr.cgs, gdb/sim/testsuite/sim/frv/not.cgs, gdb/sim/testsuite/sim/frv/notcr.cgs, gdb/sim/testsuite/sim/frv/nsdiv.cgs, gdb/sim/testsuite/sim/frv/nsdivi.cgs, gdb/sim/testsuite/sim/frv/nudiv.cgs, gdb/sim/testsuite/sim/frv/nudivi.cgs, gdb/sim/testsuite/sim/frv/or.cgs, gdb/sim/testsuite/sim/frv/orcc.cgs, gdb/sim/testsuite/sim/frv/orcr.cgs, gdb/sim/testsuite/sim/frv/ori.cgs, gdb/sim/testsuite/sim/frv/oricc.cgs, gdb/sim/testsuite/sim/frv/orncr.cgs, gdb/sim/testsuite/sim/frv/parallel.exp, gdb/sim/testsuite/sim/frv/ret.cgs, gdb/sim/testsuite/sim/frv/rett.cgs, gdb/sim/testsuite/sim/frv/scan.cgs, gdb/sim/testsuite/sim/frv/scani.cgs, gdb/sim/testsuite/sim/frv/sdiv.cgs, gdb/sim/testsuite/sim/frv/sdivi.cgs, gdb/sim/testsuite/sim/frv/sethi.cgs, gdb/sim/testsuite/sim/frv/sethilo.pcgs, gdb/sim/testsuite/sim/frv/setlo.cgs, gdb/sim/testsuite/sim/frv/setlos.cgs, gdb/sim/testsuite/sim/frv/sll.cgs, gdb/sim/testsuite/sim/frv/sllcc.cgs, gdb/sim/testsuite/sim/frv/slli.cgs, gdb/sim/testsuite/sim/frv/sllicc.cgs, gdb/sim/testsuite/sim/frv/smul.cgs, gdb/sim/testsuite/sim/frv/smulcc.cgs, gdb/sim/testsuite/sim/frv/smuli.cgs, gdb/sim/testsuite/sim/frv/smulicc.cgs, gdb/sim/testsuite/sim/frv/sra.cgs, gdb/sim/testsuite/sim/frv/sracc.cgs, gdb/sim/testsuite/sim/frv/srai.cgs, gdb/sim/testsuite/sim/frv/sraicc.cgs, gdb/sim/testsuite/sim/frv/srl.cgs, gdb/sim/testsuite/sim/frv/srlcc.cgs, gdb/sim/testsuite/sim/frv/srli.cgs, gdb/sim/testsuite/sim/frv/srlicc.cgs, gdb/sim/testsuite/sim/frv/st.cgs, gdb/sim/testsuite/sim/frv/stb.cgs, gdb/sim/testsuite/sim/frv/stbf.cgs, gdb/sim/testsuite/sim/frv/stbfi.cgs, gdb/sim/testsuite/sim/frv/stbfu.cgs, gdb/sim/testsuite/sim/frv/stbi.cgs, gdb/sim/testsuite/sim/frv/stbu.cgs, gdb/sim/testsuite/sim/frv/stc.cgs, gdb/sim/testsuite/sim/frv/stcu.cgs, gdb/sim/testsuite/sim/frv/std.cgs, gdb/sim/testsuite/sim/frv/std.pcgs, gdb/sim/testsuite/sim/frv/stdc.cgs, gdb/sim/testsuite/sim/frv/stdc.pcgs, gdb/sim/testsuite/sim/frv/stdcu.cgs, gdb/sim/testsuite/sim/frv/stdf.cgs, gdb/sim/testsuite/sim/frv/stdf.pcgs, gdb/sim/testsuite/sim/frv/stdfi.cgs, gdb/sim/testsuite/sim/frv/stdfu.cgs, gdb/sim/testsuite/sim/frv/stdi.cgs, gdb/sim/testsuite/sim/frv/stdu.cgs, gdb/sim/testsuite/sim/frv/stf.cgs, gdb/sim/testsuite/sim/frv/stfi.cgs, gdb/sim/testsuite/sim/frv/stfu.cgs, gdb/sim/testsuite/sim/frv/sth.cgs, gdb/sim/testsuite/sim/frv/sthf.cgs, gdb/sim/testsuite/sim/frv/sthfi.cgs, gdb/sim/testsuite/sim/frv/sthfu.cgs, gdb/sim/testsuite/sim/frv/sthi.cgs, gdb/sim/testsuite/sim/frv/sthu.cgs, gdb/sim/testsuite/sim/frv/sti.cgs, gdb/sim/testsuite/sim/frv/stq.cgs, gdb/sim/testsuite/sim/frv/stq.pcgs, gdb/sim/testsuite/sim/frv/stqc.cgs, gdb/sim/testsuite/sim/frv/stqc.pcgs, gdb/sim/testsuite/sim/frv/stqcu.cgs, gdb/sim/testsuite/sim/frv/stqf.cgs, gdb/sim/testsuite/sim/frv/stqf.pcgs, gdb/sim/testsuite/sim/frv/stqfi.cgs, gdb/sim/testsuite/sim/frv/stqfu.cgs, gdb/sim/testsuite/sim/frv/stqi.cgs, gdb/sim/testsuite/sim/frv/stqu.cgs, gdb/sim/testsuite/sim/frv/stu.cgs, gdb/sim/testsuite/sim/frv/sub.cgs, gdb/sim/testsuite/sim/frv/subcc.cgs, gdb/sim/testsuite/sim/frv/subi.cgs, gdb/sim/testsuite/sim/frv/subicc.cgs, gdb/sim/testsuite/sim/frv/subx.cgs, gdb/sim/testsuite/sim/frv/subxcc.cgs, gdb/sim/testsuite/sim/frv/