aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
AgeCommit message (Collapse)AuthorFilesLines
2000-10-302000-10-30 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-35/+19
* expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise.
2000-08-082000-08-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-391/+382
* gasp.c: Fix formatting.
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-1/+2
2000-03-26Add macro handling extensions and line substitution support.Timothy Wall1-32/+1
2000-03-01Remove bigus .align checkNick Clifton1-5/+0
2000-01-26This set of patches add support for aout emulation on the x86Alan Modra1-4/+5
assembler. ie. You will be able to do "as --em=i386aout" on an x86 linux-elf assembler to generate aout format object files, rather than using a separate assembler. The aout emulation is enabled by giving "--enable-targets=i386-linuxaout" to configure. Oh yeah, there's a couple of fixes too. Error messages shouldn't be passed to printf in the format arg just in case someone puts a `%' in the message.
1999-08-03 * config/obj-coff.c (coff_frob_symbol): Always update set_end withIan Lance Taylor1-2/+2
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-06-03 * gasp.c (chunksize): New variable.Ian Lance Taylor1-0/+5
* macro.c (macro_expand_body): Call hash_jam with NULL rather than hash_delete .CVS: ----------------------------------------------------------------------
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+3745