Age | Commit message (Expand) | Author | Files | Lines |
1997-01-09 | * read.c (emit_expr): Check for overflow of a negative value | Ian Lance Taylor | 1 | -3/+16 |
1997-01-09 | * read.c (read_a_source_file): When defining a macro in MRI mode, | Ian Lance Taylor | 1 | -5/+22 |
1997-01-03 | Based on patch from Ronald F. Guilmette <rfg@monkeys.com>: | Ian Lance Taylor | 1 | -2/+11 |
1996-12-31 | * read.c (read_a_source_file): Check mri_pending_align after | Ian Lance Taylor | 1 | -8/+11 |
1996-10-01 | * read.c (s_macro): Warn if a macro has the same name as a | Ian Lance Taylor | 1 | -10/+101 |
1996-05-30 | * read.c (s_lcomm): Set section flags for .sbss section. | Ian Lance Taylor | 1 | -0/+5 |
1996-05-23 | Add .skip as a synonym for .space | Michael Meissner | 1 | -61/+82 |
1996-03-29 | * read.h (enum linkonce_type): Define. | Ian Lance Taylor | 1 | -0/+78 |
1996-03-22 | * as.h (strdup): Don't declare. | Ian Lance Taylor | 1 | -14/+10 |
1996-02-13 | * read.c (potable): Add "mri" and ".mri". | Ian Lance Taylor | 1 | -0/+33 |
1996-02-09 | * read.c (potable): Pass negative numbers for new .balign[wl] and | Ian Lance Taylor | 1 | -21/+32 |
1996-02-08 | * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl. | Ian Lance Taylor | 1 | -14/+68 |
1996-02-07 | * as.c (main): Call parse_args before read_begin. | Ian Lance Taylor | 1 | -19/+31 |
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 |