From c29871c2d5c7860c6c6c53e8d5c8a9fe434742d2 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 17 Nov 2013 14:36:18 +0000 Subject: powerpc/: new unary operation "addsymbol" Support far-data addressing in sections. (Currently ignored in checklink.) git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2368 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- powerpc/Unusedglob1.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'powerpc/Unusedglob1.ml') diff --git a/powerpc/Unusedglob1.ml b/powerpc/Unusedglob1.ml index c16cd2f1..fabac330 100644 --- a/powerpc/Unusedglob1.ml +++ b/powerpc/Unusedglob1.ml @@ -21,6 +21,8 @@ let referenced_constant = function | Csymbol_low(s, ofs) -> [s] | Csymbol_high(s, ofs) -> [s] | Csymbol_sda(s, ofs) -> [s] + | Csymbol_rel_low(s, ofs) -> [s] + | Csymbol_rel_high(s, ofs) -> [s] let referenced_builtin ef = match ef with -- cgit