summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (do-tar-bz2): Delete rule. Replace with ...gdb_5_2_1-2002-07-23-releasegdb_5_2-2002-04-29-releaseAndrew Cagney2002-04-071-0/+12
| | | | | | | | | | | (do-tar, do-bz2): New rules. (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2. (gdb-tar): New rule. (gdb-taz): Rewrite. Use gdb-tar and do-bz2. (insight_dejagnu.tar): New rule. (insight.tar): New rule. (gdb+dejagnu.tar): New rule. (gdb.tar): New rule.
* This commit was manufactured by cvs2svn to create branch 'gdb_5_2-branch'.cvs2svn2002-03-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | Sprout from binutils-2_12-branch 2002-02-09 22:54:17 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2002-03-01 00:52:59 UTC Alexandre Oliva <aoliva@redhat.com> '* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for': ChangeLog Makefile.in config.guess config.sub configure.in etc/ChangeLog etc/fdl.texi etc/make-stds.texi etc/standards.texi include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/m68k.h include/elf/ppc.h include/opcode/ChangeLog include/opcode/i386.h include/opcode/ppc.h include/splay-tree.h texinfo/texinfo.tex Cherrypick from master 2002-03-11 00:01:11 UTC Daniel Jacobowitz <drow@false.org> 'gdb/:': include/gdb/ChangeLog include/gdb/signals.h
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_12-branchpointcvs2svn2002-02-091-56/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2_12-branch'. Sprout from gdb_5_1-2001-07-29-branch 2001-07-26 14:20:06 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2002-02-09 22:54:16 UTC Richard Henderson <rth@redhat.com> ' * alpha.h (R_ALPHA_BRSGP): New.': COPYING.NEWLIB ChangeLog MAINTAINERS Makefile.in config.guess config.sub configure configure.in etc/ChangeLog etc/Makefile.in gettext.m4 include/ChangeLog include/ansidecl.h include/aout/ChangeLog include/aout/aout64.h include/aout/hp300hpux.h include/bfdlink.h include/coff/ChangeLog include/coff/arm.h include/coff/external.h include/coff/internal.h include/coff/m88k.h include/coff/or32.h include/coff/ti.h include/coff/tic54x.h include/coff/xcoff.h include/demangle.h include/dis-asm.h include/dyn-string.h include/elf/ChangeLog include/elf/alpha.h include/elf/arm.h include/elf/common.h include/elf/dwarf2.h include/elf/external.h include/elf/h8.h include/elf/ia64.h include/elf/internal.h include/elf/mips.h include/elf/mmix.h include/elf/or32.h include/elf/ppc.h include/elf/sh.h include/elf/xstormy16.h include/fibheap.h include/filenames.h include/floatformat.h include/hashtab.h include/libiberty.h include/nlm/ChangeLog include/nlm/common.h include/objalloc.h include/opcode/ChangeLog include/opcode/alpha.h include/opcode/arc.h include/opcode/avr.h include/opcode/cgen.h include/opcode/d10v.h include/opcode/d30v.h include/opcode/h8300.h include/opcode/hppa.h include/opcode/i386.h include/opcode/mips.h include/opcode/mmix.h include/opcode/or32.h include/opcode/ppc.h include/opcode/tic54x.h include/opcode/v850.h include/partition.h include/safe-ctype.h include/sort.h include/splay-tree.h include/xregex.h libtool.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh ltconfig ltmain.sh symlink-tree
* * MAINTAINERS: Clarify libiberty merge rules and procedures.DJ Delorie2001-07-261-0/+4
|
* * Makefile.in: Revert 2001-06-17.Alan Modra2001-06-191-0/+5
| | | | (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
* 2001-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-171-0/+6
| | | | | | * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. (gas+binutils.tar.bz2): Likewise. (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
* Handle GDB's gdb/version.in.Andrew Cagney2001-06-131-0/+5
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): IfAlexandre Oliva2001-06-081-0/+6
| | | | | gcc/xgcc is built, use -print-prog-name to find out the program name to use.
* * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,Alexandre Oliva2001-06-041-0/+5
| | | | with_gcc]: Use `gcc -shared' to build a shared library.
* * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link sharedAlexandre Oliva2001-06-041-0/+5
| | | | archives.
* * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ sharedAlexandre Oliva2001-05-281-0/+5
| | | | libraries when using g++ with native linker.
* * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.Alexandre Oliva2001-05-281-0/+4
|
* Support for xcoff64, enable ld for aixTom Rix2001-05-241-0/+4
|
* * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)Alexandre Oliva2001-05-221-0/+5
| | | | [aix4*|aix5*]: Prepend blank.
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva2001-05-201-0/+6
| | | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4.
* 2001-05-14 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-141-0/+5
| | | | | * config.if (libc_interface): Set to -libc6.2- for cross compiling to Linux/glibc 2.2.
* * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: DisableAlexandre Oliva2001-05-031-0/+5
| | | | libgcj.
* * configure.in (noconfigdirs): Don't reset it from scratch in theAlexandre Oliva2001-04-261-0/+5
| | | | target case; only append to it.
* * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,Alexandre Oliva2001-04-261-0/+5
| | | | sparc-*-solaris2.8]: Disable ${libgcj}.
* * configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva2001-04-251-0/+6
| | | | | (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj.
* * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4aAlexandre Oliva2001-04-201-0/+5
| | | | 1.641.2.228.
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva2001-04-121-0/+5
| | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
* * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):Alexandre Oliva2001-04-021-0/+7
| | | | | | New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
* * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.Alexandre Oliva2001-03-281-0/+4
|
* Add note about inability to use "make distclean" in maintainer mode.Nick Clifton2001-03-231-0/+5
|
* Re-installed:Alexandre Oliva2001-03-221-0/+9
| | | | | | | | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add '-DPIC' to ac_cv_prog_cc_pic for DJGPP. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise.
* 2001-03-22 Philip Blundell <philb@gnu.org>Phil Blundell2001-03-221-0/+4
| | | | * config.sub, config.guess: Import latest from subversions.
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva2001-03-221-0/+5
| | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
* 2001-03-20 Michael Chastain <chastain@redhat.com>Michael Chastain2001-03-211-0/+4
| | | | * Makefile.in: all-m4 depends on all-texinfo.
* * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva2001-03-081-0/+4
|
* 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-02-221-0/+5
| | | | | * COPYING.NEWLIB: Remove DJ Delorie's address because it is no longer valid.
* Allow configuration of texinfo for Cygwin hosts.Nick Clifton2001-02-171-0/+5
|
* Add s390 supportNick Clifton2001-02-101-0/+6
|
* * configure: Output host type to stdout, not stderr.DJ Delorie2001-02-071-0/+4
|
* * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov2001-02-041-0/+5
| | | | * config.sub: Import from subversions.gnu.org (revision 1.199).
* Handle hppa64-linux systems.Alan Modra2001-01-301-0/+4
|
* * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):Michael Sokolov2001-01-271-0/+6
| | | | | Don't unset, it's non-portable and no longer necessary, set to empty instead.
* * ltconfig: Shell portability fix for the tagname validity check.Michael Sokolov2001-01-271-0/+4
|
* * ltcf-cxx.sh: Use parentheses around eval $ac_compile.Michael Sokolov2001-01-271-0/+4
|
* * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.Alexandre Oliva2001-01-271-0/+5
| | | | * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
* * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure weAlexandre Oliva2001-01-241-0/+6
| | | | | keep at least one of build_libtool_libs or build_old_libs set to yes.
* * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.Alexandre Oliva2001-01-241-0/+5
| | | | * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
* Give credit for the last change to Philip instead of to Maciej.Andreas Jaeger2001-01-221-2/+7
|
* 2001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger2001-01-201-0/+4
| | | | * Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
* 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-01-151-0/+4
| | | | * COPYING.NEWLIB: Put into source repository.
* 2001-01-15 Ben Elliston <bje@redhat.com>Ben Elliston2001-01-151-0/+7
| | | | | | | * configure.in (host_tools): Add sid. Always configure cgen. * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise.
* * config.sub, config.guess: Update from subversions.Andreas Jaeger2001-01-071-62/+66
|
* * configure.in: Disable language-specific target libraries forAlexandre Oliva2000-12-121-0/+5
| | | | languages that aren't enabled.
* Add ARM v5t, v5te and XScale supportNick Clifton2000-11-251-0/+6
|
* * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.Alexandre Oliva2000-11-231-0/+4
|