aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
AgeCommit message (Collapse)AuthorFilesLines
2000-05-08Michael Sokolov's 68000 patches + assorted compiler warning fixes.Alan Modra1-6/+6
2000-04-29Correctly check gcc version.Alan Modra1-2/+2
2000-04-14Portability fixes.Alan Modra1-0/+4
2000-04-03Move bug report string to one place.Alan Modra1-0/+1
2000-03-26Add macro handling extensions and line substitution support.Timothy Wall1-0/+2
2000-02-24Remove dead code when not TC_M68K.Alan Modra1-4/+16
2000-02-08Add handling for numbers with suffixed radix.Timothy Wall1-0/+4
2000-02-03octets vs bytes changes for GASTimothy Wall1-0/+10
1999-10-11* as.c (show_usage): Document new options.Geoffrey Keating1-0/+3
(parse_args): Add --no-warn, --warn, --fatal-warnings, which become 'W', OPTION_WARN, and OPTION_WARN_FATAL. (parse_args): Parse the new options. (main): If there were warnings, and --fatal-warnings was specified, print an error. * as.h: New variable, flag_fatal_warnings, for new option.
1999-06-12 * subsegs.c (subseg_text_p): New function.Ian Lance Taylor1-0/+1
* as.h (subseg_text_p): Declare. * read.c (do_align): Use subseg_text_p to set the default fill. * write.c (subsegs_finish): Likewise. * config/obj-coff.c (write_object_file): Likewise. * config/tc-i386.h (md_maybe_text): Don't define. (md_do_align): Use subseg_text_p to set the default fill. * config/tc-m32r.c (m32r_do_align): Likewise. * config/tc-sh.c (sh_do_align): Likewise. * config/tc-sparc.h (md_do_align): Likewise.
1999-06-03 * as.c (parse_args): Add option -gdwarf2 to allow requestingRichard Henderson1-1/+1
DWARF2 debug info (line information only, at this point). * as.h: Update comment about supported debug formats. * dwarf2dbg.c, dwarf2dbg.h: New files. * Makefile.am (GAS_CFILES, HFILES, GENERIC_OBJS): Add them.
1999-06-03 * app.c (input_buffer): New static variable.Ian Lance Taylor1-5/+4
(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/+645