2000-11-07 Kazu Hirata <kazu@hxi.com>

* aix386-core.c: Fix formatting.
	* aoutf1.h: Likewise.
	* aoutx.h: Likewise.
	* archures.c: Likewise.
	* armnetbsd.c: Likewise.
This commit is contained in:
Kazu Hirata 2000-11-07 19:11:31 +00:00
parent 025d2eabfc
commit 0ef5a5bdcb
6 changed files with 70 additions and 89 deletions

View File

@ -1,3 +1,11 @@
2000-11-07 Kazu Hirata <kazu@hxi.com>
* aix386-core.c: Fix formatting.
* aoutf1.h: Likewise.
* aoutx.h: Likewise.
* archures.c: Likewise.
* armnetbsd.c: Likewise.
2000-11-07 Alan Modra <alan@linuxcare.com.au> 2000-11-07 Alan Modra <alan@linuxcare.com.au>
* coff-h8300.c (special): Adjust reloc address. * coff-h8300.c (special): Adjust reloc address.

View File

@ -449,7 +449,6 @@ swapcore_sun3 (abfd, ext, intcore)
intcore->c_stacktop = 0x0E000000; /* By experimentation */ intcore->c_stacktop = 0x0E000000; /* By experimentation */
} }
/* byte-swap in the Sparc core structure */ /* byte-swap in the Sparc core structure */
static void static void
swapcore_sparc (abfd, ext, intcore) swapcore_sparc (abfd, ext, intcore)

View File

