aboutsummaryrefslogtreecommitdiffstats
path: root/common/Sections.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-04-16 08:20:45 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-04-16 08:20:45 +0000
commitabb6fbfe333173acfeeb9304f9c529778e58ff1c (patch)
treed30ab1346fd80d006943e0d9c81264bac17f161c /common/Sections.mli
parent12696ae9f6c34aaffc668711d96beda51a783832 (diff)
downloadcompcert-kvx-abb6fbfe333173acfeeb9304f9c529778e58ff1c.tar.gz
compcert-kvx-abb6fbfe333173acfeeb9304f9c529778e58ff1c.zip
Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-style handling of sections for IA32 and ARM. Work in progress, to be tested.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1635 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'common/Sections.mli')
-rw-r--r--common/Sections.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Sections.mli b/common/Sections.mli
index 090d4bbb..c6a7c963 100644
--- a/common/Sections.mli
+++ b/common/Sections.mli
@@ -34,8 +34,8 @@ val define_section:
-> ?writable:bool -> ?executable:bool -> ?near:bool -> unit -> unit
val use_section_for: AST.ident -> string -> bool
-val define_function: AST.ident -> unit
-val define_variable: AST.ident -> int -> bool -> unit
+val define_function: Cparser.Env.t -> AST.ident -> Cparser.C.typ -> unit
+val define_variable: Cparser.Env.t -> AST.ident -> Cparser.C.typ -> unit
val define_stringlit: AST.ident -> unit
val section_for_variable: AST.ident -> bool -> section_name