2001-01-25 Kazu Hirata <kazu@hxi.com>

* bfd-in2.h: Fix formatting.
	* libbfd.h: Likewise.
This commit is contained in:
Kazu Hirata 2001-01-25 20:17:45 +00:00
parent 10bfd974d4
commit c02e7c3eff
3 changed files with 108 additions and 123 deletions

View File

@ -1,3 +1,8 @@
2001-01-25 Kazu Hirata <kazu@hxi.com>
* bfd-in2.h: Rebuild.
* libbfd.h: Likewise.
2001-01-23 H.J. Lu <hjl@gnu.org>
* bfd-in2.h: Rebuild.

View File

@ -1316,16 +1316,14 @@ boolean
bfd_set_section_size PARAMS ((bfd *abfd, asection *sec, bfd_size_type val));
boolean
bfd_set_section_contents
PARAMS ((bfd *abfd,
bfd_set_section_contents PARAMS ((bfd *abfd,
asection *section,
PTR data,
file_ptr offset,
bfd_size_type count));
boolean
bfd_get_section_contents
PARAMS ((bfd *abfd, asection *section, PTR location,
bfd_get_section_contents PARAMS ((bfd *abfd, asection *section, PTR location,
file_ptr offset, bfd_size_type count));
boolean
@ -1335,8 +1333,7 @@ bfd_copy_private_section_data PARAMS ((bfd *ibfd, asection *isec, bfd *obfd, ase
BFD_SEND (obfd, _bfd_copy_private_section_data, \
(ibfd, isection, obfd, osection))
void
_bfd_strip_section_from_output
PARAMS ((struct bfd_link_info *info, asection *section));
_bfd_strip_section_from_output PARAMS ((struct bfd_link_info *info, asection *section));
enum bfd_architecture
{
@ -1576,14 +1573,12 @@ const bfd_arch_info_type *
bfd_get_arch_info PARAMS ((bfd *abfd));
const bfd_arch_info_type *
bfd_lookup_arch
PARAMS ((enum bfd_architecture
bfd_lookup_arch PARAMS ((enum bfd_architecture
arch,
unsigned long machine));
const char *
bfd_printable_arch_mach
PARAMS ((enum bfd_architecture arch, unsigned long machine));
bfd_printable_arch_mach PARAMS ((enum bfd_architecture arch, unsigned long machine));
unsigned int
bfd_octets_per_byte PARAMS ((bfd *abfd));
@ -1777,18 +1772,14 @@ typedef struct relent_chain {
struct relent_chain *next;
} arelent_chain;
bfd_reloc_status_type
bfd_check_overflow
PARAMS ((enum complain_overflow how,
bfd_check_overflow PARAMS ((enum complain_overflow how,
unsigned int bitsize,
unsigned int rightshift,
unsigned int addrsize,
bfd_vma relocation));
bfd_reloc_status_type
bfd_perform_relocation
PARAMS ((bfd *abfd,
bfd_perform_relocation PARAMS ((bfd *abfd,
arelent *reloc_entry,
PTR data,
asection *input_section,
@ -1796,9 +1787,7 @@ bfd_perform_relocation
char **error_message));
bfd_reloc_status_type
bfd_install_relocation
PARAMS ((bfd *abfd,
bfd_install_relocation PARAMS ((bfd *abfd,
arelent *reloc_entry,
PTR data, bfd_vma data_start,
asection *input_section,
@ -2668,7 +2657,6 @@ This is the 3 bits of a value. */
BFD_RELOC_UNUSED };
typedef enum bfd_reloc_code_real bfd_reloc_code_real_type;
reloc_howto_type *
bfd_reloc_type_lookup PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
const char *
@ -3042,15 +3030,13 @@ long
bfd_get_reloc_upper_bound PARAMS ((bfd *abfd, asection *sect));
long
bfd_canonicalize_reloc
PARAMS ((bfd *abfd,
bfd_canonicalize_reloc PARAMS ((bfd *abfd,
asection *sec,
arelent **loc,
asymbol **syms));
void
bfd_set_reloc
PARAMS ((bfd *abfd, asection *sec, arelent **rel, unsigned int count)
bfd_set_reloc PARAMS ((bfd *abfd, asection *sec, arelent **rel, unsigned int count)
);
@ -3179,8 +3165,7 @@ int
bfd_core_file_failing_signal PARAMS ((bfd *abfd));
boolean
core_file_matches_executable_p
PARAMS ((bfd *core_bfd, bfd *exec_bfd));
core_file_matches_executable_p PARAMS ((bfd *core_bfd, bfd *exec_bfd));
#define BFD_SEND(bfd, message, arglist) \
((*((bfd)->xvec->message)) arglist)

View File

@ -1021,22 +1021,18 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
#endif
reloc_howto_type *
bfd_default_reloc_type_lookup
PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
bfd_default_reloc_type_lookup PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
boolean
bfd_generic_relax_section
PARAMS ((bfd *abfd,
bfd_generic_relax_section PARAMS ((bfd *abfd,
asection *section,
struct bfd_link_info *,
boolean *));
boolean
bfd_generic_gc_sections
PARAMS ((bfd *, struct bfd_link_info *));
bfd_generic_gc_sections PARAMS ((bfd *, struct bfd_link_info *));
bfd_byte *
bfd_generic_get_relocated_section_contents PARAMS ((bfd *abfd,
struct bfd_link_info *link_info,
struct bfd_link_order *link_order,
@ -1051,8 +1047,7 @@ bfd_default_set_arch_mach PARAMS ((bfd *abfd,
unsigned long mach));
const bfd_arch_info_type *
bfd_default_compatible
PARAMS ((const bfd_arch_info_type *a,
bfd_default_compatible PARAMS ((const bfd_arch_info_type *a,
const bfd_arch_info_type *b));
boolean