Binutils with MCST patches
Go to file
Kai Tietz 0ba1096ad5 2011-03-23 Kai Tietz <ktietz@redhat.com>
* breakpoint.c (clear_command): Use filename_cmp
	instead of strcmp for comparison.
	* buildsym.c (watch_main_source_file_lossage): Likewise.
	(patch_subfile_names): Use IS_DIR_SEPARATOR instead of
	checking just for slash.
	* dbxread.c (read_dbx_symtab): Use lbasename instead of
	strrchr and filename_cmp instead of strcmp for filenames.
	(add_old_header_file): Use filename_cmp
	instead of strcmp for comparison.
	* exec.c (exec_set_section_address): Likewise.
	* macrotab.c (macro_lookup_inclusion): Likewise.
	(macro_lookup_inclusion): Likewise.
	* elfread.c (_initialize_elfread): Likewise.
	(elfstab_offset_sections): Likewise.
	(elfstab_offset_sections): Use lbasename instead of
	strrchr.
	* mdebugread.c (parse_partial_symbols): Likewise.
	(arse_partial_symbols): Use filename_(n)cmp instead of
	str(n)cmp for comparison.
	* minsyms.c (lookup_minimal_symbol): Likewise.
	* psymtab.c (read_psymtabs_with_filename): Likewise.
	* solib.c (solib_read_symbols): Likewise.
	(reload_shared_libraries_1): Likewise.
	* symmisc.c (maintenance_print_symbols): Likewise.
	* symfile.c (separate_debug_file_exists): Likewise.
	(reread_symbols): Likewise.
	(find_separate_debug_file_by_debuglink): Likewise.
	* remote-fileio.c (remote_fileio_func_rename): Likewise.
	* source.c (add_path): Likewise.
	* symtab.c (filename_seen): Likewise.
	(file_matches): Likewise.
	(print_symbol_info): Likewise.
	(maybe_add_partial_symtab_filename): Likewise.
	(make_source_files_completion_list): Likewise.
	* xml-syscall.c (init_sysinfo): Likewise.
	* windows-nat.c (_initialize_check_for_gdb_ini): Use
	IS_DIR_SEPARATOR for checking for trailing path separator.
2011-03-23 18:23:56 +00:00
bfd bfd/ 2011-03-23 15:25:06 +00:00
binutils PR 12590 2011-03-17 12:56:35 +00:00
config Guard against M4 versions with a buggy strstr. 2011-03-05 07:33:13 +00:00
cpu
elfcpp
etc
gas 2011-03-23 Eric B. Weddington <eric.weddington@atmel.com> 2011-03-23 15:02:06 +00:00
gdb 2011-03-23 Kai Tietz <ktietz@redhat.com> 2011-03-23 18:23:56 +00:00
gold 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> 2011-03-23 14:13:27 +00:00
gprof 2011-02-28 Kai Tietz <kai.tietz@onevision.com> 2011-02-28 18:36:14 +00:00
include 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> 2011-03-23 14:09:48 +00:00
intl
ld bfd/ 2011-03-23 15:25:06 +00:00
libdecnumber merge from gcc 2011-01-03 21:05:58 +00:00
libiberty 2011-03-04 Michael Snyder <msnyder@vmware.com> 2011-03-04 18:25:32 +00:00
opcodes /bfd: 2011-03-22 18:10:48 +00:00
readline 2011-03-04 Michael Snyder <msnyder@vmware.com> 2011-03-04 18:12:47 +00:00
sim * gennltvals.sh: Search sys/_default_fcntl.h, in addition to 2011-03-21 22:06:55 +00:00
texinfo
.cvsignore
.gitignore
ChangeLog * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*, 2011-03-22 20:04:36 +00:00
compile
config-ml.in * config-ml.in: Don't handle arc-*-elf*. 2011-03-22 20:01:13 +00:00
config.guess * config.guess: Update to version 2011-02-02 2011-03-18 17:44:46 +00:00
config.rpath Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 21:00:14 +00:00
config.sub * config.guess: Update to version 2011-02-02 2011-03-18 17:44:46 +00:00
configure * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*, 2011-03-22 20:04:36 +00:00
configure.ac * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*, 2011-03-22 20:04:36 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
depcomp
djunpack.bat
install-sh
libtool.m4 Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 21:00:14 +00:00
lt~obsolete.m4
ltgcc.m4
ltmain.sh Backport from Libtool: Fix relink mode to use absolute path if hardcode_minus_L. 2011-01-13 18:52:53 +00:00
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Import move-if-change script from gnulib. 2011-02-12 15:47:02 +00:00
Makefile.def Sync toplevel and config/ from GCC. 2011-02-12 14:40:09 +00:00
Makefile.in Sync toplevel and config/ from GCC. 2011-02-12 14:40:09 +00:00
Makefile.tpl Sync toplevel and config/ from GCC. 2011-02-12 14:40:09 +00:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change Import move-if-change script from gnulib. 2011-02-12 15:47:02 +00:00
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.