mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* arsup.c (ar_save): Respect the deterministic setting when
reading from an mri script. * ar.c (main): Set the default deterministic mode when reading from an mri script.
This commit is contained in:
@@ -737,6 +737,7 @@ main (int argc, char **argv)
|
||||
|
||||
if (mri_mode)
|
||||
{
|
||||
default_deterministic ();
|
||||
mri_emul ();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user