Age | Commit message (Expand) | Author | Files | Lines |
1997-09-03 | * config/tc-mn10200.c (md_convert_frag): PC relative instructions arex | Jeff Law | 1 | -0/+6 |
1997-09-02 | Explanations of offsets in SDA/ZDA areas fixed. | Nick Clifton | 2 | -5/+18 |
1997-09-02 | Support for new relocations added. Support for SDA/TDA/ZDA sections added. | Nick Clifton | 3 | -197/+338 |
1997-09-02 | * config/tc-v850.c (md_assemble): Use opcode->name instead of | Andrew Cagney | 2 | -1/+12 |
1997-08-29 | SH4 assembler extensions. | Joern Rennecke | 3 | -0/+72 |
1997-08-26 | * doc/as.texinfo (Machine Dependencies): Add v850 to menu. | Ian Lance Taylor | 3 | -1/+9 |
1997-08-26 | * expr.c (integer_constant): If BFD64, don't make a bignum if the | Ian Lance Taylor | 1 | -0/+3 |
1997-08-26 | * config/tc-alpha.c (load_expression): Check explicitly for O_big, | Ian Lance Taylor | 2 | -5/+60 |
1997-08-26 | * as.h: Don't define alloca if __GNUC__. Just declare it. | Ian Lance Taylor | 3 | -23/+105 |
1997-08-26 | * config/tc-i386.c (i386_align_code): Correct 16 bit noops. From | Ian Lance Taylor | 1 | -1/+4 |
1997-08-26 | Corrected name of tiny data area label. | Nick Clifton | 2 | -2/+9 |
1997-08-26 | Use address size prefix for loopw as for jcxz. | Ian Lance Taylor | 2 | -2/+8 |
1997-08-26 | * config/tc-i386.c (md_assemble): In JumpByte case, when looking | Ian Lance Taylor | 2 | -3/+25 |
1997-08-25 | Set machine architecture and type. | Nick Clifton | 2 | -0/+20 |
1997-08-25 | * symbols.c (resolve_symbol_value): Store the value back into the | Ian Lance Taylor | 2 | -122/+176 |
1997-08-25 | * config/tc-ppc.c (ppc_change_csect): Temporarily lower the | Ian Lance Taylor | 1 | -0/+8 |
1997-08-25 | Support constant expressions as register lists. | Nick Clifton | 2 | -21/+111 |
1997-08-25 | * gas/m32r/relax-1.[ds]: New testcase. | David Edelsohn | 4 | -13/+36 |
1997-08-25 | Fixed node name. | Nick Clifton | 2 | -1/+6 |
1997-08-25 | Switch from C++ style comment to C style. | Nick Clifton | 1 | -2/+2 |
1997-08-23 | fix v850 sanitization | Ian Lance Taylor | 1 | -0/+1 |
1997-08-22 | Added documentation of v850 assembler options. | Nick Clifton | 5 | -4/+377 |
1997-08-22 | Make the NUL character be considered to be a line terminator. | Nick Clifton | 2 | -6/+41 |
1997-08-22 | Add support for curly brace register list syntax. | Nick Clifton | 2 | -33/+119 |
1997-08-21 | Fixed v850_section to cope with original section styles as well. | Nick Clifton | 1 | -15/+8 |
1997-08-21 | Add support for parsing a double dash as the start of a comment that extends ... | Nick Clifton | 1 | -0/+5 |
1997-08-21 | Added support for NEC style assembler pseudo ops: | Nick Clifton | 2 | -14/+98 |
1997-08-21 | * config/tc-m32r.c (md_estimate_size_before_relax): Update recorded | David Edelsohn | 1 | -0/+10 |
1997-08-19 | Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com> | Fred Fish | 2 | -1/+17 |
1997-08-19 | * macro.c (check_macro): use alloca instead of xmalloc to plug leak. | Richard Henderson | 1 | -0/+4 |
1997-08-19 | * as.c (show_usage): Add -am. | Richard Henderson | 2 | -2/+51 |
1997-08-18 | Add support for v850e and v850eq targets. | Nick Clifton | 3 | -56/+86 |
1997-08-15 | * Makefile.am (check-DEJAGNU): Don't cd into testsuite until after | Ian Lance Taylor | 1 | -0/+4 |
1997-08-15 | fix copyrights | Ian Lance Taylor | 1 | -1/+1 |
1997-08-15 | * as.h (enum debug_info_type): Define. | Ian Lance Taylor | 8 | -173/+556 |
1997-08-15 | Remove support for insns not in base chip, which is all we support now. | David Edelsohn | 1 | -2/+0 |
1997-08-15 | Delete testcases, these don't appear in the base chip which is all we | David Edelsohn | 2 | -98/+0 |
1997-08-15 | Remove ARC sanitization. | David Edelsohn | 3 | -80/+80 |
1997-08-14 | Fixed typo in previous delta and added more sanitization. | Nick Clifton | 1 | -64/+289 |
1997-08-14 | oops - fixed typo. | Nick Clifton | 1 | -5/+5 |
1997-08-14 | Tidied up the sanitization. | Nick Clifton | 2 | -7/+55 |
1997-08-14 | Added support for v850e and v850eq instructions. | Nick Clifton | 1 | -2/+59 |
1997-08-12 | * doc/internals.texi: Document rs_leb128. | Richard Henderson | 1 | -0/+4 |
1997-08-12 | * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTE | Ian Lance Taylor | 1 | -0/+5 |
1997-08-12 | * as.h (enum _relax_state): Add rs_leb128. | Richard Henderson | 3 | -2/+15 |
1997-08-10 | * Makefile.am (MOSTLYCLEANFILES): Add site.bak, site.exp, stage, | Ian Lance Taylor | 1 | -0/+8 |
1997-08-06 | * configure.in: Define TARGET_BYTES_BIG_ENDIAN if endian is set. | Ian Lance Taylor | 16 | -34/+37 |
1997-08-06 | * Makefile.am ($(srcdir)/config/m68k-parse.h): New target, to | Ian Lance Taylor | 3 | -2/+8 |
1997-08-06 | Sanitize Makefile.am | Ian Lance Taylor | 1 | -2/+2 |
1997-08-06 | * config/default.exp: Set AS and GASP to as-new, not as.new. | Ian Lance Taylor | 1 | -0/+4 |