aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2011-04-20merge from gccDJ Delorie1-0/+9
2011-03-29libdecnumber: start a gitignoreMike Frysinger1-0/+4
2010-11-29merge from gccDJ Delorie1-0/+5
2010-10-23merge from gccDJ Delorie1-0/+5
2010-09-10merge from gccDJ Delorie1-0/+4
2010-09-09merge from gccDJ Delorie1-0/+10
2010-09-07merge from gccDJ Delorie1-0/+11
2010-09-03libdecnumber/Andreas Krebbel1-0/+7
2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro. * Makefile.in: Add aclocal.m4 dependency to dfp.m4. * configure: Regenerate. * aclocal.m4: Regenerate. config/ 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * dfp.m4: New file.
2010-08-21Fix misquoting in stdint.m4.Ralf Wildenhues1-0/+4
config/: PR target/45084 * stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments of AC_MSG_ERROR. libdecnumber/: * configure: Regenerate. bfd/: * configure: Regenerate.
2010-04-05merge from gccDJ Delorie1-0/+4
2010-01-05merge from gccDJ Delorie1-0/+4
2009-11-30merge from gccDJ Delorie1-0/+5
2009-09-09merge from gccDJ Delorie1-0/+4
2009-09-09merge from gccDJ Delorie1-0/+4
2009-08-24Sync from GCC: Update AC_PREREQ entries to 2.64.Ralf Wildenhues1-0/+4
/: * 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 Delorie1-0/+6
2009-08-13merge from gccDJ Delorie1-0/+7
2009-07-30intl/Ralf Wildenhues1-0/+5
* 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 Delorie1-0/+9
2009-04-13merge from gccDJ Delorie1-0/+51
2009-04-01merge from gccDJ Delorie1-0/+4
2009-03-30merge from gccDJ Delorie1-0/+9
2009-03-30merge from gccDJ Delorie1-9/+0
2009-03-29merge from gccDJ Delorie1-0/+9
2009-02-10merge from gccDJ Delorie1-0/+4
2008-10-27merge from gccDJ Delorie1-0/+12
2008-06-18merge from gccDJ Delorie1-0/+5
2008-06-16merge from gccDJ Delorie1-0/+4
2008-06-11merge from gccDJ Delorie1-0/+13
2008-04-18merge from gccDJ Delorie1-0/+6
2008-04-18 * Makefile.in (distclean): Add gstdint.h.Ben Elliston1-0/+4
2008-01-25merge from gccDJ Delorie1-0/+20
2007-12-042007-11-26 Thiago Jung Bauermann <bauerman@br.ibm.com>Ben Elliston1-0/+11
* 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 Delorie1-0/+8
2007-10-11 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.Daniel Jacobowitz1-0/+315
* libdecnumber: New directory, imported from GCC.