-
Mark A. Greer authored
According the to GAS manual, the ARM 'adr' instruction can only reference symbols that are in the same section as the code. Unfortunately, there was a bug in GAS that didn't flag that as an error and simply used the address of the 'adr' instruction itself instead of the symbol. That bug has been reported and fixed upstream. Now that GAS is fixed, the code needs to be fixed by keeping __davinci_start() and davinci_machine_no in the same section. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
50e7acb9