forked from Imagelibrary/binutils-gdb
PARAMS removal.
This commit is contained in:
@@ -54,8 +54,7 @@
|
||||
extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
|
||||
This routine returns true on success */
|
||||
|
||||
extern int
|
||||
get_longjmp_target PARAMS ((CORE_ADDR *));
|
||||
extern int get_longjmp_target (CORE_ADDR *);
|
||||
|
||||
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
|
||||
#endif /* 0 */
|
||||
@@ -65,7 +64,7 @@ get_longjmp_target PARAMS ((CORE_ADDR *));
|
||||
#define SOFUN_ADDRESS_MAYBE_MISSING
|
||||
|
||||
#if 0
|
||||
extern char *sunpro_static_transform_name PARAMS ((char *));
|
||||
extern char *sunpro_static_transform_name (char *);
|
||||
#define STATIC_TRANSFORM_NAME(x) sunpro_static_transform_name (x)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user