diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-10-30 14:58:19 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-10-30 14:58:19 +0100 |
commit | 6528a7ede69259e73a6a560cec80d4278b89007e (patch) | |
tree | c558e86b253a79fb4eef0c8ec6e7c54be0810742 /gcc/ada/adaint.h | |
parent | cafdbd2e9d68402e124f8c345d2524f2b0bb0051 (diff) | |
download | gcc-6528a7ede69259e73a6a560cec80d4278b89007e.zip gcc-6528a7ede69259e73a6a560cec80d4278b89007e.tar.gz gcc-6528a7ede69259e73a6a560cec80d4278b89007e.tar.bz2 |
[multiple changes]
2009-10-30 Emmanuel Briot <briot@adacore.com>
* make.adb (Start_Compile_If_Possible): Compute location of resulting
ALI file in this procedure instead of after the compilation itself,
since the current directory might have changed in between when using
-j<n>.
* osint.ads: Addded missing alignment clause.
* adaint.c, adaint.h, osint.adb (__gnat_reset_attributes,
__gnat_size_of_file_attributes): Rename reset_attributes and
size_of_file_attributes.
2009-10-30 Javier Miranda <miranda@adacore.com>
* sem_scil.adb (Adjust_SCIL_Node): Add missing management of sequences
of statements when searching for SCIL nodes.
2009-10-30 Tristan Gingold <gingold@adacore.com>
* gnatlink.adb, link.c: By default use shared libgcc on darwin.
From-SVN: r153749
Diffstat (limited to 'gcc/ada/adaint.h')
-rw-r--r-- | gcc/ada/adaint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/adaint.h b/gcc/ada/adaint.h index fbdb4ff..76a181a 100644 --- a/gcc/ada/adaint.h +++ b/gcc/ada/adaint.h @@ -155,7 +155,7 @@ extern int __gnat_is_writable_file (char *); extern int __gnat_is_readable_file (char *name); extern int __gnat_is_executable_file (char *name); -extern void reset_attributes (struct file_attributes* attr); +extern void __gnat_reset_attributes (struct file_attributes* attr); extern long __gnat_file_length_attr (int, char *, struct file_attributes *); extern OS_Time __gnat_file_time_name_attr (char *, struct file_attributes *); extern OS_Time __gnat_file_time_fd_attr (int, struct file_attributes *); |