Browse Source
This fixes a failure of the gabinormal linking test on some distros (where e.g. crt1.o has a .debug_aranges section with larger alignment).gdb-7.11-branch
committed by
Jan Beulich
3 changed files with 7 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||
#... |
#... |
||||
+\[[0-9a-f]+\]: .*COMPRESSED |
+\[[0-9a-f]+\]: .*COMPRESSED |
||||
+ZLIB, [0-9a-f]+, 1 |
+ZLIB, [0-9a-f]+, [1-9][0-9]* |
||||
#pass |
#pass |
||||
|
|||||
@ -1,4 +1,4 @@ |
|||||
#... |
#... |
||||
+\[[0-9a-f]+\]: .*COMPRESSED |
+\[[0-9a-f]+\]: .*COMPRESSED |
||||
+ZLIB, [0-9a-f]+, 1 |
+ZLIB, [0-9a-f]+, [1-9][0-9]* |
||||
#pass |
#pass |
||||
|
|||||
Loading…
Reference in new issue