aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.c
AgeCommit message (Expand)AuthorFilesLines
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
1991-10-16typo in a comment.K. Richard Pixley1-854/+983
1991-08-15Abort()'s become as_fatal()'s.K. Richard Pixley1-19/+19
1991-08-14* no more relocation_info structures. We now squirt directly fromK. Richard Pixley1-4/+49
1991-08-06Added -S option for 3com. Asks that jbsr always resolve to jsr.K. Richard Pixley1-30/+35
1991-07-27Polishing m68k support.K. Richard Pixley1-283/+269
1991-04-04Initial revisionK. Richard Pixley1-0/+3808