aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09merge from gccDJ Delorie2-500/+625
2009-09-09merge from gccDJ Delorie2-621/+504
2009-08-24Sync from GCC: Update AC_PREREQ entries to 2.64.Ralf Wildenhues2-1/+5
/: * configure.ac (AC_PREREQ): Bump to 2.64. intl/: * configure.ac (AC_PREREQ): Bump to 2.64. libdecnumber/: * configure.ac (AC_PREREQ): Bump to 2.64. libiberty/: * configure.ac (AC_PREREQ): Bump to 2.64.
2009-08-22merge from gccDJ Delorie4-6551/+3652
2009-08-13merge from gccDJ Delorie3-0/+13
2009-07-30intl/Ralf Wildenhues2-2/+11
* Makefile.in (aclocal_deps): New variable. ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax. libdecnumber/ * Makefile.in (aclocal_deps): New variable. ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax. etc/ * Makefile.in (AUTOCONF, configure_deps): New variables. ($(srcdir)/configure, config.status): New rules. (Makefile): Depend on config.status. * configure.in: Accept --enable-maintainer-mode, set and substitute MAINT accordingly. gdb/ * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps) (AUTOCONF, configure_deps, AUTOHEADER): New variables. ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in) (am--refresh): New rules. (stamp-h, config.status): List config.in and configure including $(srcdir)/ prefix. * aclocal.m4: Regenerate. * configure: Regenerate.
2009-06-01merge from gccDJ Delorie7-0/+57
2009-04-13merge from gccDJ Delorie41-571/+438
2009-04-01merge from gccDJ Delorie2-3/+5
2009-03-30merge from gccDJ Delorie23-1606/+1976
2009-03-30merge from gccDJ Delorie23-1971/+1611
2009-03-29merge from gccDJ Delorie23-1611/+1971
2009-02-10merge from gccDJ Delorie2-2/+6
2008-10-27merge from gccDJ Delorie6-16/+38
2008-06-18merge from gccDJ Delorie3-46/+111
2008-06-16merge from gccDJ Delorie2-0/+5
2008-06-11merge from gccDJ Delorie14-13/+93
2008-04-18merge from gccDJ Delorie3-6/+22
2008-04-18 * Makefile.in (distclean): Add gstdint.h.Ben Elliston2-1/+5
2008-01-25merge from gccDJ Delorie15-16/+89
2007-12-042007-11-26 Thiago Jung Bauermann <bauerman@br.ibm.com>Ben Elliston2-21/+32
* Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies and substitute $< for the source file in compilation command. (decimal64.o): Likewise. (decimal128.o): Likewise. (bid2dpd_dpd2bid.o): Likewise. (host-ieee32.o): Likewise. (host-ieee64.o): Likewise. (host-ieee128.o): Likewise.
2007-10-31merge from gccDJ Delorie4-7/+31
2007-10-11 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.Daniel Jacobowitz59-0/+42033
* libdecnumber: New directory, imported from GCC.