aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-05-27 * app.c (do_scrub_begin): Let line_comment_chars overrideIan Lance Taylor1-28/+86
1993-03-29(big_cons): If target_big_endian, reverse bytes being copied. (TemporaryKen Raeburn1-8/+16
1993-03-04 * read.c (s_space): Multiply repeat count by mult, not fill.Steve Chamberlain1-1/+1
1993-03-04read.c needs ctype.hKen Raeburn1-170/+171
1993-01-04fix goof from last changeKen Raeburn1-0/+4
1993-01-04(s_data): Use "data_section"; it'll map to SEG_DATA or SEG_E1 if appropriate,Ken Raeburn1-178/+39
1992-12-30Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-14/+21
1992-12-13Sat Dec 12 15:26:34 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-92/+91
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-1455/+1658
1992-09-09Wed Sep 9 11:06:25 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+7
1992-08-06 * read.c (s_fill): make the .fill size clamped error a warn andSteve Chamberlain1-2/+2
1992-06-24Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-14/+14
1992-06-04Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-1265/+1479
1992-02-21changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386K. Richard Pixley1-18/+26
1992-02-17fighting bitrot in a major wayK. Richard Pixley1-181/+70
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1-3/+4
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-1006/+1050
1991-04-04Initial revisionK. Richard Pixley1-0/+2281