diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-12 16:23:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-12 16:23:25 +0000 |
commit | ae115e5114deb0326333c80f7af9e689b2e7d01f (patch) | |
tree | 2c592646411768ec9a95b17070181cb5b068cf9c /bfd/Makefile.in | |
parent | d8586e35caeb6ffea7058bce844023ec19140cc7 (diff) | |
download | gdb-ae115e5114deb0326333c80f7af9e689b2e7d01f.zip gdb-ae115e5114deb0326333c80f7af9e689b2e7d01f.tar.gz gdb-ae115e5114deb0326333c80f7af9e689b2e7d01f.tar.bz2 |
Extensive minor changes to avoid various gcc warnings. Also:
* Makefile.in (BFD32_BACKENDS): Remove coff-arm.o.
* archures.c (bfd_arch_info_type): Change mach field from long to
unsigned long.
(bfd_lookup_arch): Change machine parameter from long to unsigned
long.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 8d7f967..d01a03d 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -134,7 +134,6 @@ BFD32_BACKENDS = \ cf-sparclynx.o \ coff-a29k.o \ coff-apollo.o \ - coff-arm.o \ coff-h8300.o \ coff-h8500.o \ coff-i386.o \ |