diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-12-19 15:06:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-12-19 15:06:40 +0000 |
commit | 15445c8e19dfaa3762e42c3d78f93f832b700b1b (patch) | |
tree | 6c5cad0010806f6ce40ec90f54330170df0b2587 /ld/ldlang.h | |
parent | dca1bfa85b44a4799cfd6c8473c2c93499dbe5e6 (diff) | |
download | binutils-gdb-15445c8e19dfaa3762e42c3d78f93f832b700b1b.tar.gz |
2005-12-19 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2065
* ldlang.c (output_statement_newfunc): Revert the change made on
2005-11-16.
(output_prev_sec_find): Likewsise.
* ldlang.h (lang_statement_list_type): Likewsise.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index cf5b01ff3d0..381bb0484cb 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -130,7 +130,6 @@ typedef struct lang_output_section_statement_struct lang_statement_header_type header; lang_statement_list_type children; struct lang_output_section_statement_struct *next; - struct lang_output_section_statement_struct *prev; const char *name; asection *bfd_section; lang_memory_region_type *region; |