Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Richard Earnshaw <rearnsha@arm.com>
To: gdb-patches@sources.redhat.com
Cc: Richard.Earnshaw@arm.com
Subject: Eliminate PARAMS from ARM files
Date: Wed, 09 Jan 2002 10:22:00 -0000	[thread overview]
Message-ID: <200201091822.SAA17511@cam-mail2.cambridge.arm.com> (raw)

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


I think this should come under "obvious", but just in case:


Remove deprecated PARAMS from arm-specific files.

<date>  Richard Earnshaw  <rearnsha@arm.com>

	* config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
	* config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
	* config/arm/tm-nbsd.h (get_longjmp_target): Likewise.



[-- Attachment #2: params.patch --]
[-- Type: text/x-patch , Size: 1988 bytes --]

Index: nm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/nm-nbsd.h,v
retrieving revision 1.1
diff -p -r1.1 nm-nbsd.h
*** nm-nbsd.h	2001/12/17 16:23:02	1.1
--- nm-nbsd.h	2002/01/09 18:17:47
***************
*** 28,33 ****
  	(addr) = arm_register_u_addr ((blockend),(regno));
  
  extern int
! arm_register_u_addr PARAMS ((int, int));
  
  #endif /* NM_NBSD_H */
--- 28,33 ----
  	(addr) = arm_register_u_addr ((blockend),(regno));
  
  extern int
! arm_register_u_addr (int, int);
  
  #endif /* NM_NBSD_H */
Index: tm-arm.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/tm-arm.h,v
retrieving revision 1.12
diff -p -r1.12 tm-arm.h
*** tm-arm.h	2002/01/05 04:30:24	1.12
--- tm-arm.h	2002/01/09 18:17:47
*************** void arm_fix_call_dummy (char *dummy, CO
*** 457,463 ****
  #define SOFTWARE_SINGLE_STEP_P() 1
  
  #define SOFTWARE_SINGLE_STEP(sig,bpt) arm_software_single_step((sig), (bpt))
! void arm_software_single_step PARAMS((int, int));
  
  CORE_ADDR arm_get_next_pc (CORE_ADDR pc);
  
--- 457,463 ----
  #define SOFTWARE_SINGLE_STEP_P() 1
  
  #define SOFTWARE_SINGLE_STEP(sig,bpt) arm_software_single_step((sig), (bpt))
! void arm_software_single_step (int, int);
  
  CORE_ADDR arm_get_next_pc (CORE_ADDR pc);
  
Index: tm-nbsd.h
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/tm-nbsd.h,v
retrieving revision 1.1
diff -p -r1.1 tm-nbsd.h
*** tm-nbsd.h	2001/12/17 16:23:02	1.1
--- tm-nbsd.h	2002/01/09 18:17:47
***************
*** 45,51 ****
     This routine returns true on success */
  
  extern int
! get_longjmp_target PARAMS ((CORE_ADDR *));
  
  #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
  
--- 45,51 ----
     This routine returns true on success */
  
  extern int
! get_longjmp_target (CORE_ADDR *);
  
  #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
  

             reply	other threads:[~2002-01-09 18:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-09 10:22 Richard Earnshaw [this message]
2002-01-09 10:37 ` Andrew Cagney

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=200201091822.SAA17511@cam-mail2.cambridge.arm.com \
    --to=rearnsha@arm.com \
    --cc=Richard.Earnshaw@arm.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