aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.c
AgeCommit message (Expand)AuthorFilesLines
1995-08-14 * config/tc-m68k.c (s_reg): Rename local op to rop to avoidIan Lance Taylor1-18/+18
1995-08-14 * config/tc-m68k.c (s_opt): Reset *input_line_pointer even if weIan Lance Taylor1-0/+2
1995-08-10 * config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte andIan Lance Taylor1-5/+8
1995-08-10 * read.c (potable): Add spc, ttl, xcom, xref.Ian Lance Taylor1-0/+83
1995-08-09 * config/tc-m68k.c (m68k_abspcadd): New static variable.Ian Lance Taylor1-5/+370
1995-08-09 * config/tc-m68k.c (m68k_float_copnum): New static variable.Ian Lance Taylor1-6/+39
1995-08-08 * config/tc-m68k.c (archs): Add 68ec000, 68hc000, 68hc001,Ian Lance Taylor1-2/+67
1995-08-08 * config/m68k-parse.y: New file: bison grammar for m68k operands,Ian Lance Taylor1-1702/+625
1995-08-01 * config/tc-m68k.c (init_table): Add "control", "status", "iaddr",Ian Lance Taylor1-7/+14
1995-07-19 * config/tc-sh.c (sh_relax): Rename from relax, and make global.Ian Lance Taylor1-121/+166
1995-04-11(PCINDEX): New macro.Ken Raeburn1-17/+135
1995-04-11Don't explicitly include config.h. Deleted a bunch of "#if 0" code and uselessKen Raeburn1-240/+163
1994-12-20* config/tc-m68k.c (md_apply_fix_2): Use offsetT and addressT instead of longKen Raeburn1-33/+56
1994-06-03 * as.c (show_usage): Remove target specific messages;David MacKenzie1-64/+69
1994-06-0268060 supportKen Raeburn1-185/+263
1993-10-26 * config/tc-m68k.c (md_apply_fix_2): Error if a short branch usesIan Lance Taylor1-1/+11
1993-10-21delete some code in "#if 0"Ken Raeburn1-6/+0
1993-10-19 * config/tc-m68k.h (AOUT_MACHTYPE): Define to be external variableIan Lance Taylor1-31/+33
1993-09-27(flag_want_pic): New variable, mostly ignored.Ken Raeburn1-0/+19
1993-09-25Moved struct m68k_incant and related macros earlier in the file.Ken Raeburn1-278/+286
1993-07-19 * config/tc-m68k.c (m68k_ip_op): Don't decrement strend whenIan Lance Taylor1-2/+0
1993-07-19fix net-equip pr 2975: tm-m68k.c(m68k_ip): adjust for pc-rel offset before us...Ken Raeburn1-2/+2
1993-07-12fix definitions of md_create_long_jump, md_create_short_jump,Mark Eichin1-14/+15
1993-05-27read.c (s_align_bytes): Properly record alignment.Ken Raeburn1-226/+310
1993-03-12Include new file config.h.Ken Raeburn1-40/+71
1993-02-24m68k_ip: for pc-rel addressing of a symbol, fix offset so +2 isn't neededKen Raeburn1-98/+49
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-3412/+3928
1992-11-10These are actually Ken's patches--I told him I'd take move them fromIan Lance Taylor1-23/+27
1992-11-10These changes clean things up a bit, and improve Solaris crossIan Lance Taylor1-22/+36
1992-09-22cpu32 and -mno-688?1 support from p3Ken Raeburn1-27/+59
1992-09-22Roll bask the WRS change, since it had already been applied, and theIan Lance Taylor1-1/+2
1992-09-21Patches from WRS:Ian Lance Taylor1-2/+1
1992-09-18 * tc-m68k.c (m68k_ip): An(disp) is not pc relative.Steve Chamberlain1-1/+1
1992-09-09Wed Sep 9 11:10:24 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-139/+556
1992-09-04from p3: +0.0 is a small integer, at least for moveqKen Raeburn1-9/+18
1992-08-26* config/tc-m68k.c (init_table): Now const. Always include 68851Ken Raeburn1-50/+109
1992-08-24Mon Aug 24 12:45:12 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-8/+36
1992-08-19This is for PR 628.Ian Lance Taylor1-2/+18
1992-08-15* config/tc-m68k.c (m68k_ip): If instruction is invalid for theKen Raeburn1-275/+337
1992-08-10 * tc-m68k.c: ".align N" means align to N-byte boundary *only*Per Bothner1-0/+2
1992-08-05 * config/tc-m68k.c (md_pseudo_table): fix the .align thingSteve Chamberlain1-1/+3
1992-08-05* tc-m68k.c (try_index): Error if index scaling specified andJohn Gilmore1-0/+5
1992-08-01 * config/tc-m68k.c (m68k_ip): Mismatch error could also indicateKen Raeburn1-1529/+1394
1992-07-13 * expr.c (expr): allow SEG_BSS in expressionsSteve Chamberlain1-7/+154
1992-06-09 * subsegs.c (subseg_change): allow and handle a change into SEG_BSS.Steve Chamberlain1-7/+9
1992-06-04Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-3057/+2947
1992-02-15White space and comment changes, and #ifdef __STDC__ becomes #ifK. Richard Pixley1-5/+6
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-3113/+3122
1991-12-28Copied a missing case from the fsf-gas. The case was for relaxingK. Richard Pixley1-51/+62
1991-11-24Ensure we null-terminate the string we copy at the start ofMichael Tiemann1-108/+118