mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 10:10:54 +08:00
scanasm.exp (dg-function-on-line): Add MicroBlaze specific pattern.
2014-06-30 David Holsgrove <david.holsgrove@xilinx.com> * gcc/testsuite/lib/scanasm.exp (dg-function-on-line): Add MicroBlaze specific pattern. --This line, and those below, M ChangeLog M lib/scanasm.exp From-SVN: r212189
This commit is contained in:
parent
05ae5af25a
commit
705c7d5709
@ -1,3 +1,8 @@
|
||||
2014-06-30 David Holsgrove <david.holsgrove@xilinx.com>
|
||||
|
||||
* gcc/testsuite/lib/scanasm.exp (dg-function-on-line): Add
|
||||
MicroBlaze specific pattern.
|
||||
|
||||
2014-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
|
||||
|
||||
PR c++/58781
|
||||
|
@ -486,6 +486,9 @@ proc dg-function-on-line { args } {
|
||||
} elseif { [istarget mips*-*-*] } {
|
||||
set pattern [format {\t\.loc [0-9]+ %d 0( [^\n]*)?\n(\t.cfi_startproc[^\t]*\n)*\t\.set\t(no)?mips16\n\t(\.set\t(no)?micromips\n\t)?\.ent\t%s\n\t\.type\t%s, @function\n%s:\n} \
|
||||
$line $symbol $symbol $symbol]
|
||||
} elseif { [istarget microblaze*-*-*] } {
|
||||
set pattern [format {:%d\n\$.*:\n\t\.ent\t%s\n\t\.type\t%s, @function\n%s:\n} \
|
||||
$line $symbol $symbol $symbol]
|
||||
} else {
|
||||
set pattern [format {%s:[^\t]*(\t.(fnstart|frame|mask|file)[^\t]*)*\t[^:]+:%d\n} \
|
||||
$symbol $line]
|
||||
|
Loading…
x
Reference in New Issue
Block a user