daily update
[deliverable/binutils-gdb.git] / bfd / elf32-arm.c
index 77e76b865359bb34f5adeef8e3bea9b9a0adff01..624d995af4717379f66d45ca61353823771047d5 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.  */
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "elf/arm.h"
 #include "bfd.h"
@@ -5505,7 +5505,7 @@ elf32_arm_size_dynamic_sections (bfd * output_bfd ATTRIBUTE_UNUSED,
 
       if (strip)
        {
-         _bfd_strip_section_from_output (info, s);
+         s->flags |= SEC_EXCLUDE;
          continue;
        }
 
This page took 0.024033 seconds and 4 git commands to generate.