GNU Binutils with patches for OS216
Revision | 343a89051f448d29ebd3f00106ce7f9793912a89 (tree) |
---|---|
Time | 2016-03-15 06:58:58 |
Author | Jan Beulich <jbeulich@nove...> |
Commiter | H.J. Lu |
ld: relax alignment requirements of compressed .debug_* section checks
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).
Backport from master
* ld-elf/gabiend.rt: Accept any alignment.
* ld-elf/gabinormal.rt: Likewise.
@@ -1,3 +1,11 @@ | ||
1 | +2016-03-14 H.J. Lu <hongjiu.lu@intel.com> | |
2 | + | |
3 | + Backport from master | |
4 | + 2015-12-07 Jan Beulich <jbeulich@suse.com> | |
5 | + | |
6 | + * ld-elf/gabiend.rt: Accept any alignment. | |
7 | + * ld-elf/gabinormal.rt: Likewise. | |
8 | + | |
1 | 9 | 2016-03-09 H.J. Lu <hongjiu.lu@intel.com> |
2 | 10 | |
3 | 11 | Backport from master |
@@ -1,4 +1,4 @@ | ||
1 | 1 | #... |
2 | 2 | +\[[0-9a-f]+\]: .*COMPRESSED |
3 | - +ZLIB, [0-9a-f]+, 1 | |
3 | + +ZLIB, [0-9a-f]+, [1-9][0-9]* | |
4 | 4 | #pass |
@@ -1,4 +1,4 @@ | ||
1 | 1 | #... |
2 | 2 | +\[[0-9a-f]+\]: .*COMPRESSED |
3 | - +ZLIB, [0-9a-f]+, 1 | |
3 | + +ZLIB, [0-9a-f]+, [1-9][0-9]* | |
4 | 4 | #pass |