aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.c
AgeCommit message (Expand)AuthorFilesLines
1997-01-20* config/tc-m68k.c (HAVE_LONG_BRANCH): New macro, returns true forJ.T. Conklin1-7/+11
1997-01-09 * config/tc-m68k.c (struct label_line): Define.Ian Lance Taylor1-0/+78
1997-01-03Fri Jan 3 18:17:23 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-0/+1
1997-01-03 * config/tc-m68k.c (m68k_ip): Call frag_grow before adding aIan Lance Taylor1-0/+6
1997-01-03 * config/tc-m68k.c (m68k_ip): Accept 'B' as a size for anIan Lance Taylor1-1/+15
1997-01-03 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:Ian Lance Taylor1-0/+12
1997-01-03 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:Ian Lance Taylor1-4/+26
1997-01-02 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:Ian Lance Taylor1-30/+157
1996-10-01 * config/tc-m68k.c (init_table): Correct access control unitIan Lance Taylor1-11/+11
1996-07-18 * config/tc-m68k.c (m68k_ip): Use the correct length whenIan Lance Taylor1-3/+2
1996-07-08 * config/tc-m68k.c (tc_gen_reloc): Change the code appropriatelyIan Lance Taylor1-7/+45
1996-07-05* config/tc-m68k.c (m68k_ip): The coldfire does not support 8xJ.T. Conklin1-32/+118
1996-04-24 * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsetsIan Lance Taylor1-0/+3
1996-04-11fix typo in commentIan Lance Taylor1-6/+7
1996-04-11 * config/tc-m68k.c (md_estimate_size_before_relax): Correct checkIan Lance Taylor1-7/+20
1996-02-14Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisbur...Ian Lance Taylor1-1/+1
1996-02-14Wed Feb 14 11:22:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-1/+2
1996-02-13 * read.c (potable): Add "mri" and ".mri".Ian Lance Taylor1-0/+41
1996-02-12Mon Feb 12 15:16:29 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Ian Lance Taylor1-27/+250
1996-02-07 * config/tc-m68k.c (struct m68k_cpu): Add alias field.Ian Lance Taylor1-28/+53
1995-10-04 * config/tc-m68k.c (isbyte): Accept all values from -65536 toIan Lance Taylor1-2/+2
1995-09-19 * config/tc-m68k.c (m68k_ip): Reject immediate operands for '|'.Ian Lance Taylor1-6/+22
1995-09-19 * config/tc-m68k.c (parse_mri_control_operand): Change leftstopIan Lance Taylor1-45/+112
1995-09-18 * config/tc-m68k.c (parse_mri_control_operand): Change leftstartIan Lance Taylor1-14/+37
1995-09-18 * read.c (mri_comment_field): New function.Ian Lance Taylor1-5/+13
1995-09-18 * write.c (fixup_segment): Handle ABS-sym in -sym case rather thanIan Lance Taylor1-0/+13
1995-09-18 * config/tc-m68k.c (s_reg): Ignore comment field in MRI mode.Ian Lance Taylor1-0/+7
1995-09-16 * config/tc-m68k.c: Change some "CONST" references to "const".Jeff Law1-5/+5
1995-09-13 * write.c (relax_and_size_seg): Change to the segment we areIan Lance Taylor1-17/+1
1995-09-08 * app.c (do_scrub_chars): In MRI mode, keep a space before aIan Lance Taylor1-4/+18
1995-08-21 * read.c (read_a_source_file): In MRI mode, don't end theIan Lance Taylor1-9/+71
1995-08-21 Add support for macros.Ian Lance Taylor1-4/+23
1995-08-18 * config/tc-m68k.c: Include subsegs.h.Ian Lance Taylor1-2/+1085
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