Age | Commit message (Expand) | Author | Files | Lines |
1995-12-05 | * read.c (s_fill): If md_flush_pending_output is defined, call it. | Ken Raeburn | 1 | -0/+3 |
1995-11-28 | Clean up hash code, parameterize some actions, tweak some parameters. Hash | Ken Raeburn | 1 | -30/+28 |
1995-10-03 | * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode, | Ian Lance Taylor | 1 | -11/+182 |
1995-09-27 | * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE. | Ian Lance Taylor | 1 | -76/+140 |
1995-09-07 | * expr.c (operand): Handle 08 and 09 in MRI mode. | Ian Lance Taylor | 1 | -6/+38 |
1995-09-07 | * read.c (cons_worker): Don't use #elif; old compilers don't | Ian Lance Taylor | 1 | -1/+3 |
1995-09-07 | * app.c (do_scrub_chars): In MRI mode, silently end quoted strings | Ian Lance Taylor | 1 | -28/+144 |
1995-08-21 | * read.c (read_a_source_file): In MRI mode, don't end the | Ian Lance Taylor | 1 | -2/+8 |
1995-08-21 | Add support for macros. | Ian Lance Taylor | 1 | -32/+226 |
1995-08-18 | * read.c (s_include): In MRI mode, don't expect quotes around the | Ian Lance Taylor | 1 | -5/+21 |
1995-08-10 | * read.c (potable): Add spc, ttl, xcom, xref. | Ian Lance Taylor | 1 | -0/+92 |
1995-08-10 | * read.c (s_set): Remove unused local ptr. | Ian Lance Taylor | 1 | -4/+11 |
1995-08-09 | * read.c (mri_line_label): Make non-static. | Ian Lance Taylor | 1 | -1/+14 |
1995-08-09 | * read.c (abs_section_offset): New global variable. | Ian Lance Taylor | 1 | -107/+314 |
1995-08-09 | * configure.in: Move random special target handling before | Ian Lance Taylor | 1 | -0/+36 |
1995-08-08 | * struc-symbol.h (struct symbol): Add sy_mri_common bit. | Ian Lance Taylor | 1 | -47/+297 |
1995-07-07 | * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1. | Ian Lance Taylor | 1 | -1/+1 |
1995-07-07 | * app.c (do_scrub_next_char): Always accept \v. Don't make it | Ian Lance Taylor | 1 | -2/+0 |
1995-07-06 | fsf address update | Ken Raeburn | 1 | -7/+30 |
1995-05-04 | * as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already defined, define | Ken Raeburn | 1 | -9/+6 |
1995-05-02 | (pop_insert): New function. | Ken Raeburn | 1 | -56/+46 |
1995-04-26 | Support for more portable alignment handling in assembly code, based on patches | Ken Raeburn | 1 | -10/+18 |
1994-12-31 | Handle .space directive with non-constant operand: | Ken Raeburn | 1 | -19/+35 |
1994-11-03 | Changes from net 2.5.2 release branch: | Ken Raeburn | 1 | -1/+1 |
1994-10-17 | * read.c (read_a_source_file): The second argument to as_where is | Ian Lance Taylor | 1 | -4/+4 |
1994-09-21 | Combine two existing mechanisms for copying symbol attributes, and fix a bug: | Ken Raeburn | 1 | -10/+3 |
1994-09-19 | * read.c (pseudo_set, case O_symbol): If OBJ_COPY_SYMBOL_ATTRIBUTES is defined, | Ken Raeburn | 1 | -3/+17 |
1994-09-12 | * read.c (read_a_source_file): The second argument to as_where is | Ian Lance Taylor | 1 | -2/+3 |
1994-09-09 | Modified Files: | Kung Hsu | 1 | -4/+9 |
1994-07-08 | Modified Files: | Kung Hsu | 1 | -7/+16 |
1994-06-04 | * read.c (emit_expr): Use memset to zero out memory, rather than | Ian Lance Taylor | 1 | -1/+1 |
1994-06-03 | * as.h: Replace flagseen with separate variables. | David MacKenzie | 1 | -3/+6 |
1994-06-02 | (potable): Add this_gcc_requires_the_gnu_assembler in all lower-case, in case | Ken Raeburn | 1 | -8/+25 |
1994-02-22 | * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcomm | Ian Lance Taylor | 1 | -1/+3 |
1994-02-21 | * read.c (read_a_source_file): Use correct arguments to memcpy | Ian Lance Taylor | 1 | -1/+1 |
1994-02-10 | * read.c (do_align): Don't define label just_record_alignment | Ian Lance Taylor | 1 | -0/+4 |
1994-02-09 | * app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined, | Ian Lance Taylor | 1 | -3/+11 |
1994-01-31 | * read.c (s_lcomm): Align lcomm data. | Steve Chamberlain | 1 | -0/+12 |
1994-01-30 | * read.c (do_align): New function, most of guts of s_align_* functions. Look | Ken Raeburn | 1 | -27/+56 |
1994-01-27 | * read.c (lex_type): No longer make '{' a valid character for | Ian Lance Taylor | 1 | -1/+1 |
1994-01-24 | read.c (s_lcomm): Treat Alpha like MIPS in handling of .sbss section. | Ken Raeburn | 1 | -2/+2 |
1994-01-15 | * read.c (emit_expr): Fix computation of mask. | David Edelsohn | 1 | -2/+2 |
1994-01-12 | * expr.c (integer_constant): Fix computation of too_many_digits. Variable | David Edelsohn | 1 | -7/+7 |
1993-12-15 | removed an unnecessary comment | Ken Raeburn | 1 | -2/+2 |
1993-11-28 | Fix typo in last change. | Jeff Law | 1 | -1/+1 |
1993-11-28 | * read.c (read_a_source_file): Fix test for when to stick a colon | Jeff Law | 1 | -366/+6 |
1993-11-17 | * read.c (read_a_source_file): If we find a bad pseudo-op, | Ian Lance Taylor | 1 | -16/+14 |
1993-11-02 | * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF as | Ian Lance Taylor | 1 | -3/+2 |
1993-11-02 | Fix tipo in comment. | Ian Lance Taylor | 1 | -1/+1 |
1993-10-31 | * read.c (get_stab_string_offset): Set SEC_DEBUGGING for any | Jeff Law | 1 | -2/+3 |