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]

Re: [RFA] gdbarch.sh: multi-arch PARM_BOUNDARY


Nick,

This is a new architecture method.  Can you explain its intended
purpose.

	Andrew

PS: Don't forget doc/gdbint.*
PPS: You just need to post the gdbarch.sh diff :-)

Nicholas Duffek wrote:
> 
> ChangeLog:
> 
>         * gdbarch.sh (PARM_BOUNDARY): Define.
>         * gdbarch.c: Regenerate.
>         * gdbarch.h: Regenerate.
> 
> No regressions on i686-pc-linux-gnu.  Okay to apply?
> 
> Nicholas Duffek
> <nsd@redhat.com>
> 
> [patch follows]
> 
> Index: gdb/gdbarch.sh
> ===================================================================
> diff -up gdb/gdbarch.sh gdb/gdbarch.sh
> --- gdb/gdbarch.sh      Tue Jan  2 16:04:32 2001
> +++ gdb/gdbarch.sh      Tue Jan  2 16:03:56 2001
> @@ -480,6 +480,7 @@ F:2:STACK_ALIGN:CORE_ADDR:stack_align:CO
>  v:1:EXTRA_STACK_ALIGNMENT_NEEDED:int:extra_stack_alignment_needed::::0:1::0:::
>  F:2:REG_STRUCT_HAS_ADDR:int:reg_struct_has_addr:int gcc_p, struct type *type:gcc_p, type::0:0
>  F:2:SAVE_DUMMY_FRAME_TOS:void:save_dummy_frame_tos:CORE_ADDR sp:sp::0:0
> +v:2:PARM_BOUNDARY:int:parm_boundary
>  #
>  v:2:TARGET_FLOAT_FORMAT:const struct floatformat *:float_format::::::default_float_format (gdbarch)
>  v:2:TARGET_DOUBLE_FORMAT:const struct floatformat *:double_format::::::default_double_format (gdbarch)

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