diff options
author | David MacKenzie <djm@cygnus> | 1994-03-15 15:13:13 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-03-15 15:13:13 +0000 |
commit | 57a1867e6c8713e9e5e86f933e6b416688b43e34 (patch) | |
tree | a228f1bdbccf2ffc7d14ff5eb8db25b551b108e9 /bfd/cpu-a29k.c | |
parent | baef2065d089cf8bf5bff6cd29699b65836cb3c6 (diff) | |
download | gdb-57a1867e6c8713e9e5e86f933e6b416688b43e34.zip gdb-57a1867e6c8713e9e5e86f933e6b416688b43e34.tar.gz gdb-57a1867e6c8713e9e5e86f933e6b416688b43e34.tar.bz2 |
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
Diffstat (limited to 'bfd/cpu-a29k.c')
-rw-r--r-- | bfd/cpu-a29k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c index 1562c66..fa7f478 100644 --- a/bfd/cpu-a29k.c +++ b/bfd/cpu-a29k.c @@ -38,7 +38,8 @@ static bfd_arch_info_type arch_info_struct = 0, }; -void DEFUN_VOID(bfd_a29k_arch) +void +bfd_a29k_arch () { bfd_arch_linkin(&arch_info_struct); } |