2004-11-09 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / valarith.c
index 54f332ad2e0420e358c257e7a35c12b78669828a..cc9a77fcf836c9d8e31ef479320e98dfa3768682 100644 (file)
@@ -122,7 +122,6 @@ value_add (struct value *arg1, struct value *arg2)
       retval = value_from_pointer (valptrtype,
                                   value_as_address (valptr)
                                   + (sz * value_as_long (valint)));
-      VALUE_BFD_SECTION (retval) = VALUE_BFD_SECTION (valptr);
       return retval;
     }
 
This page took 0.02418 seconds and 4 git commands to generate.