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

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

-----------------------------------------------------------------------
e29d6dd74cf4a352905348528585f7fff65325d1 patch 5: make longjmp handling use probes.
-----------------------------------------------------------------------


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-8722-ge29d6dd
@ 2011-06-03 20:12 sergiodj
  0 siblings, 0 replies; 2+ messages in thread
From: sergiodj @ 2011-06-03 20:12 UTC (permalink / raw)
  To: archer-commits

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

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

    patch 5: make longjmp handling use probes.

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

    patch 4: make exception handling use probes

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

    patch 3: bulk of new work

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

    patch 2: internal var

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

    patch 1: pre_expanded change.

commit abc6ef52b2dcc19aaea9d24245680847d46aa63a
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed May 25 12:54:19 2011 +0000

    sim: bfin: move model data into machs.h
    
    Pull the model data (register addresses/sizes) out of the different model
    files and into the machs.h header.  The models themselves don't care about
    where they're mapped, only the mach code does.  This allows us to keep the
    model headers from being included in the mach code which can cause issues
    with model-specific names colliding.  Such as when a newer device model is
    created, but with incompatible register names/layouts.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 4a56deb7d50ffd520232bc93818aab720cfd9757
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed May 25 12:41:29 2011 +0000

    sim: bfin: add a performance monitor stub
    
    No counters get updated, but there is enough here for software to
    poke things and work.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 42403ab87a77544ec6556790d7e13cfaa983992f
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed May 25 12:35:04 2011 +0000

    sim: bfin: add bf526-0.2/bf54x-0.4 rom regions
    
    Add regions for the on-chip roms on some newer Blackfin parts.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 4bd68ff6be813cbf1ea0b150425f05c81072502a
Author: Tristan Gingold <gingold@adacore.com>
Date:   Wed May 25 12:02:11 2011 +0000

    2011-05-25  Tristan Gingold  <gingold@adacore.com>
    
    	* configure.in (bfd_elf32_ia64_big_vec, bfd_elf32_ia64_hpux_big_vec)
    	(bfd_elf64_ia64_big_vec, bfd_elf64_ia64_hpux_big_vec)
    	(bfd_elf64_ia64_little_vec, bfd_elf64_ia64_vms_vec): Add elfxx-ia64.lo
    	* Makefile.am (BFD64_BACKENDS): Add elfxx-ia64.lo
    	(BFD64_BACKENDS_CFILES): Add elfxx-ia64.c
    	(elf32-ia64.c): Created from elfnn-ia64.c
    	(elf64-ia64.c): Likewise.
    	* elfxx-ia64.h: New file.
    	* elfxx-ia64.c: Split with elfnn-ia64.c.  Keep only the following
    	functions.Includes elfxx-ia64.h.
    	(elfNN_ia64_reloc): Renames to ia64_elf_reloc.  Adjust error message.
    	(IA64_HOWTO): Adjust.
    	(lookup_howto): Renames to ia64_elf_lookup_howto.  Make it public.
    	(elfNN_ia64_reloc_type_lookup): Renames to
    	ia64_elf_reloc_type_lookup. Make it public. Adjust calls.
    	(elfNN_ia64_reloc_name_lookup): Renames to
    	ia64_elf_reloc_name_lookup. Make it public.
    	(elfNN_ia64_relax_br): Renames to ia64_elf_relax_br.  Make it public.
    	(elfNN_ia64_relax_brl): Renames to ia64_elf_relax_brl. Make it
    	public.
    	(elfNN_ia64_relax_ldxmov): Renames to ia64_elf_relax_ldxmov.
    	Move it and make it public.  Move prototype to elfxx-ia64.h
    	(elfNN_ia64_install_value): Renames to ia64_elf_install_value.
    	Move prototype to elfxx-ia64.h
    	* elfnn-ia64.c: New file, split from elfxx-ia64.c.
    	(elfNN_ia64_info_to_howto): Adjust calls.
    	(elfNN_ia64_relax_section): Adjust calls.
    	(count_dyn_reloc): Fix typo.
    	(elfNN_ia64_relocate_section): Adjust calls.
    	(elfNN_ia64_finish_dynamic_symbol): Likewise.
    	(bfd_elfNN_bfd_reloc_type_lookup)
    	(bfd_elfNN_bfd_reloc_name_lookup): Adjust macros.

commit 462efd2d3410feaa2bc93f89a994a18aec80bce0
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed May 25 07:59:04 2011 +0000

    PR gdb/8677
    * event-loop.c (handle_file_event): Don't handle POLLHUP as error.

commit a72aaecd5ef596f831e322f6144a15de8f7ed504
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Wed May 25 00:00:33 2011 +0000

    *** empty log message ***

