From e46ab5135e0aa5c5ac22bf32524ef9db7c0eefe7 Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Tue, 8 May 2007 06:48:06 +0000 Subject: [PATCH] binutils/testsuite/ * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo sections. --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/strip-3.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 7b4a1fa..8b613b2 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-05-08 Mark Shinwell + + * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo + sections. + 2007-05-02 Alan Modra * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log. diff --git a/binutils/testsuite/binutils-all/strip-3.d b/binutils/testsuite/binutils-all/strip-3.d index 6d2b451..5cd3173 100644 --- a/binutils/testsuite/binutils-all/strip-3.d +++ b/binutils/testsuite/binutils-all/strip-3.d @@ -1,6 +1,6 @@ #PROG: strip #source: empty.s -#strip: -R .text -R .data -R .bss +#strip: -R .text -R .data -R .bss -R .ARM.attributes -R .reginfo #readelf: -S --wide #name: strip empty file #target: *-*-linux* -- 2.7.4