* peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index b771a814c78e5440ffc17bb642c9b6773dc9e989..bdbd3df35740b6dd351576922711a5fdac5c2068 100644 (file)
@@ -1,5 +1,75 @@
 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
+       variables.
+       (ppc_mark_symbol_as_glue): Put inside COFF_IMAGE_WITH_PE ifdef.
+       (get_symbol_value): Ifdef out.
+       (pe_ppc_reloc): Ifdef out.  Remove unused variables.
+       (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
+       correspond.
+       (coff_ppc_rtype_to_howto): Likewise.
+       (ppc_coff_swap_sym_in_hook): Remove unused variables.
+
+       * peicode.h (pe_print_idata): Move otherwise unused variables into
+       the #ifdef where they are used.  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 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
+       variable rela inside #if 0 section where it is used.
+
+       * libhppa.h: Define HINLINE rather than INLINE.  Define it to
+       extern inline if using gcc and to static INLINE otherwise.  Change
+       all functions from static INLINE to HINLINE.
+
+       * ns32k.h: New file.
+       * cpu-ns32k.h: Include ns32k.h.  Rename externally visible
+       functions to start with _bfd_.
+       * aout-ns32k.c: Include ns32k.h.  Change references to renamed
+       functions in cpu-ns32k.h.
+       * Makefile.in: Rebuild dependencies.
+       (HFILES): Add ns32k.h.
+
+       * 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.
+       (aout_link_input_bfd): Don't link unmarked sections.
+       * cofflink.c (_bfd_coff_final_link): Mark sections included in the
+       link.
+       (_bfd_coff_link_input_bfd): Don't link unmarked sections.
+       * coff-ppc.c (ppc_bfd_coff_final_link): Mark sections included in
+       the link.
+       * elflink.h (elf_bfd_final_link): Mark sections included in the
+       link.
+       (elf_link_input_bfd): Don't link unmarked sections.
+       * xcofflink.c (_bfd_xcoff_bfd_final_link): Mark sections included
+       in the link.
+       (xcoff_link_input_bfd): Don't link unmarked sections.
+
        * coffswap.h (coff_swap_scnhdr_out): Include section name in
        overflow error messages.
 
This page took 0.02718 seconds and 4 git commands to generate.