public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-stap-patch-split: reverse-20080717-branchpoint-8321-g741c0d1
@ 2011-04-07  4:07 sergiodj
  0 siblings, 0 replies; 2+ messages in thread
From: sergiodj @ 2011-04-07  4:07 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-stap-patch-split has been created
        at  741c0d1cc9f423d8749305f63a8f3ac9a524967c (commit)

- Log -----------------------------------------------------------------
commit 741c0d1cc9f423d8749305f63a8f3ac9a524967c
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Mar 30 18:05:23 2011 -0300

    patch 5: make longjmp handling use probes.

commit 3d2992fc56b252826ff883f15a2200eb1dab6697
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Mar 30 12:24:49 2011 -0300

    patch 4: make exception handling use probes

commit c9234f5424ad729a889acc2292f982726b812d86
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Mar 29 10:49:57 2011 -0300

    patch 3: bulk of new work

commit 608e18eba7b6c661a0ad492f1fda728299e1bec6
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Tue Mar 29 10:25:45 2011 -0300

    patch 2: internal var

commit e7b7f89250c5a62d44c5e21f130ba94a1c608082
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Mon Mar 28 21:15:11 2011 -0300

    patch 1: pre_expanded change.

commit 77d48f651d8f26fb5d823c449b33077ebd725f8c
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Mon Mar 28 20:32:20 2011 -0300

    patch 0: BFD patch

commit 01850584f99b8b7f78c5b1d6802d2df2b35da0fe
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Thu Apr 7 00:00:05 2011 +0000

    daily update

commit 71f7f3e73228515e4a11a0a137374f4413a4a12c
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Thu Apr 7 00:00:03 2011 +0000

    *** empty log message ***

commit 6b8ae1cb9cf43edb299e3b5b03bef5187c1c8bd0
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Apr 6 19:50:03 2011 +0000

    gdb/
    	Code cleanup.
    	* dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
    	* dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
    	in the function comment, a new note on values compatibility.
    	* minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
    	* symtab.h (SYMBOL_HASH_NEXT): New.

