aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
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
1994-01-12* expr.c (integer_constant): Fix computation of too_many_digits. VariableDavid Edelsohn1-7/+7
1993-12-15removed an unnecessary commentKen Raeburn1-2/+2
1993-11-28Fix typo in last change.Jeff Law1-1/+1
1993-11-28 * read.c (read_a_source_file): Fix test for when to stick a colonJeff Law1-366/+6
1993-11-17 * read.c (read_a_source_file): If we find a bad pseudo-op,Ian Lance Taylor1-16/+14
1993-11-02 * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF asIan Lance Taylor1-3/+2
1993-11-02Fix tipo in comment.Ian Lance Taylor1-1/+1
1993-10-31 * read.c (get_stab_string_offset): Set SEC_DEBUGGING for anyJeff Law1-2/+3
1993-10-31 * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX codeJeff Law1-32/+74
1993-10-06 Changes to let cons handle bignums like general expressions.Ian Lance Taylor1-449/+303
1993-09-13 * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set.Ian Lance Taylor1-91/+64
1993-09-10gcc lint. See ChangeLog for details. Also:Ian Lance Taylor1-40/+50
1993-09-09 * read.c (get_stab_string_offset, s_stab_generic): IfIan Lance Taylor1-4/+8
1993-09-08Add missing ifdef to make m68k-aout targets happy.Stan Shebs1-0/+2
1993-09-07Changes to support stabs-in-coffStan Shebs1-6/+450
1993-08-18(potable): Treat "string" like "asciz".Ken Raeburn1-7/+8
1993-08-05(emit_expr): Use BFD_RELOC_64 fr 8-byte expressions.Ken Raeburn1-6/+14
1993-07-23 * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find aIan Lance Taylor1-0/+2
1993-07-21 * read.c (read_a_source_file): If NO_PSEUDO_DOT is defined, lookIan Lance Taylor1-3/+12
1993-07-21 * Extensive changes to permit symbols to contain any expressionIan Lance Taylor1-204/+121
1993-07-19(read_begin): Call obstack_begin with values closer to 1K multiples.Ken Raeburn1-6/+8
1993-07-19 * expr.c (clean_up_expression): Don't cancel the subtraction ofIan Lance Taylor1-2/+11
1993-07-16 * read.c (float_cons): Simplified parsing logic. IfIan Lance Taylor1-24/+35
1993-07-15 * Preliminary support for m88k-coff.Ian Lance Taylor1-6/+7
1993-07-14 * Removed sy_forward and replaced it with an undefined expressionIan Lance Taylor1-2/+8
1993-07-07(s_comm): Values read are type valueT.Ken Raeburn1-302/+385
1993-05-27read.c (s_align_bytes): Properly record alignment.Ken Raeburn1-0/+2