mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
2000-12-13 Kazu Hirata <kazu@hxi.com>
* peigen.c: Fix formatting.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2000-12-13 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* peigen.c: Fix formatting.
|
||||
|
||||
2000-12-12 Jim Wilson <wilson@redhat.com>
|
||||
|
||||
* elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
|
||||
|
10
bfd/peigen.c
10
bfd/peigen.c
@ -257,7 +257,6 @@ _bfd_pei_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1)
|
||||
}
|
||||
return;
|
||||
|
||||
|
||||
case C_STAT:
|
||||
case C_LEAFSTAT:
|
||||
case C_HIDDEN:
|
||||
@ -332,7 +331,6 @@ _bfd_pei_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
|
||||
}
|
||||
return AUXESZ;
|
||||
|
||||
|
||||
case C_STAT:
|
||||
case C_LEAFSTAT:
|
||||
case C_HIDDEN:
|
||||
@ -602,7 +600,6 @@ _bfd_pei_swap_aouthdr_out (abfd, in, out)
|
||||
|
||||
aouthdr_in->bsize = FA (aouthdr_in->bsize);
|
||||
|
||||
|
||||
extra->NumberOfRvaAndSizes = IMAGE_NUMBEROF_DIRECTORY_ENTRIES;
|
||||
|
||||
/* first null out all data directory entries .. */
|
||||
@ -799,8 +796,6 @@ _bfd_pei_only_swap_filehdr_out (abfd, in, out)
|
||||
filehdr_in->pe.dos_message[15] = 0x0;
|
||||
filehdr_in->pe.nt_signature = NT_SIGNATURE;
|
||||
|
||||
|
||||
|
||||
bfd_h_put_16 (abfd, filehdr_in->f_magic, (bfd_byte *) filehdr_out->f_magic);
|
||||
bfd_h_put_16 (abfd, filehdr_in->f_nscns, (bfd_byte *) filehdr_out->f_nscns);
|
||||
|
||||
@ -859,9 +854,6 @@ _bfd_pei_only_swap_filehdr_out (abfd, in, out)
|
||||
bfd_h_put_32 (abfd, filehdr_in->pe.nt_signature,
|
||||
(bfd_byte *) filehdr_out->nt_signature);
|
||||
|
||||
|
||||
|
||||
|
||||
return FILHSZ;
|
||||
}
|
||||
|
||||
@ -924,7 +916,6 @@ _bfd_pei_swap_scnhdr_out (abfd, in, out)
|
||||
PUT_SCNHDR_SIZE (abfd, ss,
|
||||
(bfd_byte *) scnhdr_ext->s_size);
|
||||
|
||||
|
||||
/* s_paddr in PE is really the virtual size. */
|
||||
PUT_SCNHDR_PADDR (abfd, ps, (bfd_byte *) scnhdr_ext->s_paddr);
|
||||
|
||||
@ -1454,7 +1445,6 @@ pe_print_edata (abfd, vfile)
|
||||
fprintf_vma (file, edt.ot_addr);
|
||||
fprintf (file, "\n");
|
||||
|
||||
|
||||
/* The next table to find is the Export Address Table. It's basically
|
||||
a list of pointers that either locate a function in this dll, or
|
||||
forward the call to another dll. Something like:
|
||||
|
Reference in New Issue
Block a user