Fixes to allow sources to compile under Solaris 2.8
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index dfdcff589294e682e62e8d206d65867cd5e6f17e..675ef88c04f1c4dea87d3478b13fe1e097c4006d 100644 (file)
+2000-12-21  Santeri Paavolainen <santtu@ssh.com>
+
+       * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
+
+       * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
+
+       * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
+       arithmetic.
+
+       * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
+
+       * coffcode.h (styp_to_sec_flags): Add empty statement after label.
+
+2000-12-21  Richard Sandiford  <rsandifo@redhat.com>
+
+       * libbfd.c (bfd_get_bits): Added
+       (bfd_put_bits): Likewise
+       * bfd-in.h: Declared the above.
+       * bfd-in2.h: Regenerated.
+
+2000-12-20  Kazu Hirata  <kazu@hxi.com>
+
+       * targets.c: Fix formatting.
+       * tekhex.c: Likewise.
+       * trad-core.c: Likewise.
+
+2000-12-19  Kazu Hirata  <kazu@hxi.com>
+
+       * sco5-core.c: Fix formatting.
+       * section.c: Likewise.
+       * sparclinux.c: Likewise.
+       * sparclynx.c: Likewise.
+       * sparcnetbsd.c: Likewise.
+       * srec.c: Likewise.
+       * stabs.c: Likewise.
+       * stab-syms.c: Likewise.
+       * sunos.c: Likewise.
+       * syms.c: Likewise.
+       * sysdep.h: Likewise.
+
+2000-12-18  Nick Clifton  <nickc@redhat.com>
+
+       * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
+       defined.
+       * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
+       * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
+
+2000-12-18  Nick Clifton  <nickc@redhat.com>
+
+       * vms-misc.c (_bfd_vms_get_record): Add default case to
+       file_format switch.
+
+2000-12-15  Miloslav Trmac <mitr@volny.cz>
+
+       * elfcore.h (elf_core_file_p): Move to the start of the program
+       headers before attempting to read them.
+
+2000-12-14  Kazu Hirata  <kazu@hxi.com>
+
+       * peigen.c: Fix formatting.
+       * som.c: Likewise.
+       * som.h: Likewise.
+
+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 *.
+
+2000-12-08  Mark Salter  <msalter@redhat.com>
+
+       * binary.c (binary_set_section_contents): Ignore sections
+       with zero size.
+
+2000-12-12  Kazu Hirata  <kazu@hxi.com>
+
+       * m68klinux.c: Fix formatting.
+       * m68knetbsd.c: Likewise.
+       * mipsbsd.c: Likewise.
+       * netbsd-core.c: Likewise.
+       * netbsd.h: Likewise.
+       * newsos3.c: Likewise.
+       * nlm32-alpha.c: Likewise.
+       * nlm32-i386.c: Likewise.
+       * nlm32-ppc.c: Likewise.
+       * nlm32-sparc.c: Likewise.
+       * nlmcode.h: Likewise.
+       * nlmswap.h: Likewise.
+       * nlm-target.h: Likewise.
+       * ns32knetbsd.c: Likewise.
+
+2000-12-10  Fred Fish  <fnf@be.com>
+
+      * elflink.h (elf_link_output_extsym): Don't complain about undefined
+      symbols in shared objects if allow_shlib_undefined is true.
+
+2000-12-12  Nick Clifton  <nickc@redhat.com>
+
+       * cpu-sh.c: Fix formattng.
+       * elf.c: Fix formattng.
+       * elf32-mips.c: Fix formattng.
+       * elf32-sh.c: Fix formattng.
+       * elf64-alpha.c: Fix formattng.
+
+2000-12-09  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
+       dwarf2_find_line_info as last parameter to invocation of
+       _bfd_dwarf2_find_nearest_line.
+       * elf32-arm.h (elf32_arm_find_nearest_line): Pass
+       dwarf2_find_line_info as last parameter to invocation of
+       _bfd_dwarf2_find_nearest_line.
+
 2000-12-08  Mark Elbrecht  <snowball3@bigfoot.com>
 
        * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
-         (BFD_LIBS): ...to here.
-         (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
-         (BFD_LIBS_CFILES): ...to here.
+       (BFD_LIBS): ...to here.
+       (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
+       (BFD_LIBS_CFILES): ...to here.
        * Makefile.in: Regenerate.
        * configure.in: Remove dwarf.lo from the elf shell variable.
        * configure: Regenerate.
        * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
        * libcoff.h: Regenerate.
        * coffgen.c (coff_find_nearest_line): Call 
-         _bfd_dwarf2_find_nearest_line.
+       _bfd_dwarf2_find_nearest_line.
        * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
-         accordingly.
-         (read_abbrevs): Likewise
-         (decode_line_info): Likewise.
-         (parse_comp_unit): Likewise.
-         (comp_unit_find_nearest_line): Likewise.
+       accordingly.
+       (read_abbrevs): Likewise
+       (decode_line_info): Likewise.
+       (parse_comp_unit): Likewise.
+       (comp_unit_find_nearest_line): Likewise.
        * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
        * libbfd.h: Regenerate.
        * elf.c (_bfd_elf_find_nearest_line): Update call.
        * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
        * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
        * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
-         (sec_to_styp_flags): Use them. Handle DWARF2 sections.
-         (styp_to_sec_flags): Handle DWARF2 sections.
-
+       (sec_to_styp_flags): Use them. Handle DWARF2 sections.
+       (styp_to_sec_flags): Handle DWARF2 sections.
+       * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
+       to _bfd_find_nearest_line.
+       * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
+       call to _bfd_find_nearest_line.
+         
 2000-12-08  Kazu Hirata  <kazu@hxi.com>
 
        * coffgen.c: Fix formatting.
+       * elf-m10300.c: Likewise.
        * elf32-i386.c: Likewise.
        * elf32-i960.c: Likewise.
        * elf32-m68k.c: Likewise.
        * elf32-sh.c: Likewise.
        * elf32-sparc.c: Likewise.
        * elf32-v850.c: Likewise.
+       * elf64-alpha.c: Likewise.
+       * elf64-hppa.c: Likewise.
+       * elf64-mips.c: Likewise.
        * elf64-sparc.c: Likewise.
-       * elf-m10300.c: Likewise.
 
 2000-12-07  Kazu Hirata  <kazu@hxi.com>
 
This page took 0.025335 seconds and 4 git commands to generate.