commit c37203a97cba50e890d25f3f3ea7a6653b173675
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Wed Apr 6 17:09:47 2011 +0000

    bfd:
    	* config.bfd (thumb-*-oabi): Don't handle in list of obsolete
    	targets.
    	(strongarm*, thumb*, xscale*): Remove architectures.
    	(strongarm-*-kaos*, thumb-*-coff, thumb-*-elf, thumb-epoc-pe*,
    	thumb-*-pe*, strongarm-*-elf, strongarm-*-coff, xscale-*-elf,
    	xscale-*-coff): Remove targets.
    
    binutils:
    	* configure.in (thumb-*-pe*): Remove.
    	* configure: Regenerate.
    
    binutils/testsuite:
    	* binutils-all/objcopy.exp (*arm*-*-coff): Change to arm*-*-coff.
    	(xscale-*-coff, thumb*-*-coff, thumb*-*-pe): Don't handle.
    
    gas:
    	* configure.tgt (strongarm*be, strongarm*b, strongarm*,
    	xscale*be|xscale*b, xscale*): Remove architectures.
    	(thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
    	thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
    
    gas/testsuite:
    	* gas/all/gas.exp (*arm*-*-coff): Change to arm*-*-coff.
    	(thumb*-*-coff, thumb*-*-pe*): Don;t handle.
    	* gas/arm/arm.exp (*arm*-*-*): Change to arm*-*-*.
    	(*xscale*-*-*): Don't handle.
    	* gas/cfi/cfi.exp (xscale*-*): Don't handle.
    	* gas/elf/elf.exp (*arm*-*-*): Change to arm*-*-*.
    	(xscale*-*-*): Don't handle.
    
    ld:
    	* configure.tgt (thumb-*-linux-* | thumb-*-uclinux*,
    	strongarm-*-coff, strongarm-*-elf, strongarm-*-kaos*,
    	thumb-*-coff, thumb-*-elf, thumb-epoc-pe, thumb-*-pe,
    	xscale-*-coff, xscale-*-elf): Remove targets.
    
    ld/testsuite:
    	* ld-selective/selective.exp (xscale-*-*): Don't handle.
    	* ld-srec/srec.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
    	handle.
    	(*arm*-*-*): Change to arm*-*-*.
    	(strongarm*-*-coff, xscale*-*-coff, thumb-*-coff*, thumb-*-pe*,
    	thumb-*-elf*, strongarm*-*-*, thumb-*-*): Remove xfails.
    	* ld-undefined/undefined.exp (thumb*-*-pe*, thumb*-*-pe*): Remove
    	commented-out xfails.
    	(thumb-elf): Remove reference in comment.
    	* lib/ld-lib.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
    	handle.

commit ec58b4dea96ae093743df0457eca7fff9000c2b4
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Wed Apr 6 12:21:20 2011 +0000

    	* configure.ac (build_tools): Remove build-byacc.
    	(host_libs): Remove mmalloc.
    	(host_tools): Remove byacc make patch prms send-pr ash bash bzip2
    	autoconf automake libtool diff rcs fileutils shellutils time
    	textutils wdiff find uudecode hello tar gzip indent recode release
    	sed perl gawk findutils gettext zip.
    	(libgcj): Remove target-qthreads.
    	(target_tools): Remove target-examples target-gperf.
    	(YACC): Don't handle building byacc.
    	* configure: Regenerate.
    	* Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
    	dosutils, examples, fileutils, find, findutils, gawk, gettext,
    	gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
    	patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
    	shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
    	handle building components.
    	* Makefile.in: Regenerate.

commit f1348efc348e8f5b5de3c4f246a9faf0a55a621f
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Wed Apr 6 03:24:22 2011 +0000

    	* ppc-linux-nat.c (check_condition): Add len output parameter.
    	Set it based on the memory region referenced in the condition
    	expression.  Update all callers.

commit 3d5203bc24a93fca8e79e265fec43dacd7a3340d
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Apr 6 00:08:07 2011 +0000

    gdb/
    	Fix crash regression on systems featuring .gdb_index.
    	* objfiles.c (free_objfile): Move the
    	forget_cached_source_info_for_objfile call earlier.  Comment it.
    	Extend the comment for objfile_free_data.

commit d64a6a62e95fc4342619fc0c4631185dac5c2c4a
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Apr 6 00:07:04 2011 +0000

    gdb/
    	Fix regression of displaying the debug format.
    	* buildsym.c (end_symtab): Set symtab's debugformat and producer from
    	subfile.

commit 547261788ca7800a2a0519194af10127a2a83f09
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Wed Apr 6 00:00:33 2011 +0000

    *** empty log message ***

commit 8ce82e18d601894a9a4a32488e6f7b627a662167
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Wed Apr 6 00:00:05 2011 +0000

    daily update

commit f493d2b3ea081fe0de1c7c69a283b2b2049de08e
Author: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Date:   Tue Apr 5 06:03:02 2011 +0000

    Sync config.sub from upstream.
    
    /:
    	* config.sub: Sync from upstream.

commit c4455e4082fe5373178c3df4d2b4e2b357676feb
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Tue Apr 5 00:00:35 2011 +0000

    daily update

commit eecdcdefd49b22784f4b1d0db5d3ca85b7938c43
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Tue Apr 5 00:00:05 2011 +0000

    *** empty log message ***

commit 329f7fb393a57742e88d2fa920a36d05260eaa9c
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 18:13:04 2011 +0000

    	* cli/cli-interp.c (struct captured_execute_command_args):
    	Remove.
    	(do_captured_execute_command): Remove.
    	(safe_execute_command): Use TRY_CATCH.
    	* cli/cli-script.c (struct wrapped_read_command_file_args):
    	Remove.
    	(wrapped_read_command_file): Remove.
    	(script_from_file): Use TRY_CATCH.
    	* exceptions.c (catch_exception): Remove.
    	* exceptions.h (catch_exception): Remove.
    	(deprecated_throw_reason): Update comment.
    	* mi/mi-main.c (captured_mi_execute_command): Change 'data'
    	argument to 'context'.
    	(mi_execute_command): Use TRY_CATCH.
    	* remote.c (struct start_remote_args): Remove.
    	(remote_start_remote): Update; change arguments.
    	(remote_open_1): Use TRY_CATCH.

commit 7f71565092a430e0a7509868b7279497db6f7cbe
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 17:41:05 2011 +0000

    	* tracepoint.c (scope_info): Update.
    	* symtab.c (decode_line_spec): Update.
    	* python/python.c (gdbpy_decode_line): Update.
    	* linespec.h (decode_line_1): Update.
    	* linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
    	(decode_compound, find_method, symtab_from_filename)
    	(decode_variable): Likewise.
    	* cli/cli-cmds.c (edit_command): Update.
    	(list_command): Update.
    	* breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
    	argument.
    	(create_breakpoint): Update.
    	(until_break_command): Update.
    	(addr_string_to_sals): Update.
    	(decode_line_spec_1): Update.

commit aad8a4a6da24f2475672c9145ed7ec0aa1f6e1fc
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 15:22:51 2011 +0000

    	* breakpoint.c (struct captured_parse_breakpoint_args): Remove.
    	(do_captured_parse_breakpoint): Remove.
    	(create_breakpoint): `e' is now volatile.  Remove `parse_args'.
    	Use TRY_CATCH directly.

commit 3405069491ed7249b28958123166f160d7fe7fcb
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 15:19:54 2011 +0000

    	* symtab.h (free_symtab): Remove.
    	(forget_cached_source_info_for_objfile): Declare.
    	* symmisc.c (free_symtab): Remove.
    	* source.c (forget_cached_source_info_for_objfile): New function.
    	(forget_cached_source_info): Use it.
    	* objfiles.c (free_objfile): Simplify check before calling
    	clear_current_source_symtab_and_line.  Call
    	forget_cached_source_info_for_objfile.

commit 726ecfa9724799f58d7ca2e4f1e4056ada26459a
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 15:11:15 2011 +0000

    	* mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
    	(new_symtab): Don't set `free_code' on symtab.
    	(new_linetable): Properly handle size==0.
    	* symtab.h (struct symtab) <free_code, free_func>: Remove.
    	* symmisc.c (free_symtab): Don't free the linetable.  Don't call
    	free_func.
    	* jv-lang.c (struct jv_per_objfile_data): New.
    	(jv_per_objfile_free): Free the data.
    	(get_dynamics_objfile): Allocate a jv_per_objfile_data.
    	(get_java_class_symtab): Set the `dict' field on the
    	jv_per_objfile_data.
    	(free_class_block): Remove.
    	* buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
    	the symtab.

commit 5b82e0bfdac55eb57fd25fb39804e594cb7b3b51
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 14:37:16 2011 +0000

    gdb
    	* symfile.c (reread_symbols): Update.
    	* objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
    	field.
    	* objfiles.c (allocate_objfile): Update.
    	* cp-support.h (cp_check_possible_namespace_symbols): Don't
    	declare.
    	* cp-namespace.c (lookup_symbol_file): Don't call
    	lookup_possible_namespace_symbol.
    	(initialize_namespace_symtab, get_possible_namespace_block)
    	(free_namespace_block, cp_check_possible_namespace_symbols)
    	(check_possible_namespace_symbols_loop)
    	(check_one_possible_namespace_symbol)
    	(lookup_possible_namespace_symbol): Remove.
    	(maintenance_cplus_namespace): Replace with notice.
    	(_initialize_cp_namespace): Deprecate `maint cplus namespace'.
    gdb/testsuite
    	* gdb.cp/maint.exp (test_help): Update.
    	(test_namespace): Likewise.

commit 4b11999f6f77676a5913d772e3b29e04fa057047
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 14:29:26 2011 +0000

    	* xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
    	* symtab.h (struct symtab) <producer, debugformat>: Now const.
    	* symmisc.c (free_symtab): Don't free debugformat.
    	* buildsym.h (struct subfile) <producer, debugformat>: Now const.
    	(record_debugformat, record_producer): Document.
    	* buildsym.c (end_symtab): Don't save debugformat and producer
    	names on obstack.
    	(end_symtab): Don't free debugformat and producer fields.
    	(record_debugformat): Don't call xstrdup.
    	(record_producer): Likewise.

commit 5d40eb4446a16bb799d79b6a688924132558b0db
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 14:18:10 2011 +0000

    	* source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
    	(source_line_charpos, source_charpos_line): Remove.

commit bb1119f31940c26ea8847b67f6d0d1ae50712119
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Apr 4 14:10:11 2011 +0000

    	* symtab.h (domain_enum): Split in two...
    	(enum search_domain): New.
    	(search_symbols): Update.
    	* symtab.c (print_symbol_info, symtab_symbol_info): Remove
    	redundant declarations.
    	(search_symbols): Change 'kind' argument to search_domain.
    	Update.
    	(print_symbol_info): Likewise.
    	(symtab_symbol_info): Likewise.
    	* symfile.h (struct quick_symbol_functions)
    	<pre_expand_symtabs_matching>: Change type of 'kind' argument.
    	<expand_symtabs_matching>: Likewise.
    	* psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
    	(expand_symtabs_matching_via_partial): Update.
    	* dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
    	(dw2_expand_symtabs_for_function): Update.
    	* block.h: Moved anonymous enum...
    	* defs.h (enum block_enum): ... here.  Now named.

commit 0d859768585b4c2db4b8b2c9f10d8a570865d10d
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Mon Apr 4 00:00:06 2011 +0000

    daily update

commit 9142aabd47fd21ec6c0073e6570bdf8c7f2b4d98
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Mon Apr 4 00:00:03 2011 +0000

    *** empty log message ***

commit aac6386d29adcc5de1a8d7ce228eb1cf4873f48a
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Sun Apr 3 16:55:15 2011 +0000

    Update NEWS after gdb-7.3 branch creation.
    
    gdb/ChangeLog:
    
            * NEWS: Create a new section for the next release branch.
            Rename the section of the current branch, now that it has
            been cut.

commit c832324f9fd1ad64e96131ac2cd141d98737b5ec
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Sun Apr 3 16:31:21 2011 +0000

    Record GDB 7.3 branch creation. Bump version number to 7.3.50.20110403-cvs.

commit eaa3448219665a05f0575f044d53aaf95190af93
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Sun Apr 3 00:00:32 2011 +0000

    *** empty log message ***

commit 97cf887e13f14106042c7175bdde8853b0dc4a08
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Sun Apr 3 00:00:05 2011 +0000

    daily update

commit 0ee9a5101d6a996d5cb8aab34ac90e9515faef58
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Apr 2 06:02:51 2011 +0000

    sim: dv-glue: fix up style a bit
    
    This touches up the code a bit to match GNU style.  No functional changes.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 0946a6c4c570b397e25048f38208d96c1b46a6c7
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Apr 2 05:30:14 2011 +0000

    sim: fix up style a bit
    
    This touches up the code a bit to match GNU style.  No functional changes.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit ae53f7074eb545f994701ed9afa36c8b0a92aaa9
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Sat Apr 2 04:31:43 2011 +0000

    Fix gdb.info build error (bad @menu entry)
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (GDB/MI Output Records): Fix menu entry for
    	"GDB/MI Ada Exception Information" node.

commit 5d93c17f2c02725b105c2aa00163cf92d06fa7bd
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Sat Apr 2 00:00:33 2011 +0000

    *** empty log message ***

commit 19d59c935ab746cb4a3e3aa24fa4a32ed9d673a2
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Fri Apr 1 23:00:06 2011 +0000

    daily update

commit 15715ce4d9bd657be2e00b57c80061929cd5d3eb
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Apr 1 22:32:04 2011 +0000

    sim: bfin: add OTP output port
    
    This doesn't currently generate any interrupts (as there doesn't appear
    to be any documentation to *when* it would even do so), but since the
    HRM does say an interrupt line exists between the OTP and the SIC, add
    one for completeness sake.  This will make a follow up patch easier.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit d2b961aba3296deff699885ffbf56acfd5efd034
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Fri Apr 1 19:38:14 2011 +0000

    	* arm-tdep.c (arm_gdbarch_init): Enfore correct register number
    	for "fpscr" in target description.

