aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
1996-05-30 * read.c (s_lcomm): Set section flags for .sbss section.Ian Lance Taylor1-0/+5
1996-05-23Add .skip as a synonym for .spaceMichael Meissner1-61/+82
1996-03-29 * read.h (enum linkonce_type): Define.Ian Lance Taylor1-0/+78
1996-03-22 * as.h (strdup): Don't declare.Ian Lance Taylor1-14/+10
1996-02-13 * read.c (potable): Add "mri" and ".mri".Ian Lance Taylor1-0/+33
1996-02-09 * read.c (potable): Pass negative numbers for new .balign[wl] andIan Lance Taylor1-21/+32
1996-02-08 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.Ian Lance Taylor1-14/+68
1996-02-07 * as.c (main): Call parse_args before read_begin.Ian Lance Taylor1-19/+31
1995-12-05* read.c (s_fill): If md_flush_pending_output is defined, call it.Ken Raeburn1-0/+3
1995-11-28Clean up hash code, parameterize some actions, tweak some parameters. HashKen Raeburn1-30/+28
1995-10-03 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,Ian Lance Taylor1-11/+182
1995-09-27 * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE.Ian Lance Taylor1-76/+140
1995-09-07 * expr.c (operand): Handle 08 and 09 in MRI mode.Ian Lance Taylor1-6/+38
1995-09-07 * read.c (cons_worker): Don't use #elif; old compilers don'tIan Lance Taylor1-1/+3
1995-09-07 * app.c (do_scrub_chars): In MRI mode, silently end quoted stringsIan Lance Taylor1-28/+144
1995-08-21 * read.c (read_a_source_file): In MRI mode, don't end theIan Lance Taylor1-2/+8
1995-08-21 Add support for macros.Ian Lance Taylor1-32/+226
1995-08-18 * read.c (s_include): In MRI mode, don't expect quotes around theIan Lance Taylor1-5/+21
1995-08-10 * read.c (potable): Add spc, ttl, xcom, xref.Ian Lance Taylor1-0/+92
1995-08-10 * read.c (s_set): Remove unused local ptr.Ian Lance Taylor1-4/+11
1995-08-09 * read.c (mri_line_label): Make non-static.Ian Lance Taylor1-1/+14
1995-08-09 * read.c (abs_section_offset): New global variable.Ian Lance Taylor1-107/+314
1995-08-09 * configure.in: Move random special target handling beforeIan Lance Taylor1-0/+36
1995-08-08 * struc-symbol.h (struct symbol): Add sy_mri_common bit.Ian Lance Taylor1-47/+297
1995-07-07 * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.Ian Lance Taylor1-1/+1
1995-07-07 * app.c (do_scrub_next_char): Always accept \v. Don't make itIan Lance Taylor1-2/+0
1995-07-06fsf address updateKen Raeburn1-7/+30
1995-05-04* as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already defined, defineKen Raeburn1-9/+6
1995-05-02(pop_insert): New function.Ken Raeburn1-56/+46
1995-04-26Support for more portable alignment handling in assembly code, based on patchesKen Raeburn1-10/+18
1994-12-31Handle .space directive with non-constant operand:Ken Raeburn1-19/+35
1994-11-03Changes from net 2.5.2 release branch:Ken Raeburn1-1/+1
1994-10-17 * read.c (read_a_source_file): The second argument to as_where isIan Lance Taylor1-4/+4
1994-09-21Combine two existing mechanisms for copying symbol attributes, and fix a bug:Ken Raeburn1-10/+3
1994-09-19* read.c (pseudo_set, case O_symbol): If OBJ_COPY_SYMBOL_ATTRIBUTES is defined,Ken Raeburn1-3/+17
1994-09-12 * read.c (read_a_source_file): The second argument to as_where isIan Lance Taylor1-2/+3
1994-09-09Modified Files:Kung Hsu1-4/+9
1994-07-08Modified Files:Kung Hsu1-7/+16
1994-06-04 * read.c (emit_expr): Use memset to zero out memory, rather thanIan Lance Taylor1-1/+1
1994-06-03 * as.h: Replace flagseen with separate variables.David MacKenzie1-3/+6
1994-06-02(potable): Add this_gcc_requires_the_gnu_assembler in all lower-case, in caseKen Raeburn1-8/+25
1994-02-22 * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcommIan Lance Taylor1-1/+3
1994-02-21 * read.c (read_a_source_file): Use correct arguments to memcpyIan Lance Taylor1-1/+1
1994-02-10 * read.c (do_align): Don't define label just_record_alignmentIan Lance Taylor1-0/+4
1994-02-09 * app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined,Ian Lance Taylor1-3/+11
1994-01-31 * read.c (s_lcomm): Align lcomm data.Steve Chamberlain1-0/+12
1994-01-30* read.c (do_align): New function, most of guts of s_align_* functions. LookKen Raeburn1-27/+56
1994-01-27 * read.c (lex_type): No longer make '{' a valid character forIan Lance Taylor1-1/+1
1994-01-24read.c (s_lcomm): Treat Alpha like MIPS in handling of .sbss section.Ken Raeburn1-2/+2
1994-01-15* read.c (emit_expr): Fix computation of mask.David Edelsohn1-2/+2