No description
Find a file
Paul Pluzhnikov 17a37d488c 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
* NEWS: Mention set/show libthread-db-search-path.
	* gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
	(LIBTHREAD_DB_SO): Moved from linux-thread-db.c
	* linux-thread-db.c (libthread_db_search_path): New setting.
	(thread_db_handle): New variable (replaces using_thread_db).
	(try_thread_db_load_1): New function.
	(try_thread_db_load, thread_db_load_search): Likewise.
	(dladdr_to_soname): Likewise.
	(thread_db_load): Iterate over possibly multiple libthread_db's.
	(check_for_thread_db): Attempt to load new libthread_db.
	(thread_db_detach, thread_db_wait): Unload libthread_db.
	(thread_db_mourn_inferior): Likewise.
	(_initialize_thread_db): Add new libthread-db-search-path option.
	Defer loading of libthread_db to check_for_thread_db.
	* solib.c (libpthread_name_p): New function.
	(libpthread_solib_p): Call it.
	* solib.h (libpthread_name_p): New prototype.
2009-05-15 16:53:45 +00:00
bfd 2009-05-15 Andrew Stubbs <ams@codesourcery.com> 2009-05-15 00:08:12 +00:00
binutils * objcopy.c (set_long_section_mode): Check input_bfd is coff 2009-05-12 09:07:37 +00:00
config ChangeLog: 2009-05-12 18:16:01 +00:00
cpu
elfcpp Fix typo 2009-05-01 09:24:02 +00:00
etc bfd: 2009-02-03 15:54:05 +00:00
gas * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers. 2009-05-13 21:41:38 +00:00
gdb 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com> 2009-05-15 16:53:45 +00:00
gold Fix date in revision 1.220. (Was 2008-04-23, should have been 2009-04-23). 2009-04-30 06:02:09 +00:00
gprof gprof/ 2009-04-15 03:22:42 +00:00
include * mep.h (EF_MEP_COP_*): New. 2009-04-30 18:49:37 +00:00
intl
ld ld/ 2009-05-15 14:22:36 +00:00
libdecnumber merge from gcc 2009-04-13 19:43:01 +00:00
libiberty merge from gcc 2009-04-29 16:15:54 +00:00
opcodes Index: opcodes 2009-04-30 21:23:30 +00:00
readline gdb: 2009-04-17 17:44:05 +00:00
sim 2009-05-11 Andrew Cagney <cagney@gnu.org> 2009-05-11 21:21:47 +00:00
texinfo * texinfo/texinfo.tex: Update to version 2009-03-28.05. 2009-04-21 12:36:46 +00:00
.cvsignore
ChangeLog ChangeLog: 2009-05-12 18:16:01 +00:00
compile
config-ml.in
config.guess * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for 2009-04-24 14:27:20 +00:00
config.rpath
config.sub * config.sub, config.guess: Update from upstream sources. 2009-04-17 11:40:14 +00:00
configure Add new binutils target: moxie 2009-04-16 15:39:48 +00:00
configure.ac Add new binutils target: moxie 2009-04-16 15:39:48 +00:00
COPYING
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
COPYING3
COPYING3.LIB
depcomp
djunpack.bat * djunpack.bat: Use ".." quoting in Sed command, for the sake of 2009-03-27 13:37:09 +00:00
install-sh
libtool.m4 Backport from git Libtool: 2009-03-01 18:57:19 +00:00
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
MAINTAINERS
Makefile.def ChangeLog: 2009-05-12 18:16:01 +00:00
Makefile.in ChangeLog: 2009-05-12 18:16:01 +00:00
Makefile.tpl ChangeLog: 2009-05-12 18:16:01 +00:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
README
README-maintainer-mode
setup.com
src-release
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.