aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-12-06 00:07:06 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-12-06 00:07:06 +0000
commitb7f95647fd61692f386a504b17a32326259d54cf (patch)
treef93957b0053cf4ed1ed0566bf7db2c29c3265b0a /ld/ldlang.h
parentcfac8028e44df8140ee4fa9a3d554b1df23e0c0c (diff)
downloadgdb-b7f95647fd61692f386a504b17a32326259d54cf.zip
gdb-b7f95647fd61692f386a504b17a32326259d54cf.tar.gz
gdb-b7f95647fd61692f386a504b17a32326259d54cf.tar.bz2
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.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 0b7b43b..15e55875 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -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;