commit 016dae156e3036762c13e6efd4a317cabec0f014
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Wed May 25 00:00:06 2011 +0000

    daily update

commit 0eb54b2d562590d335c6ae1ac1e5189d9ba96626
Author: Keith Seitz <keiths@redhat.com>
Date:   Tue May 24 21:00:44 2011 +0000

    	PR breakpoint/12803
    	* gdb.cp/cmpd-minsyms.cc (a): New method.
    	(b): New method.
    	(c): New method.
    	* gdb.cp/cmpd-minsyms.exp: Add tests for new methods.

commit 2bdc820adfead6aa7fdb16242280473af1040d4e
Author: Keith Seitz <keiths@redhat.com>
Date:   Tue May 24 21:00:04 2011 +0000

    	PR breakpoint/12803
    	* linespec.c (keep_name_info): Add handling for "volatile" keyword.
    	(decode_compound): Unconditionally call	keep_name_info.

commit e22f2451533d6f187dadb172110c913aad5f3e38
Author: Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Date:   Tue May 24 16:13:29 2011 +0000

    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	    * config/tc-s390.c (md_gather_operands): Fix check for floating
    	    register pair operands.
    
    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	    * opcode/s390.h: Replace S390_OPERAND_REG_EVEN with
    	    S390_OPERAND_REG_PAIR.
    
    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	    * s390-opc.c: Replace S390_OPERAND_REG_EVEN with
    	    S390_OPERAND_REG_PAIR.  Fix INSTR_RRF_0UFEF instruction type.
    	    * s390-opc.txt: Fix cxr instruction type.
    
    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	    * gas/s390/esa-g5.d: Fix fp register pair operands.
    	    * gas/s390/esa-g5.s: Likewise.
    	    * gas/s390/zarch-z196.d: Likewise.
    	    * gas/s390/zarch-z196.s: Likewise.
    	    * gas/s390/zarch-z9-109.d: Likewise.
    	    * gas/s390/zarch-z9-109.s: Likewise.
    	    * gas/s390/zarch-z9-ec.d: Likewise.
    	    * gas/s390/zarch-z9-ec.s: Likewise.

commit b73981bff96033c991de0683074cc89d93e3b562
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Tue May 24 15:03:29 2011 +0000

    2011-05-24  Pedro Alves  <pedro@codesourcery.com>
    
    	gdb/
    	* breakpoint.c (watchpoint_check): If the watchpoint went out of
    	scope, clear its command list.
    	(map_breakpoint_numbers): Don't walk the related breakpoints list
    	of each breakpoint.
    
    	gdb/testsuite/
    	* gdb.base/commands.exp (watchpoint_command_test): Check that the
    	watchpoint's command list didn't execute when the watchpoint went
    	out of scope.

commit 2da93de625b3101f2b86cbb5064d67b314a7a058
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue May 24 14:52:29 2011 +0000

    	* MAINTAINERS: Move Jim Blandy to past maintainers.

commit f19897f5904be38a25f0c6ae27f24c835eeaf986
Author: Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Date:   Tue May 24 13:33:56 2011 +0000

    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	* config/tc-s390.c (md_gather_operands): Emit an error for odd
    	numbered registers used as register pair operand.
    
    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	* opcode/s390.h: Add S390_OPCODE_REG_EVEN flag.
    
    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	* s390-opc.c: Add new instruction types marking register pair
    	operands.
    	* s390-opc.txt: Match instructions having register pair operands
    	to the new instruction types.
    
    2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
    
    	* gas/s390/esa-g5.d: Fix register pair operands.
    	* gas/s390/esa-g5.s: Likewise.
    	* gas/s390/esa-z9-109.d: Likewise.
    	* gas/s390/esa-z9-109.s: Likewise.
    	* gas/s390/zarch-z196.d: Likewise.
    	* gas/s390/zarch-z196.s: Likewise.
    	* gas/s390/zarch-z9-109.d: Likewise.
    	* gas/s390/zarch-z9-109.s: Likewise.
    	* gas/s390/zarch-z900.d: Likewise.
    	* gas/s390/zarch-z900.s: Likewise.
    	* gas/s390/zarch-z990.d: Likewise.
    	* gas/s390/zarch-z990.s: Likewise.

