]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: check section size against entry size
authorJan Beulich <jbeulich@suse.com>
Fri, 1 Aug 2025 07:16:19 +0000 (09:16 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 1 Aug 2025 07:16:19 +0000 (09:16 +0200)
commit85cced8e9b9942d223b3a54757d879000fc04b38
tree3cd27ce0eed407031b051a77694f69c0159ae98e
parent2666c0cecf4930421d89c8610456c5147489fc17
gas: check section size against entry size

If a section has a non-zero entry size, its total size would generally
better be a multiple of the entry size. Warn if that's not the case.
gas/write.c