aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-20 02:14:50 +0000
committerAlan Modra <amodra@gmail.com>2001-08-20 02:14:50 +0000
commitbba1a0c06251b064c5be78ff3e82b568e6ce0037 (patch)
tree67f04501f7746ddc4454e45bcbee1e38a53bbfec /ld/ldlang.h
parentc0c330a70f2a352d6bfe279336c8337c3d670dba (diff)
downloadgdb-bba1a0c06251b064c5be78ff3e82b568e6ce0037.zip
gdb-bba1a0c06251b064c5be78ff3e82b568e6ce0037.tar.gz
gdb-bba1a0c06251b064c5be78ff3e82b568e6ce0037.tar.bz2
* 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.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 28d236c..983d34c 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -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;