* ld-d10v/default_layout.d: Adjust for section removal.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / frame.exp
index dbb4c94af978296e5c0da6eadc329659a7ab80cf..6b8d3e20084ada64f117aefd379e158bc6b7ff66 100644 (file)
@@ -13,7 +13,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # Written by H.J. Lu (hongjiu.lu@intel.com)
 #
@@ -35,6 +35,12 @@ if { [istarget "sh*-*-elf*"] } {
     return
 }
 
+# ??? These targets have their own .tbss section, with different meaning
+# to the usual ELF .tbss.
+if { [istarget "hppa64-*-*"] || [istarget "v850-*-*"] } {
+    return
+}
+
 set test1      "read-only .eh_frame section"
 set test2      "read-only .gcc_except_table section"
 
This page took 0.024245 seconds and 4 git commands to generate.