mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Replace is_archive with maybe_archive.
2010-12-05 H.J. Lu <hongjiu.lu@intel.com> * ldfile.c (ldfile_open_file_search): Check maybe_archive instead of is_archive. * emultempl/aix.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/linux.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/sunos.em: Likewise. * emultempl/vms.em: Likewise. * ldlang.c (new_afile): Set maybe_archive instead of is_archive.. * ldlang.h (lang_input_statement_struct): Replace is_archive with maybe_archive.
This commit is contained in:
@@ -249,7 +249,7 @@ typedef struct lang_input_statement_struct
|
||||
|
||||
const char *target;
|
||||
|
||||
unsigned int is_archive : 1;
|
||||
unsigned int maybe_archive : 1;
|
||||
|
||||
/* 1 means search a set of directories for this file. */
|
||||
unsigned int search_dirs_flag : 1;
|
||||
|
||||
Reference in New Issue
Block a user