mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Don't match "A-F".
This commit is contained in:
@ -6,4 +6,4 @@
|
||||
.*: .*
|
||||
|
||||
Contents of section .text:
|
||||
0000 ff[ 0-9a-fA-F]*[ ]+.*
|
||||
0000 ff[ 0-9a-f]*[ ]+.*
|
||||
|
Reference in New Issue
Block a user