[Libc] remove obsolete attribute __FRAMA_C_MODEL__
Fixes #877. Nowadays, Metrics has option -metrics-no-libc to exclude definitions from the Frama-C standard library, which was the purpose of the __FRAMA_C_MODEL__. Also, several libc variables were lacking the attribute, leading to inconsistent results.
Showing
- share/libc/__fc_alloc_axiomatic.h 1 addition, 1 deletionshare/libc/__fc_alloc_axiomatic.h
- share/libc/__fc_builtin.h 1 addition, 1 deletionshare/libc/__fc_builtin.h
- share/libc/alloca.h 1 addition, 1 deletionshare/libc/alloca.h
- share/libc/fenv.c 2 additions, 2 deletionsshare/libc/fenv.c
- share/libc/stdlib.c 1 addition, 1 deletionshare/libc/stdlib.c
- share/libc/stdlib.h 4 additions, 4 deletionsshare/libc/stdlib.h
- share/libc/sys/time.h 5 additions, 5 deletionsshare/libc/sys/time.h
- share/libc/time.h 2 additions, 2 deletionsshare/libc/time.h
- tests/libc/oracle/fc_libc.0.res.oracle 6 additions, 5 deletionstests/libc/oracle/fc_libc.0.res.oracle
- tests/libc/oracle/fc_libc.1.res.oracle 15 additions, 27 deletionstests/libc/oracle/fc_libc.1.res.oracle
Loading
Please register or sign in to comment