public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [AArch64/GCC][2/N] Let parameter type be consistent
@ 2014-07-22 14:49 Jiong Wang
  2014-07-23 16:00 ` Marcus Shawcroft
  0 siblings, 1 reply; 2+ messages in thread
From: Jiong Wang @ 2014-07-22 14:49 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

This patch change the type of "start_offset" to HOST_WIDE_INT
to be consistent with all other code

*no functional change*

OK to install ?

thanks.

gcc/
   * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change type to HOST_WIDE_INT.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-AArch64-GCC-2-20-Let-parameter-type-be-consistent.patch --]
[-- Type: text/x-patch;  name=0002-AArch64-GCC-2-20-Let-parameter-type-be-consistent.patch, Size: 1093 bytes --]

From 942f4a0fa1edb85f3d5b67abe6712e5813bd67fe Mon Sep 17 00:00:00 2001
From: Jiong Wang <jiong.wang@arm.com>
Date: Tue, 17 Jun 2014 21:34:36 +0100
Subject: [PATCH 02/19] [AArch64/GCC][2/20] Let parameter type be consistent

This patch change the type of "start_offset" to HOST_WIDE_INT to be
consistent with all other code

2014-06-16  Jiong Wang <jiong.wang@arm.com>
	    Marcus Shawcroft  <marcus.shawcroft@arm.com>

gcc/
  * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change type to
  HOST_WIDE_INT.
---
 gcc/config/aarch64/aarch64.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index b3989e8..a60b11b 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -1907,7 +1907,7 @@ aarch64_register_saved_on_entry (int regno)
 
 
 static void
-aarch64_save_or_restore_fprs (int start_offset, int increment,
+aarch64_save_or_restore_fprs (HOST_WIDE_INT start_offset, int increment,
 			      bool restore, rtx base_rtx)
 
 {
-- 
1.7.9.5


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

* Re: [AArch64/GCC][2/N] Let parameter type be consistent
  2014-07-22 14:49 [AArch64/GCC][2/N] Let parameter type be consistent Jiong Wang
@ 2014-07-23 16:00 ` Marcus Shawcroft
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Shawcroft @ 2014-07-23 16:00 UTC (permalink / raw)
  To: Jiong Wang; +Cc: gcc-patches

On 22 July 2014 15:49, Jiong Wang <jiong.wang@arm.com> wrote:

> gcc/
>   * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change type to
> HOST_WIDE_INT.

OK and applied.
/Marcus

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

end of thread, other threads:[~2014-07-23 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 14:49 [AArch64/GCC][2/N] Let parameter type be consistent Jiong Wang
2014-07-23 16:00 ` Marcus Shawcroft

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