commit | b0a7971ad46c265bd979b17eba3d97a9a63187eb | [log] [tgz] |
---|---|---|
author | Christian Eggers <ceggers@gmx.de> | Mon Nov 04 08:34:54 2019 +0100 |
committer | Alan Modra <amodra@gmail.com> | Wed Nov 06 17:53:34 2019 +1030 |
tree | 2819dfb1d04ecf0192b5b96aa21527854148b809 | |
parent | 825165c57e43b25ef57c3cf2cc345ec6aa40a0d3 [diff] |
ld: Fix printed sizes in map file For targets with octets_per_byte > 1, testsuite/ld-scripts/rgn-over* produce wrong sizes in the generated map files: .text 0x0000000000001000 0x6 ^^^ # correct *(.txt) .txt 0x0000000000001000 0xc tmpdir/rgn-over.o ^^^ # should also be 0x6 * ldlang.c (print_input_section): Shift printed size by opb_shift.