mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* ld-cris/badgotr1.d: Robustify regexp.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-11-23 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* ld-cris/badgotr1.d: Robustify regexp.
|
||||||
|
|
||||||
2008-10-29 Nick Clifton <nickc@redhat.com>
|
2008-10-29 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* ld-gc/gc.c (dummy_func): New function - present so that
|
* ld-gc/gc.c (dummy_func): New function - present so that
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#as: --pic --underscore --em=criself
|
#as: --pic --underscore --em=criself
|
||||||
#ld: -m crislinux -shared
|
#ld: -m crislinux -shared
|
||||||
#objdump: -dr
|
#objdump: -dr
|
||||||
#error: ^[^c][^h][^i][^l][^d].* uses _-prefixed .* failed to merge .* no GOT .* Bad value$
|
#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\nc]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
|
||||||
|
|
||||||
# The error regex above is supposed to not match if we get a
|
# The error regex above is supposed to not match if we get a
|
||||||
# SEGV, in which case we'll see "child killed: segmentation
|
# SEGV, in which case we'll see "child killed: segmentation
|
||||||
|
Reference in New Issue
Block a user