commit 367907c752a4ac44ffcccc366b37f561fb59a0a0
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Fri Apr 1 19:16:09 2011 +0000

    	* configure.ac (avr-*-*): Add comment about why libssp is disabled.
    	(microblaze*): Don't disable libssp.
    	* configure: Regenerate.

commit 764098bb20b9cf2b6b0a70fc457f1f89675df80f
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Apr 1 17:46:41 2011 +0000

    gdb/
    	* dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
    	initialize it.  Delay HASH initialization.  Strip the part after open
    	parenthesis for languages with qualifiers.  Call do_cleanups.

commit f7f2045cc6367f4649c175a078fedef4fd3c71d4
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Apr 1 17:20:37 2011 +0000

    	* utils.c (report_command_stats): Don't print `-' for negative
    	number.

commit f98cb7f1ea3bde0982fad8bf22cc3d360e4596d4
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Fri Apr 1 17:03:51 2011 +0000

    extend scope of testing in gdb.ada/arrayptr
    
    We add testing of taking a slice of an array access.  And we also
    introduce the same amount of testing, but with an access to a
    constrained array.
    
    gdb/testsuite/ChangeLog:
    
            * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
            * gdb.ada/arrayptr.exp: Add new tests.

commit 6261f7a3e2bcf19b77ef98c9ca9899f355f045a4
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Fri Apr 1 17:03:23 2011 +0000

    [Ada] fix printing slice of array defined as typedef
    
    A change we are making in the compiler to help preserve useful
    types when using -feliminate-unused-debug-types exposed a small
    hole in our value-printing code.
    
    One example of the problem happens when trying to print a slice
    of an array pointer.  If the variable is defined as a pointer to
    the typedef of an array, then we fail to print the slice, like so:
    
        (gdb) p arr_ptr(1..2)
        cannot take slice of non-array
    
    gdb/ChangeLog:
    
            * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
            (ada_value_slice, empty_array, to_fixed_array_type): Deal with
            typedefs.

