diff options
author | DJ Delorie <dj@redhat.com> | 2005-05-11 02:10:00 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-05-11 02:10:00 +0000 |
commit | 75919f948cc0c27405b7d50342b974ac537421d8 (patch) | |
tree | dd5dd5a46894aeefce4f8945b65f735d28b71889 /libiberty/ChangeLog | |
parent | eb3c48e9b415e7a56dda6a160f31fe4994c43e13 (diff) | |
download | gdb-75919f948cc0c27405b7d50342b974ac537421d8.zip gdb-75919f948cc0c27405b7d50342b974ac537421d8.tar.gz gdb-75919f948cc0c27405b7d50342b974ac537421d8.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8f19a22..4fa2403 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,14 +1,24 @@ +2005-05-11 Paul Brook <paul@codesourcery.com> + + * Makefile.in: Regenerate dependencies. + 2005-05-10 Nick Clifton <nickc@redhat.com> * Update the address and phone number of the FSF organization in the GPL notices in the following files: - COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h, - dyn-string.h, fibheap.h, filenames.h, floatformat.h, - fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h, - libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h, - partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h, - symcat.h, ternary.h, xregex2.h, xtensa-config.h, - xtensa-isa-internal.h, xtensa-isa.h + COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c, + choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c, + cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c, + fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c, + gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c, + lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c, + make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c, + obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c, + pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c, + physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c, + sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c, + strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c, + vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c 2005-05-06 Kelley Cook <kcook@gcc.gnu.org> |