]> xenbits.xensource.com Git - seabios.git/commit
Permit .rodata.__PRETTY_FUNCTION__. sections in roms.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 9 Feb 2012 01:23:36 +0000 (20:23 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 9 Feb 2012 01:23:36 +0000 (20:23 -0500)
commit805ede2bd35243a4298bc64bd81be6db7cf57f58
treeec22aad49fc4e1fb3e40dad0c982b480209bf5c0
parent97f1ffcfac4ca382b5008a7aabfc2c300131f978
Permit .rodata.__PRETTY_FUNCTION__. sections in roms.

Some versions of gcc appear to define these sections even though they
aren't used in the code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
tools/layoutrom.py