diff options
Diffstat (limited to 'gas/config/obj-bout.c')
-rw-r--r-- | gas/config/obj-bout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-bout.c b/gas/config/obj-bout.c index 2043e78..22ff671 100644 --- a/gas/config/obj-bout.c +++ b/gas/config/obj-bout.c @@ -1,5 +1,5 @@ /* b.out object file format - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 2000 + Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 2000, 2001 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -260,7 +260,7 @@ obj_crawl_symbol_chain (headers) S_SET_SEGMENT (symbolP, SEG_TEXT); } /* if pusing data into text */ - resolve_symbol_value (symbolP, 1); + resolve_symbol_value (symbolP, finalize_syms); /* Skip symbols which were equated to undefined or common symbols. */ |