aboutsummaryrefslogtreecommitdiff
path: root/gas/output-file.c
AgeCommit message (Collapse)AuthorFilesLines
2001-08-08 * output-file.c (output_file_create): Don't try to open usingAlan Modra1-6/+0
FOPEN_W as it's unnecessary and VMS doesn't define FOPEN_W.
2001-08-01 * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra1-7/+7
final period or newline, don't say "ignored" or "zero assumed" for as_bad messages. In some cases, change the wording to that used elsewhere for similar messages. * app.c, as.c, atof-generic.c, cgen.c, cond.c, depend.c, dwarf2dbg.c, ecoff.c, expr.c, frags.c, input-file.c, input-scrub.c, listing.c, output-file.c, stabs.c, subsegs.c, symbols.c, write.c: Likewise. * ecoff.c (ecoff_directive_end): Test for missing name by comparing input line pointers rather than reading string. (ecoff_directive_ent): Likewise. * read.c (s_set): Likewise. (s_align): Report a warning rather than an error for alignment too large. (s_comm): Check for missing symbol name. (s_lcomm_internal): Likewise. (s_lsym): Likewise. (s_globl): Use is_end_of_line instead of looking for '\n'. (s_lcomm_internal): Likewise. (ignore_rest_of_line): Report a warning rather than an error.
2001-07-10Use FOPEN_.. macros in calls to fopen().Nick Clifton1-14/+18
2001-03-08Fix copyright noticesNick Clifton1-1/+1
1999-08-03 * config/obj-coff.c (coff_frob_symbol): Always update set_end withIan Lance Taylor1-3/+3
next_set_end even if the end symbol is being discarded. * gasp.c: Add ATTRIBUTE_UNUSED as needed for non-BFD_ASSEMBLER. * output-file.c, symbols.c, config/tc-i386.c: Likewise. * config/obj-coff.c: Likewise. (seg_info_type): Remove. (seg_info_off_by_4): Change to array of segT. (s_get_segment): Adjust accordingly. (obj_pseudo_table): Fully initialize sentinel entry.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+156