mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
Tolerate some whitespace differences in readelf output.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# readelf: -s
|
||||
|
||||
#...
|
||||
[0-9]*: 00000000 0 FUNC GLOBAL DEFAULT UND Foo
|
||||
+[0-9]*: 00000000 +0 +FUNC +GLOBAL +DEFAULT +UND Foo
|
||||
#...
|
||||
[0-9]*: 00000000 0 FUNC GLOBAL DEFAULT UND Foo
|
||||
+[0-9]*: 00000000 +0 +FUNC +GLOBAL +DEFAULT +UND Foo
|
||||
#...
|
||||
|
Reference in New Issue
Block a user