]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
* as.h (OPTION_MD_BASE): Bump to 190.
[binutils.git] / gas / ChangeLog
index 1e070cf670ab5d89cd1d245784e8b923f7776a0f..7bf1d207bdad57e27a7ddd98b1fb4db8a3c5a379 100644 (file)
@@ -1,3 +1,105 @@
+2000-10-30  Hans-Peter Nilsson  <[email protected]>
+
+       * as.h (OPTION_MD_BASE): Bump to 190.
+       * as.c (parse_args) <std_longopts>: Add comment about the need to
+       check OPTION_MD_BASE in as.h.
+
+2000-10-27  Nick Clifton  <[email protected]>
+
+       * configure.in (emulations): Add m68hc12.
+       * configure: Regenerate.
+       * po/gas.pot: Regenerate.
+       
+2000-10-27  Aldy Hernandez  <[email protected]>
+
+        * config/tc-arm.c (psrs): Remove lowercase versions of spsr* and
+        cpsr*.
+        (arm_psr_parse): Handle lowercase CPSR and SPSR.
+
+2000-10-25  Nick Clifton  <[email protected]>
+
+       * dwarf2out.c (dwarf2_generate_asm_lineno): New function: Generate
+       a DWARF2 line number information sequence.
+
+       *dwarf2out.h: Add prototype for dwarf2_generate_asm_lineno.
+
+       * read.c (generate_lineno_debug): Update comment describing why
+       DWARF2 line number debug information is not generated
+       automatically by this function.
+
+       * doc/as.texinfo: Note that --gdwarf2 only works on some targets,
+       not all.
+       
+       * config/tc-arm.h (md_end): Define.
+       (DWARF2_LINE_MIN_INSN_LENGTH): Define.
+       
+       * config/tc-arm.c (output_inst): Call dwarf2_generate_asm_lineno
+       if generating DWARF2 line numbers.
+       (arm_end_of_source): New function.  Call dwarf2_finish if
+       necessary.
+
+       * config/tc-hppa.c (md_assemble): Use dwarf2_generate_asm_lineno.
+       * config/tc-m68hc11.c (m68hc11_new_insn): Use dwarf2_generate_asm_lineno.
+       * config/tc-sh.c (md_assemble): Use dwarf2_generate_asm_lineno.
+       
+2000-10-25  Diego Novillo  <[email protected]>
+
+       * tc-i386.c: Fix prototype declarations for functions taking no
+       arguments.
+
+2000-10-24  Diego Novillo  <[email protected]>
+
+       * tc-i386.c (i386_operand_modifier): Remove.
+       (build_displacement_string): Remove.
+       (i386_parse_seg): Remove.
+       (i386_intel_memory_operand): Remove.
+       (i386_intel_operand): Re-write using recursive descent parser based
+       on MASM documentation.
+       (struct intel_parser_s): New structure.
+       (intel_parser): New static variable.
+       (struct intel_token): New structure.
+       (cur_token, prev_token): New static variables.
+       (T_NIL): Define.
+       (T_CONST): Define.
+       (T_REG): Define.
+       (T_BYTE): Define.
+       (T_WORD): Define.
+       (T_DWORD): Define.
+       (T_QWORD): Define.
+       (T_XWORD): Define.
+       (T_SHORT): Define.
+       (T_OFFSET): Define.
+       (T_PTR): Define.
+       (T_ID): Define.
+       (intel_match_token): New function.
+       (intel_get_token): New function.
+       (intel_putback_token): New function.
+       (intel_expr): New function.
+       (intel_e05): New function.
+       (intel_e05_1): New function.
+       (intel_e06): New function.
+       (intel_e06_1): New function.
+       (intel_e09): New function.
+       (intel_e09_1): New function.
+       (intel_e10): New function.
+       (intel_e10_1): New function.
+       (intel_e11): New function.
+
+2000-10-20  Jakub Jelinek  <[email protected]>
+
+       * config/tc-sparc.c (sparc_ip): Fix a bug which caused v9_arg_p
+       instructions to loose any special insn->architecture mask.
+
+       * config/tc-sparc.c (v9a_asr_table): Add v9b ASRs.
+       (sparc_md_end, sparc_arch_types, sparc_arch,
+       sparc_elf_final_processing): Handle v8plusb and v9b architectures.
+       (sparc_ip): Handle siam mode operands. Support v9b ASRs (and
+       request v9b architecture if they are used).
+
+2000-10-18  Michael Sokolov  <[email protected]>
+
+       * config/tc-m68k.c: Fix the previous misapplied patch.
+
 2000-10-18  Michael Sokolov  <[email protected]>
 
         * config/tc-m68k.h (RELAX_RELOC_*): New definitions for both
This page took 0.029583 seconds and 4 git commands to generate.