Age | Commit message (Expand) | Author | Files | Lines |
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 |
1993-10-31 | * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX code | Jeff Law | 1 | -32/+74 |
1993-10-06 | Changes to let cons handle bignums like general expressions. | Ian Lance Taylor | 1 | -449/+303 |
1993-09-13 | * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set. | Ian Lance Taylor | 1 | -91/+64 |
1993-09-10 | gcc lint. See ChangeLog for details. Also: | Ian Lance Taylor | 1 | -40/+50 |
1993-09-09 | * read.c (get_stab_string_offset, s_stab_generic): If | Ian Lance Taylor | 1 | -4/+8 |
1993-09-08 | Add missing ifdef to make m68k-aout targets happy. | Stan Shebs | 1 | -0/+2 |
1993-09-07 | Changes to support stabs-in-coff | Stan Shebs | 1 | -6/+450 |
1993-08-18 | (potable): Treat "string" like "asciz". | Ken Raeburn | 1 | -7/+8 |
1993-08-05 | (emit_expr): Use BFD_RELOC_64 fr 8-byte expressions. | Ken Raeburn | 1 | -6/+14 |
1993-07-23 | * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a | Ian Lance Taylor | 1 | -0/+2 |
1993-07-21 | * read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, look | Ian Lance Taylor | 1 | -3/+12 |
1993-07-21 | * Extensive changes to permit symbols to contain any expression | Ian Lance Taylor | 1 | -204/+121 |
1993-07-19 | (read_begin): Call obstack_begin with values closer to 1K multiples. | Ken Raeburn | 1 | -6/+8 |
1993-07-19 | * expr.c (clean_up_expression): Don't cancel the subtraction of | Ian Lance Taylor | 1 | -2/+11 |
1993-07-16 | * read.c (float_cons): Simplified parsing logic. If | Ian Lance Taylor | 1 | -24/+35 |
1993-07-15 | * Preliminary support for m88k-coff. | Ian Lance Taylor | 1 | -6/+7 |
1993-07-14 | * Removed sy_forward and replaced it with an undefined expression | Ian Lance Taylor | 1 | -2/+8 |
1993-07-07 | (s_comm): Values read are type valueT. | Ken Raeburn | 1 | -302/+385 |
1993-05-27 | read.c (s_align_bytes): Properly record alignment. | Ken Raeburn | 1 | -0/+2 |