commit | c7f52cdc2f3e1733d3864e439ac2e92edd99ef31 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Thu Jul 22 22:58:01 2010 -0700 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Tue Jul 27 22:45:19 2010 -0700 |
tree | 822ade2b7fd773d15e3514167da5a90d2f7fbddb | |
parent | b43275d661baa5f1f72dacd9033d6eda09d9fe87 [diff] |
support multiple .discard.* sections to avoid section type conflicts gcc 4.4.4 will complain if you use a .discard section for both text and data ("causes a section type conflict"). Add support for ".discard.*" sections, and use .discard.text for a dummy function in the x86 RESERVE_BRK() macro. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>