* peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 91a23bf173d7f11fbfdbed47bccf1600730d45f6..bdbd3df35740b6dd351576922711a5fdac5c2068 100644 (file)
@@ -1,5 +1,11 @@
 Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
+       (coff_swap_aux_out): Swap out extra PE x_scn fields.
+       * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields.
+       * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
+       fields is non-zero, print them.
+
        * coff-ppc.c (ppc_record_toc_entry): Put inside COFF_IMAGE_WITH_PE
        ifdef.  Remove unused variables.
        (ppc_record_data_in_toc_entry): Ifdef out.  Removed unused
@@ -10,6 +16,9 @@ Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
        (coff_ppc_relocate_section): Remove unused variables.  Make
        fprintf strings and argument types correspond.  Put before_addr in
        DEBUG_RELOC ifdef.
+       (dump_toc): Make fprintf strings and argument types correspond.
+       (ppc_process_before_allocation): Remove unused variables.  Always
+       return a value.
        (ppc_reflo_reloc): Ifdef out.
        (ppc_addr32nb_reloc): Ifdef out.
        (ppc_coff_rtype2howto): Make fprintf strings and argument types
@@ -19,13 +28,12 @@ Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * peicode.h (pe_print_idata): Move otherwise unused variables into
        the #ifdef where they are used.  Always return a value.
-       (pe_print_edata): Change fprintf strings and add cast to make
-       fprintf strings correspond to actual types.  Always return a
-       value.
+       (pe_print_edata): Make fprintf strings and argument types
+       correspond.  Always return a value.
        (pe_print_pdata): Removed unused variable addr_value.  Always
        return a value.
        (pe_print_reloc): Remove unused variable onaline.  Make fprintf
-       strings and arguments correspond.  Always return a value.
+       strings and argument types correspond.  Always return a value.
 
        * elf32-ppc.c (ppc_elf_fake_sections): Return true.
        (ppc_elf_finish_dynamic_symbol): Move definition of unused
@@ -43,7 +51,9 @@ Wed Mar 27 10:43:34 1996  Ian Lance Taylor  <ian@cygnus.com>
        * Makefile.in: Rebuild dependencies.
        (HFILES): Add ns32k.h.
 
-       * section.c (SEC_LINKER_MARK): Define.
+       * section.c (struct sec): Add linker_mark field.  Change
+       user_set_vma and reloc_done to be single bit fields.
+       (STD_SECTION): Update accordingly.
        * bfd-in2.h: Rebuild.
        * aoutx.h (NAME(aout,final_link)): Mark sections included in the
        link.
This page took 0.024288 seconds and 4 git commands to generate.