summaryrefslogtreecommitdiff
path: root/gas/read.c
Commit message (Expand)AuthorAgeFilesLines
* * expr.c (operand): Handle 08 and 09 in MRI mode.Ian Lance Taylor1995-09-071-6/+38
* * read.c (cons_worker): Don't use #elif; old compilers don'tIan Lance Taylor1995-09-071-1/+3
* * app.c (do_scrub_chars): In MRI mode, silently end quoted stringsIan Lance Taylor1995-09-071-28/+144
* * read.c (read_a_source_file): In MRI mode, don't end theIan Lance Taylor1995-08-211-2/+8
* Add support for macros.Ian Lance Taylor1995-08-211-32/+226
* * read.c (s_include): In MRI mode, don't expect quotes around theIan Lance Taylor1995-08-181-5/+21
* * read.c (potable): Add spc, ttl, xcom, xref.Ian Lance Taylor1995-08-101-0/+92
* * read.c (s_set): Remove unused local ptr.Ian Lance Taylor1995-08-101-4/+11
* * read.c (mri_line_label): Make non-static.Ian Lance Taylor1995-08-091-1/+14
* * read.c (abs_section_offset): New global variable.Ian Lance Taylor1995-08-091-107/+314
* * configure.in: Move random special target handling beforeIan Lance Taylor1995-08-091-0/+36
* * struc-symbol.h (struct symbol): Add sy_mri_common bit.Ian Lance Taylor1995-08-081-47/+297
* * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.Ian Lance Taylor1995-07-071-1/+1
* * app.c (do_scrub_next_char): Always accept \v. Don't make itIan Lance Taylor1995-07-071-2/+0
* fsf address updateKen Raeburn1995-07-061-7/+30
* * as.h (LOCAL_LABELS_DOLLAR, LOCAL_LABELS_FB): If not already defined, defineKen Raeburn1995-05-041-9/+6
* (pop_insert): New function.Ken Raeburn1995-05-021-56/+46
* Support for more portable alignment handling in assembly code, based on patchesKen Raeburn1995-04-261-10/+18
* Handle .space directive with non-constant operand:Ken Raeburn1994-12-311-19/+35
* Changes from net 2.5.2 release branch:Ken Raeburn1994-11-031-1/+1
* * read.c (read_a_source_file): The second argument to as_where isIan Lance Taylor1994-10-171-4/+4
* Combine two existing mechanisms for copying symbol attributes, and fix a bug:Ken Raeburn1994-09-211-10/+3
* * read.c (pseudo_set, case O_symbol): If OBJ_COPY_SYMBOL_ATTRIBUTES is defined,Ken Raeburn1994-09-191-3/+17
* * read.c (read_a_source_file): The second argument to as_where isIan Lance Taylor1994-09-121-2/+3
* Modified Files:Kung Hsu1994-09-091-4/+9
* Modified Files:Kung Hsu1994-07-081-7/+16
* * read.c (emit_expr): Use memset to zero out memory, rather thanIan Lance Taylor1994-06-041-1/+1
* * as.h: Replace flagseen with separate variables.David MacKenzie1994-06-031-3/+6
* (potable): Add this_gcc_requires_the_gnu_assembler in all lower-case, in caseKen Raeburn1994-06-021-8/+25
* * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcommIan Lance Taylor1994-02-221-1/+3
* * read.c (read_a_source_file): Use correct arguments to memcpyIan Lance Taylor1994-02-211-1/+1
* * read.c (do_align): Don't define label just_record_alignmentIan Lance Taylor1994-02-101-0/+4
* * app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined,Ian Lance Taylor1994-02-091-3/+11
* * read.c (s_lcomm): Align lcomm data.Steve Chamberlain1994-01-311-0/+12
* * read.c (do_align): New function, most of guts of s_align_* functions. LookKen Raeburn1994-01-301-27/+56
* * read.c (lex_type): No longer make '{' a valid character forIan Lance Taylor1994-01-271-1/+1
* read.c (s_lcomm): Treat Alpha like MIPS in handling of .sbss section.Ken Raeburn1994-01-241-2/+2
* * read.c (emit_expr): Fix computation of mask.David Edelsohn1994-01-151-2/+2
* * expr.c (integer_constant): Fix computation of too_many_digits. VariableDavid Edelsohn1994-01-121-7/+7
* removed an unnecessary commentKen Raeburn1993-12-151-2/+2
* Fix typo in last change.Jeff Law1993-11-281-1/+1
* * read.c (read_a_source_file): Fix test for when to stick a colonJeff Law1993-11-281-366/+6
* * read.c (read_a_source_file): If we find a bad pseudo-op,Ian Lance Taylor1993-11-171-16/+14
* * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF asIan Lance Taylor1993-11-021-3/+2
* Fix tipo in comment.Ian Lance Taylor1993-11-021-1/+1
* * read.c (get_stab_string_offset): Set SEC_DEBUGGING for anyJeff Law1993-10-311-2/+3
* * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX codeJeff Law1993-10-311-32/+74
* Changes to let cons handle bignums like general expressions.Ian Lance Taylor1993-10-061-449/+303
* * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set.Ian Lance Taylor1993-09-131-91/+64
* gcc lint. See ChangeLog for details. Also:Ian Lance Taylor1993-09-101-40/+50