This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

What is on the 5.1 branch; Was: [rfc] Re: read_register_bytes() bug; was my Regcache revamp



> Frankly, for quite some time I'm confused by the RFC's and RFA's
> posted here.  Are they all meant to go to the branch as well as the
> trunk?  If so, is it wise to make such changes after cutting the
> release branch?

As far as I know most of the patches going past at the moment are not 
going onto the branch(1).  Hmm, quick check, I've attached a copy of the 
5.1 ChangeLog.

This current thread/patch, however is interesting, I was not thinking of 
it as something for the 5.1 branch, but, yes, it probably is.

> Perhaps in the future each patch could tell explicitly whether it is
> meant ffor the branch or not, to prevent confusion.

I've been using the prefix [.../5.1] for anything 5.1 related.

enjoy,  (I hope this helps)

	Andrew

Now to try to get http://sources.redhat.com/gdb/ == 
http://www.gnu.org/software/gdb/.

(1) For me it is stuff like overhalling the floating-point code; fixing 
some nasty true multi-arch initialization problems; more MI and LIBGDB 
cleanup; more multi-arch; ...

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.1527
retrieving revision 1.1527.2.15
diff -r1.1527 -r1.1527.2.15
0a1,104
> 2001-08-10  Daniel Jacobowitz  <drow@mvista.com>
> 	    H.J. Lu  (hjl@gnu.org)
> 
> 	* partial-stab.h: valu should be a CORE_ADDR.
> 
> 2001-08-08  H.J. Lu  (hjl@gnu.org)
> 
> 	* dbxread.c (SWAP_SYMBOL): Removed.
> 	(INTERNALIZE_SYMBOL): Check sign extended vma.
> 
> 2001-08-13  Christopher Faylor  <cgf@cygnus.com>
> 
> 	* top.c (SIGSETJMP): Protect env argument with parentheses.
> 	(SIGLONGJMP): Protect env argument with parentheses.
> 
> 2001-08-10  Orjan Friberg  <orjanf@axis.com>
> 
> 	* remote.c (read_frame): Correct off-by-one error in condition.
> 
> 2001-08-02  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* core-regset.c (fetch_core_registers):  Remove HAVE_GREGSET_T
> 	and HAVE_FPREGSET_T checks.  Use gdb_gregset_t and gdb_fpregset_t.
> 
> 2001-08-02  Keith Seitz  <keiths@redhat.com>
> 
>         * defs.h (SLASH_STRING): If not defined, set
>         to "/", regardless of _WIN32, __CYGWIN__, or
>         whatnot.
> 
> 2001-07-27  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
> 	Check for SETPGRP_VOID separately if cross-compiling and ISO C
> 	headers are available.
> 	* configure: Regenerated.
> 
> 2001-08-02  Mark Kettenis  <kettenis@gnu.org>
> 
> 	* NEWS: Update.
> 
> 2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
> 
> 	The following changes avoid polluting global namespace with the
> 	`enable' and `disable' identifiers, because some platforms define
> 	in their system headers symbols with global scope that go by those
> 	names.
> 
> 	* breakpoint.h (enum enable_state): Rename from `enum enable'.
> 	Also rename all the enum members to have the "bp_" prefix.
> 	(struct breakpoint): Rename the `enable' member to `enable_state'.
> 	(enum bpdisp): Rename all members to have the "disp_" prefix.
> 
> 	* breakpoint.c: All users of `enum enable' and `enum bpdisp'
> 	changed.
> 	(args_for_catchpoint_enable): Rename the `enable' member to
> 	`enable_p'.  All users changed.
> 
> 	* tracepoint.h (enum enable): Remove.
> 	(struct tracepoint): The member `enabled' is now `int enabled_p'.
> 
> 	* tracepoint.c: All users of the `enabled' member changed.
> 
> 	* printcmd.c (struct display): The `status' member is now an int.
> 
> 	* memattr.h (struct mem_region): Rename the `status' member to
> 	`enabled_p'.
> 	(enum enable): Remove.
> 
> 	* memattr.c: Change all users of the `status' member of struct
> 	mem_region to use `enabled_p' instead.
> 
> 	* infcmd.c (run_stack_dummy): Use disp_del instead of del.
> 
> 	* go32-nat.c: Remove the kludgey work-around for conflicts between
> 	<dos.h> and "breakpoint.h".
> 
> 2001-07-30  Mark Kettenis  <kettenis@gnu.org>
> 
> 	* config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
> 	i386_dwarf_reg_to_regnum.
> 
> 	* i386-tdep.c (i386_register_convert_to_virtual): Replace
> 	assertion with a warning if we're asked to convert towards a
> 	non-floating-point type.  Zero out the the buffer where the data
> 	is supposed to be stored in that case.
> 
> 2001-07-29  Eli Zaretskii  <eliz@is.elta.co.il>
> 
> 	* config/djgpp/djconfig.sh: Unset CDPATH.
> 
> 	* go32-nat.c (get_cr3): Temporary disable support for page tables
> 	in UMBs, as it is incomplete.
> 
> 	Support for stepping through longjmp in DJGPP programs:
> 
> 	* config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
> 	(GET_LONGJMP_TARGET): Define to call get_longjmp_target.
> 	(get_longjmp_target): Add prototype.
> 
> 2001-07-28  Andrew Cagney  <ac131313@redhat.com>
> 
> 	* version.in: Bump version number to 5.0.90-cvs.
> 
1464c1568
< 	(SLASH_STRING): Remove unised definitions.
---
> 	(SLASH_STRING): Remove unused definitions.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]