aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/macosx
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-05-08 14:32:58 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-05-08 14:32:58 +0000
commit913c1bcc4b2204afd447edd723e06b905fd1f47f (patch)
tree1e249677ea91df1955e424aeaadda0806111cc60 /powerpc/macosx
parent9f04b74314034f8d7cedea9251e5b340ed2bbdd4 (diff)
downloadcompcert-913c1bcc4b2204afd447edd723e06b905fd1f47f.tar.gz
compcert-913c1bcc4b2204afd447edd723e06b905fd1f47f.zip
Cleaned up handling of linker sections.
Minor updates on ARM code generator. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1339 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'powerpc/macosx')
-rw-r--r--powerpc/macosx/CPragmas.ml7
1 files changed, 0 insertions, 7 deletions
diff --git a/powerpc/macosx/CPragmas.ml b/powerpc/macosx/CPragmas.ml
index f48064ce..ede2f38c 100644
--- a/powerpc/macosx/CPragmas.ml
+++ b/powerpc/macosx/CPragmas.ml
@@ -19,10 +19,3 @@
let initialize () = ()
-(* PowerPC-specific: say if an atom is in a small data area *)
-
-let atom_is_small_data a ofs = false
-
-(* PowerPC-specific: determine section to use for a particular symbol *)
-
-let section_for_atom a init = None