commit 7cd8c59cfcc957d5acf634273f555a57efd8e49e
Author: Joel Brobecker <brobecker@gnat.com>
Date:   Fri Apr 1 16:59:56 2011 +0000

    improve Ada exception catchpoint MI notification
    
    This rewrites the code generating the Ada exception catchpoint hit
    notification for both the GDB/MI case as well as the non-MI case,
    by using the relevant ui_out_* functions to generate the output.
    the MI notifications for Ada exception catchpoints now include
    the stop reason, and the breakpoint "disp", much like other breakpoint
    events do.  It also introduces a new field "exception-name" for
    exception catchpoints (excluding "failed assertion catchpoints,
    where we just want to know that it was a failed assertion).
    
    gdb/ChangeLog:
    
            * breakpoint.h (bpdisp_text): Add declaration.
            * breakpoint.c (bpdisp_text): Make non-static.
            * ada-lang.c: #include "mi/mi-common.h".
            (print_it_exception): Rewrite to improve GDB/MI output.
    
    gdb/doc/ChangeLog:
    
            * gdb.texinfo (GDB/MI Ada Exception Information): Document
            the "exception-name" field in the *stopped async record.
    
    gdb/testsuite/ChangeLog:
    
            * gdb.ada/mi_catch_ex: New testcase.

commit 108f86840c09e3f7c6974c2ba572e8975994df1e
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Fri Apr 1 16:26:36 2011 +0000

    	gdb/testsuite/
    	* gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
    	base::overload(void) method without specifying "const".

commit 05fbf2a14f81b90cce734fad62a49510b480defc
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Fri Apr 1 15:22:49 2011 +0000

    	* arm-tdep.h (struct address_space): Add forward declaration.

commit e127a5a3d793c289742e9ab5c53fbef1119b7eee
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Fri Apr 1 13:44:53 2011 +0000

    	* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
    	moveifchange.
    	* configure: Regenerate.
    	* Makefile.tpl: Use @SHELL@ not @config_shell@.
    	* Makefile.in: Regenerate.

