mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2001-10-30 Fred Fish <fnf@redhat.com>
* somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes. * pa64solib.c (add_to_solist): Ditto. * win32-nat.c (_initialize_inftarg): Remove unnecessary initialization of auto_solib_add, it defaults to 1.
This commit is contained in:
@ -1168,7 +1168,7 @@ add_to_solist (boolean from_tty, char *dll_path,
|
||||
!from_tty
|
||||
&& auto_solib_add
|
||||
&& ( (st_size + pa64_solib_total_st_size)
|
||||
> (auto_solib_limit * (LONGEST)1000000));
|
||||
> (auto_solib_limit * (LONGEST) (1024 * 1024)));
|
||||
if (pa64_solib_st_size_threshhold_exceeded)
|
||||
{
|
||||
pa64_solib_add_solib_objfile (new_so, dll_path, from_tty, 1);
|
||||
|
Reference in New Issue
Block a user