diff options
| author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-18 10:00:43 +0000 |
|---|---|---|
| committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-18 10:00:43 +0000 |
| commit | c73904bb0081ff780aaf18ff4f914be12c427852 (patch) | |
| tree | ca0313b9fef667182504854ffab71acadd1412e6 /gcc/ada/cstreams.c | |
| parent | 3a855a537cd9d7ea6204ad3c2a39fff9e3e2b0ca (diff) | |
| download | ppe42-gcc-c73904bb0081ff780aaf18ff4f914be12c427852.tar.gz ppe42-gcc-c73904bb0081ff780aaf18ff4f914be12c427852.zip | |
2003-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
* decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
TYPE_PRECISION directly from esize.
2003-11-18 Thomas Quinot <quinot@act-europe.fr>
* cstreams.c:
Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
* init.c: Initialization routines for FreeBSD
* link.c: Link info for FreeBSD
* sysdep.c: Add the case of FreeBSD
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/cstreams.c')
| -rw-r--r-- | gcc/ada/cstreams.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/cstreams.c b/gcc/ada/cstreams.c index 6db356b50a6..7001f847b57 100644 --- a/gcc/ada/cstreams.c +++ b/gcc/ada/cstreams.c @@ -175,9 +175,9 @@ __gnat_full_name (char *nam, char *buffer) #elif defined (MSDOS) _fixpath (nam, buffer); -#elif defined (sgi) +#elif defined (sgi) || defined (__FreeBSD__) - /* Use realpath function which resolves links and references to .. and .. + /* Use realpath function which resolves links and references to . and .. on those Unix systems that support it. Note that GNU/Linux provides it but cannot handle more than 5 symbolic links in a full name, so we use the getcwd approach instead. */ |

