summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-19 09:27:57 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-19 09:27:57 +0000
commit4d226e2e5d9fd93cfed445e29290c87abb1a8e1b (patch)
tree10f21d72c1e9382b3fee98a78d07d29582ed68be /libiberty
parent02ac505f96bbb6cbd23472e172513458d5cbb666 (diff)
Remove libiberty/ path prefixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog31
1 files changed, 15 insertions, 16 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 59ac8bea53c8..0a0e51002bd2 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -695,11 +695,11 @@
2013-05-31 Matt Burgess <matthew@linuxfromscratch.org>
PR other/56780
- * libiberty/configure.ac: Move test for --enable-install-libiberty
+ * configure.ac: Move test for --enable-install-libiberty
outside of the 'with_target_subdir' test so that it actually gets
run. Add output messages to show the test result.
- * libiberty/configure: Regenerate.
- * libiberty/Makefile.in (install_to_libdir): Place the
+ * configure: Regenerate.
+ * Makefile.in (install_to_libdir): Place the
installation of the libiberty library in the same guard as that
used for the headers to prevent it being installed unless
requested via --enable-install-libiberty.
@@ -1499,7 +1499,6 @@
Daniel Jacobowitz <dan@codesourcery.com>
Pedro Alves <pedro@codesourcery.com>
- libiberty/
* argv.c (consume_whitespace): New function.
(only_whitespace): New function.
(buildargv): Always use ISSPACE by calling consume_whitespace.
@@ -1700,8 +1699,8 @@
2009-04-07 Arnaud Patard <apatard@mandriva.com>
- * libiberty/configure.ac: Fix Linux/MIPS matching rule.
- * libiberty/configure: Regenerate.
+ * configure.ac: Fix Linux/MIPS matching rule.
+ * configure: Regenerate.
2009-03-27 Ian Lance Taylor <iant@google.com>
@@ -1864,8 +1863,8 @@
2008-04-21 Aurelien Jarno <aurelien@aurel32.net>
- * libiberty/configure.ac: use -fPIC on Linux/MIPS hosts.
- * libiberty/configure: Regenerate.
+ * configure.ac: use -fPIC on Linux/MIPS hosts.
+ * configure: Regenerate.
2008-04-18 Kris Van Hees <kris.van.hees@oracle.com>
@@ -3643,7 +3642,7 @@
2003-12-15 Brendan Kehoe <brendan@zen.org>
- * libiberty/Makefile.in (floatformat.o): Add dependency on
+ * Makefile.in (floatformat.o): Add dependency on
config.h to accompany change of 2003-12-03.
2003-12-15 Ian Lance Taylor <ian@wasabisystems.com>
@@ -4339,7 +4338,7 @@
2002-10-06 Andreas Jaeger <aj@suse.de>
- * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded
+ * cplus-dem.c (ada_demangle): Get rid of unneeded
variable and of strict-aliasing warning.
(grow_vect): Use char as first parameter.
@@ -4607,7 +4606,7 @@
2002-01-31 Adam Megacz <adam@xwt.org>
- * gcc/libiberty/configure.in: Treat mingw the same as cywin
+ * configure.in: Treat mingw the same as cywin
wrt HAVE_SYS_ERRLIST.
2002-01-30 Phil Edwards <pme@gcc.gnu.org>
@@ -5115,8 +5114,8 @@ Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
John David Anglin <dave@hiauly1.hia.nrc.ca>
- * libiberty/lbasename.c: New file.
- * libiberty/Makefile.in: Update for lbasename.
+ * lbasename.c: New file.
+ * Makefile.in: Update for lbasename.
2001-03-06 Zack Weinberg <zackw@stanford.edu>
@@ -5489,13 +5488,13 @@ Tue Aug 21 12:35:04 2001 Christopher Faylor <cgf@cygnus.com>
2000-08-24 Greg McGary <greg@mcgary.org>
- * libiberty/random.c (end_ptr): Revert previous change.
+ * random.c (end_ptr): Revert previous change.
2000-08-24 Greg McGary <greg@mcgary.org>
- * libiberty/cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
+ * cplus-dem.c (cplus_demangle_opname, cplus_mangle_opname,
demangle_expression, demangle_function_name): Use ARRAY_SIZE.
- * libiberty/random.c (end_ptr): Likewise.
+ * random.c (end_ptr): Likewise.
2000-08-23 Alex Samuel <samuel@codesourcery.com>