diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-05-22 15:54:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-05-22 15:54:36 +0000 |
commit | cb150213b276655b6c200cc2c61b408f6264d777 (patch) | |
tree | 4b574d874ae831e3cb253752e0247b3a3f9289be /ld | |
parent | b34fab9a49490d6c8641f7f7c234b48b1d04b9ed (diff) | |
download | gdb-cb150213b276655b6c200cc2c61b408f6264d777.zip gdb-cb150213b276655b6c200cc2c61b408f6264d777.tar.gz gdb-cb150213b276655b6c200cc2c61b408f6264d777.tar.bz2 |
* ld-scripts/rgn-over7.d: Adjust expected message for recent change.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-over7.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 1613b29..06b10c3 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-05-22 Hans-Peter Nilsson <hp@axis.com> + + * ld-scripts/rgn-over7.d: Adjust expected message for recent change. + 2009-05-22 Julian Brown <julian@codesourcery.com> * ld-arm/cortex-a8-arm-target.s: New. diff --git a/ld/testsuite/ld-scripts/rgn-over7.d b/ld/testsuite/ld-scripts/rgn-over7.d index 82cfea4..50bd6af 100644 --- a/ld/testsuite/ld-scripts/rgn-over7.d +++ b/ld/testsuite/ld-scripts/rgn-over7.d @@ -1,7 +1,7 @@ # name: rgn-over7 # source: rgn-over.s # ld: -T rgn-over7.t -Map tmpdir/rgn-over7.map -# error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: section \.data \[0+1008 -> 0+1013\] overlaps section \.text \[0+1000 -> 0+100b\]\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\Z +# error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: section \.data loaded at \[0+1008,0+1013\] overlaps section \.text loaded at \[0+1000,0+100b\]\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\Z Discarded input sections #... |