* MAINTAINERS: Update my email address
[deliverable/binutils-gdb.git] / gas / ehopt.c
index 67518272d4018d45a856abf95b2b0363c61c7aac..75ad67ce939a6cf3d5f971086b50924a36b8394a 100644 (file)
@@ -1,5 +1,5 @@
 /* ehopt.c--optimize gcc exception frame information.
-   Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+   Copyright 1998, 2000, 2001 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
 This file is part of GAS, the GNU Assembler.
@@ -280,7 +280,7 @@ check_eh_frame (exp, pnbytes)
     int saw_advance_loc4;
     int loc4_fix;
   };
-  
+
   static struct frame_data eh_frame_data;
   static struct frame_data debug_frame_data;
   struct frame_data *d;
@@ -457,7 +457,7 @@ eh_frame_convert_frag (frag)
   loc4_frag = (fragS *) frag->fr_opcode;
   loc4_fix = (int) frag->fr_offset;
 
-  diff = resolve_symbol_value (frag->fr_symbol, 1);
+  diff = resolve_symbol_value (frag->fr_symbol, finalize_syms);
 
   if (frag->fr_subtype == 0)
     {
This page took 0.02392 seconds and 4 git commands to generate.