aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-08Fix copyright noticesNick Clifton1-1/+2
2000-10-112000-10-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-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-302000-08-29 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-13/+13
* app.c: Fix a comment typo. Fix formatting.
2000-07-28comment-finding hack for hppa-linux.Alan Modra1-0/+4
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-1/+0
Explicitly mention `;' in line_separator_chars in each backend.
2000-04-21IA-64 ELF support.Jim Wilson1-0/+15
2000-04-02 * app.c: Add ATTRIBUTE_UNUSED as needed.Ian Lance Taylor1-1/+1
* config/tc-ppc.c: Likewise. (ppc_size): Make unsigned long. (ppc_insert_operand): Add casts to avoid warnings.
2000-02-24Remove dead code when not TC_M68K.Alan Modra1-8/+18
2000-02-23Add IBM 370 support.Alan Modra1-1/+2
2000-02-10New preprocessor options.Timothy Wall1-3/+25
1999-11-091999-11-08 Andrew Haley <aph@cygnus.com>Andrew Haley1-0/+17
* app.c (do_scrub_chars): When in State 10, treat backslash characters in the same way as as symbol characters.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-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.
1999-06-03 * app.c (input_buffer): New static variable.Ian Lance Taylor1-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.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1255