Allow spaces in i386 FP reg names, eg. %st ( 1 ).
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0537124194529c452cd1a9112871124ce4cbf048..6727babc23840ae27b8a146c2df11786037fb3f0 100644 (file)
@@ -1,3 +1,144 @@
+1999-08-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       Based on a patch from H.J. Lu  <hjl@gnu.org>
+       * config/tc-i386.c (parse_register): Handle FP regs specially.
+       (md_begin): Remove '(' and ')' from register_chars.
+
+1999-08-29  Doug Evans  <devans@casey.cygnus.com>
+
+       * config/tc-m32r.c (md_parse_option): Delete unrecognized option
+       error message (done elsewhere).
+
+Sat Aug 28 01:23:11 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.
+
+Sat Aug 28 00:26:26 1999  Jerry Quinn <jquinn@nortelnetworks.com>
+
+        * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'.  Prefix float register
+       args by 'f'.
+
+       * config/tc-hppa.c (pa_ip): Add args q, %, and |.
+
+       * config/tc-hppa.c (pa_ip):  Absorb white space in instructions
+       between args.
+       Add new completers.  Fix bug in 64 bit condition handling.
+
+       * config/tc-hppa.c (pa_ip):  Add completer codes 'a', 'ch', 'cH',
+       'cS', and 'c*'.
+
+       * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.
+
+       * config/tc-hppa.c (pa_ip):  Add cases for '.', '~'. '$'. and '!'
+
+       * config/tc-hppa.c (pa_ip):  Add case for 'I'.  
+
+1999-08-27  Jim Wilson  <wilson@cygnus.com>
+
+       * dwarf2dbg.c (MAX_SPECIAL_ADDR_DELTA): Correct typo in comment.
+       (struct ls): Add frag field.  Initialize it to zero.
+       (out_end_sequence): New local text_frag.  Set it while in text section.
+       Replace address check with frag check.  Set ls.frag to text_frag if
+       out_set_addr called.
+       (dwarf2_gen_line_info): Add explanatory comment.  New local saved_frag.
+       Set it before switching sections.  Replace address check with frag
+       check.  Set ls.frag to saved_frag if out_set_addr called.
+
+1999-08-26  David Mosberger  <davidm@hpl.hp.com>
+
+        * dwarf2dbg.c (out_end_sequence): If address changed, directly
+       output "advance_pc" opcode instead of calling gen_addr_line().
+       The latter has the undesired side-effect of creating a new row
+       in the debug line info matrix. 
+
+1999-08-26  Jim Wilson  <wilson@cygnus.com>
+
+       * dwarf2dbg.c (out_end_sequence): Correct comments.  Set last to
+       ls.last_filename if last is less than zero.  Set ls.last_filename
+       when allocating new entry.
+       (dwarf2_gen_line_info): Save seg and subseg info before subseg_new
+       call.
+
+1999-08-20  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * config/tc-i386.c (i386_index_check): Fix the displacement size
+       when INFER_ADDR_PREFIX.
+
+1999-08-18  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (md_apply_fix3): If an offset is invalid,
+       display its value.
+
+1999-08-17  Ian Lance Taylor  <ian@zembu.com>
+
+       * config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, to
+       handle 0xffffNNNN constants correctly.
+
+1999-08-16  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (do_ldst): Look for register conflicts on stores
+       as well as loads.
+
+1999-08-13  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (validate_offset_imm): Work on unsigned values.
+       (md_apply_fix3): Always pass positive values to
+       validate_offset_imm.
+
+1999-08-12  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-arm.c (skip_whitespace): New macro.
+       Formatting tidy ups.
+       
+       (md_apply_fix3): Store relocation offset in addend for ELF based
+       relocs.
+       (arm_force_relocation): Always generate relocs for Thumb function
+       calls. 
+       
+1999-08-11  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * config/tc-i386.c (md_assemble): Remove dead code.  intel_syntax
+       LONG_DOUBLE_MNEM_SUFFIX floating point is done in opcode/i386.h
+
+Tue Aug 10 12:58:31 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * config/tc-hppa.c (pa_build_unwind_subspace): Use sane section
+       flags for the unwind subspace.
+
+       * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.
+       (pa_build_unwind_subspace): Remove #if 0 wrapper.  Select a
+       suitable relocation based on the size of the target's pointer.
+       Always Use subsegment zero for the unwinders.
+       (pa_level): Handle "2.0w".
+
+Mon Aug  9 20:02:22 1998  J"orn Rennecke  <amylaar@cygnus.co.uk>
+
+       * config/tc-d30v.c (write_2_short): Don't group repeat instructions
+       with the following instruction unless this was specified.
+
+1999-08-09  Ian Lance Taylor  <ian@zembu.com>
+
+       * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 for
+       certain sections, to match BFD changes.
+
+1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT).
+       (EXTRA_SCRIPTS): Define to keep automake happy.
+       * Makefile.in: Rebuild.
+
+1999-08-08  Ian Lance Taylor  <ian@zembu.com>
+
+       * Makefile.am: Rename .dep* files to DEP*.
+       (MKDEP): Rename from DEP.  Change all uses.  Use $${srcdir} rather
+       than $(srcdir).  Rename TCDEP targets to DEPTC.  Rename OBJDEP
+       targets to DEPOBJ.
+       * Makefile.in: Rebuild.
+
+1999-08-08  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg.
+
 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
 
        * Makefile.am: Change all uses of itbl-test-ops to itbl-tops to
 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
 
        * configure.in: Define and substitute GDBINIT.  Change AC_OUTPUT
-       line to crate ${GDBINIT} rather than .gdbinit.
+       line to create ${GDBINIT} rather than .gdbinit.
        * configure, Makefile.in, doc/Makefile.in: Rebuild.
 
 Fri Aug  6 12:12:44 1999  Jeffrey A Law  (law@cygnus.com)
This page took 0.029862 seconds and 4 git commands to generate.