commit f630103a91d4fb3aad4e1b2aca6dae4dded1b8ba
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Fri Apr 1 13:42:02 2011 +0000

    	* configure.ac (*-*-sysv4*): Don't enable libgomp.
    	(alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
    	powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
    	powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
    	xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
    	*-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
    	md_exec_prefix cases.
    	* configure: Regenerate.

commit 4370d34a6eea399b82017da7868a86f3cfe96b45
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Fri Apr 1 12:00:58 2011 +0000

    	* configure.ac: Separate cases disabling target-libssp,
    	target-libiberty, target-libstdc++-v3 and Fortran from general
    	case over targets.
    	* configure: Regenerate.

commit 7c037eb62ae1e33acd235746fb32dca3513d4c09
Author: Joseph Myers <jsm@polyomino.org.uk>
Date:   Fri Apr 1 11:58:06 2011 +0000

    	* configure.ac (*-*-chorusos): Don't disable libgcj.
    	(*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
    	Remove case.
    	(*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
    	(arm-*-coff): Don't disable libgcj.
    	(arm*-*-linux-gnueabi): Remove useless assignment.
    	(arm-*-riscix*): Don't disable libgcj.
    	(bfin-*-*): Don't enable target-bsp and target-cygmon depending on
    	configuration.
    	(c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
    	(c54x*-*-*): Remove case.
    	(tic54x-*-*): Don't disable GCC or GCC libraries.
    	(cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
    	to *.
    	(d10v-*-*): Don't disable GCC libraries.
    	(d30v-*-*): Don't disable libgcj.
    	(h8500-*-*): Don't disable GCC libraries.
    	(i960-*-*): Don't disable libgcj.
    	(i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
    	(i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
    	i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
    	libgcj.
    	(m68k-*-coff*): Remove case.
    	(mmix-*-*): Don't disable libgloss on host.
    	(mn10200-*-*, mn10300-*-*): Remove cases.
    	(powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
    	powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
    	Don't disable libgcj.
    	(romp-*-*): Remove case.
    	(sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
    	(sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
    	case.
    	(v810-*-*): Don't disable GCC libraries.
    	(v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
    	(ip2k-*-*): Don't disable GCC libraries.
    	* configure: Regenerate.

commit a0a832c9e97e681a6bdd4bc03fa2b6cfe902b8ad
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Fri Apr 1 11:57:00 2011 +0000

    gdb/
    	* arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
    	* arm-tdep.c (arm_override_mode): New global.
    	(arm_pc_is_thumb): Respect arm_override_mode.  Remove single-step
    	execution mode heuristics.
    	(thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
    	second single-step breakpoint if needed, using
    	arm_insert_single_step_breakpoint.
    	(arm_get_next_pc_raw): Remove INSERT_BKTP argument.  Only handle
    	ARM execution mode, do not call thumb_get_next_pc_raw.
    	(arm_get_next_pc): Encode execution mode in return value.  Call
    	either arm_get_next_pc_raw or thumb_get_next_pc_raw.
    	(arm_insert_single_step_breakpoint): New function.
    	(arm_software_single_step): Call it.
    	* arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
    	argument to return execution mode of sigreturn target.
    	(arm_linux_syscall_next_pc): Use it.
    	(arm_linux_copy_svc): Update call.
    	(arm_linux_software_single_step): Call
    	arm_insert_single_step_breakpoint.
    
    gdb/testsuite/
    	* gdb.arch/thumb-singlestep.S: New file.
    	* gdb.arch/thumb-singlestep.exp: Likewise.

commit eb706c8f92aa03ae30f09cb6a3007694c3cb466a
Author: Tristan Gingold <gingold@adacore.com>
Date:   Fri Apr 1 08:38:53 2011 +0000

    2011-04-01  Tristan Gingold  <gingold@adacore.com>
    
    	* elfxx-ia64.c: include bfd_stdint.h

commit c73dde705c3b163b5101ed4cc4506cef6cc58905
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Fri Apr 1 00:00:32 2011 +0000

    *** empty log message ***

commit 4914bcad48ce9954d04060c9ebee4913d9986402
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Thu Mar 31 23:00:05 2011 +0000

    daily update

commit 21192aa39602417cda3955c84cbc907cbb4b92fe
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Mar 31 21:01:09 2011 +0000

    gdb/
    	* dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
    	the comment.

commit 837e99b31775e6a75a593259738924bf050650d2
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Mar 31 19:59:24 2011 +0000

    gdb
    	* varobj.c (update_dynamic_varobj_children): Properly handle
    	errors from iterator.
    gdb/testsuite
    	* gdb.python/py-prettyprint.py (exception_flag): New global.
    	(NoStringContainerPrinter._iterator.next): Check it.
    	* gdb.python/py-prettyprint.c (main): New variable nstype2.
    	* gdb.python/py-mi.exp: Set exception_flag and do more tests.

commit 50ccabd1e18b52b76f4689f1cfc5ca4a45a44684
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Mar 31 19:37:52 2011 +0000

    gdb/
    	* dwarf2read.c (dwarf2_name): Initialize DEMANGLED.  Avoid demangling
    	struct linkage name twice.

commit 42ac289de899a434022493617ef60366b4669e53
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Mar 31 16:25:41 2011 +0000

    	* python/py-prettyprint.c (print_stack_unless_memory_error): Add
    	missing ">" to message.

commit cf3e165766ccc18f274ebb6333dd6978de6672ab
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Mar 31 16:20:46 2011 +0000

    	* varobj.c (instantiate_pretty_printer): Remove duplicate
    	'return'.

commit fdf29c2fe62b1f842b39afafb0094674bc8c9232
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Thu Mar 31 16:16:57 2011 +0000

    	* i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
    	if neither saved value nor register available (e.g. signal frame).

commit 6be74f3b359a6ef32f2793cbb5ff8f508e76c3f9
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Thu Mar 31 15:40:42 2011 +0000

    	* macroexp.c (expand): Avoid uninitialized variable
    	compiler warning.

commit 6ed71368ed1d5810d719698771dc5c311eefd347
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Thu Mar 31 15:01:24 2011 +0000

    	* breakpoint.c (break_range_command): Fix typo in comment.

commit 7e6091ae1221d7c25408c714fcf0c8a2d1e13a0d
Author: Bernd Schmidt <bernd.schmidt@analog.com>
Date:   Thu Mar 31 14:40:10 2011 +0000

    Move ChangeLog entry to correct directory.

commit 495a23f22b2acfa6229375452c74bb8b26f80b78
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Thu Mar 31 14:32:46 2011 +0000

    2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
    	    Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
    
    	Implement support for PowerPC BookE ranged breakpoints.
    
    gdb/
    	* NEWS: Mention support for ranged breakpoints on embedded PowerPC.
    	* breakpoint.h (struct bp_target_info) <length>: New member
    	variable.
    	(struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
    	instead of struct breakpoint as argument, and also add ASPACE
    	and BP_ADDR arguments.  Update all callers.
    	(struct breakpoint_ops) <print_one_detail>: New method.
    	(struct breakpoint) <addr_string_range_end>: New member variable.
    	* breakpoint.c (breakpoint_location_address_match): Add function
    	prototype.
    	(insert_bp_location): Set bl->target_info.length.
    	(breakpoint_here_p): Call breakpoint_location_address_match.
    	(moribund_breakpoint_here_p): Likewise.
    	(regular_breakpoint_inserted_here_p): Likewise.
    	(breakpoint_thread_match): Likewise.
    	(bpstat_stop_status): Likewise.
    	(bpstat_check_location): Move call to
    	breakpoint_ops.breakpoint_hit to the top.
    	(print_one_breakpoint_location): Call
    	breakpoint_ops.print_one_detail if available.
    	(breakpoint_address_match_range): New function.
    	(breakpoint_location_address_match): Likewise.
    	(breakpoint_locations_match): Compare the length field of the
    	locations too.
    	(hw_breakpoint_used_count): Count resources used by all locations
    	in a breakpoint, and use breakpoint_ops.resources_needed if
    	available.
    	(breakpoint_hit_ranged_breakpoint): New function.
    	(resources_needed_ranged_breakpoint): Likewise.
    	(print_it_ranged_breakpoint): Likewise.
    	(print_one_ranged_breakpoint): Likewise.
    	(print_one_detail_ranged_breakpoint): Likewise.
    	(print_mention_ranged_breakpoint): Likewise.
    	(print_recreate_ranged_breakpoint): Likewise.
    	(ranged_breakpoint_ops): New structure.
    	(find_breakpoint_range_end): New function.
    	(break_range_command): Likewise.
    	(delete_breakpoint): Free addr_string_range_end.
    	(update_breakpoint_locations): Add SALS_END argument.  Update
    	all callers.  Calculate breakpoint length if a non-zero SALS_END
    	is given.  Call breakpoint_locations_match instead of
    	breakpoint_address_match.
    	(reset_breakpoint): Find SaL of the end of the range if B is a
    	ranged breakpoint.
    	(_initialize_breakpoint): Register break-range command.
    	* defs.h (print_core_address): Add function prototype.
    	* ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
    	function.
    	(ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
    	(ppc_linux_remove_hw_breakpoint): Likewise.
    	(_initialize_ppc_linux_nat): Initialize
    	to_ranged_break_num_registers.
    	* target.c (update_current_target): Add comment about
    	to_ranged_break_num_registers.
    	(target_ranged_break_num_registers): New function.
    	* target.h (struct target_ops) <to_ranged_break_num_registers>:
    	New method.
    	(target_ranged_break_num_registers): Add function prototype.
    	* ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
    	* utils.c (print_core_address): ... here.
    
    gdb/doc/
    	* gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.

commit 0a52d8392d9e9108ce6c60ab274a0385f549f8ac
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Mar 31 14:29:33 2011 +0000

    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum.

commit c5087150a4d364df07815f6c6a64df4f480e5852
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Mar 31 14:17:34 2011 +0000

    bfd/
    	* elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
    	dynobj and its initialization.

commit fd1db100cfd461a52ca4ca968e095b5e2662f029
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Mar 31 14:15:30 2011 +0000

    bfd/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec.
    	* configure.com: Set BFD_HOST_64BIT_LONG_LONG and
    	BFD_HOST_LONG_LONG to 1.
    
    binutils/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* makefile.vms (readelf.exe): New target.

commit 9b876dcd8d8e6d206a6921b01bd043d8017297e0
Author: Ulrich Weigand <uweigand@de.ibm.com>
Date:   Thu Mar 31 11:19:51 2011 +0000

    	* breakpoint.c (addr_string_to_sals): Avoid uninitialized
    	variable compiler warning.

commit 221cec844b1bb20a7ff86d35daa313b79b6c8449
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Mar 31 11:08:40 2011 +0000

    bfd/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning.
    	(_bfd_vms_write_etir): Ditto.
    	(_bfd_vms_slurp_etir): Avoid to use intptr_t
    	* configure.com: Generate bfd_stdint.h
    
    binutils/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
    
    libiberty/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* makefile.vms (OBJS): Add filename_cmp.obj

commit ba51018223ab3f1aba4a69516ed5141bcdb005b3
Author: Bernd Schmidt <bernd.schmidt@analog.com>
Date:   Thu Mar 31 08:58:19 2011 +0000

    include/elf/
    	* tic6x.h (R_C6000_JUMP_SPLOT, R_C6000_EHTYPE,
    	R_C6000_PCR_H16, R_C6000_PCR_L16): New relocs.
    	(SHN_TIC6X_SCOMMON): Define.
    
    bfd/
    	* elf32-tic6x.h (struct elf32_tic6x_params): New.
    	(elf32_tic6x_setup): Declare.
    	* elf32-tic6x.c: Include <limits.h>.
    	(ELF_DYNAMIC_LINKER, DEFAULT_STACK_SIZE, PLT_ENTRY_SIZE): Define.
    	(struct elf32_tic6x_link_hash_table, struct elf32_link_hash_entry):
    	New structures.
    	(elf32_tic6x_link_hash_table, is_tic6x_elf): New macros.
    	(tic6x_elf_scom_section, tic6x_elf_scom_symbol,
    	tic6x_elf_scom_symbol_ptr): New static variables.
    	(elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel,
    	elf32_tic6x_reloc_map): Add R_C6000_JUMP_SLOT, R_C6000_EHTYPE,
    	R_C6000_PCR_H16 and R_C6000_PCR_L16.
    	(elf32_tic6x_link_hash_newfunc, elf32_tic6x_link_hash_table_create,
    	elf32_tic6x_link_hash_table_free, elf32_tic6x_setup,
    	elf32_tic6x_using_dsbt, elf32_tic6x_install_rela,
    	elf32_tic6x_create_dynamic_sections, elf32_tic6x_make_got_dynreloc,
    	elf32_tic6x_finish_dynamic_symbol, elf32_tic6x_gc_sweep_hook,
    	elf32_tic6x_adjust_dynamic_symbol): New static functions.
    	(elf32_tic6x_relocate_section): For R_C6000_PCR_S21, convert branches
    	to weak symbols as required by the ABI.
    	Handle GOT and DSBT_INDEX relocs, and copy relocs to the output file
    	as needed when generating DSBT output.
    	(elf32_tic6x_check_relocs, elf32_tic6x_add_symbol_hook,
    	elf32_tic6x_symbol_processing, elf32_tic6x_section_from_bfd_section,
    	elf32_tic6x_allocate_dynrelocs, elf32_tic6x_size_dynamic_sections,
    	elf32_tic6x_always_size_sections, elf32_tic6x_modify_program_headers,
    	elf32_tic6x_finish_dynamic_sections, elf32_tic6x_plt_sym_val,
    	elf32_tic6x_copy_private_data, elf32_tic6x_link_omit_section_dynsym):
    	New static functions.
    	(ELF_MAXPAGESIZE): Define to 0x1000.
    	(bfd_elf32_bfd_copy_private_bfd_data,
    	bfd_elf32_bfd_link_hash_table_create,
    	bfd_elf32_bfd_link_hash_table_free, elf_backend_can_refcount,
    	elf_backend_want_got_plt, elf_backend_want_dynbss,
    	elf_backend_plt_readonly, elf_backend_got_header_size,
    	elf_backend_gc_sweep_hook, elf_backend_modify_program_headers,
    	elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
    	elf_backend_check_relocs, elf_backend_add_symbol_hook,
    	elf_backend_symbol_processing, elf_backend_link_output_symbol_hook,
    	elf_backend_section_from_bfd_section,
    	elf_backend_finish_dynamic_symbol, elf_backend_always_size_sections,
    	elf32_tic6x_size_dynamic_sections, elf_backend_finish_dynamic_sections,
    	elf_backend_omit_section_dynsym, elf_backend_plt_sym_val): Define.
    
    	* bfd/reloc.c (BFD_RELOC_C6000_JUMP_SLOT, BFD_RELOC_C6000_EHTYPE,
    	BFD_RELOC_C6000_PCR_H16, BFD_RELOC_C6000_PCR_S16): Add.
    	* bfd/bfd-in2.h: Regenerate.
    	* bfd/libbfd.h: Regenerate.
    	* config.bfd: Accept tic6x-*-* instead of tic6x-*-elf.
    
    gas/
    	* config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
    	static variables.
    	(md_begin): Initialize them.
    	(s_tic6x_scomm): New static function.
    	(md_pseudo_table): Add "scomm".
    	(tc_gen_reloc): Really undo all adjustments made by
    	bfd_install_relocation.
    	* doc/c-tic6x.texi: Document the .scomm directive.
    
    gas/testsuite/
    	* gas/tic6x/scomm-directive-1.s: New test.
    	* gas/tic6x/scomm-directive-1.d: New test.
    	* gas/tic6x/scomm-directive-2.s: New test.
    	* gas/tic6x/scomm-directive-2.d: New test.
    	* gas/tic6x/scomm-directive-3.s: New test.
    	* gas/tic6x/scomm-directive-3.d: New test.
    	* gas/tic6x/scomm-directive-4.s: New test.
    	* gas/tic6x/scomm-directive-4.d: New test.
    	* gas/tic6x/scomm-directive-5.s: New test.
    	* gas/tic6x/scomm-directive-5.d: New test.
    	* gas/tic6x/scomm-directive-6.s: New test.
    	* gas/tic6x/scomm-directive-6.d: New test.
    	* gas/tic6x/scomm-directive-7.s: New test.
    	* gas/tic6x/scomm-directive-7.d: New test.
    	* gas/tic6x/scomm-directive-8.s: New test.
    	* gas/tic6x/scomm-directive-8.d: New test.
    
    ld/
    	* emulparams/elf32_tic6x_le.sh (BIG_OUTPUT_FORMAT, EXTRA_EM_FILE,
    	GENERATE_SHLIB_SCRIPT): New defines.
    	(TEXT_START_ADDR): Define differently depending on target.
    	(.got): Redefine to include "*(.dsbt)".
    	(SDATA_START_SYMBOLS): Remove, replace with
    	(OTHER_GOT_SYMBOLS): New.
    	(OTHER_BSS_SECTIONS): Define only for ELF targets.
    	* emultempl/tic6xdsbt.em: New file.
    	* gen-doc.texi: Set C6X.
    	* ld.texinfo: Likewise.
    	(Options specific to C6X uClinux targets): New section.
    
    binutils/
    	* readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
    	(dump_relocations): Likewise.
    
    binutils/testsuite/
    	* lib/binutils-common.exp (is_elf_format): Accept tic6x*-*-uclinux*.
    
    ld/testsuite/
    	* ld-scripts/crossref.exp: Add CFLAGS for tic6x*-*-*.
    	* ld-elf/sec-to-seg.exp: Remove tic6x from list of targets defining
    	pagesize to 1.
    	* ld-tic6x/tic6x.exp: Add support for DSBT shared library/executable
    	linking tests.
    	* ld-tic6x/dsbt.ld: New linker script.
    	* ld-tic6x/dsbt-be.ld: New linker script.
    	* ld-tic6x/dsbt-overflow.ld: New linker script.
    	* ld-tic6x/dsbt-inrange.ld: New linker script.
    	* ld-tic6x/shlib-1.s: New test.
    	* ld-tic6x/shlib-2.s: New test.
    	* ld-tic6x/shlib-app-1r.s: New test.
    	* ld-tic6x/shlib-app-1.s: New test.
    	* ld-tic6x/shlib-1.sd: New test.
    	* ld-tic6x/shlib-1.dd: New test.
    	* ld-tic6x/shlib-app-1.rd: New test.
    	* ld-tic6x/shlib-app-1rb.rd: New test.
    	* ld-tic6x/shlib-app-1.sd: New test.
    	* ld-tic6x/static-app-1rb.od: New test.
    	* ld-tic6x/shlib-app-1.dd: New test.
    	* ld-tic6x/shlib-app-1rb.sd: New test.
    	* ld-tic6x/static-app-1b.od: New test.
    	* ld-tic6x/static-app-1r.od: New test.
    	* ld-tic6x/shlib-1rb.rd: New test.
    	* ld-tic6x/shlib-app-1rb.dd: New test.
    	* ld-tic6x/shlib-1rb.sd: New test.
    	* ld-tic6x/shlib-1rb.dd: New test.
    	* ld-tic6x/shlib-app-1b.od: New test.
    	* ld-tic6x/tic6x.exp: New test.
    	* ld-tic6x/static-app-1rb.rd: New test.
    	* ld-tic6x/shlib-app-1r.od: New test.
    	* ld-tic6x/static-app-1.od: New test.
    	* ld-tic6x/static-app-1b.rd: New test.
    	* ld-tic6x/static-app-1r.rd: New test.
    	* ld-tic6x/static-app-1rb.sd: New test.
    	* ld-tic6x/static-app-1b.sd: New test.
    	* ld-tic6x/static-app-1rb.dd: New test.
    	* ld-tic6x/static-app-1r.sd: New test.
    	* ld-tic6x/static-app-1b.dd: New test.
    	* ld-tic6x/shlib-1b.rd: New test.
    	* ld-tic6x/static-app-1r.dd: New test.
    	* ld-tic6x/shlib-app-1b.rd: New test.
    	* ld-tic6x/shlib-1r.rd: New test.
    	* ld-tic6x/shlib-app-1r.rd: New test.
    	* ld-tic6x/shlib-1b.sd: New test.
    	* ld-tic6x/static-app-1.rd: New test.
    	* ld-tic6x/shlib-app-1b.sd: New test.
    	* ld-tic6x/shlib-1r.sd: New test.
    	* ld-tic6x/shlib-1b.dd: New test.
    	* ld-tic6x/shlib-app-1r.sd: New test.
    	* ld-tic6x/shlib-app-1b.dd: New test.
    	* ld-tic6x/shlib-1r.dd: New test.
    	* ld-tic6x/static-app-1.sd: New test.
    	* ld-tic6x/shlib-app-1r.dd: New test.
    	* ld-tic6x/static-app-1.dd: New test.
    	* ld-tic6x/shlib-noindex.rd: New test.
    	* ld-tic6x/shlib-noindex.dd: New test.
    	* ld-tic6x/shlib-noindex.sd: New test.
    	* ld-tic6x/got-reloc-local-1.s: New test.
    	* ld-tic6x/got-reloc-local-2.s: New test.
    	* ld-tic6x/got-reloc-local-r.d: New test.
    	* ld-tic6x/got-reloc-global.s: New test.
    	* ld-tic6x/got-reloc-global-addend-1.d: New test.
    	* ld-tic6x/got-reloc-global-addend-1.s: New test.
    	* ld-tic6x/got-reloc-global-addend-2.d: New test.
    	* ld-tic6x/got-reloc-inrange.d: New test.
    	* ld-tic6x/got-reloc-overflow.d: New test.
    	* ld-tic6x/got-reloc-global-addend-2.s: New test.
    	* ld-tic6x/dsbt-index-error.d: New test.
    	* ld-tic6x/dsbt-index.d: New test.
    	* ld-tic6x/dsbt-index.s: New test.
    	* ld-tic6x/shlib-app-1.od: New test.
    	* ld-tic6x/shlib-app-1rb.od: New test.
    	* ld-tic6x/shlib-1.rd: New test.
    	* ld-tic6x/weak.d: New test.
    	* ld-tic6x/weak-be.d: New test.
    	* ld-tic6x/weak.s: New test.
     	* ld-tic6x/weak-data.d: New test.
    	* ld-tic6x/common.d: New test.
    	* ld-tic6x/common.ld: New test.
    	* ld-tic6x/common.s: New test.

commit a1a5d13ca27815995ee9f931320c6656d8670146
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Mar 31 08:13:48 2011 +0000

    include/coff
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* internal.h (C_NULL_VALUE): Define.
    
    bfd/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL
    	entry on xcoff when value is C_NULL_VALUE.

commit fdf117869705c0e6744bab05fe92b70790da40ac
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Mar 31 08:08:38 2011 +0000

    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* libcoff-in.h (exec_hdr): Remove.
    	* libcoff.h: Regenerate.

commit 9b9fa3798041fc8b358af973bdc4196eac88ebd6
Author: Tristan Gingold <gingold@adacore.com>
Date:   Thu Mar 31 07:49:45 2011 +0000

    binutils/
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* readelf.c (get_ia64_vms_note_type): New function.
    	(print_ia64_vms_note): Ditto.
    	(process_note): Recognize VMS/ia64 specific notes.
    	Display them.
    	(process_corefile_note_segment): Decode VMS notes.
    
    include/elf
    2011-03-31  Tristan Gingold  <gingold@adacore.com>
    
    	* ia64.h (Elf64_External_VMS_Note): New struct.
    	(NT_VMS_MHD, NT_VMS_LNM, NT_VMS_SRC, NT_VMS_TITLE, NT_VMS_EIDC,
    	NT_VMS_FPMODE, NT_VMS_LINKTIME, NT_VMS_IMGNAM, NT_VMS_IMGID
    	NT_VMS_LINKID, NT_VMS_IMGBID, NT_VMS_GSTNAM, NT_VMS_ORIG_DYN)
    	NT_VMS_PATCHTIME) New macros.

commit 900f0ecd1da20717845fd87bea5f24aded2be6bb
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Thu Mar 31 00:00:03 2011 +0000

    *** empty log message ***

commit bb118d5980f3eacbba72eb60d592cffdea214ab8
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Wed Mar 30 23:00:05 2011 +0000

    daily update

commit d6fbdd5927497cd45fe3d0330f0a4afc539c335b
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Wed Mar 30 20:59:07 2011 +0000

    	* breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
    	code from here ...
    	(re_set_breakpoint): ... to here ...
    	(addr_string_to_sals): ... and here.

commit be177a22adad8cf0368274b5e39da0819daeaf1a
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Mar 30 15:23:20 2011 +0000

    	* po/eo.po: New Esperanto translation.
    	* configure.in (ALL_LINGUAS): Add eo.
    	* configure: Regenerate.
    	* po/da.po: Updated Danish translation.

-----------------------------------------------------------------------


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [SCM]  archer-sergiodj-stap-patch-split: reverse-20080717-branchpoint-8321-g741c0d1
@ 2011-04-14 20:29 sergiodj
  0 siblings, 0 replies; 2+ messages in thread
From: sergiodj @ 2011-04-14 20:29 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-stap-patch-split has been deleted
       was  741c0d1cc9f423d8749305f63a8f3ac9a524967c

-----------------------------------------------------------------------
741c0d1cc9f423d8749305f63a8f3ac9a524967c patch 5: make longjmp handling use probes.
-----------------------------------------------------------------------


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-14 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-07  4:07 [SCM] archer-sergiodj-stap-patch-split: reverse-20080717-branchpoint-8321-g741c0d1 sergiodj
2011-04-14 20:29 sergiodj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).