diff options
author | Alan Modra <amodra@gmail.com> | 2001-03-30 07:07:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-03-30 07:07:11 +0000 |
commit | 1a5447b835010cad6ed99a3174d6ea658b9e066a (patch) | |
tree | 5a8ed754b72023fe536c32937596e185bf1f67a0 /gas/config/obj-aout.c | |
parent | 0529cb87817c5b1162aef31985e057a5c6c93f14 (diff) | |
download | fsf-binutils-gdb-1a5447b835010cad6ed99a3174d6ea658b9e066a.zip fsf-binutils-gdb-1a5447b835010cad6ed99a3174d6ea658b9e066a.tar.gz fsf-binutils-gdb-1a5447b835010cad6ed99a3174d6ea658b9e066a.tar.bz2 |
Pass finalize_syms on calls to resolve_symbol_value.
Diffstat (limited to 'gas/config/obj-aout.c')
-rw-r--r-- | gas/config/obj-aout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c index 1b1e021..4bd323e 100644 --- a/gas/config/obj-aout.c +++ b/gas/config/obj-aout.c @@ -1,5 +1,5 @@ /* a.out object file format - Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000 + Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -466,7 +466,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. */ |