* ldlang.c: When traversing lang_statement_union_type lists,

consistently use "header.next" rather than "next".
	* mpw-eppcmac.c: Likewise.
	* emultempl/beos.em: Likewise.
	* emultempl/hppaelf.em: Likewise.
	* emultempl/pe.em: Likewise.
	* ldlang.h (union lang_statement_union): Remove "next" field.
This commit is contained in:
Alan Modra
2001-08-20 02:14:50 +00:00
parent c0c330a70f
commit bba1a0c062
6 changed files with 27 additions and 28 deletions

View File

@@ -290,7 +290,6 @@ typedef struct {
typedef union lang_statement_union {
lang_statement_header_type header;
union lang_statement_union *next;
lang_wild_statement_type wild_statement;
lang_data_statement_type data_statement;
lang_reloc_statement_type reloc_statement;