On ARM, it seems first = "true" parsing doesn't actually work in .rbuild files -...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Tue, 5 Feb 2008 11:15:59 +0000 (11:15 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Tue, 5 Feb 2008 11:15:59 +0000 (11:15 +0000)
commit8a8e8285a9353a7a487f14197ecb938393601216
tree038222fae848acf5b5dfbd6b021e871094d5c68f
parentb9ad8e61be2f5431aca94b0673c3c88ace9c5cb3
On ARM, it seems first = "true" parsing doesn't actually work in .rbuild files -- the object is not properly placed in the beginning of the FreeLDR text section.
As a workaround, a special "startup" section is now used to contain the boot.s code, and a linker flag is used to set this section as the entrypoint section at 0x8000.
FreeLDR for ARM now links properly, with _start at 0x8000.

svn path=/trunk/; revision=32136
reactos/tools/rbuild/backend/mingw/modulehandler.cpp