mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.
* m68k-stub.c: Remove a few extraneous ANSI-isms. * remote-nindy.c (nindy_prepare_to_store): Only fetch regs if they aren't already there. * remote-vx.c (vx_prepare_to_store): Ditto. * xcoffread.c: Surround forward struct defns with #ifdef __STDC__.
This commit is contained in:
@@ -182,7 +182,9 @@ xcoff_symfile_init PARAMS ((struct objfile *));
|
||||
static void
|
||||
xcoff_new_init PARAMS ((struct objfile *));
|
||||
|
||||
#ifdef __STDC__
|
||||
struct section_offset;
|
||||
#endif
|
||||
|
||||
static void
|
||||
xcoff_symfile_read PARAMS ((struct objfile *, struct section_offset *, int));
|
||||
|
||||
Reference in New Issue
Block a user