Age | Commit message (Expand) | Author | Files | Lines |
1996-02-14 | Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisbur... | Ian Lance Taylor | 1 | -1/+1 |
1996-02-14 | Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -1/+2 |
1996-02-13 | * read.c (potable): Add "mri" and ".mri". | Ian Lance Taylor | 1 | -0/+41 |
1996-02-12 | Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ian Lance Taylor | 1 | -27/+250 |
1996-02-07 | * config/tc-m68k.c (struct m68k_cpu): Add alias field. | Ian Lance Taylor | 1 | -28/+53 |
1995-10-04 | * config/tc-m68k.c (isbyte): Accept all values from -65536 to | Ian Lance Taylor | 1 | -2/+2 |
1995-09-19 | * config/tc-m68k.c (m68k_ip): Reject immediate operands for '|'. | Ian Lance Taylor | 1 | -6/+22 |
1995-09-19 | * config/tc-m68k.c (parse_mri_control_operand): Change leftstop | Ian Lance Taylor | 1 | -45/+112 |
1995-09-18 | * config/tc-m68k.c (parse_mri_control_operand): Change leftstart | Ian Lance Taylor | 1 | -14/+37 |
1995-09-18 | * read.c (mri_comment_field): New function. | Ian Lance Taylor | 1 | -5/+13 |
1995-09-18 | * write.c (fixup_segment): Handle ABS-sym in -sym case rather than | Ian Lance Taylor | 1 | -0/+13 |
1995-09-18 | * config/tc-m68k.c (s_reg): Ignore comment field in MRI mode. | Ian Lance Taylor | 1 | -0/+7 |
1995-09-16 | * config/tc-m68k.c: Change some "CONST" references to "const". | Jeff Law | 1 | -5/+5 |
1995-09-13 | * write.c (relax_and_size_seg): Change to the segment we are | Ian Lance Taylor | 1 | -17/+1 |
1995-09-08 | * app.c (do_scrub_chars): In MRI mode, keep a space before a | Ian Lance Taylor | 1 | -4/+18 |
1995-08-21 | * read.c (read_a_source_file): In MRI mode, don't end the | Ian Lance Taylor | 1 | -9/+71 |
1995-08-21 | Add support for macros. | Ian Lance Taylor | 1 | -4/+23 |
1995-08-18 | * config/tc-m68k.c: Include subsegs.h. | Ian Lance Taylor | 1 | -2/+1085 |
1995-08-14 | * config/tc-m68k.c (s_reg): Rename local op to rop to avoid | Ian Lance Taylor | 1 | -18/+18 |
1995-08-14 | * config/tc-m68k.c (s_opt): Reset *input_line_pointer even if we | Ian Lance Taylor | 1 | -0/+2 |
1995-08-10 | * config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte and | Ian Lance Taylor | 1 | -5/+8 |
1995-08-10 | * read.c (potable): Add spc, ttl, xcom, xref. | Ian Lance Taylor | 1 | -0/+83 |
1995-08-09 | * config/tc-m68k.c (m68k_abspcadd): New static variable. | Ian Lance Taylor | 1 | -5/+370 |
1995-08-09 | * config/tc-m68k.c (m68k_float_copnum): New static variable. | Ian Lance Taylor | 1 | -6/+39 |
1995-08-08 | * config/tc-m68k.c (archs): Add 68ec000, 68hc000, 68hc001, | Ian Lance Taylor | 1 | -2/+67 |
1995-08-08 | * config/m68k-parse.y: New file: bison grammar for m68k operands, | Ian Lance Taylor | 1 | -1702/+625 |
1995-08-01 | * config/tc-m68k.c (init_table): Add "control", "status", "iaddr", | Ian Lance Taylor | 1 | -7/+14 |
1995-07-19 | * config/tc-sh.c (sh_relax): Rename from relax, and make global. | Ian Lance Taylor | 1 | -121/+166 |
1995-04-11 | (PCINDEX): New macro. | Ken Raeburn | 1 | -17/+135 |
1995-04-11 | Don't explicitly include config.h. Deleted a bunch of "#if 0" code and useless | Ken Raeburn | 1 | -240/+163 |
1994-12-20 | * config/tc-m68k.c (md_apply_fix_2): Use offsetT and addressT instead of long | Ken Raeburn | 1 | -33/+56 |
1994-06-03 | * as.c (show_usage): Remove target specific messages; | David MacKenzie | 1 | -64/+69 |
1994-06-02 | 68060 support | Ken Raeburn | 1 | -185/+263 |
1993-10-26 | * config/tc-m68k.c (md_apply_fix_2): Error if a short branch uses | Ian Lance Taylor | 1 | -1/+11 |
1993-10-21 | delete some code in "#if 0" | Ken Raeburn | 1 | -6/+0 |
1993-10-19 | * config/tc-m68k.h (AOUT_MACHTYPE): Define to be external variable | Ian Lance Taylor | 1 | -31/+33 |
1993-09-27 | (flag_want_pic): New variable, mostly ignored. | Ken Raeburn | 1 | -0/+19 |
1993-09-25 | Moved struct m68k_incant and related macros earlier in the file. | Ken Raeburn | 1 | -278/+286 |
1993-07-19 | * config/tc-m68k.c (m68k_ip_op): Don't decrement strend when | Ian Lance Taylor | 1 | -2/+0 |
1993-07-19 | fix net-equip pr 2975: tm-m68k.c(m68k_ip): adjust for pc-rel offset before us... | Ken Raeburn | 1 | -2/+2 |
1993-07-12 | fix definitions of md_create_long_jump, md_create_short_jump, | Mark Eichin | 1 | -14/+15 |
1993-05-27 | read.c (s_align_bytes): Properly record alignment. | Ken Raeburn | 1 | -226/+310 |
1993-03-12 | Include new file config.h. | Ken Raeburn | 1 | -40/+71 |
1993-02-24 | m68k_ip: for pc-rel addressing of a symbol, fix offset so +2 isn't needed | Ken Raeburn | 1 | -98/+49 |
1992-11-23 | Ran "indent", for GNU coding style; some code & comments still need fixup. | Ken Raeburn | 1 | -3412/+3928 |
1992-11-10 | These are actually Ken's patches--I told him I'd take move them from | Ian Lance Taylor | 1 | -23/+27 |
1992-11-10 | These changes clean things up a bit, and improve Solaris cross | Ian Lance Taylor | 1 | -22/+36 |
1992-09-22 | cpu32 and -mno-688?1 support from p3 | Ken Raeburn | 1 | -27/+59 |
1992-09-22 | Roll bask the WRS change, since it had already been applied, and the | Ian Lance Taylor | 1 | -1/+2 |
1992-09-21 | Patches from WRS: | Ian Lance Taylor | 1 | -2/+1 |