* m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.

This commit is contained in:
Mark Kettenis 2004-05-01 14:08:47 +00:00
parent 9df0bb3fab
commit 511dd2cd07
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-05-01 Mark Kettenis <kettenis@gnu.org>
* m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
2004-05-01 Andrew Cagney <cagney@redhat.com>
* frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".

View file

@ -83,4 +83,8 @@ struct gdbarch_tdep
enum struct_return struct_return;
};
/* Functions exported from m68kbsd-tdep.c. */
extern int m68kbsd_fpreg_offset (int regnum);
#endif /* m68k-tdep.h */