commit 0ddc05e6d067978556ae2fc241293648c4bf2ffa
Author: Tristan Gingold <gingold@adacore.com>
Date:   Tue May 24 12:40:16 2011 +0000

    2011-05-24  Tristan Gingold  <gingold@adacore.com>
    
    	* symfile.h (enum dwarf2_section_enum): New type.
    	(dwarf2_get_section_info): New prototype.
    	* dwarf2read.c (dwarf2_get_section_info): Replace parameter
    	section_name by sect.  Use a switch to select the info.
    	* dwarf2-frame.c (warf2_get_section_info): Remove prototype.
    	(dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.

commit ed46a3cf6d6c9489594afc0e68b8c3a5bddab25e
Author: Pierre Muller <muller@ics.u-strasbg.fr>
Date:   Tue May 24 12:01:22 2011 +0000

    ../commit.txt~

commit 5a265baae2cca80d6234c3c8166e7fa48eddc1d6
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Tue May 24 10:48:17 2011 +0000

    2011-05-24  Pedro Alves  <pedro@codesourcery.com>
    
    	gdb/
    	* solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
    	shared library event breakpoint if there's no execution.
    
    	gdb/testsuite/
    	* gdb.trace/tfile.exp: Add test that opening the basic.tf trace
    	file doesn't error, using MI.

commit d55b1ed48098d6e48b569b5e123f2c7a8e2ea3f8
Author: Thiago Jung Bauermann <bauerman@br.ibm.com>
Date:   Tue May 24 03:03:55 2011 +0000

    	* breakpont.c (remove_hw_watchpoints): Remove unused function.
    	* breakpoint.h remove_hw_watchpoints(): Remove prototype.

commit b6e89fa214cb5b603e8a114f040a92e005acd9cc
Author: Alan Modra <amodra@bigpond.net.au>
Date:   Tue May 24 00:00:05 2011 +0000

    daily update

commit b7e3581ba9ccf585f514a1e07567548babef119c
Author: gdbadmin <gdbadmin@sourceware.org>
Date:   Tue May 24 00:00:03 2011 +0000

    *** empty log message ***

commit 39f87a2be96319f5a1a776b1c6ae859cbaa3a145
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon May 23 23:00:35 2011 +0000

    sim: glue: allow bitwise devices to only glue ints
    
    Some Blackfin parts tie a bunch of interrupt lines into a single OR
    gate before feeding the result into the SIC.  The glue-or device in
    the sim provides a nice way of modeling this exact behavior.  At the
    moment though, it requires the device to be mapped into the address
    space so that things could write to it directly.  This is not needed
    for the Blackfin usage, so make it optional.  Now the glue devices
    can be used to simply tie interrupt lines together.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 512d8d2befb918820f5373a62389ea650930b70f
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon May 23 22:59:54 2011 +0000

    sim: glue: implement or/xor funcs
    
    The glue device has a bunch of "todos" for the misc bitwise devices.
    So implement two for fun -- the glue-or and glue-xor.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit ea68870f398e0fa9a88e939956d59cf1ee870d03
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon May 23 20:27:23 2011 +0000

    gdb
    	* c-lang.c (evaluate_subexp_c): Use expect_type if it is not
    	NULL.
    gdb/testsuite
    	* gdb.base/charset.exp (string_display): Add tests to assign to
    	arrays.
    	* gdb.base/charset.c (short_array, int_array, long_array): New.

commit 9f1cd1a2da4e10653cf8f6844d9b2e59a3b5226f
Author: DJ Delorie <dj@delorie.com>
Date:   Mon May 23 19:50:17 2011 +0000

    * elf32-rx.c (rx_elf_object_p): When reading an RX object in, undo
    the vma/lma swapping done in elf32_rx_modify_program_headers.

commit 02f12d53de1ccf56c8129c63e1f1c7610c1ede2d
Author: Doug Evans <dje@google.com>
Date:   Mon May 23 17:38:05 2011 +0000

    	* python/lib/gdb/printing.py (register_pretty_printer): Add missing
    	entry for RuntimeError to doc string.

commit 1fb08aec00e063c15a73a9a150e5bf78b41665ad
Author: Jerome Guitton <guitton@adacore.com>
Date:   Mon May 23 16:38:00 2011 +0000

    	* sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
    	sequence for probing loops.

commit 67c8fd78188c91edabfa0edf99d1e283d4316656
Author: Pedro Alves <pedro@codesourcery.com>
Date:   Mon May 23 15:18:33 2011 +0000

    2011-05-23  Pedro Alves  <pedro@codesourcery.com>
    
    	* infrun.c (user_visible_resume_ptid): Fix typos in describing
    	comment.

commit fcde33c235fa5ba9e6cb35933f1cb1733c8a7276
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon May 23 14:55:36 2011 +0000

    	* elf-m10300.c (mn10300_elf_mkobject): New function.
    	(bfd_elf32_mkobject): Define.

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


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


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

end of thread, other threads:[~2011-07-20 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-20 22:56 [SCM] archer-sergiodj-stap-patch-split: reverse-20080717-branchpoint-8722-ge29d6dd sergiodj
  -- strict thread matches above, loose matches on Subject: below --
2011-06-03 20:12 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).