|
|
689258 |
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
|
|
|
689258 |
From: Fedora GDB patches <invalid@email.com>
|
|
|
689258 |
Date: Fri, 27 Oct 2017 21:07:50 +0200
|
|
|
689258 |
Subject: gdb-rhbz795424-bitpos-23of25.patch
|
|
|
689258 |
|
|
|
689258 |
;; Fix `GDB cannot access struct member whose offset is larger than 256MB'
|
|
|
689258 |
;; (RH BZ 795424).
|
|
|
689258 |
;;=push
|
|
|
689258 |
|
|
|
689258 |
http://sourceware.org/ml/gdb-patches/2012-09/msg00630.html
|
|
|
689258 |
|
|
|
689258 |
--MP_/X_WjDOvz/B_fvlsrmCwRdxe
|
|
|
689258 |
Content-Type: text/plain; charset=US-ASCII
|
|
|
689258 |
Content-Transfer-Encoding: 7bit
|
|
|
689258 |
Content-Disposition: inline
|
|
|
689258 |
|
|
|
689258 |
Hi,
|
|
|
689258 |
|
|
|
689258 |
This is the last part of the bitpos change. This patch does the same
|
|
|
689258 |
thing that patch 1/4 does, except that it does so in the *-tdep files
|
|
|
689258 |
wherever necessary. I separated these changes mainly because they are
|
|
|
689258 |
related and can be reviewed independently. Tested on Fedora 16 x86_64.
|
|
|
689258 |
|
|
|
689258 |
Regards,
|
|
|
689258 |
Siddhesh
|
|
|
689258 |
|
|
|
689258 |
--MP_/X_WjDOvz/B_fvlsrmCwRdxe
|
|
|
689258 |
Content-Type: text/plain
|
|
|
689258 |
Content-Transfer-Encoding: quoted-printable
|
|
|
689258 |
Content-Disposition: attachment; filename=ChangeLog-tdep
|
|
|
689258 |
|
|
|
689258 |
gdb/ChangeLog
|
|
|
689258 |
|
|
|
689258 |
* alpha-tdep.c (alpha_push_dummy_call): Expand ACCUMULATE_SIZE,
|
|
|
689258 |
REQUIRED_ARG_REGS, OFFSET, LEN, TLEN to ssize_t.
|
|
|
689258 |
(struct alpha_arg): Expand members LEN, OFFSET to ssize_t.
|
|
|
689258 |
* amd64-tdep.c (amd64_push_arguments): Expand NUM_ELEMENTS,
|
|
|
689258 |
ELEMENT and LEN to LONGEST.
|
|
|
689258 |
(amd64_return_value): Expand LEN to LONGEST.
|
|
|
689258 |
* amd64-windows-tdep.c (amd64_windows_return_value): Expand LEN
|
|
|
689258 |
to LONGEST.
|
|
|
689258 |
* arm-tdep.c (arm_vfp_cprc_sub_candidate): Return LONGEST.
|
|
|
689258 |
Expand COUNT, SUB_COUNT to LONGEST.
|
|
|
689258 |
(arm_vfp_call_candidate): Expand C to LONGEST.
|
|
|
689258 |
(arm_push_dummy_call): Expand LEN to LONGEST.
|
|
|
689258 |
* avr-tdep.c (struct stack_item): Expand member LEN to ssize_t.
|
|
|
689258 |
(push_stack_item): Expand parameter LEN to ssize_t.
|
|
|
689258 |
(avr_push_dummy_call): Expand LAST_REGNUM, J, LEN to ssize_t.
|
|
|
689258 |
* bfin-tdep.c (bfin_push_dummy_call): Expand TOTAL_LEN,
|
|
|
689258 |
CONTAINER_LEN to ssize_t.
|
|
|
689258 |
* cris-tdep.c (struct stack_item): Expand member LEN to ssize_t.
|
|
|
689258 |
(push_stack_item): Expand parameter LEN to ssize_t.
|
|
|
689258 |
(cris_push_dummy_call): Expand LEN, REG_DEMAND, I to ssize_t.
|
|
|
689258 |
* h8300-tdep.c (h8300_push_dummy_call): Expand STACK_ALLOC,
|
|
|
689258 |
STACK_OFFSET to LONGEST. Expand LEN, PADDED_LEN, OFFSET to
|
|
|
689258 |
ssize_t.
|
|
|
689258 |
* hppa-tdep.c (hppa64_push_dummy_call): Expand LEN to LONGEST.
|
|
|
689258 |
(hppa64_return_value): Likewise.
|
|
|
689258 |
* i386-darwin-tdep.c (i386_darwin_push_dummy_call): Expand
|
|
|
689258 |
ARGS_SPACE to LONGEST.
|
|
|
689258 |
* i386-tdep.c (i386_push_dummy_call): Expand ARG_SPACE,
|
|
|
689258 |
ARG_SPACE_USED, LEN to LONGEST.
|
|
|
689258 |
(i386_reg_struct_return_p): Expand LEN to LONGEST.
|
|
|
689258 |
(i386_convert_register_p): Likewise.
|
|
|
689258 |
(i386_register_to_value): Likewise.
|
|
|
689258 |
(i386_value_to_register): Likewise.
|
|
|
689258 |
* ia64-tdep.c (ia64_push_dummy_call): Expand ARGOFFSET, LEN,
|
|
|
689258 |
NSLOTS, MEMSLOTS to LONGEST.
|
|
|
689258 |
* iq2000-tdep.c (iq2000_push_dummy_call): Expand TYPELEN,
|
|
|
689258 |
STACKSPACE to LONGEST.
|
|
|
689258 |
* m32r-tdep.c (m32r_push_dummy_call): Expand LEN to LONGEST.
|
|
|
689258 |
* m68k-tdep.c (m68k_reg_struct_return_p): Expand LEN to LONGEST.
|
|
|
689258 |
(m68k_push_dummy_call): Expand LEN, CONTAINER_LEN, OFFSET to
|
|
|
689258 |
LONGEST.
|
|
|
689258 |
* m88k-tdep.c (m88k_store_arguments): Expand NUM_STACK_WORDS,
|
|
|
689258 |
LEN, STACK_WORD to LONGEST.
|
|
|
689258 |
* mep-tdep.c (push_large_arguments): Expand ARG_LEN to ULONGEST.
|
|
|
689258 |
* microblaze-tdep.c (microblaze_store_return_value): Expand LEN to
|
|
|
689258 |
LONGEST.
|
|
|
689258 |
* mips-tdep.c (mips_xfer_register): Expand parameter BUF_OFFSET to
|
|
|
689258 |
LONGEST. Use plongest to format print BUF_OFFSET.
|
|
|
689258 |
(mips_eabi_push_dummy_call): Expand LEN to LONGEST. Use plongest
|
|
|
689258 |
to format print LEN.
|
|
|
689258 |
(mips_n32n64_fp_arg_chunk_p): Expand parameter OFFSET to LONGEST.
|
|
|
689258 |
Expand POS to LONGEST.
|
|
|
689258 |
(mips_n32n64_push_dummy_call): Expand LEN to LONGEST.
|
|
|
689258 |
(mips_n32n64_return_value): Expand OFFSET to LONGEST. Use
|
|
|
689258 |
plongest to format print OFFSET.
|
|
|
689258 |
(mips_o32_push_dummy_call): Expand LEN to LONGEST. Use plongest
|
|
|
689258 |
to format print LEN.
|
|
|
689258 |
(mips_o64_push_dummy_call): Expand LEN, STACK_OFFSET to LONGEST.
|
|
|
689258 |
Use plongest to format print LEN.
|
|
|
689258 |
* mn10300-tdep.c (mn10300_push_dummy_call): Expand LEN to
|
|
|
689258 |
LONGEST.
|
|
|
689258 |
* mt-tdep.c (mt_push_dummy_call): Expand STACK_DEST, TYPELEN to
|
|
|
689258 |
LONGEST.
|
|
|
689258 |
* ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Expand
|
|
|
689258 |
ARGSPACE, ARGOFFSET, STRUCTOFFSET, LEN, to LONGEST.
|
|
|
689258 |
(ppc64_sysv_abi_push_dummy_call): Expand BYTE, LEN to ssize_t.
|
|
|
689258 |
* rl78-tdep.c (rl78_push_dummy_call): Expand LEN, CONTAINER_LEN
|
|
|
689258 |
to LONGEST.
|
|
|
689258 |
* rs6000-aix-tdep.c (rs6000_push_dummy_call): Expand ARGBYTES,
|
|
|
689258 |
LEN to LONGEST.
|
|
|
689258 |
(ran_out_of_registers_for_arguments): Expand SPACE, JJ to
|
|
|
689258 |
LONGEST.
|
|
|
689258 |
* s390-linux-tdep.c (s390_value_from_register): Expand LEN to LONGEST.
|
|
|
689258 |
(is_power_of_two): Expand parameter N to ULONGEST.
|
|
|
689258 |
(s390_push_dummy_call): Expand LENGTH to ULONGEST.
|
|
|
689258 |
* score-tdep.c (score_push_dummy_call): Expand ARGLEN to
|
|
|
689258 |
LONGEST.
|
|
|
689258 |
* sh-tdep.c (sh_use_struct_convention) Expand len to LONGEST.
|
|
|
689258 |
(sh_justify_value_in_reg): Expand parameter LEN to LONGEST.
|
|
|
689258 |
(sh_push_dummy_call_fpu): Expand LEN to LONGEST. Expand REG_SIZE
|
|
|
689258 |
to ssize_t.
|
|
|
689258 |
(sh_push_dummy_call_nofpu): Likewise.
|
|
|
689258 |
* sh64-tdep.c (sh64_push_dummy_call): Expand STACK_OFFSET,
|
|
|
689258 |
STACK_ALLOC, LEN to LONGEST.
|
|
|
689258 |
* sparc-tdep.c (sparc32_store_arguments): Expand LEN to LONGEST.
|
|
|
689258 |
* sparc64-tdep.c (sparc64_store_floating_fields): Expand
|
|
|
689258 |
parameter BITPOS to LONGEST. Expand SUBPOS to LONGEST.
|
|
|
689258 |
(sparc64_extract_floating_fields): Likewise.
|
|
|
689258 |
(sparc64_store_arguments): Expand LEN to LONGEST.
|
|
|
689258 |
* spu-tdep.c (spu_push_dummy_call): Expand N_REGS, LEN to LONGEST.
|
|
|
689258 |
(spu_value_from_register): Expand LEN to LONGEST.
|
|
|
689258 |
* tic6x-tdep.c (tic6x_push_dummy_call): Expand REFERENCES_OFFST,
|
|
|
689258 |
LEN to LONGEST. Expand LEN to ssize_t. Use plongest to format
|
|
|
689258 |
print LEN.
|
|
|
689258 |
* tilegx-tdep.c (tilegx_push_dummy_call): Expand TYPELEN,
|
|
|
689258 |
SLACKLEN, ALIGNLEN to LONGEST.
|
|
|
689258 |
* v850-tdep.c (v850_push_dummy_call): Expand LEN to LONGEST.
|
|
|
689258 |
* vax-tdep.c (vax_store_arguments): Expand COUNT, LEN to LONGEST.
|
|
|
689258 |
(vax_return_value): Expand LEN to LONGEST.
|
|
|
689258 |
* xstormy16-tdep.c (xstormy16_push_dummy_call): Expand J, TYPELEN
|
|
|
689258 |
to LONGEST.
|
|
|
689258 |
* xtensa-tdep.c (xtensa_store_return_value): Print LEN instead of
|
|
|
689258 |
TYPE_LENGTH..
|
|
|
689258 |
(struct argument_info): Expoand member LENGTH to ssize_t.
|
|
|
689258 |
(struct argument_info.u): Expand member OFFSET to ssize_t.
|
|
|
689258 |
(xtensa_push_dummy_call): Expand SIZE, ONSTACK_SIZE to LONGEST.
|
|
|
689258 |
Expand N to ssize_t. Use pulongest to format print TYPE_LENGTH.
|
|
|
689258 |
|
|
|
689258 |
--MP_/X_WjDOvz/B_fvlsrmCwRdxe
|
|
|
689258 |
Content-Type: text/x-patch
|
|
|
689258 |
Content-Transfer-Encoding: 7bit
|
|
|
689258 |
Content-Disposition: attachment; filename=bitpos-tdep.patch
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
|
|
|
689258 |
--- a/gdb/alpha-tdep.c
|
|
|
689258 |
+++ b/gdb/alpha-tdep.c
|
|
|
689258 |
@@ -299,17 +299,17 @@ alpha_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
{
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int i;
|
|
|
689258 |
- int accumulate_size = struct_return ? 8 : 0;
|
|
|
689258 |
+ ssize_t accumulate_size = struct_return ? 8 : 0;
|
|
|
689258 |
struct alpha_arg
|
|
|
689258 |
{
|
|
|
689258 |
const gdb_byte *contents;
|
|
|
689258 |
- int len;
|
|
|
689258 |
- int offset;
|
|
|
689258 |
+ ssize_t len;
|
|
|
689258 |
+ ssize_t offset;
|
|
|
689258 |
};
|
|
|
689258 |
struct alpha_arg *alpha_args = XALLOCAVEC (struct alpha_arg, nargs);
|
|
|
689258 |
struct alpha_arg *m_arg;
|
|
|
689258 |
gdb_byte arg_reg_buffer[ALPHA_REGISTER_SIZE * ALPHA_NUM_ARG_REGS];
|
|
|
689258 |
- int required_arg_regs;
|
|
|
689258 |
+ ssize_t required_arg_regs;
|
|
|
689258 |
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
|
|
689258 |
|
|
|
689258 |
/* The ABI places the address of the called function in T12. */
|
|
|
689258 |
@@ -429,8 +429,8 @@ alpha_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
for (i = nargs; m_arg--, --i >= 0;)
|
|
|
689258 |
{
|
|
|
689258 |
const gdb_byte *contents = m_arg->contents;
|
|
|
689258 |
- int offset = m_arg->offset;
|
|
|
689258 |
- int len = m_arg->len;
|
|
|
689258 |
+ ssize_t offset = m_arg->offset;
|
|
|
689258 |
+ ssize_t len = m_arg->len;
|
|
|
689258 |
|
|
|
689258 |
/* Copy the bytes destined for registers into arg_reg_buffer. */
|
|
|
689258 |
if (offset < sizeof(arg_reg_buffer))
|
|
|
689258 |
@@ -442,7 +442,7 @@ alpha_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
}
|
|
|
689258 |
else
|
|
|
689258 |
{
|
|
|
689258 |
- int tlen = sizeof(arg_reg_buffer) - offset;
|
|
|
689258 |
+ ssize_t tlen = sizeof(arg_reg_buffer) - offset;
|
|
|
689258 |
memcpy (arg_reg_buffer + offset, contents, tlen);
|
|
|
689258 |
offset += tlen;
|
|
|
689258 |
contents += tlen;
|
|
|
689258 |
diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c
|
|
|
689258 |
--- a/gdb/amd64-tdep.c
|
|
|
689258 |
+++ b/gdb/amd64-tdep.c
|
|
|
689258 |
@@ -878,8 +878,8 @@ amd64_push_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
};
|
|
|
689258 |
struct value **stack_args = XALLOCAVEC (struct value *, nargs);
|
|
|
689258 |
int num_stack_args = 0;
|
|
|
689258 |
- int num_elements = 0;
|
|
|
689258 |
- int element = 0;
|
|
|
689258 |
+ LONGEST num_elements = 0;
|
|
|
689258 |
+ LONGEST element = 0;
|
|
|
689258 |
int integer_reg = 0;
|
|
|
689258 |
int sse_reg = 0;
|
|
|
689258 |
int i;
|
|
|
689258 |
@@ -891,7 +891,7 @@ amd64_push_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
for (i = 0; i < nargs; i++)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *type = value_type (args[i]);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
enum amd64_reg_class theclass[2];
|
|
|
689258 |
int needed_integer_regs = 0;
|
|
|
689258 |
int needed_sse_regs = 0;
|
|
|
689258 |
@@ -955,7 +955,7 @@ amd64_push_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
|
|
|
689258 |
gdb_assert (regnum != -1);
|
|
|
689258 |
memset (buf, 0, sizeof buf);
|
|
|
689258 |
- memcpy (buf, valbuf + j * 8, std::min (len, 8));
|
|
|
689258 |
+ memcpy (buf, valbuf + j * 8, std::min (len, (LONGEST) 8));
|
|
|
689258 |
regcache->raw_write_part (regnum, offset, 8, buf);
|
|
|
689258 |
}
|
|
|
689258 |
}
|
|
|
689258 |
diff --git a/gdb/amd64-windows-tdep.c b/gdb/amd64-windows-tdep.c
|
|
|
689258 |
--- a/gdb/amd64-windows-tdep.c
|
|
|
689258 |
+++ b/gdb/amd64-windows-tdep.c
|
|
|
689258 |
@@ -291,7 +291,7 @@ amd64_windows_return_value (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
struct type *type, struct regcache *regcache,
|
|
|
689258 |
gdb_byte *readbuf, const gdb_byte *writebuf)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
int regnum = -1;
|
|
|
689258 |
|
|
|
689258 |
/* See if our value is returned through a register. If it is, then
|
|
|
689258 |
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
|
|
|
689258 |
--- a/gdb/arm-tdep.c
|
|
|
689258 |
+++ b/gdb/arm-tdep.c
|
|
|
689258 |
@@ -3468,7 +3468,7 @@ arm_vfp_cprc_reg_char (enum arm_vfp_cprc_base_type b)
|
|
|
689258 |
array). Vector types are not currently supported, matching the
|
|
|
689258 |
generic AAPCS support. */
|
|
|
689258 |
|
|
|
689258 |
-static int
|
|
|
689258 |
+static LONGEST
|
|
|
689258 |
arm_vfp_cprc_sub_candidate (struct type *t,
|
|
|
689258 |
enum arm_vfp_cprc_base_type *base_type)
|
|
|
689258 |
{
|
|
|
689258 |
@@ -3551,7 +3551,7 @@ arm_vfp_cprc_sub_candidate (struct type *t,
|
|
|
689258 |
}
|
|
|
689258 |
else
|
|
|
689258 |
{
|
|
|
689258 |
- int count;
|
|
|
689258 |
+ LONGEST count;
|
|
|
689258 |
unsigned unitlen;
|
|
|
689258 |
|
|
|
689258 |
count = arm_vfp_cprc_sub_candidate (TYPE_TARGET_TYPE (t),
|
|
|
689258 |
@@ -3574,12 +3574,12 @@ arm_vfp_cprc_sub_candidate (struct type *t,
|
|
|
689258 |
|
|
|
689258 |
case TYPE_CODE_STRUCT:
|
|
|
689258 |
{
|
|
|
689258 |
- int count = 0;
|
|
|
689258 |
+ LONGEST count = 0;
|
|
|
689258 |
unsigned unitlen;
|
|
|
689258 |
int i;
|
|
|
689258 |
for (i = 0; i < TYPE_NFIELDS (t); i++)
|
|
|
689258 |
{
|
|
|
689258 |
- int sub_count = 0;
|
|
|
689258 |
+ LONGEST sub_count = 0;
|
|
|
689258 |
|
|
|
689258 |
if (!field_is_static (&TYPE_FIELD (t, i)))
|
|
|
689258 |
sub_count = arm_vfp_cprc_sub_candidate (TYPE_FIELD_TYPE (t, i),
|
|
|
689258 |
@@ -3603,13 +3603,15 @@ arm_vfp_cprc_sub_candidate (struct type *t,
|
|
|
689258 |
|
|
|
689258 |
case TYPE_CODE_UNION:
|
|
|
689258 |
{
|
|
|
689258 |
- int count = 0;
|
|
|
689258 |
+ LONGEST count = 0;
|
|
|
689258 |
unsigned unitlen;
|
|
|
689258 |
int i;
|
|
|
689258 |
for (i = 0; i < TYPE_NFIELDS (t); i++)
|
|
|
689258 |
{
|
|
|
689258 |
- int sub_count = arm_vfp_cprc_sub_candidate (TYPE_FIELD_TYPE (t, i),
|
|
|
689258 |
- base_type);
|
|
|
689258 |
+ LONGEST sub_count;
|
|
|
689258 |
+
|
|
|
689258 |
+ sub_count = arm_vfp_cprc_sub_candidate (TYPE_FIELD_TYPE (t, i),
|
|
|
689258 |
+ base_type);
|
|
|
689258 |
if (sub_count == -1)
|
|
|
689258 |
return -1;
|
|
|
689258 |
count = (count > sub_count ? count : sub_count);
|
|
|
689258 |
@@ -3645,7 +3647,7 @@ arm_vfp_call_candidate (struct type *t, enum arm_vfp_cprc_base_type *base_type,
|
|
|
689258 |
int *count)
|
|
|
689258 |
{
|
|
|
689258 |
enum arm_vfp_cprc_base_type b = VFP_CPRC_UNKNOWN;
|
|
|
689258 |
- int c = arm_vfp_cprc_sub_candidate (t, &b);
|
|
|
689258 |
+ LONGEST c = arm_vfp_cprc_sub_candidate (t, &b);
|
|
|
689258 |
if (c <= 0 || c > 4)
|
|
|
689258 |
return 0;
|
|
|
689258 |
*base_type = b;
|
|
|
689258 |
@@ -3726,7 +3728,7 @@ arm_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
689258 |
{
|
|
|
689258 |
- int len;
|
|
|
689258 |
+ LONGEST len;
|
|
|
689258 |
struct type *arg_type;
|
|
|
689258 |
struct type *target_type;
|
|
|
689258 |
enum type_code typecode;
|
|
|
689258 |
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c
|
|
|
689258 |
--- a/gdb/avr-tdep.c
|
|
|
689258 |
+++ b/gdb/avr-tdep.c
|
|
|
689258 |
@@ -1192,13 +1192,13 @@ avr_dummy_id (struct gdbarch *gdbarch, struct frame_info *this_frame)
|
|
|
689258 |
|
|
|
689258 |
struct stack_item
|
|
|
689258 |
{
|
|
|
689258 |
- int len;
|
|
|
689258 |
+ ssize_t len;
|
|
|
689258 |
struct stack_item *prev;
|
|
|
689258 |
gdb_byte *data;
|
|
|
689258 |
};
|
|
|
689258 |
|
|
|
689258 |
static struct stack_item *
|
|
|
689258 |
-push_stack_item (struct stack_item *prev, const bfd_byte *contents, int len)
|
|
|
689258 |
+push_stack_item (struct stack_item *prev, const bfd_byte *contents, ssize_t len)
|
|
|
689258 |
{
|
|
|
689258 |
struct stack_item *si;
|
|
|
689258 |
si = XNEW (struct stack_item);
|
|
|
689258 |
@@ -1286,12 +1286,12 @@ avr_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
for (i = 0; i < nargs; i++)
|
|
|
689258 |
{
|
|
|
689258 |
- int last_regnum;
|
|
|
689258 |
- int j;
|
|
|
689258 |
+ ssize_t last_regnum;
|
|
|
689258 |
+ ssize_t j;
|
|
|
689258 |
struct value *arg = args[i];
|
|
|
689258 |
struct type *type = check_typedef (value_type (arg));
|
|
|
689258 |
const bfd_byte *contents = value_contents (arg);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ ssize_t len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
/* Calculate the potential last register needed.
|
|
|
689258 |
E.g. For length 2, registers regnum and regnum-1 (say 25 and 24)
|
|
|
689258 |
diff --git a/gdb/bfin-tdep.c b/gdb/bfin-tdep.c
|
|
|
689258 |
--- a/gdb/bfin-tdep.c
|
|
|
689258 |
+++ b/gdb/bfin-tdep.c
|
|
|
689258 |
@@ -504,7 +504,7 @@ bfin_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int i;
|
|
|
689258 |
long reg_r0, reg_r1, reg_r2;
|
|
|
689258 |
- int total_len = 0;
|
|
|
689258 |
+ ssize_t total_len = 0;
|
|
|
689258 |
|
|
|
689258 |
for (i = nargs - 1; i >= 0; i--)
|
|
|
689258 |
{
|
|
|
689258 |
@@ -526,7 +526,7 @@ bfin_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
{
|
|
|
689258 |
struct type *value_type = value_enclosing_type (args[i]);
|
|
|
689258 |
struct type *arg_type = check_typedef (value_type);
|
|
|
689258 |
- int container_len = (TYPE_LENGTH (value_type) + 3) & ~3;
|
|
|
689258 |
+ ssize_t container_len = (TYPE_LENGTH (value_type) + 3) & ~3;
|
|
|
689258 |
|
|
|
689258 |
sp -= container_len;
|
|
|
689258 |
write_memory (sp, value_contents (args[i]), container_len);
|
|
|
689258 |
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c
|
|
|
689258 |
--- a/gdb/cris-tdep.c
|
|
|
689258 |
+++ b/gdb/cris-tdep.c
|
|
|
689258 |
@@ -663,13 +663,13 @@ static CORE_ADDR cris_unwind_sp (struct gdbarch *gdbarch,
|
|
|
689258 |
|
|
|
689258 |
struct stack_item
|
|
|
689258 |
{
|
|
|
689258 |
- int len;
|
|
|
689258 |
+ ssize_t len;
|
|
|
689258 |
struct stack_item *prev;
|
|
|
689258 |
gdb_byte *data;
|
|
|
689258 |
};
|
|
|
689258 |
|
|
|
689258 |
static struct stack_item *
|
|
|
689258 |
-push_stack_item (struct stack_item *prev, const gdb_byte *contents, int len)
|
|
|
689258 |
+push_stack_item (struct stack_item *prev, const gdb_byte *contents, ssize_t len)
|
|
|
689258 |
{
|
|
|
689258 |
struct stack_item *si = XNEW (struct stack_item);
|
|
|
689258 |
si->data = (gdb_byte *) xmalloc (len);
|
|
|
689258 |
@@ -833,13 +833,13 @@ cris_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
689258 |
{
|
|
|
689258 |
- int len;
|
|
|
689258 |
+ ssize_t len;
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
- int reg_demand;
|
|
|
689258 |
- int i;
|
|
|
689258 |
+ ssize_t reg_demand;
|
|
|
689258 |
+ ssize_t i;
|
|
|
689258 |
|
|
|
689258 |
- len = TYPE_LENGTH (value_type (args[argnum]));
|
|
|
689258 |
val = value_contents (args[argnum]);
|
|
|
689258 |
+ len = TYPE_LENGTH (value_type (args[argnum]));
|
|
|
689258 |
|
|
|
689258 |
/* How may registers worth of storage do we need for this argument? */
|
|
|
689258 |
reg_demand = (len / 4) + (len % 4 != 0 ? 1 : 0);
|
|
|
689258 |
diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c
|
|
|
689258 |
--- a/gdb/h8300-tdep.c
|
|
|
689258 |
+++ b/gdb/h8300-tdep.c
|
|
|
689258 |
@@ -637,7 +637,7 @@ h8300_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
int struct_return, CORE_ADDR struct_addr)
|
|
|
689258 |
{
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
- int stack_alloc = 0, stack_offset = 0;
|
|
|
689258 |
+ LONGEST stack_alloc = 0, stack_offset = 0;
|
|
|
689258 |
int wordsize = BINWORD (gdbarch);
|
|
|
689258 |
int reg = E_ARG0_REGNUM;
|
|
|
689258 |
int argument;
|
|
|
689258 |
@@ -663,11 +663,11 @@ h8300_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
for (argument = 0; argument < nargs; argument++)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *type = value_type (args[argument]);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ ssize_t len = TYPE_LENGTH (type);
|
|
|
689258 |
char *contents = (char *) value_contents (args[argument]);
|
|
|
689258 |
|
|
|
689258 |
/* Pad the argument appropriately. */
|
|
|
689258 |
- int padded_len = align_up (len, wordsize);
|
|
|
689258 |
+ ssize_t padded_len = align_up (len, wordsize);
|
|
|
689258 |
/* Use std::vector here to get zero initialization. */
|
|
|
689258 |
std::vector<gdb_byte> padded (padded_len);
|
|
|
689258 |
|
|
|
689258 |
@@ -696,7 +696,7 @@ h8300_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
/* Heavens to Betsy --- it's really going in registers!
|
|
|
689258 |
Note that on the h8/300s, there are gaps between the
|
|
|
689258 |
registers in the register file. */
|
|
|
689258 |
- int offset;
|
|
|
689258 |
+ ssize_t offset;
|
|
|
689258 |
|
|
|
689258 |
for (offset = 0; offset < padded_len; offset += wordsize)
|
|
|
689258 |
{
|
|
|
689258 |
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
|
|
|
689258 |
--- a/gdb/hppa-tdep.c
|
|
|
689258 |
+++ b/gdb/hppa-tdep.c
|
|
|
689258 |
@@ -984,7 +984,7 @@ hppa64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
{
|
|
|
689258 |
struct value *arg = args[i];
|
|
|
689258 |
struct type *type = value_type (arg);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
const bfd_byte *valbuf;
|
|
|
689258 |
bfd_byte fptrbuf[8];
|
|
|
689258 |
int regnum;
|
|
|
689258 |
@@ -1177,7 +1177,7 @@ hppa64_return_value (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
struct type *type, struct regcache *regcache,
|
|
|
689258 |
gdb_byte *readbuf, const gdb_byte *writebuf)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
int regnum, offset;
|
|
|
689258 |
|
|
|
689258 |
if (len > 16)
|
|
|
689258 |
diff --git a/gdb/i386-darwin-tdep.c b/gdb/i386-darwin-tdep.c
|
|
|
689258 |
--- a/gdb/i386-darwin-tdep.c
|
|
|
689258 |
+++ b/gdb/i386-darwin-tdep.c
|
|
|
689258 |
@@ -166,7 +166,7 @@ i386_darwin_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
for (write_pass = 0; write_pass < 2; write_pass++)
|
|
|
689258 |
{
|
|
|
689258 |
- int args_space = 0;
|
|
|
689258 |
+ LONGEST args_space = 0;
|
|
|
689258 |
int num_m128 = 0;
|
|
|
689258 |
|
|
|
689258 |
if (struct_return)
|
|
|
689258 |
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c
|
|
|
689258 |
--- a/gdb/i386-tdep.c
|
|
|
689258 |
+++ b/gdb/i386-tdep.c
|
|
|
689258 |
@@ -2678,7 +2678,7 @@ i386_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
gdb_byte buf[4];
|
|
|
689258 |
int i;
|
|
|
689258 |
int write_pass;
|
|
|
689258 |
- int args_space = 0;
|
|
|
689258 |
+ LONGEST args_space = 0;
|
|
|
689258 |
|
|
|
689258 |
/* BND registers can be in arbitrary values at the moment of the
|
|
|
689258 |
inferior call. This can cause boundary violations that are not
|
|
|
689258 |
@@ -2693,7 +2693,7 @@ i386_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
for (write_pass = 0; write_pass < 2; write_pass++)
|
|
|
689258 |
{
|
|
|
689258 |
- int args_space_used = 0;
|
|
|
689258 |
+ LONGEST args_space_used = 0;
|
|
|
689258 |
|
|
|
689258 |
if (struct_return)
|
|
|
689258 |
{
|
|
|
689258 |
@@ -2710,7 +2710,7 @@ i386_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
for (i = 0; i < nargs; i++)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (value_enclosing_type (args[i]));
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (value_enclosing_type (args[i]));
|
|
|
689258 |
|
|
|
689258 |
if (write_pass)
|
|
|
689258 |
{
|
|
|
689258 |
@@ -2917,7 +2917,7 @@ i386_reg_struct_return_p (struct gdbarch *gdbarch, struct type *type)
|
|
|
689258 |
{
|
|
|
689258 |
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
|
|
689258 |
enum type_code code = TYPE_CODE (type);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
gdb_assert (code == TYPE_CODE_STRUCT
|
|
|
689258 |
|| code == TYPE_CODE_UNION
|
|
|
689258 |
@@ -3703,7 +3703,7 @@ static int
|
|
|
689258 |
i386_convert_register_p (struct gdbarch *gdbarch,
|
|
|
689258 |
int regnum, struct type *type)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
/* Values may be spread across multiple registers. Most debugging
|
|
|
689258 |
formats aren't expressive enough to specify the locations, so
|
|
|
689258 |
@@ -3736,7 +3736,7 @@ i386_register_to_value (struct frame_info *frame, int regnum,
|
|
|
689258 |
int *optimizedp, int *unavailablep)
|
|
|
689258 |
{
|
|
|
689258 |
struct gdbarch *gdbarch = get_frame_arch (frame);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
if (i386_fp_regnum_p (gdbarch, regnum))
|
|
|
689258 |
return i387_register_to_value (frame, regnum, type, to,
|
|
|
689258 |
@@ -3772,7 +3772,7 @@ static void
|
|
|
689258 |
i386_value_to_register (struct frame_info *frame, int regnum,
|
|
|
689258 |
struct type *type, const gdb_byte *from)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
if (i386_fp_regnum_p (get_frame_arch (frame), regnum))
|
|
|
689258 |
{
|
|
|
689258 |
diff --git a/gdb/iq2000-tdep.c b/gdb/iq2000-tdep.c
|
|
|
689258 |
--- a/gdb/iq2000-tdep.c
|
|
|
689258 |
+++ b/gdb/iq2000-tdep.c
|
|
|
689258 |
@@ -651,8 +651,9 @@ iq2000_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
const bfd_byte *val;
|
|
|
689258 |
bfd_byte buf[4];
|
|
|
689258 |
struct type *type;
|
|
|
689258 |
- int i, argreg, typelen, slacklen;
|
|
|
689258 |
- int stackspace = 0;
|
|
|
689258 |
+ int i, argreg, slacklen;
|
|
|
689258 |
+ LONGEST typelen;
|
|
|
689258 |
+ LONGEST stackspace = 0;
|
|
|
689258 |
/* Used to copy struct arguments into the stack. */
|
|
|
689258 |
CORE_ADDR struct_ptr;
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/m32r-tdep.c b/gdb/m32r-tdep.c
|
|
|
689258 |
--- a/gdb/m32r-tdep.c
|
|
|
689258 |
+++ b/gdb/m32r-tdep.c
|
|
|
689258 |
@@ -671,7 +671,7 @@ m32r_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
CORE_ADDR regval;
|
|
|
689258 |
gdb_byte *val;
|
|
|
689258 |
gdb_byte valbuf[M32R_ARG_REGISTER_SIZE];
|
|
|
689258 |
- int len;
|
|
|
689258 |
+ LONGEST len;
|
|
|
689258 |
|
|
|
689258 |
/* First force sp to a 4-byte alignment. */
|
|
|
689258 |
sp = sp & ~3;
|
|
|
689258 |
diff --git a/gdb/m68k-tdep.c b/gdb/m68k-tdep.c
|
|
|
689258 |
--- a/gdb/m68k-tdep.c
|
|
|
689258 |
+++ b/gdb/m68k-tdep.c
|
|
|
689258 |
@@ -372,7 +372,7 @@ m68k_reg_struct_return_p (struct gdbarch *gdbarch, struct type *type)
|
|
|
689258 |
{
|
|
|
689258 |
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
|
|
689258 |
enum type_code code = TYPE_CODE (type);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
gdb_assert (code == TYPE_CODE_STRUCT || code == TYPE_CODE_UNION
|
|
|
689258 |
|| code == TYPE_CODE_COMPLEX);
|
|
|
689258 |
@@ -504,9 +504,9 @@ m68k_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
for (i = nargs - 1; i >= 0; i--)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *value_type = value_enclosing_type (args[i]);
|
|
|
689258 |
- int len = TYPE_LENGTH (value_type);
|
|
|
689258 |
- int container_len = (len + 3) & ~3;
|
|
|
689258 |
- int offset;
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (value_type);
|
|
|
689258 |
+ LONGEST container_len = (len + 3) & ~3;
|
|
|
689258 |
+ LONGEST offset;
|
|
|
689258 |
|
|
|
689258 |
/* Non-scalars bigger than 4 bytes are left aligned, others are
|
|
|
689258 |
right aligned. */
|
|
|
689258 |
diff --git a/gdb/mep-tdep.c b/gdb/mep-tdep.c
|
|
|
689258 |
--- a/gdb/mep-tdep.c
|
|
|
689258 |
+++ b/gdb/mep-tdep.c
|
|
|
689258 |
@@ -2239,7 +2239,7 @@ push_large_arguments (CORE_ADDR sp, int argc, struct value **argv,
|
|
|
689258 |
|
|
|
689258 |
for (i = 0; i < argc; i++)
|
|
|
689258 |
{
|
|
|
689258 |
- unsigned arg_len = TYPE_LENGTH (value_type (argv[i]));
|
|
|
689258 |
+ ULONGEST arg_len = TYPE_LENGTH (value_type (argv[i]));
|
|
|
689258 |
|
|
|
689258 |
if (arg_len > MEP_GPR_SIZE)
|
|
|
689258 |
{
|
|
|
689258 |
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
|
|
|
689258 |
--- a/gdb/mips-tdep.c
|
|
|
689258 |
+++ b/gdb/mips-tdep.c
|
|
|
689258 |
@@ -489,7 +489,7 @@ static void
|
|
|
689258 |
mips_xfer_register (struct gdbarch *gdbarch, struct regcache *regcache,
|
|
|
689258 |
int reg_num, int length,
|
|
|
689258 |
enum bfd_endian endian, gdb_byte *in,
|
|
|
689258 |
- const gdb_byte *out, int buf_offset)
|
|
|
689258 |
+ const gdb_byte *out, LONGEST buf_offset)
|
|
|
689258 |
{
|
|
|
689258 |
int reg_offset = 0;
|
|
|
689258 |
|
|
|
689258 |
@@ -512,8 +512,8 @@ mips_xfer_register (struct gdbarch *gdbarch, struct regcache *regcache,
|
|
|
689258 |
}
|
|
|
689258 |
if (mips_debug)
|
|
|
689258 |
fprintf_unfiltered (gdb_stderr,
|
|
|
689258 |
- "xfer $%d, reg offset %d, buf offset %d, length %d, ",
|
|
|
689258 |
- reg_num, reg_offset, buf_offset, length);
|
|
|
689258 |
+ "xfer $%d, reg offset %d, buf offset %s, length %d, ",
|
|
|
689258 |
+ reg_num, reg_offset, plongest (buf_offset), length);
|
|
|
689258 |
if (mips_debug && out != NULL)
|
|
|
689258 |
{
|
|
|
689258 |
int i;
|
|
|
689258 |
@@ -4543,13 +4543,13 @@ mips_eabi_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
gdb_byte ref_valbuf[MAX_MIPS_ABI_REGSIZE];
|
|
|
689258 |
struct value *arg = args[argnum];
|
|
|
689258 |
struct type *arg_type = check_typedef (value_type (arg));
|
|
|
689258 |
- int len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
689258 |
|
|
|
689258 |
if (mips_debug)
|
|
|
689258 |
fprintf_unfiltered (gdb_stdlog,
|
|
|
689258 |
- "mips_eabi_push_dummy_call: %d len=%d type=%d",
|
|
|
689258 |
- argnum + 1, len, (int) typecode);
|
|
|
689258 |
+ "mips_eabi_push_dummy_call: %d len=%s type=%d",
|
|
|
689258 |
+ argnum + 1, plongest (len), (int) typecode);
|
|
|
689258 |
|
|
|
689258 |
/* The EABI passes structures that do not fit in a register by
|
|
|
689258 |
reference. */
|
|
|
689258 |
@@ -4819,7 +4819,7 @@ mips_eabi_return_value (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
|
|
|
689258 |
static int
|
|
|
689258 |
mips_n32n64_fp_arg_chunk_p (struct gdbarch *gdbarch, struct type *arg_type,
|
|
|
689258 |
- int offset)
|
|
|
689258 |
+ LONGEST offset)
|
|
|
689258 |
{
|
|
|
689258 |
int i;
|
|
|
689258 |
|
|
|
689258 |
@@ -4834,7 +4834,7 @@ mips_n32n64_fp_arg_chunk_p (struct gdbarch *gdbarch, struct type *arg_type,
|
|
|
689258 |
|
|
|
689258 |
for (i = 0; i < TYPE_NFIELDS (arg_type); i++)
|
|
|
689258 |
{
|
|
|
689258 |
- int pos;
|
|
|
689258 |
+ LONGEST pos;
|
|
|
689258 |
struct type *field_type;
|
|
|
689258 |
|
|
|
689258 |
/* We're only looking at normal fields. */
|
|
|
689258 |
@@ -4876,7 +4876,7 @@ mips_n32n64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
int argreg;
|
|
|
689258 |
int float_argreg;
|
|
|
689258 |
int argnum;
|
|
|
689258 |
- int len = 0;
|
|
|
689258 |
+ LONGEST len = 0;
|
|
|
689258 |
int stack_offset = 0;
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
|
|
689258 |
@@ -5227,11 +5227,11 @@ mips_n32n64_return_value (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
: MIPS_V0_REGNUM);
|
|
|
689258 |
field < TYPE_NFIELDS (type); field++, regnum += 2)
|
|
|
689258 |
{
|
|
|
689258 |
- int offset = (FIELD_BITPOS (TYPE_FIELDS (type)[field])
|
|
|
689258 |
- / TARGET_CHAR_BIT);
|
|
|
689258 |
+ LONGEST offset = (FIELD_BITPOS (TYPE_FIELDS (type)[field])
|
|
|
689258 |
+ / TARGET_CHAR_BIT);
|
|
|
689258 |
if (mips_debug)
|
|
|
689258 |
- fprintf_unfiltered (gdb_stderr, "Return float struct+%d\n",
|
|
|
689258 |
- offset);
|
|
|
689258 |
+ fprintf_unfiltered (gdb_stderr, "Return float struct+%s\n",
|
|
|
689258 |
+ plongest (offset));
|
|
|
689258 |
if (TYPE_LENGTH (TYPE_FIELD_TYPE (type, field)) == 16)
|
|
|
689258 |
{
|
|
|
689258 |
/* A 16-byte long double field goes in two consecutive
|
|
|
689258 |
@@ -5273,8 +5273,8 @@ mips_n32n64_return_value (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
if (offset + xfer > TYPE_LENGTH (type))
|
|
|
689258 |
xfer = TYPE_LENGTH (type) - offset;
|
|
|
689258 |
if (mips_debug)
|
|
|
689258 |
- fprintf_unfiltered (gdb_stderr, "Return struct+%d:%d in $%d\n",
|
|
|
689258 |
- offset, xfer, regnum);
|
|
|
689258 |
+ fprintf_unfiltered (gdb_stderr, "Return struct+%s:%d in $%d\n",
|
|
|
689258 |
+ plongest (offset), xfer, regnum);
|
|
|
689258 |
mips_xfer_register (gdbarch, regcache,
|
|
|
689258 |
gdbarch_num_regs (gdbarch) + regnum,
|
|
|
689258 |
xfer, BFD_ENDIAN_UNKNOWN, readbuf, writebuf,
|
|
|
689258 |
@@ -5332,7 +5332,7 @@ mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
int argreg;
|
|
|
689258 |
int float_argreg;
|
|
|
689258 |
int argnum;
|
|
|
689258 |
- int len = 0;
|
|
|
689258 |
+ LONGEST len = 0;
|
|
|
689258 |
int stack_offset = 0;
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
|
|
689258 |
@@ -5396,13 +5396,13 @@ mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
struct value *arg = args[argnum];
|
|
|
689258 |
struct type *arg_type = check_typedef (value_type (arg));
|
|
|
689258 |
- int len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
689258 |
|
|
|
689258 |
if (mips_debug)
|
|
|
689258 |
fprintf_unfiltered (gdb_stdlog,
|
|
|
689258 |
- "mips_o32_push_dummy_call: %d len=%d type=%d",
|
|
|
689258 |
- argnum + 1, len, (int) typecode);
|
|
|
689258 |
+ "mips_o32_push_dummy_call: %d len=%s type=%d",
|
|
|
689258 |
+ argnum + 1, plongest (len), (int) typecode);
|
|
|
689258 |
|
|
|
689258 |
val = value_contents (arg);
|
|
|
689258 |
|
|
|
689258 |
@@ -5856,8 +5856,8 @@ mips_o64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
int argreg;
|
|
|
689258 |
int float_argreg;
|
|
|
689258 |
int argnum;
|
|
|
689258 |
- int len = 0;
|
|
|
689258 |
- int stack_offset = 0;
|
|
|
689258 |
+ LONGEST len = 0;
|
|
|
689258 |
+ LONGEST stack_offset = 0;
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
|
|
689258 |
|
|
|
689258 |
@@ -5917,13 +5917,13 @@ mips_o64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
struct value *arg = args[argnum];
|
|
|
689258 |
struct type *arg_type = check_typedef (value_type (arg));
|
|
|
689258 |
- int len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
689258 |
|
|
|
689258 |
if (mips_debug)
|
|
|
689258 |
fprintf_unfiltered (gdb_stdlog,
|
|
|
689258 |
- "mips_o64_push_dummy_call: %d len=%d type=%d",
|
|
|
689258 |
- argnum + 1, len, (int) typecode);
|
|
|
689258 |
+ "mips_o64_push_dummy_call: %d len=%s type=%d",
|
|
|
689258 |
+ argnum + 1, plongest (len), (int) typecode);
|
|
|
689258 |
|
|
|
689258 |
val = value_contents (arg);
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c
|
|
|
689258 |
--- a/gdb/mn10300-tdep.c
|
|
|
689258 |
+++ b/gdb/mn10300-tdep.c
|
|
|
689258 |
@@ -1197,7 +1197,7 @@ mn10300_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
const int push_size = register_size (gdbarch, E_PC_REGNUM);
|
|
|
689258 |
int regs_used;
|
|
|
689258 |
- int len, arg_len;
|
|
|
689258 |
+ LONGEST len, arg_len;
|
|
|
689258 |
int stack_offset = 0;
|
|
|
689258 |
int argnum;
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
diff --git a/gdb/ppc-sysv-tdep.c b/gdb/ppc-sysv-tdep.c
|
|
|
689258 |
--- a/gdb/ppc-sysv-tdep.c
|
|
|
689258 |
+++ b/gdb/ppc-sysv-tdep.c
|
|
|
689258 |
@@ -68,7 +68,7 @@ ppc_sysv_abi_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int opencl_abi = ppc_sysv_use_opencl_abi (value_type (function));
|
|
|
689258 |
ULONGEST saved_sp;
|
|
|
689258 |
- int argspace = 0; /* 0 is an initial wrong guess. */
|
|
|
689258 |
+ LONGEST argspace = 0; /* 0 is an initial wrong guess. */
|
|
|
689258 |
int write_pass;
|
|
|
689258 |
|
|
|
689258 |
gdb_assert (tdep->wordsize == 4);
|
|
|
689258 |
@@ -99,9 +99,9 @@ ppc_sysv_abi_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
/* Next available vector register for vector arguments. */
|
|
|
689258 |
int vreg = 2;
|
|
|
689258 |
/* Arguments start above the "LR save word" and "Back chain". */
|
|
|
689258 |
- int argoffset = 2 * tdep->wordsize;
|
|
|
689258 |
+ LONGEST argoffset = 2 * tdep->wordsize;
|
|
|
689258 |
/* Structures start after the arguments. */
|
|
|
689258 |
- int structoffset = argoffset + argspace;
|
|
|
689258 |
+ LONGEST structoffset = argoffset + argspace;
|
|
|
689258 |
|
|
|
689258 |
/* If the function is returning a `struct', then the first word
|
|
|
689258 |
(which will be passed in r3) is used for struct return
|
|
|
689258 |
@@ -120,7 +120,7 @@ ppc_sysv_abi_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
{
|
|
|
689258 |
struct value *arg = args[argno];
|
|
|
689258 |
struct type *type = check_typedef (value_type (arg));
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ ssize_t len = TYPE_LENGTH (type);
|
|
|
689258 |
const bfd_byte *val = value_contents (arg);
|
|
|
689258 |
|
|
|
689258 |
if (TYPE_CODE (type) == TYPE_CODE_FLT && len <= 8
|
|
|
689258 |
@@ -1246,11 +1246,11 @@ struct ppc64_sysv_argpos
|
|
|
689258 |
|
|
|
689258 |
static void
|
|
|
689258 |
ppc64_sysv_abi_push_val (struct gdbarch *gdbarch,
|
|
|
689258 |
- const bfd_byte *val, int len, int align,
|
|
|
689258 |
+ const bfd_byte *val, ssize_t len, int align,
|
|
|
689258 |
struct ppc64_sysv_argpos *argpos)
|
|
|
689258 |
{
|
|
|
689258 |
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
|
|
689258 |
- int offset = 0;
|
|
|
689258 |
+ LONGEST offset = 0;
|
|
|
689258 |
|
|
|
689258 |
/* Enforce alignment of stack location, if requested. */
|
|
|
689258 |
if (align > tdep->wordsize)
|
|
|
689258 |
@@ -1287,7 +1287,7 @@ ppc64_sysv_abi_push_val (struct gdbarch *gdbarch,
|
|
|
689258 |
{
|
|
|
689258 |
if (argpos->regcache && argpos->greg <= 10)
|
|
|
689258 |
argpos->regcache->cooked_write_part
|
|
|
689258 |
- (tdep->ppc_gp0_regnum + argpos->greg, offset, len, val);
|
|
|
689258 |
+ (tdep->ppc_gp0_regnum + argpos->greg, offset, (LONGEST) len, val);
|
|
|
689258 |
argpos->greg++;
|
|
|
689258 |
}
|
|
|
689258 |
}
|
|
|
689258 |
@@ -1346,7 +1346,7 @@ ppc64_sysv_abi_push_freg (struct gdbarch *gdbarch,
|
|
|
689258 |
if (argpos->regcache && argpos->freg <= 13)
|
|
|
689258 |
{
|
|
|
689258 |
int regnum = tdep->ppc_fp0_regnum + argpos->freg;
|
|
|
689258 |
- int offset = 0;
|
|
|
689258 |
+ LONGEST offset = 0;
|
|
|
689258 |
|
|
|
689258 |
if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
|
|
|
689258 |
offset = 8 - TYPE_LENGTH (type);
|
|
|
689258 |
@@ -1795,7 +1795,7 @@ ppc64_sysv_abi_return_value_base (struct gdbarch *gdbarch, struct type *valtype,
|
|
|
689258 |
&& TYPE_CODE (valtype) == TYPE_CODE_DECFLOAT)
|
|
|
689258 |
{
|
|
|
689258 |
int regnum = tdep->ppc_fp0_regnum + 1 + index;
|
|
|
689258 |
- int offset = 0;
|
|
|
689258 |
+ LONGEST offset = 0;
|
|
|
689258 |
|
|
|
689258 |
if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
|
|
|
689258 |
offset = 8 - TYPE_LENGTH (valtype);
|
|
|
689258 |
@@ -1871,7 +1871,7 @@ ppc64_sysv_abi_return_value_base (struct gdbarch *gdbarch, struct type *valtype,
|
|
|
689258 |
&& TYPE_CODE (valtype) == TYPE_CODE_ARRAY && TYPE_VECTOR (valtype))
|
|
|
689258 |
{
|
|
|
689258 |
int regnum = tdep->ppc_gp0_regnum + 3 + index;
|
|
|
689258 |
- int offset = 0;
|
|
|
689258 |
+ LONGEST offset = 0;
|
|
|
689258 |
|
|
|
689258 |
if (gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG)
|
|
|
689258 |
offset = 8 - TYPE_LENGTH (valtype);
|
|
|
689258 |
@@ -1979,7 +1979,8 @@ ppc64_sysv_abi_return_value (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
&& TYPE_LENGTH (TYPE_TARGET_TYPE (valtype)) == 1)
|
|
|
689258 |
{
|
|
|
689258 |
int regnum = tdep->ppc_gp0_regnum + 3;
|
|
|
689258 |
- int offset = (register_size (gdbarch, regnum) - TYPE_LENGTH (valtype));
|
|
|
689258 |
+ LONGEST offset
|
|
|
689258 |
+ = (register_size (gdbarch, regnum) - TYPE_LENGTH (valtype));
|
|
|
689258 |
|
|
|
689258 |
if (writebuf != NULL)
|
|
|
689258 |
regcache->cooked_write_part (regnum, offset, TYPE_LENGTH (valtype),
|
|
|
689258 |
diff --git a/gdb/rl78-tdep.c b/gdb/rl78-tdep.c
|
|
|
689258 |
--- a/gdb/rl78-tdep.c
|
|
|
689258 |
+++ b/gdb/rl78-tdep.c
|
|
|
689258 |
@@ -1346,8 +1346,8 @@ rl78_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
for (i = nargs - 1; i >= 0; i--)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *value_type = value_enclosing_type (args[i]);
|
|
|
689258 |
- int len = TYPE_LENGTH (value_type);
|
|
|
689258 |
- int container_len = (len + 1) & ~1;
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (value_type);
|
|
|
689258 |
+ LONGEST container_len = (len + 1) & ~1;
|
|
|
689258 |
|
|
|
689258 |
sp -= container_len;
|
|
|
689258 |
write_memory (rl78_make_data_address (sp),
|
|
|
689258 |
diff --git a/gdb/rs6000-aix-tdep.c b/gdb/rs6000-aix-tdep.c
|
|
|
689258 |
--- a/gdb/rs6000-aix-tdep.c
|
|
|
689258 |
+++ b/gdb/rs6000-aix-tdep.c
|
|
|
689258 |
@@ -177,9 +177,9 @@ rs6000_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int ii;
|
|
|
689258 |
- int len = 0;
|
|
|
689258 |
+ LONGEST len = 0;
|
|
|
689258 |
int argno; /* current argument number */
|
|
|
689258 |
- int argbytes; /* current argument byte */
|
|
|
689258 |
+ LONGEST argbytes; /* current argument byte */
|
|
|
689258 |
gdb_byte tmp_buffer[50];
|
|
|
689258 |
int f_argno = 0; /* current floating point argno */
|
|
|
689258 |
int wordsize = gdbarch_tdep (gdbarch)->wordsize;
|
|
|
689258 |
@@ -307,7 +307,7 @@ ran_out_of_registers_for_arguments:
|
|
|
689258 |
|
|
|
689258 |
if ((argno < nargs) || argbytes)
|
|
|
689258 |
{
|
|
|
689258 |
- int space = 0, jj;
|
|
|
689258 |
+ LONGEST space = 0, jj;
|
|
|
689258 |
|
|
|
689258 |
if (argbytes)
|
|
|
689258 |
{
|
|
|
689258 |
diff --git a/gdb/score-tdep.c b/gdb/score-tdep.c
|
|
|
689258 |
--- a/gdb/score-tdep.c
|
|
|
689258 |
+++ b/gdb/score-tdep.c
|
|
|
689258 |
@@ -516,7 +516,7 @@ score_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int argnum;
|
|
|
689258 |
int argreg;
|
|
|
689258 |
- int arglen = 0;
|
|
|
689258 |
+ LONGEST arglen = 0;
|
|
|
689258 |
CORE_ADDR stack_offset = 0;
|
|
|
689258 |
CORE_ADDR addr = 0;
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
|
|
|
689258 |
--- a/gdb/sh-tdep.c
|
|
|
689258 |
+++ b/gdb/sh-tdep.c
|
|
|
689258 |
@@ -812,7 +812,7 @@ sh_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
|
|
|
689258 |
static int
|
|
|
689258 |
sh_use_struct_convention (int renesas_abi, struct type *type)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
int nelem = TYPE_NFIELDS (type);
|
|
|
689258 |
|
|
|
689258 |
/* The Renesas ABI returns aggregate types always on stack. */
|
|
|
689258 |
@@ -914,7 +914,7 @@ sh_frame_align (struct gdbarch *ignore, CORE_ADDR sp)
|
|
|
689258 |
|
|
|
689258 |
/* Helper function to justify value in register according to endianess. */
|
|
|
689258 |
static const gdb_byte *
|
|
|
689258 |
-sh_justify_value_in_reg (struct gdbarch *gdbarch, struct value *val, int len)
|
|
|
689258 |
+sh_justify_value_in_reg (struct gdbarch *gdbarch, struct value *val, LONGEST len)
|
|
|
689258 |
{
|
|
|
689258 |
static gdb_byte valbuf[4];
|
|
|
689258 |
|
|
|
689258 |
@@ -1074,7 +1074,8 @@ sh_push_dummy_call_fpu (struct gdbarch *gdbarch,
|
|
|
689258 |
struct type *type;
|
|
|
689258 |
CORE_ADDR regval;
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
- int len, reg_size = 0;
|
|
|
689258 |
+ LONGEST len;
|
|
|
689258 |
+ int reg_size = 0;
|
|
|
689258 |
int pass_on_stack = 0;
|
|
|
689258 |
int treat_as_flt;
|
|
|
689258 |
int last_reg_arg = INT_MAX;
|
|
|
689258 |
@@ -1215,7 +1216,8 @@ sh_push_dummy_call_nofpu (struct gdbarch *gdbarch,
|
|
|
689258 |
struct type *type;
|
|
|
689258 |
CORE_ADDR regval;
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
- int len, reg_size = 0;
|
|
|
689258 |
+ LONGEST len;
|
|
|
689258 |
+ int reg_size = 0;
|
|
|
689258 |
int pass_on_stack = 0;
|
|
|
689258 |
int last_reg_arg = INT_MAX;
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/sparc64-tdep.c b/gdb/sparc64-tdep.c
|
|
|
689258 |
--- a/gdb/sparc64-tdep.c
|
|
|
689258 |
+++ b/gdb/sparc64-tdep.c
|
|
|
689258 |
@@ -1205,7 +1205,7 @@ sparc64_16_byte_align_p (struct type *type)
|
|
|
689258 |
|
|
|
689258 |
static void
|
|
|
689258 |
sparc64_store_floating_fields (struct regcache *regcache, struct type *type,
|
|
|
689258 |
- const gdb_byte *valbuf, int element, int bitpos)
|
|
|
689258 |
+ const gdb_byte *valbuf, int element, LONGEST bitpos)
|
|
|
689258 |
{
|
|
|
689258 |
struct gdbarch *gdbarch = regcache->arch ();
|
|
|
689258 |
int len = TYPE_LENGTH (type);
|
|
|
689258 |
@@ -1265,7 +1265,7 @@ sparc64_store_floating_fields (struct regcache *regcache, struct type *type,
|
|
|
689258 |
for (i = 0; i < TYPE_NFIELDS (type); i++)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *subtype = check_typedef (TYPE_FIELD_TYPE (type, i));
|
|
|
689258 |
- int subpos = bitpos + TYPE_FIELD_BITPOS (type, i);
|
|
|
689258 |
+ LONGEST subpos = bitpos + TYPE_FIELD_BITPOS (type, i);
|
|
|
689258 |
|
|
|
689258 |
sparc64_store_floating_fields (regcache, subtype, valbuf,
|
|
|
689258 |
element, subpos);
|
|
|
689258 |
@@ -1297,7 +1297,7 @@ sparc64_store_floating_fields (struct regcache *regcache, struct type *type,
|
|
|
689258 |
|
|
|
689258 |
static void
|
|
|
689258 |
sparc64_extract_floating_fields (struct regcache *regcache, struct type *type,
|
|
|
689258 |
- gdb_byte *valbuf, int bitpos)
|
|
|
689258 |
+ gdb_byte *valbuf, LONGEST bitpos)
|
|
|
689258 |
{
|
|
|
689258 |
struct gdbarch *gdbarch = regcache->arch ();
|
|
|
689258 |
|
|
|
689258 |
@@ -1353,7 +1353,7 @@ sparc64_extract_floating_fields (struct regcache *regcache, struct type *type,
|
|
|
689258 |
for (i = 0; i < TYPE_NFIELDS (type); i++)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *subtype = check_typedef (TYPE_FIELD_TYPE (type, i));
|
|
|
689258 |
- int subpos = bitpos + TYPE_FIELD_BITPOS (type, i);
|
|
|
689258 |
+ LONGEST subpos = bitpos + TYPE_FIELD_BITPOS (type, i);
|
|
|
689258 |
|
|
|
689258 |
sparc64_extract_floating_fields (regcache, subtype, valbuf, subpos);
|
|
|
689258 |
}
|
|
|
689258 |
@@ -1386,7 +1386,7 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
for (i = 0; i < nargs; i++)
|
|
|
689258 |
{
|
|
|
689258 |
struct type *type = value_type (args[i]);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
|
|
|
689258 |
if (sparc64_structure_or_union_p (type)
|
|
|
689258 |
|| (sparc64_complex_floating_p (type) && len == 32))
|
|
|
689258 |
@@ -1486,7 +1486,7 @@ sparc64_store_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
{
|
|
|
689258 |
const gdb_byte *valbuf = value_contents (args[i]);
|
|
|
689258 |
struct type *type = value_type (args[i]);
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
int regnum = -1;
|
|
|
689258 |
gdb_byte buf[16];
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c
|
|
|
689258 |
--- a/gdb/spu-tdep.c
|
|
|
689258 |
+++ b/gdb/spu-tdep.c
|
|
|
689258 |
@@ -1431,7 +1431,7 @@ spu_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
struct value *arg = args[i];
|
|
|
689258 |
struct type *type = check_typedef (value_type (arg));
|
|
|
689258 |
const gdb_byte *contents = value_contents (arg);
|
|
|
689258 |
- int n_regs = align_up (TYPE_LENGTH (type), 16) / 16;
|
|
|
689258 |
+ LONGEST n_regs = align_up (TYPE_LENGTH (type), 16) / 16;
|
|
|
689258 |
|
|
|
689258 |
/* If the argument doesn't wholly fit into registers, it and
|
|
|
689258 |
all subsequent arguments go to the stack. */
|
|
|
689258 |
@@ -1463,7 +1463,7 @@ spu_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
{
|
|
|
689258 |
struct value *arg = args[i];
|
|
|
689258 |
struct type *type = check_typedef (value_type (arg));
|
|
|
689258 |
- int len = TYPE_LENGTH (type);
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (type);
|
|
|
689258 |
int preferred_slot;
|
|
|
689258 |
|
|
|
689258 |
if (spu_scalar_value_p (type))
|
|
|
689258 |
diff --git a/gdb/tic6x-tdep.c b/gdb/tic6x-tdep.c
|
|
|
689258 |
--- a/gdb/tic6x-tdep.c
|
|
|
689258 |
+++ b/gdb/tic6x-tdep.c
|
|
|
689258 |
@@ -881,7 +881,7 @@ tic6x_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
int argreg = 0;
|
|
|
689258 |
int argnum;
|
|
|
689258 |
int stack_offset = 4;
|
|
|
689258 |
- int references_offset = 4;
|
|
|
689258 |
+ LONGEST references_offset = 4;
|
|
|
689258 |
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
struct type *func_type = value_type (function);
|
|
|
689258 |
@@ -915,7 +915,7 @@ tic6x_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
/* Now make space on the stack for the args. */
|
|
|
689258 |
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = align_up (TYPE_LENGTH (value_type (args[argnum])), 4);
|
|
|
689258 |
+ LONGEST len = align_up (TYPE_LENGTH (value_type (args[argnum])), 4);
|
|
|
689258 |
if (argnum >= 10 - argreg)
|
|
|
689258 |
references_offset += len;
|
|
|
689258 |
stack_offset += len;
|
|
|
689258 |
@@ -934,7 +934,7 @@ tic6x_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
struct value *arg = args[argnum];
|
|
|
689258 |
struct type *arg_type = check_typedef (value_type (arg));
|
|
|
689258 |
- int len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
+ ssize_t len = TYPE_LENGTH (arg_type);
|
|
|
689258 |
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
689258 |
|
|
|
689258 |
val = value_contents (arg);
|
|
|
689258 |
@@ -1090,7 +1090,8 @@ tic6x_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
|
|
689258 |
}
|
|
|
689258 |
else
|
|
|
689258 |
internal_error (__FILE__, __LINE__,
|
|
|
689258 |
- _("unexpected length %d of arg %d"), len, argnum);
|
|
|
689258 |
+ _("unexpected length %s of arg %d"),
|
|
|
689258 |
+ plongest (len), argnum);
|
|
|
689258 |
|
|
|
689258 |
addr = sp + stack_offset;
|
|
|
689258 |
write_memory (addr, val, len);
|
|
|
689258 |
diff --git a/gdb/tilegx-tdep.c b/gdb/tilegx-tdep.c
|
|
|
689258 |
--- a/gdb/tilegx-tdep.c
|
|
|
689258 |
+++ b/gdb/tilegx-tdep.c
|
|
|
689258 |
@@ -288,7 +288,7 @@ tilegx_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
CORE_ADDR stack_dest = sp;
|
|
|
689258 |
int argreg = TILEGX_R0_REGNUM;
|
|
|
689258 |
int i, j;
|
|
|
689258 |
- int typelen, slacklen;
|
|
|
689258 |
+ LONGEST typelen, slacklen;
|
|
|
689258 |
static const gdb_byte four_zero_words[16] = { 0 };
|
|
|
689258 |
|
|
|
689258 |
/* If struct_return is 1, then the struct return address will
|
|
|
689258 |
diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c
|
|
|
689258 |
--- a/gdb/v850-tdep.c
|
|
|
689258 |
+++ b/gdb/v850-tdep.c
|
|
|
689258 |
@@ -1019,7 +1019,7 @@ v850_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int argreg;
|
|
|
689258 |
int argnum;
|
|
|
689258 |
- int len = 0;
|
|
|
689258 |
+ LONGEST len = 0;
|
|
|
689258 |
int stack_offset;
|
|
|
689258 |
|
|
|
689258 |
if (gdbarch_tdep (gdbarch)->abi == V850_ABI_RH850)
|
|
|
689258 |
@@ -1047,7 +1047,7 @@ v850_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
in four registers available. Loop thru args from first to last. */
|
|
|
689258 |
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
689258 |
{
|
|
|
689258 |
- int len;
|
|
|
689258 |
+ LONGEST len;
|
|
|
689258 |
gdb_byte *val;
|
|
|
689258 |
gdb_byte valbuf[v850_reg_size];
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c
|
|
|
689258 |
--- a/gdb/vax-tdep.c
|
|
|
689258 |
+++ b/gdb/vax-tdep.c
|
|
|
689258 |
@@ -110,7 +110,7 @@ vax_store_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
struct gdbarch *gdbarch = regcache->arch ();
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
gdb_byte buf[4];
|
|
|
689258 |
- int count = 0;
|
|
|
689258 |
+ LONGEST count = 0;
|
|
|
689258 |
int i;
|
|
|
689258 |
|
|
|
689258 |
/* We create an argument list on the stack, and make the argument
|
|
|
689258 |
@@ -119,7 +119,7 @@ vax_store_arguments (struct regcache *regcache, int nargs,
|
|
|
689258 |
/* Push arguments in reverse order. */
|
|
|
689258 |
for (i = nargs - 1; i >= 0; i--)
|
|
|
689258 |
{
|
|
|
689258 |
- int len = TYPE_LENGTH (value_enclosing_type (args[i]));
|
|
|
689258 |
+ LONGEST len = TYPE_LENGTH (value_enclosing_type (args[i]));
|
|
|
689258 |
|
|
|
689258 |
sp -= (len + 3) & ~3;
|
|
|
689258 |
count += (len + 3) / 4;
|
|
|
689258 |
diff --git a/gdb/xstormy16-tdep.c b/gdb/xstormy16-tdep.c
|
|
|
689258 |
--- a/gdb/xstormy16-tdep.c
|
|
|
689258 |
+++ b/gdb/xstormy16-tdep.c
|
|
|
689258 |
@@ -232,8 +232,9 @@ xstormy16_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
CORE_ADDR stack_dest = sp;
|
|
|
689258 |
int argreg = E_1ST_ARG_REGNUM;
|
|
|
689258 |
- int i, j;
|
|
|
689258 |
- int typelen, slacklen;
|
|
|
689258 |
+ int i, slacklen;
|
|
|
689258 |
+ LONGEST j;
|
|
|
689258 |
+ LONGEST typelen;
|
|
|
689258 |
const gdb_byte *val;
|
|
|
689258 |
gdb_byte buf[xstormy16_pc_size];
|
|
|
689258 |
|
|
|
689258 |
diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c
|
|
|
689258 |
--- a/gdb/xtensa-tdep.c
|
|
|
689258 |
+++ b/gdb/xtensa-tdep.c
|
|
|
689258 |
@@ -1626,8 +1626,7 @@ xtensa_store_return_value (struct type *type,
|
|
|
689258 |
|
|
|
689258 |
if (len > (callsize > 8 ? 8 : 16))
|
|
|
689258 |
internal_error (__FILE__, __LINE__,
|
|
|
689258 |
- _("unimplemented for this length: %d"),
|
|
|
689258 |
- TYPE_LENGTH (type));
|
|
|
689258 |
+ _("unimplemented for this length: %d"), len);
|
|
|
689258 |
areg = arreg_number (gdbarch,
|
|
|
689258 |
gdbarch_tdep (gdbarch)->a0_base + 2 + callsize, wb);
|
|
|
689258 |
|
|
|
689258 |
@@ -1701,18 +1700,18 @@ xtensa_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
{
|
|
|
689258 |
enum bfd_endian byte_order = gdbarch_byte_order (gdbarch);
|
|
|
689258 |
int i;
|
|
|
689258 |
- int size, onstack_size;
|
|
|
689258 |
+ LONGEST size, onstack_size;
|
|
|
689258 |
gdb_byte *buf = (gdb_byte *) alloca (16);
|
|
|
689258 |
CORE_ADDR ra, ps;
|
|
|
689258 |
struct argument_info
|
|
|
689258 |
{
|
|
|
689258 |
const bfd_byte *contents;
|
|
|
689258 |
- int length;
|
|
|
689258 |
+ ssize_t length;
|
|
|
689258 |
int onstack; /* onstack == 0 => in reg */
|
|
|
689258 |
int align; /* alignment */
|
|
|
689258 |
union
|
|
|
689258 |
{
|
|
|
689258 |
- int offset; /* stack offset if on stack. */
|
|
|
689258 |
+ ssize_t offset; /* stack offset if on stack. */
|
|
|
689258 |
int regno; /* regno if in register. */
|
|
|
689258 |
} u;
|
|
|
689258 |
};
|
|
|
689258 |
@@ -1736,9 +1735,10 @@ xtensa_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
{
|
|
|
689258 |
struct value *arg = args[i];
|
|
|
689258 |
struct type *arg_type = check_typedef (value_type (arg));
|
|
|
689258 |
- fprintf_unfiltered (gdb_stdlog, "%2d: %s %3d ", i,
|
|
|
689258 |
- host_address_to_string (arg),
|
|
|
689258 |
- TYPE_LENGTH (arg_type));
|
|
|
689258 |
+ const char *arg_type_len_s = pulongest (TYPE_LENGTH (arg_type));
|
|
|
689258 |
+
|
|
|
689258 |
+ fprintf_unfiltered (gdb_stdlog, "%2d: %s %s ", i,
|
|
|
689258 |
+ host_address_to_string (arg), arg_type_len_s);
|
|
|
689258 |
switch (TYPE_CODE (arg_type))
|
|
|
689258 |
{
|
|
|
689258 |
case TYPE_CODE_INT:
|
|
|
689258 |
@@ -1808,8 +1808,8 @@ xtensa_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
info->align = TYPE_LENGTH (builtin_type (gdbarch)->builtin_long);
|
|
|
689258 |
break;
|
|
|
689258 |
}
|
|
|
689258 |
- info->length = TYPE_LENGTH (arg_type);
|
|
|
689258 |
info->contents = value_contents (arg);
|
|
|
689258 |
+ info->length = TYPE_LENGTH (arg_type);
|
|
|
689258 |
|
|
|
689258 |
/* Align size and onstack_size. */
|
|
|
689258 |
size = (size + info->align - 1) & ~(info->align - 1);
|
|
|
689258 |
@@ -1854,7 +1854,7 @@ xtensa_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
|
|
|
689258 |
if (info->onstack)
|
|
|
689258 |
{
|
|
|
689258 |
- int n = info->length;
|
|
|
689258 |
+ ssize_t n = info->length;
|
|
|
689258 |
CORE_ADDR offset = sp + info->u.offset;
|
|
|
689258 |
|
|
|
689258 |
/* Odd-sized structs are aligned to the lower side of a memory
|
|
|
689258 |
@@ -1870,7 +1870,7 @@ xtensa_push_dummy_call (struct gdbarch *gdbarch,
|
|
|
689258 |
}
|
|
|
689258 |
else
|
|
|
689258 |
{
|
|
|
689258 |
- int n = info->length;
|
|
|
689258 |
+ ssize_t n = info->length;
|
|
|
689258 |
const bfd_byte *cp = info->contents;
|
|
|
689258 |
int r = info->u.regno;
|
|
|
689258 |
|