2000-11-28 Kazu Hirata <kazu@hxi.com>
* aoutx.h: Fix formatting. * bfd-in.h: Likewise. * bfd-in2.h: Likewise. * cache.c: Likewise. * cisco-core.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffswap.h: Likewise. * corefile.c: Likewise.
This commit is contained in:
parent
814f664127
commit
e60b52c622
10 changed files with 109 additions and 110 deletions
|
@ -1,3 +1,15 @@
|
|||
2000-11-28 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* aoutx.h: Fix formatting.
|
||||
* bfd-in.h: Likewise.
|
||||
* bfd-in2.h: Likewise.
|
||||
* cache.c: Likewise.
|
||||
* cisco-core.c: Likewise.
|
||||
* coff64-rs6000.c: Likewise.
|
||||
* coffcode.h: Likewise.
|
||||
* coffswap.h: Likewise.
|
||||
* corefile.c: Likewise.
|
||||
|
||||
2000-11-27 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* aout-adobe.c: Fix formatting.
|
||||
|
|
|
@ -91,7 +91,6 @@ bfd *bfd_last_cache;
|
|||
. (FILE*) (bfd_last_cache->iostream): \
|
||||
. bfd_cache_lookup_worker(x))
|
||||
|
||||
|
||||
*/
|
||||
|
||||
/* Insert a BFD into the cache. */
|
||||
|
|
|
@ -175,7 +175,6 @@ SUBSUBSECTION
|
|||
the file in the string table. This pass moves all strings
|
||||
into memory and replaces them with pointers to the strings.
|
||||
|
||||
|
||||
The symbol table is massaged once again, this time to create
|
||||
the canonical table used by the BFD application. Each symbol
|
||||
is inspected in turn, and a decision made (using the
|
||||
|
@ -301,7 +300,6 @@ CODE_FRAGMENT
|
|||
.boolean done_lineno;
|
||||
.} coff_symbol_type;
|
||||
|
||||
|
||||
*/
|
||||
|
||||
#ifdef COFF_WITH_PE
|
||||
|
@ -2767,7 +2765,6 @@ coff_set_flags (abfd, magicp, flagsp)
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
static boolean
|
||||
coff_set_arch_mach (abfd, arch, machine)
|
||||
bfd * abfd;
|
||||
|
@ -4713,7 +4710,6 @@ SUBSUBSECTION
|
|||
into a howto table vector; the 88k subtracts a number from the
|
||||
@code{r_type} field and creates an addend field.
|
||||
|
||||
|
||||
*/
|
||||
|
||||
#ifndef CALC_ADDEND
|
||||
|
@ -4768,7 +4764,6 @@ coff_slurp_reloc_table (abfd, asect, symbols)
|
|||
if (reloc_cache == NULL)
|
||||
return false;
|
||||
|
||||
|
||||
for (idx = 0; idx < asect->reloc_count; idx++)
|
||||
{
|
||||
struct internal_reloc dst;
|
||||
|
@ -4889,7 +4884,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols)
|
|||
arelent *tblptr = section->relocation;
|
||||
unsigned int count = 0;
|
||||
|
||||
|
||||
if (section->flags & SEC_CONSTRUCTOR)
|
||||
{
|
||||
/* this section has relocs made up by us, they are not in the
|
||||
|
@ -4913,7 +4907,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols)
|
|||
for (; count++ < section->reloc_count;)
|
||||
*relptr++ = tblptr++;
|
||||
|
||||
|
||||
}
|
||||
*relptr = 0;
|
||||
return section->reloc_count;
|
||||
|
|
|
@ -336,7 +336,6 @@ coff_swap_filehdr_out (abfd, in, out)
|
|||
return bfd_coff_filhsz (abfd);
|
||||
}
|
||||
|
||||
|
||||
#ifndef NO_COFF_SYMBOLS
|
||||
|
||||
static void
|
||||
|
@ -672,7 +671,6 @@ coff_swap_aouthdr_in (abfd, aouthdr_ext1, aouthdr_int1)
|
|||
bfd_h_put_32(abfd, aouthdr_int->vid[1], (bfd_byte *) aouthdr_ext->vid + 4);
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef RS6000COFF_C
|
||||
#ifdef XCOFF64
|
||||
aouthdr_int->o_toc = bfd_h_get_64(abfd, aouthdr_ext->o_toc);
|
||||
|
@ -852,7 +850,6 @@ coff_swap_scnhdr_out (abfd, in, out)
|
|||
PUT_SCNHDR_VADDR (abfd, scnhdr_int->s_vaddr,
|
||||
(bfd_byte *) scnhdr_ext->s_vaddr);
|
||||
|
||||
|
||||
PUT_SCNHDR_PADDR (abfd, scnhdr_int->s_paddr,
|
||||
(bfd_byte *) scnhdr_ext->s_paddr);
|
||||
PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size,
|
||||
|
|
|
@ -30,7 +30,6 @@ DESCRIPTION
|
|||
#include "sysdep.h"
|
||||
#include "libbfd.h"
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
bfd_core_file_failing_command
|
||||
|
@ -78,7 +77,6 @@ bfd_core_file_failing_signal (abfd)
|
|||
return BFD_SEND (abfd, _core_file_failing_signal, (abfd));
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
FUNCTION
|
||||
core_file_matches_executable_p
|
||||
|
|
Loading…
Reference in a new issue