Update.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 450a18f7e8be01fb18efbae8b96eba91ab97f3ca..b58eadc575238f12734109bc1cd32a2b1aa2815f 100644 (file)
@@ -1,3 +1,127 @@
+2008-10-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/id.po: Update.
+
+2008-10-24  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
+       comment so that Broadcom SB-1 cores are in the MIPS64 section.
+
+2008-10-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
+       * config/tc-ns32k.c (bit_fix_new): Likewise.
+       * config/tc-m68k.c (md_begin): Likewise.
+       * hash.c (hash_insert, hash_jam): Likewise.
+       * symbols.c (symbol_create, local_symbol_make): Likewise.
+       * frags.c (frag_alloc): Likewise.
+
+2008-10-20  Jay Krell  <jay.krell@cornell.edu>
+
+       * config/bfin-parse.y: Use C style comments.
+       * config/tc-bfin.c: Likewise.
+       * config/tc-m68k.c: Likewise.
+       * config/tc-mips.c: Likewise.
+
+2008-10-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (processor_type): Moved to tc-i386.h.
+       (cpu_arch_tune): Make it global.
+       (cpu_arch_isa): Likewise.
+       (cpu_arch_isa_flags): Likewise.
+       (i386_align_code): Check fragP->tc_frag_data.isa,
+       fragP->tc_frag_data.isa_flags and cpu_arch_tune instead of
+       cpu_arch_isa, cpu_arch_isa_flags and cpu_arch_tune,
+       respectively.
+
+       * config/tc-i386.h (processor_type): Moved from tc-i386.c.
+       (cpu_arch_tune): New.
+       (cpu_arch_isa): Likewise.
+       (cpu_arch_isa_flags): Likewise.
+       (i386_tc_frag_data): Likewise.
+       (TC_FRAG_TYPE): Likewise.
+       (TC_FRAG_INIT): Likewise.
+
+2008-10-09  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/as.texinfo (Pseudo Ops): Swap order of Comm and CFI menu entries.
+       (Altmacro, Comm, Loc, Loc_mark_labels, List, MRI, PopSection, Sleb128):
+       Moved into alphabetical order.
+
+2008-10-09  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/as.texinfo (Dot): Expand no-space-dir conditional to include
+       a complete sentence.
+       (Pseudo Ops): Put conditionals around Skip and Space menu entries.
+       (Line): Remove conditional declaration of Ln node and section here.
+       Put aout-bout description inside the no-line-dir conditional.
+       (Skip, Space): Use a separate conditional for each node.
+
+2008-10-09  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around
+       menu entry for File; remove version-specific .file operands from menu
+       description.  Replace "LNS directives" menu entry with new entries
+       for "Loc" and "Loc_mark_labels".
+       (LNS directives): Split into separate nodes for each directive.
+       (Loc): New node for .loc directive.  Mention that this directive
+       is for DWARF2 and add a missing article.
+       (Loc_mark_labels): Likewise for .loc_mark_labels.
+       (File): Change this node to describe both the default version and
+       the DWARF2 version of .file.  Move the no-file-dir conditional to
+       include only the default version.
+
+2008-10-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dw2gencfi.c (cfi_finish): Deal with md_fix_up_eh_frame.
+       * config/tc-i386.h (md_fix_up_eh_frame): Define on Solaris.
+       (i386_solaris_fix_up_eh_frame): Declare.
+       * config/tc-i386.c (i386_solaris_fix_up_eh_frame): New function.
+
+2008-10-09  Nick Clifton  <nickc@redhat.com>
+
+       PR 6944
+       * doc/as.texinfo (Dollar Local Labels): Correct description of
+       dollar local labels to show that the colon suffix is still
+       needed.
+
+2008-10-08  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add "id".
+       * configure: Regenerate.
+       * po/id.po: New Indonesian translation.
+
+2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * read.c (pseudo_set): Don't allow global register symbol only
+       if TC_GLOBAL_REGISTER_SYMBOL_OK is undefined.
+       * symbols.c (S_SET_EXTERNAL): Likewise.
+
+       * config/tc-mmix.h (TC_GLOBAL_REGISTER_SYMBOL_OK): Defined.
+
+       * doc/internals.texi: Document TC_GLOBAL_REGISTER_SYMBOL_OK.
+
+2008-10-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/as.texinfo (Local): New description of ELF .local directive.
+
+2008-10-06  Nick Clifton  <nickc@redhat.com>
+
+       PR 6926
+       * read.c (get_line_sb): Renamed to get_non_macro_line_sb.
+       (_find_end_of_line): Add extra parameter indicating if the line is
+       inside a macro.  If it is then do not allow the @ character to be
+       treated as a line separator character.
+       (read_a_source): Update use of _find_end_of_line.
+       (find_end_of_line): Likewise.
+       (s_irp): Update use of get_line_sb.
+       (s_macro): Likewise.
+       (do_repeat): Likewise.
+       (get_line_sb): New function.  Like the old version of get_line_sb
+       except that it takes an extra parameter indicating whether the
+       line is inside a macro.
+       (get_macro_line_sb): New function.
+
 2008-10-04  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/tc-cris.c: Update all comments regarding explicit relocations
This page took 0.024624 seconds and 4 git commands to generate.