1. 23 9月, 2013 1 次提交
    • J
      arm: prevent using movt/movw address loads · 373d7983
      Jeroen Hofstee 提交于
      The movt/movw instruction can be used to hardcode an
      memory location in the instruction itself. The linker
      starts complaining about this if the compiler decides
      to do so: "relocation R_ARM_MOVW_ABS_NC against `a local
      symbol' can not be used" and it is not support by U-boot
      as well. Prevent their use by requiring word relocations.
      This allows u-boot to be build at other optimalization
      levels then -Os.
      Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      Cc: TigerLiu@viatech.com.cn
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Acked-by: NSimon Glass <sjg@chromium.org>
      373d7983
  2. 20 9月, 2013 1 次提交
  3. 19 9月, 2013 5 次提交
  4. 14 9月, 2013 2 次提交
  5. 12 9月, 2013 3 次提交
  6. 11 9月, 2013 4 次提交
  7. 09 9月, 2013 4 次提交
  8. 07 9月, 2013 20 次提交