* Makefile.in (init.c): Generate using the source, not munch. This

cleans up all kinds of hassles (which nm to use in munch, etc).  The
	new formatting conventions (mostly already followed) are that
	the name of the _initialize_* routines must start in column zero,
	and must not be inside #if.
	* munch: Removed.
	* Makefile.in: Remove references to munch.
	* serial.c, remote.c, infptrace.c, maint.c, convex-tdep.c,
	alpha-tdep.c, hp300ux-nat.c, hppab-nat.c, osfsolib.c, remote-es.c,
	procfs.c, remote-udi.c, ser-go32.c, ultra3-xdep.c, sh-tdep.c,
	i960-tdep.c, hppa-tdep.c, h8500-tdep.c, dpx2-nat.c, delta68-nat.c,
	z8k-tdep.c: Make sure the above conventions are followed.  Make
	sure they are all declared as returning void.  Clean up
	miscellaneous comments and such.
This commit is contained in:
Jim Kingdon 1993-10-22 05:55:58 +00:00
parent 06b24c9e49
commit 976bb0be03
22 changed files with 72 additions and 64 deletions

View file

@ -62,7 +62,8 @@ Internal error: invalid register number %d in REGISTER_U_ADDR\n",
CORE_ADDR kernel_u_addr;
/* Read the value of the u area from the kernel. */
void _initialize_kernel_u_addr ()
void
_initialize_delta68_nat ()
{
stuct nlist nl[2];