diff options
author | Nick Clifton <nickc@redhat.com> | 2009-01-29 09:03:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-01-29 09:03:13 +0000 |
commit | ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72 (patch) | |
tree | 4ebd4ab8d2618f413c454720f89e691035e3b2c1 /ld/testsuite/lib | |
parent | 4a6bc624b3e7401b22b60aaa28715e128c678d82 (diff) | |
download | gdb-ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72.zip gdb-ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72.tar.gz gdb-ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72.tar.bz2 |
* config/tc-mep.h (DIFF_EXPR_OK): Do not define.
* gas/all/gas.exp: Expect forward test to fail for MeP.
Expect relax test to fail for MeP.
* gas/mep/relocs.d: Update expected disassembly.
* lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
targets which do not support garbage collection.
* ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
* ld-elf/group8a.d: Likewise.
* ld-elf/group8b.d: Likewise.
* ld-elf/group9a.d: Likewise.
* ld-elf/group9b.d: Likewise.
* binutils-all/objdump.W: Do not assume that high and low PC
addresses will have been computed.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index b4f21fd..15ed41d 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1,6 +1,6 @@ # Support routines for LD testsuite. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -1591,6 +1591,7 @@ proc check_gc_sections_available { } { # Some targets don't support gc-sections despite whatever's # advertised by ld's options. if { [istarget alpha*-*-*] + || [istarget mep-*-*] || [istarget ia64-*-*] } { set gc_sections_available_saved 0 return 0 |