summaryrefslogtreecommitdiff
path: root/powerpc/Asm.v
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-01-01 12:47:42 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-01-01 12:47:42 +0000
commit2245717b5800da80371952999bc0cff5f75aa490 (patch)
tree607052bd5604bdd13e33530bcfa0f6f9e4b25e70 /powerpc/Asm.v
parent58fca75f4ab089d21fc4f4a5bdac71d4b79f899f (diff)
Continuation of ARM port.
Cleaned up Makefile and SVN properties. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@935 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'powerpc/Asm.v')
-rw-r--r--powerpc/Asm.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/Asm.v b/powerpc/Asm.v
index 7be155b..b4490af 100644
--- a/powerpc/Asm.v
+++ b/powerpc/Asm.v
@@ -394,7 +394,7 @@ Definition symbol_offset (id: ident) (ofs: int) : val :=
| None => Vundef
end.
-(** The four functions below axiomatize how the linker processes
+(** The two functions below axiomatize how the linker processes
symbolic references [symbol + offset] and splits their
actual values into two 16-bit halves. *)