Age | Commit message (Expand) | Author | Files | Lines |
1995-08-21 | Allow @HA, @L, and @H on constant expressions. | Michael Meissner | 1 | -0/+5 |
1995-08-20 | * config/tc-arm.c (md_reloc_size): Add const to declaration. | Jim Wilson | 1 | -0/+4 |
1995-08-18 | * read.c (s_include): In MRI mode, don't expect quotes around the | Ian Lance Taylor | 1 | -0/+4 |
1995-08-18 | * gasp.c (include_print_where_line): Always subtract 1 from | Ian Lance Taylor | 1 | -0/+11 |
1995-08-18 | * config/tc-m68k.c: Include subsegs.h. | Ian Lance Taylor | 1 | -1/+9 |
1995-08-16 | * as.h (alloca): Use void* declaration on HP/UX. | Ken Raeburn | 1 | -0/+4 |
1995-08-16 | * config/tc-sparc.c (tc_gen_reloc): If PIC, only change PCREL_S2 | Ian Lance Taylor | 1 | -0/+5 |
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 | 1 | -0/+37 |
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 | 1 | -0/+3 |
1995-08-14 | * config/tc-m68k.c (s_reg): Rename local op to rop to avoid | 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.c (strip_comments): Comment out; it's not used. | Ian Lance Taylor | 1 | -0/+19 |
1995-08-13 | * frags.c (frag_align): Handle absolute_section. | Ian Lance Taylor | 1 | -0/+8 |
1995-08-13 | fix up aug 8 log entry | Ken Raeburn | 1 | -2/+2 |
1995-08-13 | * config/tc-hppa.c (md_pseudo_table): Add entries for | Jeff Law | 1 | -0/+9 |
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 | 1 | -0/+48 |
1995-08-11 | Allow large addends for BFD_RELOC_{LO16,HI16,HI16_S} relocs. | Michael Meissner | 1 | -0/+10 |
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 | 1 | -0/+3 |
1995-08-10 | * config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte and | Ian Lance Taylor | 1 | -0/+8 |
1995-08-10 | * read.c (potable): Add spc, ttl, xcom, xref. | Ian Lance Taylor | 1 | -0/+16 |
1995-08-10 | * read.c (s_set): Remove unused local ptr. | Ian Lance Taylor | 1 | -0/+20 |
1995-08-09 | * config/tc-m68k.c (m68k_abspcadd): New static variable. | Ian Lance Taylor | 1 | -0/+30 |
1995-08-09 | * read.c (abs_section_offset): New global variable. | Ian Lance Taylor | 1 | -0/+58 |
1995-08-09 | Add ChangeLog entry for accidental checkin of read.c. | Ian Lance Taylor | 1 | -0/+4 |
1995-08-09 | * configure.in: Move random special target handling before | Ian Lance Taylor | 1 | -0/+6 |
1995-08-09 | Tue Aug 8 23:41:25 1995 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 1 | -0/+8 |
1995-08-09 | * expr.h (operatorT): Remove comma after last enumerator value. | Ken Raeburn | 1 | -1/+3 |
1995-08-09 | yet more vms work from pat rankin | Ken Raeburn | 1 | -0/+10 |
1995-08-09 | * as.h (alloca): If __STDC__, declare void* instead of char*. | Ken Raeburn | 1 | -0/+4 |
1995-08-08 | * config/tc-m68k.c (archs): Add 68ec000, 68hc000, 68hc001, | Ian Lance Taylor | 1 | -0/+7 |
1995-08-08 | * struc-symbol.h (struct symbol): Add sy_mri_common bit. | Ian Lance Taylor | 1 | -0/+28 |
1995-08-08 | * doc/c-m68k.texi: Add documentation for CPU specific options, and | Ian Lance Taylor | 1 | -0/+3 |
1995-08-08 | * config/m68k-parse.y (motorola_operand): For (%pc), set mode to | Ian Lance Taylor | 1 | -0/+5 |
1995-08-08 | * write.c (relax_align): Add extra padding for linkrelax only if | Ken Raeburn | 1 | -0/+8 |
1995-08-08 | Move testsuite ChangeLog entries to testsuite/ChangeLog. | Ian Lance Taylor | 1 | -4/+0 |
1995-08-08 | * config/m68k-parse.y: New file: bison grammar for m68k operands, | Ian Lance Taylor | 1 | -0/+43 |
1995-08-07 | * config/tc-sh.c (parse_reg): Handle new FP registers. | Jeff Law | 1 | -0/+13 |
1995-08-02 | * config/tc-m68k.c: Remove BREAK_UP_BIG_DECL stuff. | Ian Lance Taylor | 1 | -0/+11 |
1995-08-01 | Initial support for MRI style labels and expressions. | Ian Lance Taylor | 1 | -0/+71 |
1995-08-01 | Tue Aug 1 11:35:18 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -0/+5 |
1995-08-01 | * gasp.c (main): Parse -I option. | Steve Chamberlain | 1 | -2/+8 |
1995-08-01 | yet more vms work | Ken Raeburn | 1 | -0/+9 |
1995-08-01 | * gasp.c (change_base): Don't modify numbers in strings. (pr7583) | Steve Chamberlain | 1 | -0/+5 |
1995-07-31 | remove local variables, change-log-mode does all of that | Ken Raeburn | 1 | -8/+15 |
1995-07-28 | more vms changes | Ken Raeburn | 1 | -0/+26 |
1995-07-25 | fix more compilation problems | Ken Raeburn | 1 | -0/+8 |