diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-01-26 23:11:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-01-26 23:11:47 +0000 |
commit | 69eb481f0992ec8ac8e1bb44918b5c4c6f7f89cd (patch) | |
tree | 42a1305ff2929f7e18e09ccab6590ebf82a0d75f /bfd/coff-i386.c | |
parent | 67332dd35b2591cf5c019c7e811bb8ae3b1c2b59 (diff) | |
download | gdb-69eb481f0992ec8ac8e1bb44918b5c4c6f7f89cd.tar.gz |
Most of these changes are really only cosmetic. The readelf.c patch
fixes a thinko in get_dynamic_flags. I found at least one message
string that included a `%' being passed to printf in the format
argument.
Diffstat (limited to 'bfd/coff-i386.c')
-rw-r--r-- | bfd/coff-i386.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/coff-i386.c b/bfd/coff-i386.c index c5afe656f1a..84d4d145c7b 100644 --- a/bfd/coff-i386.c +++ b/bfd/coff-i386.c @@ -1,5 +1,5 @@ /* BFD back-end for Intel 386 COFF files. - Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999 + Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. Written by Cygnus Support. @@ -45,7 +45,6 @@ static reloc_howto_type *coff_i386_rtype_to_howto bfd_vma *)); static reloc_howto_type *coff_i386_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type)); -static const bfd_target *i3coff_object_p PARAMS ((bfd *)); #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2) /* The page size is a guess based on ELF. */ |