]> sourceware.org Git - glibc.git/commit
Support target specific ALIGN for variable alignment test [BZ #28676]
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 10 Dec 2021 23:44:46 +0000 (15:44 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Dec 2021 22:50:33 +0000 (14:50 -0800)
commit4435c29892c43ae9908a42e591747be63102689b
tree957a8c2bb78f61acfb002b52f057a216a07a4e37
parentf6ff87868a4256305464b312096f6bbeda501515
Support target specific ALIGN for variable alignment test [BZ #28676]

Add <tst-file-align.h> to support target specific ALIGN for variable
alignment test:

1. Alpha: Use 0x10000.
2. MicroBlaze and Nios II: Use 0x8000.
3. All others: Use 0x200000.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/tst-align3.c
elf/tst-alignmod3.c
sysdeps/alpha/tst-file-align.h [new file with mode: 0644]
sysdeps/generic/tst-file-align.h [new file with mode: 0644]
sysdeps/microblaze/tst-file-align.h [new file with mode: 0644]
sysdeps/nios2/tst-file-align.h [new file with mode: 0644]
This page took 0.044391 seconds and 5 git commands to generate.