diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-02-20 22:14:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-02-20 22:14:18 +0000 |
commit | ba61a412530eb1b5ae3edbf319163377f1768d29 (patch) | |
tree | ceb7c9665b8be9f2d39aadfc3d3c51f1ca8da256 /libiberty/ChangeLog | |
parent | e2803db9374d22f7cc7bab740ebb594f76f85a7f (diff) | |
download | gdb-ba61a412530eb1b5ae3edbf319163377f1768d29.zip gdb-ba61a412530eb1b5ae3edbf319163377f1768d29.tar.gz gdb-ba61a412530eb1b5ae3edbf319163377f1768d29.tar.bz2 |
* Makefile.in (CFILES): Add lrealpath.c.
(REQUIRED_OFILES): Add lrealpath.o.
(lrealpath.o): Add rule.
* aclocal.m4 (libiberty_NEED_DECLARATION): Add.
* configure.in: Add realpath and canonicalize_file_name to
checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
for canonicalize_file_name.
* lrealpath.c: New file.
* make-relative-prefix.c: Update documentation.
(make_relative_prefix): Simplify. Use lbasename and lrealpath.
* config.in: Regenerated.
* configure: Regenerated.
* functions.texi: Regenerated.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 50bd29d..f470380 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,19 @@ +2003-02-20 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.in (CFILES): Add lrealpath.c. + (REQUIRED_OFILES): Add lrealpath.o. + (lrealpath.o): Add rule. + * aclocal.m4 (libiberty_NEED_DECLARATION): Add. + * configure.in: Add realpath and canonicalize_file_name to + checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION + for canonicalize_file_name. + * lrealpath.c: New file. + * make-relative-prefix.c: Update documentation. + (make_relative_prefix): Simplify. Use lbasename and lrealpath. + * config.in: Regenerated. + * configure: Regenerated. + * functions.texi: Regenerated. + 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl> * cplus_dem.c: Fix typo: intializes -> initializes. |