diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-12-28 18:04:10 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-12-28 18:04:10 +0000 |
commit | abd4c01a4066fb434714c7766119af69a8701e47 (patch) | |
tree | eead11969df5f82dfbb15a0259aa61e1efc7bdbc /ld/testsuite/ld-scripts/expr.exp | |
parent | 6ab12e0f337aeec39c6d0858eada8a7f6a516909 (diff) | |
download | gdb-abd4c01a4066fb434714c7766119af69a8701e47.zip gdb-abd4c01a4066fb434714c7766119af69a8701e47.tar.gz gdb-abd4c01a4066fb434714c7766119af69a8701e47.tar.bz2 |
Add testcases for PR ld/12327.
2010-12-28 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12327
* ld-scripts/defined4.d: New.
* ld-scripts/defined4.s: Likewise.
* ld-scripts/defined4.t: Likewise.
* ld-scripts/expr2.d: Likewise.
* ld-scripts/expr2.s: Likewise.
* ld-scripts/expr2.t: Likewise.
* ld-scripts/defined.exp: Run defined4.
* ld-scripts/expr.exp: Run expr2.
Diffstat (limited to 'ld/testsuite/ld-scripts/expr.exp')
-rw-r--r-- | ld/testsuite/ld-scripts/expr.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/expr.exp b/ld/testsuite/ld-scripts/expr.exp index 34829e5..467abcb 100644 --- a/ld/testsuite/ld-scripts/expr.exp +++ b/ld/testsuite/ld-scripts/expr.exp @@ -1,6 +1,6 @@ -# Test ALIGN in a linker script. +# Test expressions in a linker script. # By Nathan Sidwell, CodeSourcery LLC -# Copyright 2006, 2007 +# Copyright 2006, 2007, 2010 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. @@ -21,3 +21,4 @@ # MA 02110-1301, USA. run_dump_test expr1 +run_dump_test expr2 |