From: Ian Lance Taylor Date: Mon, 28 Mar 1994 17:57:34 +0000 (+0000) Subject: * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag X-Git-Tag: gdb-4_18~14996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8a916c86f1925689c8bc39856f5d3c51fea96bc;p=external%2Fbinutils.git * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag for generated constructor section. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a404f8..feb88bc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 28 12:53:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag + for generated constructor section. + Sat Mar 26 10:25:43 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * som.c (som_get_section_contents): New function. Do not try diff --git a/bfd/aoutx.h b/bfd/aoutx.h index db1e04b..d46d387 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -1160,7 +1160,7 @@ translate_from_native_sym_flags (sym_pointer, cache_ptr, abfd) pointer to the symbol. Build a reloc entry to relocate to this symbol attached to this section. */ - section->flags = SEC_CONSTRUCTOR; + section->flags = SEC_CONSTRUCTOR | SEC_RELOC; section->reloc_count++;