From db3564f35ab4d3f4dbdbb1b13bc758ba22644487 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 19 Nov 2016 11:09:07 +0100 Subject: [PATCH] Use .hol0 as an additional name for hol0; mcg requires it. --- plat/linux/libsys/_hol0.s | 9 +++++---- plat/qemuppc/libsys/_hol0.s | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/plat/linux/libsys/_hol0.s b/plat/linux/libsys/_hol0.s index fcb58727b..d3d16db72 100644 --- a/plat/linux/libsys/_hol0.s +++ b/plat/linux/libsys/_hol0.s @@ -10,11 +10,12 @@ .sect .data .sect .bss -.sect .text - -! ! This data block is used to store information about the current line number ! and file. .define hol0 -.comm hol0, 8 +.define .hol0 +.sect .bss +hol0: +.hol0: + .space 8 diff --git a/plat/qemuppc/libsys/_hol0.s b/plat/qemuppc/libsys/_hol0.s index fcb58727b..d3d16db72 100644 --- a/plat/qemuppc/libsys/_hol0.s +++ b/plat/qemuppc/libsys/_hol0.s @@ -10,11 +10,12 @@ .sect .data .sect .bss -.sect .text - -! ! This data block is used to store information about the current line number ! and file. .define hol0 -.comm hol0, 8 +.define .hol0 +.sect .bss +hol0: +.hol0: + .space 8 -- 2.34.1