Age | Commit message (Expand) | Author | Files | Lines |
1995-08-21 | * as.c (parse_args): Accept --defsym SYM=VALUE. | Ian Lance Taylor | 2 | -1/+29 |
1995-08-21 | * read.c (read_a_source_file): In MRI mode, don't end the | Ian Lance Taylor | 2 | -11/+79 |
1995-08-21 | * app.c (do_scrub_next_char): If LEX_IS_STRINGQUOTE or | Ian Lance Taylor | 1 | -2/+16 |
1995-08-21 | * gas/macros/*: New tests for macros. | Ian Lance Taylor | 14 | -0/+139 |
1995-08-21 | * gasp/pl3.out: Update for changes in commented source output when | Ian Lance Taylor | 1 | -26/+26 |
1995-08-21 | * doc/as.texinfo: Document irp, irpc, macro, and rept. MRI mode | Ian Lance Taylor | 2 | -13/+181 |
1995-08-21 | Add support for macros. | Ian Lance Taylor | 12 | -1394/+1098 |
1995-08-21 | * app.c (do_scrub_begin): In MRI mode, set lex of ' to | Ian Lance Taylor | 1 | -16/+26 |
1995-08-21 | * cond.c (get_mri_string): New static function. | Ian Lance Taylor | 1 | -187/+256 |
1995-08-21 | Allow @HA, @L, and @H on constant expressions. | Michael Meissner | 2 | -11/+75 |
1995-08-20 | * config/tc-arm.c (md_reloc_size): Add const to declaration. | Jim Wilson | 1 | -0/+4 |
1995-08-19 | * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output | Ian Lance Taylor | 2 | -0/+9 |
1995-08-18 | * read.c (s_include): In MRI mode, don't expect quotes around the | Ian Lance Taylor | 2 | -5/+25 |
1995-08-18 | * gasp/mri/*.out: Use ;, not !, for the comment character. | Ian Lance Taylor | 8 | -92/+96 |
1995-08-18 | * gasp.c (include_print_where_line): Always subtract 1 from | Ian Lance Taylor | 2 | -6/+45 |
1995-08-18 | * config/tc-m68k.c: Include subsegs.h. | Ian Lance Taylor | 2 | -3/+1094 |
1995-08-16 | * as.h (alloca): Use void* declaration on HP/UX. | Ken Raeburn | 2 | -7/+12 |
1995-08-16 | * gas/mri/mri.exp: Change hppa*-*-* expected failures to only | Ian Lance Taylor | 1 | -0/+3 |
1995-08-16 | * lib/gas-defs.exp (run_dump_test): If the program to run does not | Ian Lance Taylor | 2 | -0/+8 |
1995-08-16 | * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for | Ian Lance Taylor | 2 | -0/+16 |
1995-08-16 | * lib/gas-defs.exp (run_dump_test): Name the output file dump.o, | Ian Lance Taylor | 1 | -22/+35 |
1995-08-16 | * config/tc-sparc.c (tc_gen_reloc): If PIC, only change PCREL_S2 | Ian Lance Taylor | 2 | -13/+102 |
1995-08-16 | * gas/mri/for.s: Add nop to round out to four byte boundary. | Ian Lance Taylor | 1 | -0/+11 |
1995-08-16 | * config/tc-z8k.c (md_number_to_chars): Don't do it here, call | Ian Lance Taylor | 1 | -1/+5 |
1995-08-16 | * expr.c (operand): Add support for .startof. and .sizeof. by | Ian Lance Taylor | 2 | -5/+47 |
1995-08-16 | * gas/mips/*.d: Change all test names to say MIPS. | Ian Lance Taylor | 25 | -6/+3228 |
1995-08-15 | * gas/mri/for.d, gas/mri/for.s: New test. | Ian Lance Taylor | 10 | -0/+166 |
1995-08-15 | * config/tc-m68k.c (md_pseudo_table): Add MRI structured control | Ian Lance Taylor | 1 | -1/+0 |
1995-08-15 | * write.c (write_contents): Always do it the BFD_FAST_SECTION_FILL way. | Ken Raeburn | 1 | -0/+6 |
1995-08-14 | * gasp.c (do_align, get_any_string): Mark as static. | Ian Lance Taylor | 2 | -5/+8 |
1995-08-14 | * config/tc-m68k.c (s_reg): Rename local op to rop to avoid | Ian Lance Taylor | 2 | -18/+21 |
1995-08-14 | * gas/mri/expr.d: Permit leading zeroes, in case we're using a | Ian Lance Taylor | 1 | -0/+3 |
1995-08-14 | * config/tc-hppa.c (md_apply_fix): Don't try to apply BEGIN_BRTAB | Jeff Law | 1 | -0/+5 |
1995-08-14 | * gasp/mri/*: New tests. | Ian Lance Taylor | 18 | -10/+230 |
1995-08-14 | * gasp.c (strip_comments): Comment out; it's not used. | Ian Lance Taylor | 2 | -207/+355 |
1995-08-14 | * config/tc-m68k.c (s_opt): Reset *input_line_pointer even if we | Ian Lance Taylor | 1 | -0/+2 |
1995-08-13 | * frags.c (frag_align): Handle absolute_section. | Ian Lance Taylor | 2 | -0/+10 |
1995-08-13 | fix up aug 8 log entry | Ken Raeburn | 1 | -2/+2 |
1995-08-13 | * gas/sh/basic.exp: Update now that we know the right | Jeff Law | 2 | -4/+11 |
1995-08-13 | * config/tc-hppa.c (md_pseudo_table): Add entries for | Jeff Law | 2 | -1/+38 |
1995-08-12 | * Makefile.in (TE_OBJS): Add empty definition. | Ken Raeburn | 1 | -0/+4 |
1995-08-11 | * gasp.c (change_base): Don't treat ' specially in MRI mode. | Ian Lance Taylor | 3 | -115/+641 |
1995-08-11 | Allow large addends for BFD_RELOC_{LO16,HI16,HI16_S} relocs. | Michael Meissner | 2 | -1/+11 |
1995-08-11 | * read.c (s_mri_sect) [BFD_ASSEMBLER]: Fix typos in choosing and setting | Ken Raeburn | 1 | -0/+5 |
1995-08-10 | * doc/as.texinfo: Add documentation for MRI compatibility mode. | Ian Lance Taylor | 3 | -3421/+138 |
1995-08-10 | * config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte and | Ian Lance Taylor | 3 | -6/+17 |
1995-08-10 | * read.c (potable): Add spc, ttl, xcom, xref. | Ian Lance Taylor | 3 | -0/+191 |
1995-08-10 | * gas/mri/char.d: Fix for little endian machines. | Ian Lance Taylor | 1 | -0/+5 |
1995-08-10 | * read.c (s_set): Remove unused local ptr. | Ian Lance Taylor | 6 | -4/+40 |
1995-08-09 | * config/tc-m68k.c (m68k_abspcadd): New static variable. | Ian Lance Taylor | 2 | -5/+400 |