summaryrefslogtreecommitdiffstats
path: root/gas/app.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-06-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-071-0/+25
| | | | | * app.c (do_scrub_chars): Add states 14 and 15 to handle predicate for ia64.
* Add support for h8300hn and h8300snNick Clifton2003-04-241-1/+1
|
* More checks for valid labelsNick Clifton2003-04-231-45/+37
|
* 2003-04-22 H.J. Lu <hjl@gnu.org>H.J. Lu2003-04-221-2/+3
| | | | * app.c (do_scrub_chars): Check for valid label.
* * app.c (do_scrub_chars): Handle '||' in two states.Alan Modra2003-02-191-30/+45
|
* * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.Alan Modra2002-08-271-12/+9
|
* * app.c: Fix formatting.Kazu Hirata2002-05-181-7/+7
| | | | | | | | | | | * as.c: Likewise. * ehopt.c: Likewise. * expr.c: Likewise. * input-file.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
* * app.c (mri_pseudo): Only declare for TC_M68K.Alan Modra2002-05-021-3/+3
|
* * app.c: Fix comment typos.Kazu Hirata2001-10-111-1/+1
| | | | | | * bit_fix.h: Likewise. * expr.c: Likewise. * itbl-ops.c: Likewise.
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-5/+5
| | | | | | | | | | | | | | | | | | | | | 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-25 Dave Brolley <brolley@redhat.com>Dave Brolley2001-07-251-1/+18
| | | | | | | | | | * app.c (LEX_IS_PARALLEL_SEPARATOR): New macro. (IS_PARALLEL_SEPARATOR): New macro. (do_scrub_begin): Set up characters in tc_parallel_separator_chars as LEX_IS_PARALLEL_SEPARATOR, if it is defined. (do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like LEX_LINE_SEPARATOR except that we go to state 1 (as if the label has been seen).
* Fix copyright noticesNick Clifton2001-03-081-1/+2
|
* 2000-10-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-111-38/+40
| | | | | | | | | | * app.c: Fix formatting. * as.c: Likewise. * as.h: Likewise. * bit_fix.h: Likewise. * cgen.c: Likewise. * cgen.h: Likewise. * cond.c: Likewise.
* 2000-08-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-301-13/+13
| | | | * app.c: Fix a comment typo. Fix formatting.
* comment-finding hack for hppa-linux.Alan Modra2000-07-281-0/+4
|
* Don't treat `;' as a line separator by default.Alan Modra2000-06-091-1/+0
| | | | Explicitly mention `;' in line_separator_chars in each backend.
* IA-64 ELF support.Jim Wilson2000-04-211-0/+15
|
* * app.c: Add ATTRIBUTE_UNUSED as needed.Ian Lance Taylor2000-04-021-1/+1
| | | | | | * config/tc-ppc.c: Likewise. (ppc_size): Make unsigned long. (ppc_insert_operand): Add casts to avoid warnings.
* Remove dead code when not TC_M68K.Alan Modra2000-02-241-8/+18
|
* Add IBM 370 support.Alan Modra2000-02-231-1/+2
|
* New preprocessor options.Timothy Wall2000-02-101-3/+25
|
* 1999-11-08 Andrew Haley <aph@cygnus.com>Andrew Haley1999-11-091-0/+17
| | | | | * app.c (do_scrub_chars): When in State 10, treat backslash characters in the same way as as symbol characters.
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-1/+1
| | | | | | | as appropriate. Fill in structure initializations. Add variable initializations. Add casts. * dwarf2dbg.c (print_stats): Change i to size_t. * listing.c (listing_listing): Change list_line to unsigned int.
* * app.c (input_buffer): New static variable.Ian Lance Taylor1999-06-031-32/+34
| | | | | | | | | | | | | (app_push): Save saved_input in allocated buffer. (app_pop): Restored saved_input. (do_scrub_chars): Change get parameter to take char * and int as arguments. Change GET macro to pass input_buffer to get function. Don't save input into allocated buffer. * as.h (do_scrub_chars): Update declaration. * input-file.c (input_file_get): Change to take char * and int. Read data into passed in buffer. Remove static buffer. * read.c (scrub_from_string): Change to take char * and int. Copy data into passed in buffer.
* 19990502 sourceware importRichard Henderson1999-05-031-0/+1255
OpenPOWER on IntegriCloud