Modify the linker script to match the generated binary
authorDarshit Shah <s8dashah@stud.uni-saarland.de>
Tue, 24 Oct 2017 13:14:58 +0000 (15:14 +0200)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Oct 2017 16:59:01 +0000 (09:59 -0700)
Newer versions of GCC (tested with GCC 7), emit more sections in the
binary. Fix the computation of the start of the BSS section to prevent
zeroing out parts of the data section


No differences found