Files
poky/meta/recipes-bsp
Wenzong Fan 996ec1798e gnu-efi: Make setjmp.S portable to ARM
This patch fixes the following error:

  .../lib/arm/setjmp.S:18: Error: unrecognized symbol type ""
  .../lib/arm/setjmp.S:26: Error: unrecognized symbol type ""

The problem is the assembly syntax that is used is not portable to ARM,
where the '@' symbol is a comment:

  > Note on targets where the @ character is the start of a comment
  > (eg ARM) then another character is used instead. For example the
  > ARM port uses the % character.

(From https://sourceware.org/binutils/docs-2.25/as/Section.html#Section)

(From OE-Core rev: 7afe15051516053303f6afef4d6fbb0a3872b411)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-12 22:48:29 +01:00
..
2014-12-31 08:14:21 +00:00
2015-01-23 11:36:27 +00:00
2015-08-16 22:40:52 +01:00
2015-04-27 14:59:49 +01:00
2015-01-23 11:36:27 +00:00
2015-01-23 11:36:27 +00:00
2015-04-27 14:59:51 +01:00
2014-09-22 13:04:22 +01:00
2015-01-29 15:36:50 +00:00
2014-09-03 11:09:06 +01:00