* rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
	definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
This commit is contained in:
Kevin Buettner
2002-04-08 22:56:46 +00:00
parent 3a63e3f9b9
commit 4288e83618
2 changed files with 6 additions and 3 deletions

View File

@@ -909,9 +909,6 @@ rs6000_fix_call_dummy (char *dummyname, CORE_ADDR pc, CORE_ADDR fun,
int nargs, struct value **args, struct type *type,
int gcc_p)
{
#define TOC_ADDR_OFFSET 20
#define TARGET_ADDR_OFFSET 28
int ii;
CORE_ADDR target_addr;