aboutsummaryrefslogtreecommitdiff
path: root/gas/messages.c
AgeCommit message (Collapse)AuthorFilesLines
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-178/+205
Removed some unneeded files. configure.in: Don't look for te-386bsd.h, which doesn't exist...
1992-09-25defined(__STDC__) / __STDC__==1 changes recommended by gnuKen Raeburn1-0/+6
1992-09-10Thu Sep 10 09:23:15 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+1
* input-scrub.c (input_scrub_push): call input_file_begin, not input_scrub_begin. messages.c (as_perror): print ": " between the passed in error and the strerror, like perror does.
1992-08-21From p3:Ken Raeburn1-4/+4
* messages.c (as_warn): Use fputs, not fprintf, with a buffer that has already been formatted (but may still contain %-characters). (as_bad): Likewise.
1992-08-19mainly link-relax changesKen Raeburn1-3/+3
1992-08-17* messages.c (as_tsktsk): Use correct ANSI form for stdarg version.Ken Raeburn1-62/+11
Discard bogus DONTDEF version. (as_warn, as_bad, as_fatal): Likewise.
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley1-1/+1
1992-02-13remove all rcs keywordsK. Richard Pixley1-2/+0
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-27/+54
tagged as "vanilla" for your convenience. There are also some comment changes.
1991-04-04Initial revisionK. Richard Pixley1-0/+391