Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: PATCH: fix up formatting in rs6000-tdep.c
Date: Thu, 20 May 2004 18:50:00 -0000	[thread overview]
Message-ID: <vt28yfnx7i5.fsf@zenia.home> (raw)

2004-05-20  Jim Blandy  <jimb@redhat.com>

	* rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.

*** gdb/rs6000-tdep.c.~1.206.~	2004-05-19 00:41:44.000000000 -0500
--- gdb/rs6000-tdep.c	2004-05-20 13:37:07.000000000 -0500
*************** rs6000_push_dummy_call (struct gdbarch *
*** 1318,1325 ****
  	     there is no way we would run out of them.  */
  
  	  if (len > 8)
! 	    printf_unfiltered (
! 				"Fatal Error: a floating point parameter #%d with a size > 8 is found!\n", argno);
  
  	  memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE
                                          (tdep->ppc_fp0_regnum + 1 + f_argno)],
--- 1318,1325 ----
  	     there is no way we would run out of them.  */
  
  	  if (len > 8)
! 	    printf_unfiltered ("Fatal Error: a floating point parameter "
!                                "#%d with a size > 8 is found!\n", argno);
  
  	  memcpy (&deprecated_registers[DEPRECATED_REGISTER_BYTE
                                          (tdep->ppc_fp0_regnum + 1 + f_argno)],
*************** ran_out_of_registers_for_arguments:
*** 1432,1439 ****
  	    {
  
  	      if (len > 8)
! 		printf_unfiltered (
! 				    "Fatal Error: a floating point parameter #%d with a size > 8 is found!\n", argno);
  
  	      memcpy (&(deprecated_registers
                          [DEPRECATED_REGISTER_BYTE
--- 1432,1439 ----
  	    {
  
  	      if (len > 8)
! 		printf_unfiltered ("Fatal Error: a floating point parameter"
!                                    " #%d with a size > 8 is found!\n", argno);
  
  	      memcpy (&(deprecated_registers
                          [DEPRECATED_REGISTER_BYTE
*************** ran_out_of_registers_for_arguments:
*** 1443,1449 ****
  	      ++f_argno;
  	    }
  
! 	  write_memory (sp + 24 + (ii * 4), (char *) VALUE_CONTENTS (arg), len);
  	  ii += ((len + 3) & -4) / 4;
  	}
      }
--- 1443,1451 ----
  	      ++f_argno;
  	    }
  
! 	  write_memory (sp + 24 + (ii * 4),
!                         (char *) VALUE_CONTENTS (arg),
!                         len);
  	  ii += ((len + 3) & -4) / 4;
  	}
      }


                 reply	other threads:[~2004-05-20 18:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vt28yfnx7i5.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox