diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-08-07 04:04:57 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-08-07 04:04:57 +0000 |
commit | dcd81ce97cf3e474fd276265df01984e257f48fd (patch) | |
tree | 26bc5fd38cd8cd974996bde02ee0817f62a6120d /gdb/testsuite/gdb.asm/asm-source.exp | |
parent | 8cf3f354675d0645b5c6fef1237d263ce2e251eb (diff) | |
download | gdb-dcd81ce97cf3e474fd276265df01984e257f48fd.zip gdb-dcd81ce97cf3e474fd276265df01984e257f48fd.tar.gz gdb-dcd81ce97cf3e474fd276265df01984e257f48fd.tar.bz2 |
From Kei Sakamoto <sakamoto.kei@renesas.com>:
* gdb.asm/asm-source.exp : Add -lgloss to link-flags.
* gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
Replace ld24 with seth/add3.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 3745e60..7bebd09 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -69,6 +69,7 @@ switch -glob -- [istarget] { } "m32r*-*" { set asm-arch m32r + set link-flags "-Wl,--whole-archive -lgloss -Wl,--no-whole-archive" } "m6811-*-*" { set asm-arch m68hc11 |