public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-fedora14: reverse-20080717-branchpoint-6641-g0d90a91
@ 2010-07-11 18:27 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2010-07-11 18:27 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-fedora14 has been created
        at  0d90a916f5db8449d538bd370c690ddb3f6c52d0 (commit)

- Log -----------------------------------------------------------------
commit 0d90a916f5db8449d538bd370c690ddb3f6c52d0
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun Jul 11 18:54:10 2010 +0200

    Ada regressions fixed.

commit 2e9034d729f16f42cc648e142c2bd198c33fa29a
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun Jul 11 18:22:50 2010 +0200

    Fix gdb.pascal/hello.exp regression.

commit dc35b1895fb040aad2c6643e036d9b4340116d3f
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Jul 10 23:43:40 2010 +0200

    Fix gdb.dwarf2/dw2-op-call.exp regression.

commit f01c3c47bd9e71b76ae35fe0c270885cfeb0ecf3
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat Jul 10 11:49:00 2010 +0200

    compilation fixes

commit c6128cad73f8893a785c63b5845468f9b7dc45fc
Merge: 59c932d9527fd94907964a9fcfbed2709b7b99f3 cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Jul 9 21:29:10 2010 +0200

    Merge commit 'cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c' into archer-jankratochvil-vla
    
    Conflicts:
    	gdb/ada-lang.c
    	gdb/doc/gdbint.texinfo
    	gdb/doc/observer.texi
    	gdb/dwarf2expr.c
    	gdb/dwarf2expr.h
    	gdb/dwarf2loc.c
    	gdb/dwarf2read.c
    	gdb/eval.c
    	gdb/f-valprint.c
    	gdb/findvar.c
    	gdb/gdbtypes.c
    	gdb/gdbtypes.h
    	gdb/p-valprint.c
    	gdb/parse.c
    	gdb/printcmd.c
    	gdb/python/py-type.c
    	gdb/python/py-value.c
    	gdb/valarith.c
    	gdb/valops.c
    	gdb/valprint.c
    	gdb/value.c

commit 59c932d9527fd94907964a9fcfbed2709b7b99f3
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Jul 9 19:32:36 2010 +0200

    Revert gdb_7_1-branch changes, that is:
      e16b3828eafec635405cc34beb8f08db117d7331...cc0bcadcc3b1ef30b04f31fe9ed2cdba846c6088

commit 84a98ef7c300bcccbd8e20ba7840744351bcd79f
Merge: 06e357f534abcf8912e4fd597daae8f1387d631c cc0bcadcc3b1ef30b04f31fe9ed2cdba846c6088
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Jul 9 19:30:30 2010 +0200

    Merge commit 'cc0bcadcc3b1ef30b04f31fe9ed2cdba846c6088' into archer-jankratochvil-vla

commit 06e357f534abcf8912e4fd597daae8f1387d631c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun May 30 18:36:45 2010 +0200

    Fix compatibility with: FYI: fix BINOP_SUBSCRIPT with pieced arrays
    	http://sourceware.org/ml/gdb-patches/2010-05/msg00281.html
    
    2010-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* valarith.c (binop_user_defined_p): Return 0 on ARG1 or ARG2 being
    	TYPE_DYNAMIC.
    	* value.c (coerce_ref): Use object_address_get_data resolution for
    	TYPE_DYNAMIC ARG.

commit b468b41f5c4cf1a5a55fc33402ce4695ace3579c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat May 15 23:09:16 2010 +0200

    Re: Patch for pascal-dynamic arrays
    http://sourceware.org/ml/archer/2010-q2/msg00020.html
    without the int-char change.

commit c500ea093b2c2d2d23650d197089428b34723c82
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat May 15 23:06:35 2010 +0200

    Revert "gdb/"
    
    This reverts commit b9497b56c745769698b9557715f8a1cc84d61d9a.

commit b9497b56c745769698b9557715f8a1cc84d61d9a
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sat May 15 22:59:00 2010 +0200

    gdb/
    2010-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
    	    Joost van der Sluis  <joost@cnoc.nl>
    
    	* p-valprint.c: Include dwarf2loc.h.
    	(pascal_val_print): New variables back_to, saved_type and
    	saved_address.  Initialize them.  Call object_address_get_data instead
    	of CHECK_TYPEDEF, return on its failure.  Reread valaddr content if
    	ADDRESS has changed.  Pass SAVED_TYPE and SAVED_ADDRESS to
    	val_print_array_elements.  Cleanup to BACK_TO on any return code path.
    	Never print TYPE_CODE_INT array for language_pascal as a string.
    	* valprint.c: Include dwarf2loc.h.
    	(val_print_array_elements): New variables back_to, saved_type and
    	saved_address.  Initialize them.  Call object_address_get_data, return
    	on its failure.  Reread valaddr content if ADDRESS has changed.
    	Cleanup to BACK_TO on any return code path.  Protect ELTTYPE against
    	check_typedef.  Initialize ELTLEN by the byte stride now.  Remove the
    	TYPE_LENGTH bounds initialization possibility.
    
    	* valops.c (object_address_get_data): Return now struct type *.  Adjust
    	the function comment and function code.
    	* value.h (object_address_get_data): Likewise.
    
    gdb/testsuite/
    2010-04-12  Joost van der Sluis  <joost@cnoc.nl>
    
    	* gdb.pascal/arrays.exp, gdb.pascal/arrays.pas: New.
    	* lib/pascal.exp: Added variables fpcversion_major, fpcversion_minor and
    	fpcversion_release with the version of the used compiler.

commit a683bac73af74a757591672d89d720169c0b5ec9
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu May 13 18:08:30 2010 +0200

    Support DW_AT_upper_bound is referencing an optimized-out variable.
    https://bugzilla.redhat.com/show_bug.cgi?id=591879

commit ec5a7769d5c05542d12fc21afa25f32360db7de4
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed May 12 22:00:46 2010 +0200

    Fix mb_reserve:
    	https://bugzilla.redhat.com/show_bug.cgi?id=590635

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


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-11 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-11 18:27 [SCM] archer-jankratochvil-fedora14: reverse-20080717-branchpoint-6641-g0d90a91 jkratoch

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).