summaryrefslogtreecommitdiffstats
path: root/gas/gasp.c
Commit message (Collapse)AuthorAgeFilesLines
* * as.h: Fix formatting.Kazu Hirata2002-05-031-1/+1
| | | | | | | | | | | | * cgen.c: Likewise. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * frags.h: Likewise. * gasp.c: Likewise. * macro.c: Likewise. * read.c: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
* 2002-02-12 Ben Elliston <bje@redhat.com>Ben Elliston2002-02-131-0/+64
| | | | | | | | | | | | | | | * NEWS: Document floating point number handling in gasp. * gasp.c: Include <assert.h> and "xregex.h". (is_flonum): New function. (chew_flownum): Likewise. (change_base): Consume flonums from the input, where possible. * doc/gasp.texi (Constants): Document floating point numbers. [testsuite/ChangeLog] * gasp/flonums.asm: New test. * gasp/flonums.err: New result. * gasp/flonums.out: Likewise.
* Add no-c-format comment to prevent confusion when translating string.Nick Clifton2002-01-171-1/+2
|
* * addr2line.c (main): Protoype.Thiemo Seufer2001-12-181-0/+2
| | | | | | | | | | * ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype.
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-24/+27
|
* Fix copyright noticesNick Clifton2001-03-081-1/+1
|
* 2000-10-30 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-301-35/+19
| | | | | | | | * expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise.
* 2000-08-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-081-391/+382
| | | | * gasp.c: Fix formatting.
* Move translated part of bug report string back into .c files soAlan Modra2000-04-041-1/+1
| | | | xgettext can find it. Regnerate .pot files.
* Move bug report string to one place.Alan Modra2000-04-031-1/+2
|
* Add macro handling extensions and line substitution support.Timothy Wall2000-03-261-32/+1
|
* Remove bigus .align checkNick Clifton2000-03-011-5/+0
|
* This set of patches add support for aout emulation on the x86Alan Modra2000-01-261-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.
* * config/obj-coff.c (coff_frob_symbol): Always update set_end withIan Lance Taylor1999-08-031-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.
* * gasp.c (chunksize): New variable.Ian Lance Taylor1999-06-031-0/+5
| | | | | | * macro.c (macro_expand_body): Call hash_jam with NULL rather than hash_delete .CVS: ----------------------------------------------------------------------
* 19990502 sourceware importRichard Henderson1999-05-031-0/+3745
OpenPOWER on IntegriCloud