> On Mon, 19 Jan 2004 13:31:23 -0500 > Andrew Cagney wrote: > > >> src/gdb/ia64-tdep.c:3261: warning: `process_note_abi_tag_sections' defined but not used >> src/gdb/ia64-tdep.c:342: warning: `read_sigcontext_register' defined but not used >> src/gdb/ia64-tdep.c:654: warning: `ia64_read_fp' defined but not used > > > It appears to me that it's safe to remove these function definitions. > > Jeff, would mind trying it out? If everything still builds and runs > okay, the patch which removes these definitions is preapproved. I've done this, committing the attached. Andrew