@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
SECTION SECTION
a.out backends a.out backends
DESCRIPTION DESCRIPTION
BFD supports a number of different flavours of a.out format, BFD supports a number of different flavours of a.out format,
@ -693,7 +692,6 @@ NAME(aout,mkobject) (abfd)
return true; return true;
} }
/* /*
FUNCTION FUNCTION
aout_@var{size}_machine_type aout_@var{size}_machine_type
@ -814,7 +812,6 @@ NAME(aout,machine_type) (arch, machine, unknown)
return arch_flags; return arch_flags;
} }
/* /*
FUNCTION FUNCTION
aout_@var{size}_set_arch_mach aout_@var{size}_set_arch_mach
@ -1201,7 +1198,6 @@ NAME(aout,new_section_hook) (abfd, newsect)
/* align to double at least */ /* align to double at least */
newsect->alignment_power = bfd_get_arch_info(abfd)->section_align_power; newsect->alignment_power = bfd_get_arch_info(abfd)->section_align_power;
if (bfd_get_format (abfd) == bfd_object) if (bfd_get_format (abfd) == bfd_object)
{ {
if (obj_textsec(abfd) == NULL && !strcmp(newsect->name, ".text")) { if (obj_textsec(abfd) == NULL && !strcmp(newsect->name, ".text")) {
@ -2040,7 +2036,6 @@ NAME(aout,swap_std_reloc_out) (abfd, g, natptr)
check for that here check for that here
*/ */
if (bfd_is_com_section (output_section) if (bfd_is_com_section (output_section)
|| bfd_is_abs_section (output_section) || bfd_is_abs_section (output_section)
|| bfd_is_und_section (output_section)) || bfd_is_und_section (output_section))
@ -2093,7 +2088,6 @@ NAME(aout,swap_std_reloc_out) (abfd, g, natptr)
} }
} }
/* Extended stuff */ /* Extended stuff */
/* Output extended relocation information to a file in target byte order. */ /* Output extended relocation information to a file in target byte order. */
@ -2177,7 +2171,6 @@ NAME(aout,swap_ext_reloc_out) (abfd, g, natptr)
contain 60. This macro subs the base of each section from the value contain 60. This macro subs the base of each section from the value
to give the true offset from the section */ to give the true offset from the section */
#define MOVE_ADDRESS(ad) \ #define MOVE_ADDRESS(ad) \
if (r_extern) { \ if (r_extern) { \
/* undefined symbol */ \ /* undefined symbol */ \
@ -2552,7 +2545,6 @@ NAME(aout,get_symtab_upper_bound) (abfd)
return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *)); return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *));
} }
/*ARGSUSED*/
alent * alent *
NAME(aout,get_lineno) (ignore_abfd, ignore_symbol) NAME(aout,get_lineno) (ignore_abfd, ignore_symbol)
bfd *ignore_abfd ATTRIBUTE_UNUSED; bfd *ignore_abfd ATTRIBUTE_UNUSED;
@ -2561,7 +2553,6 @@ NAME(aout,get_lineno) (ignore_abfd, ignore_symbol)
return (alent *)NULL; return (alent *)NULL;
} }
/*ARGSUSED*/
void void
NAME(aout,get_symbol_info) (ignore_abfd, symbol, ret) NAME(aout,get_symbol_info) (ignore_abfd, symbol, ret)
bfd *ignore_abfd ATTRIBUTE_UNUSED; bfd *ignore_abfd ATTRIBUTE_UNUSED;
@ -2589,7 +2580,6 @@ NAME(aout,get_symbol_info) (ignore_abfd, symbol, ret)
} }
} }
/*ARGSUSED*/
void void
NAME(aout,print_symbol) (ignore_abfd, afile, symbol, how) NAME(aout,print_symbol) (ignore_abfd, afile, symbol, how)
bfd *ignore_abfd ATTRIBUTE_UNUSED; bfd *ignore_abfd ATTRIBUTE_UNUSED;
@ -2613,7 +2603,6 @@ NAME(aout,print_symbol) (ignore_abfd, afile, symbol, how)
{ {
CONST char *section_name = symbol->section->name; CONST char *section_name = symbol->section->name;
bfd_print_symbol_vandf((PTR)file,symbol); bfd_print_symbol_vandf((PTR)file,symbol);
fprintf(file," %-5s %04x %02x %02x", fprintf(file," %-5s %04x %02x %02x",
@ -2898,7 +2887,6 @@ NAME(aout,find_nearest_line)
return true; return true;
} }
/*ARGSUSED*/
int int
NAME(aout,sizeof_headers) (abfd, execable) NAME(aout,sizeof_headers) (abfd, execable)
bfd *abfd; bfd *abfd;

View File

@ -240,7 +240,6 @@ DESCRIPTION
. bfd_arch_last . bfd_arch_last
. }; . };
*/ */
/* /*
@ -384,8 +383,6 @@ bfd_printable_name (abfd)
return abfd->arch_info->printable_name; return abfd->arch_info->printable_name;
} }
/* /*
FUNCTION FUNCTION
bfd_scan_arch bfd_scan_arch
@ -419,8 +416,6 @@ bfd_scan_arch (string)
return NULL; return NULL;
} }
/* /*
FUNCTION FUNCTION
bfd_arch_list bfd_arch_list
@ -474,8 +469,6 @@ bfd_arch_list ()
return name_list; return name_list;
} }
/* /*
FUNCTION FUNCTION
bfd_arch_get_compatible bfd_arch_get_compatible
@ -509,7 +502,6 @@ bfd_arch_get_compatible (abfd, bbfd)
return abfd->arch_info->compatible (abfd->arch_info, bbfd->arch_info); return abfd->arch_info->compatible (abfd->arch_info, bbfd->arch_info);
} }
/* /*
INTERNAL_DEFINITION INTERNAL_DEFINITION
bfd_default_arch_struct bfd_default_arch_struct
@ -595,7 +587,6 @@ bfd_default_set_arch_mach (abfd, arch, mach)
return false; return false;
} }
/* /*
FUNCTION FUNCTION
bfd_get_arch bfd_get_arch
@ -674,7 +665,6 @@ bfd_arch_bits_per_address (abfd)
return abfd->arch_info->bits_per_address; return abfd->arch_info->bits_per_address;
} }
/* /*
INTERNAL_FUNCTION INTERNAL_FUNCTION
bfd_default_compatible bfd_default_compatible
@ -705,7 +695,6 @@ bfd_default_compatible (a,b)
return a; return a;
} }
/* /*
INTERNAL_FUNCTION INTERNAL_FUNCTION
bfd_default_scan bfd_default_scan
@ -908,7 +897,6 @@ bfd_default_scan (info, string)
return true; return true;
} }
/* /*
FUNCTION FUNCTION
bfd_get_arch_info bfd_get_arch_info
@ -927,7 +915,6 @@ bfd_get_arch_info (abfd)
return abfd->arch_info; return abfd->arch_info;
} }
/* /*
FUNCTION FUNCTION
bfd_lookup_arch bfd_lookup_arch
@ -966,7 +953,6 @@ bfd_lookup_arch (arch, machine)
return NULL; return NULL;
} }
/* /*
FUNCTION FUNCTION
bfd_printable_arch_mach bfd_printable_arch_mach