]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ser-go32.c
* Makefile.in (init.c): Generate using the source, not munch. This
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 22 Oct 1993 05:55:58 +0000 (05:55 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 22 Oct 1993 05:55:58 +0000 (05:55 +0000)
commit976bb0be038b72449683a428903658347d581eaa
tree529d1c62dbd968e77a969d1a7e8eca9cf7acef63
parent06b24c9e49dfa67288c315ec205776c29c086358
* 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.
22 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/alpha-tdep.c
gdb/convex-tdep.c
gdb/delta68-nat.c
gdb/dpx2-nat.c
gdb/h8500-tdep.c
gdb/hp300ux-nat.c
gdb/hppa-tdep.c
gdb/hppab-nat.c
gdb/i960-tdep.c
gdb/maint.c
gdb/osfsolib.c
gdb/procfs.c
gdb/remote-es.c
gdb/remote-udi.c
gdb/remote.c
gdb/ser-go32.c
gdb/serial.c
gdb/sh-tdep.c
gdb/ultra3-xdep.c
gdb/z8k-tdep.c