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:
parent
025d2eabfc
commit
0ef5a5bdcb
6 changed files with 70 additions and 89 deletions
|
@ -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>
|
||||
|
||||
* coff-h8300.c (special): Adjust reloc address.
|
||||
|
|
|
@ -449,7 +449,6 @@ swapcore_sun3 (abfd, ext, intcore)
|
|||
intcore->c_stacktop = 0x0E000000; /* By experimentation */
|
||||
}
|
||||
|
||||
|
||||
/* byte-swap in the Sparc core structure */
|
||||
static void
|
||||
swapcore_sparc (abfd, ext, intcore)
|
||||
|
|
12
bfd/aoutx.h
12
bfd/aoutx.h
|
@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
SECTION
|
||||
a.out backends
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
BFD supports a number of different flavours of a.out format,
|
||||
|
@ -693,7 +692,6 @@ NAME(aout,mkobject) (abfd)
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
aout_@var{size}_machine_type
|
||||
|
@ -814,7 +812,6 @@ NAME(aout,machine_type) (arch, machine, unknown)
|
|||
return arch_flags;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
aout_@var{size}_set_arch_mach
|
||||
|
@ -1201,7 +1198,6 @@ NAME(aout,new_section_hook) (abfd, newsect)
|
|||
/* align to double at least */
|
||||
newsect->alignment_power = bfd_get_arch_info(abfd)->section_align_power;
|
||||
|
||||
|
||||
if (bfd_get_format (abfd) == bfd_object)
|
||||
{
|
||||
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
|
||||
*/
|
||||
|
||||
|
||||
if (bfd_is_com_section (output_section)
|
||||
|| bfd_is_abs_section (output_section)
|
||||
|| bfd_is_und_section (output_section))
|
||||
|
@ -2093,7 +2088,6 @@ NAME(aout,swap_std_reloc_out) (abfd, g, natptr)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* Extended stuff */
|
||||
/* 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
|
||||
to give the true offset from the section */
|
||||
|
||||
|
||||
#define MOVE_ADDRESS(ad) \
|
||||
if (r_extern) { \
|
||||
/* undefined symbol */ \
|
||||
|
@ -2552,7 +2545,6 @@ NAME(aout,get_symtab_upper_bound) (abfd)
|
|||
return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *));
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
alent *
|
||||
NAME(aout,get_lineno) (ignore_abfd, ignore_symbol)
|
||||
bfd *ignore_abfd ATTRIBUTE_UNUSED;
|
||||
|
@ -2561,7 +2553,6 @@ NAME(aout,get_lineno) (ignore_abfd, ignore_symbol)
|
|||
return (alent *)NULL;
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
NAME(aout,get_symbol_info) (ignore_abfd, symbol, ret)
|
||||
bfd *ignore_abfd ATTRIBUTE_UNUSED;
|
||||
|
@ -2589,7 +2580,6 @@ NAME(aout,get_symbol_info) (ignore_abfd, symbol, ret)
|
|||
}
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
NAME(aout,print_symbol) (ignore_abfd, afile, symbol, how)
|
||||
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;
|
||||
|
||||
|
||||
bfd_print_symbol_vandf((PTR)file,symbol);
|
||||
|
||||
fprintf(file," %-5s %04x %02x %02x",
|
||||
|
@ -2898,7 +2887,6 @@ NAME(aout,find_nearest_line)
|
|||
return true;
|
||||
}
|
||||
|
||||
/*ARGSUSED*/
|
||||
int
|
||||
NAME(aout,sizeof_headers) (abfd, execable)
|
||||
bfd *abfd;
|
||||
|
|
|
@ -240,7 +240,6 @@ DESCRIPTION
|
|||
. bfd_arch_last
|
||||
. };
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -384,8 +383,6 @@ bfd_printable_name (abfd)
|
|||
return abfd->arch_info->printable_name;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_scan_arch
|
||||
|
@ -419,8 +416,6 @@ bfd_scan_arch (string)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_arch_list
|
||||
|
@ -474,8 +469,6 @@ bfd_arch_list ()
|
|||
return name_list;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
INTERNAL_DEFINITION
|
||||
bfd_default_arch_struct
|
||||
|
@ -595,7 +587,6 @@ bfd_default_set_arch_mach (abfd, arch, mach)
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_get_arch
|
||||
|
@ -674,7 +665,6 @@ bfd_arch_bits_per_address (abfd)
|
|||
return abfd->arch_info->bits_per_address;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
INTERNAL_FUNCTION
|
||||
bfd_default_compatible
|
||||
|
@ -705,7 +695,6 @@ bfd_default_compatible (a,b)
|
|||
return a;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
INTERNAL_FUNCTION
|
||||
bfd_default_scan
|
||||
|
@ -908,7 +897,6 @@ bfd_default_scan (info, string)
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_get_arch_info
|
||||
|
@ -927,7 +915,6 @@ bfd_get_arch_info (abfd)
|
|||
return abfd->arch_info;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_lookup_arch
|
||||
|
@ -966,7 +953,6 @@ bfd_lookup_arch (arch, machine)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_printable_arch_mach
|
||||
|
|
Loading…
Reference in a new issue