Allow an otherwise unrepresentable read-only section that lies after .text
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index d4b1167370b869eff8da33b48f618782d6b39cd4..949f4308234627aa92ce9cae961d8376628f2d26 100644 (file)
@@ -1,3 +1,109 @@
+2002-12-10  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
+       read-only section that lies after .text and before .data to be
+       written into the output file and included in a_text.
+       (translate_to_native_sym_flags): If an otherwise unrepresentable
+       section was merged with .text, convert its symbols to N_TEXT
+       symbols.
+       * libaout.h (aout_section_merge_with_text_p): New macro.
+
+2002-12-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfd-in.h: Comment typo fix.  Formatting.
+       * bfd-in2.h: Regenerate.
+       * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
+       * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
+       * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
+
+2002-12-05  Richard Henderson  <rth@redhat.com>
+
+       * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
+       Only send PCREL21B though the plt.  Fix installed reloc type.
+       (elfNN_ia64_relocate_section): Give error for dynamic reloc
+       against PCREL22 or PCREL64I; clean up error messages for
+       branch relocs.
+
+2002-12-04  Kevin Buettner  <kevinb@redhat.com>
+
+       * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
+       New functions.
+       (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
+
+2002-12-04  David Mosberger  <davidm@hpl.hp.com>
+
+       * cpu-ia64-opc.c: Add operand constant "ar.csd".
+
+2002-12-04  H.J. Lu <hjl@gnu.org>
+
+       * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
+       BFD address when constructing local name.
+
+2002-12-04  Andreas Schwab  <schwab@suse.de>
+
+       * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
+       member.
+       (elf_m68k_link_hash_table_create): Initialize it.
+       (elf_m68k_check_relocs): Handle symbols that are forced to be
+       local due to visibility changes.
+       (elf_m68k_adjust_dynamic_symbol): Likewise.
+       (elf_m68k_size_dynamic_sections): Likewise.
+       (elf_m68k_discard_copies): Likewise.
+       (elf_m68k_relocate_section): Likewise.
+
+2002-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
+
+2002-12-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * srec.c (srec_write_symbols): Restore '$' prefix to address
+       accidentally removed in 2002-04-04 change.
+       (srec_get_symtab): Use 0 instead of `(long) FALSE'.
+
+2002-12-03  Nick Clifton  <nickc@redhat.com>
+
+       * elf32-ppc.c (apuinfo_list_init): New function.
+       (apuinfo_list_add): New function: Add a value to the list.
+       (apuinfo_list_length): New function: Return the number of
+       values on the list.
+       (apuinfo_list_element): New function: Return a value on the
+       list.
+       (apuinfo_list_finish): New function: Free the resources used
+       by the list.
+       (ppc_elf_begin_write_processing): New function.  Scan the
+       input bfds for apuinfo sections.
+       (ppc_elf_write_section): New function: Delay the creation of
+       the contents of an apuinfo section in an output bfd.
+       (ppc_elf_final_write_processing): New function.  Create the
+       contents of an apuinfo section in an output bfd.
+       (elf_backend_begin_write_processing): Define.
+       (elf_backend_final_write_processing): Define.
+       (elf_backend_write_section): Define.
+
+2002-12-03  Richard Henderson  <rth@redhat.com>
+
+       * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       Fix PR savannah/1417:
+       * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
+       branch if it goes to the start of the deleted region.
+
+2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * bfd-in2.h (bfd_mach_m6812): Rebuild.
+       * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
+       bfd_mach_m6812s): Declare.
+
+       * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
+       (_bfd_m68hc12_elf_set_private_flags): Call it.
+       (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
+       (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
+       report microcontroller incompatibilities (HC12 vs HCS12).
+       (elf_backend_object_p): Update.
+
 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
 
        * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
        pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
        reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
        som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
-       syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c, 
+       syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
        vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
        xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
        bfd_boolean, true with TRUE, false with FALSE.  Simplify comparisons
 2002-11-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * elf32-sh.c (sh_elf_relocate_section): Don't complain about
-        unresolved debugging relocs in dynamic applications.
+       unresolved debugging relocs in dynamic applications.
        * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
 
 2002-11-26  Alan Modra  <amodra@bigpond.net.au>
This page took 0.025075 seconds and 4 git commands to generate.