aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
AgeCommit message (Collapse)AuthorFilesLines
1993-03-18 * app.c (do_scrub_next_char): Added new state, 9, to avoidIan Lance Taylor1-13/+35
dropping a space immediately following an identifier. * expr.c, write.c: Rewrote assert expressions to not use multiple lines; I don't think that can be done portably. * config/tc-mips.c (macro): Use $AT if target register is zero in load instruction, which it can be for a floating point load. Also a bunch more changes to config/obj-ecoff.c, still in flux.
1992-12-29app.c (app_push): Use memcpy, not bcopy.Ken Raeburn1-9/+10
(do_scrub_next_char): For \", return " not '. (symbol_chars): Now const.
1992-12-15 * app.c (do_scrub_begin): allow single quote strings if soSteve Chamberlain1-4/+8
configured.
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-419/+506
Removed some unneeded files. configure.in: Don't look for te-386bsd.h, which doesn't exist...
1992-06-24Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-42/+77
* app.c (process_escape): new function to handle escapes the right way, (do_scrub_next_char): use new function * cond.c (s_ifdef): do ifdef/ifndef right * read.c (s_fill): make the , expressions optional like the doc says * config/tc-h8300.[ch]: better warnings
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1-2/+2
== 1. Get the declarations right in listing.[hc].
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-146/+174
tagged as "vanilla" for your convenience. There are also some comment changes.
1991-04-04Initial revisionK. Richard Pixley1-0/+508