2000-11-14 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index dd2b3169e0a6228a972ba4d23141acb6006bd89a..dfa6c7c61af8b867f55a183f44af0a0a38703147 100644 (file)
@@ -1,3 +1,134 @@
+2000-11-14  Kazu Hirata  <kazu@hxi.com>
+
+       * config/aout_gnu.h: Fix formatting.
+       * config/atof-vax.c: Likewise.
+       * config/m68k-parse.h: Likewise.
+       * config/m88k-opcode.h: Likewise.
+       * config/obj-elf.c: Likewise.
+       * config/tc-arm.c: Likewise.
+       * config/tc-cris.c: Likewise.
+       * config/tc-i386.c: Likewise.
+       * config/tc-ia64.c: Likewise.
+       * config/tc-mn10300.c: Likewise.
+       * config/te-386bsd.h: Likewise.
+       * config/te-hppa.h: Likewise.
+       * config/te-nbsd.h: Likewise.
+       * config/te-ppcnw.h: Likewise.
+       * config/te-sparcaout.h: Likewise.
+       * config/te-tmips.h: Likewise.
+       * config/vax-inst.h: Likewise.
+       * config/vms-conf.h: Likewise.
+
+2000-11-14  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/tc-alpha.c (s_alpha_prologue): Preserve visibility bits.
+
+2000-11-13  H.J. Lu  <hjl@gnu.org>
+
+       * config/obj-elf.c (elf_frob_symbol): Support
+       ".symver name,name2@@@nodename".
+       (elf_frob_file_before_adjust): Likewise.
+
+       * doc/as.texinfo: Updated for ".symver name,name2@@@nodename"
+       and ".symver name,name2@@@nodename".
+       Fix a typo.
+
+2000-11-12  H.J. Lu  (hjl@gnu.org)
+
+       * config/obj-elf.c (obj_elf_symver): Check missing version
+       name.
+
+2000-11-12  H.J. Lu  (hjl@gnu.org)
+
+       * dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT
+       instead of bfd_vma for non-bfd assemblers.
+
+2000-11-09  Kazu Hirata  <kazu@hxi.com>
+
+       * itbl-ops.c: Fix comment typos.
+
+2000-11-08  Jim Wilson  <wilson@redhat.com>
+
+       * config/tc-ia64.c (struct unw_rec_list): Add slot_frag field.
+       (struct unwind): Add next_slot_frag field.
+       (slot_index): New parameters slot_frag and first_frag.  Add code
+       to add in frag sizes when different.  Add comments.
+       (fixup_unw_records): New locals first_frag and last_frag.  Pass new
+       arguments to slot_index.
+       (emit_one_bundle): Set slot_frag field.  Set next_slot_number after
+       loop end.  Set next_slot_frag field.
+
+2000-11-07  H.J. Lu  <hjl@gnu.org>
+
+       * doc/as.texinfo (.symver): Updated for versioned symbol
+       reference.
+
+       * obj.h (format_ops): Add the frob_file_before_adjust field.
+
+       * config/obj-aout.c (aout_format_ops): Set the
+       frob_file_before_adjust field to 0.
+       * config/obj-coff.c (coff_format_ops): Likewise.
+       * config/obj-ecoff.c (ecoff_format_ops): Likewise.
+
+       * config/obj-elf.c (obj_elf_symver): Allow duplicated version
+       name.
+       (elf_frob_file_before_adjust): New function to remove unneeded
+       versioned symbols from the symbol table.
+       (elf_format_ops): Set the frob_file_before_adjust field to
+       elf_frob_file_before_adjust.
+
+       * config/obj-elf.h (obj_frob_file_before_adjust): Defined if
+       not defined.
+
+       * config/obj-multi.h (obj_frob_file_before_adjust): Defined.
+
+2000-11-07  Peter Targett  <peter.targett@arccores.com>
+
+       * gas/config/tc-arc.h: Avoid warnings for LITTLE_ENDIAN and
+       BIG_ENDIAN macros.
+       * gas/config/tc-arc.c: Use S_IS_LOCAL to test local symbols.
+       Fix compile time warning messages.
+       
+2000-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * stabs.c (generate_asm_file): Increase length of xmalloc'ed
+       buffer in order to avoid buffer overflows.
+
+2000-11-06  Steve Ellcey <sje@cup.hp.com>
+
+       * config/tc-ia64.c (md_shortopts, md_parse_option, md_show_usage):
+       Change M to m for -milp32 or -mlp64 to match gcc.
+       (dot_endp): Use bytes_per_address instead of 8.
+       (emit_one_bundle): Use number_to_chars_littleendian instead of
+       md_number_to_chars.
+       (fix_insn): Likewise.
+       (ia64_init): New function.
+       (ia64_target_format): New function.
+       (md_begin): Set endianness, arch, and machine as appropriate.
+       * config/tc-ia64.h: (TARGET_BYTES_BIG_ENDIAN, md_number_to_chars):
+       Make these macros depend on TE_HPUX macro.
+       (TARGET_FORMAT): Define.
+       (HOST_SPECIAL_INIT): Define.
+       * config/te-hpux.h: New file.
+       * configure.in: Add "ia64-*-hpux*" target to configure.
+       * configure: Regenerate.
+       
+2000-11-06  Kazu Hirata  <kazu@hxi.com>
+
+       * as.c: Fix formatting.
+       * dwarf2dbg.c: Likewise.
+       * input-file.c: Likewise.
+       * input-file.h: Likewise.
+       * input-scrub.c: Likewise.
+       * itbl-ops.c: Likewise.
+       * listing.c: Likewise.
+       * macro.h: Likewise.
+       * messages.c: Likewise.
+       * read.c: Likewise.
+       * subsegs.c: Likewise.
+       * subsegs.h: Likewise.
+       * write.c: Likewise.
+
 2000-11-06  Nick Clifton  <nickc@redhat.com>
 
        * doc/as.texinfo: Add GNU Free Documentation License.
This page took 0.031311 seconds and 4 git commands to generate.