summaryrefslogtreecommitdiff
path: root/gas/itbl-ops.c
Commit message (Collapse)AuthorAgeFilesLines
* update copyright datesAlan Modra2005-03-031-1/+2
|
* * as.h: Remove #if 0'd code.Ben Elliston2005-01-211-12/+0
| | | | | | | | | | | | | | * atof-generic.c (atof_generic): Likewise. * ecoff.c (ecoff_directive_frame): Likewise. * frags.h (FRAG_APPEND_1_CHAR): Likewise. * itbl-ops.c (itbl_add_reg): Likewise. * listing.c (calc_hex): Likewise. * read.c (MASK_CHAR): Likewise. * subsegs.c (subsegs_print_statistics): Likewise. * symbols.c (indent): Likewise. * write.c (write_relocs): Likewise. (write_object_file): Likewise. (relax_frag): Likewise.
* * hash.c: Convert to ISO-C.Kazu Hirata2003-11-241-17/+15
| | | | | | | | | * hash.h: Likewise. * input-file.c: Likewise. * input-file.h: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-ops.h: Likewise.
* * ChangeLog: Fix typos.Kazu Hirata2003-10-271-4/+4
| | | | | | | | | | | | | | | | | | | | | * ChangeLog-9295: Likewise. * as.c: Fix comment typos. * as.h: Likewise. * atof-generic.c: Likewise. * bit_fix.h: Likewise. * frags.h: Likewise. * hash.c: Likewise. * input-file.c: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-parse.y: Likewise. * listing.c: Likewise. * macro.h: Likewise. * read.c: Likewise. * sb.c: Likewise. * sb.h: Likewise. * symbols.c: Likewise. * symbols.h: Likewise.
* * itbl-lex.l: Use #include <> for generated headers.Daniel Jacobowitz2002-10-301-1/+1
| | | | * itbl-ops.c: Likewise.
* * app.c: Fix comment typos.Kazu Hirata2001-10-111-1/+1
| | | | | | * bit_fix.h: Likewise. * expr.c: Likewise. * itbl-ops.c: Likewise.
* Use FOPEN_.. macros in calls to fopen().Nick Clifton2001-07-101-5/+6
|
* Warning fixes and configure/makefile tweaks by Thiemo Seufer.Alan Modra2001-05-031-2/+2
|
* Fix copyright noticesNick Clifton2001-03-081-1/+1
|
* 2000-11-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-101-2/+2
| | | | * itbl-ops.c: Fix comment typos.
* 2000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-071-41/+36
| | | | | | | | | | | | | * as.c: Fix formatting. * dwarf2dbg.c: Likewise. * itbl-ops.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * messages.c: Likewise. * read.c: Likewise. * subsegs.c: Likewise. * subsegs.h: Likewise. * write.c: Likewise.
* 2000-09-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-091-48/+39
| | | | | | * input-file.c: Fix formatting. * itbl-ops.c: Likewise. * messages.c: Likewise.
* * itbl-ops.c (itbl_disassemble): Change sprintf format strings toIan Lance Taylor1999-06-101-5/+5
| | | | | match parameters. (find_entry_byval): Add parens to avoid warning.
* Based on patches from John W. Woznack <jwoznack@concentric.net>:Ian Lance Taylor1999-06-101-26/+21
| | | | | | | | | | | * itbl-ops.c (itbl_get_reg_val): Add pval parameter. Return indication of success rather than a value. (itbl_get_val): Likewise. (itbl_get_field): Use strcspn. Change delimiters to include parens. * itbl-ops.h (itbl_get_reg_val): Update declaration. (itbl_get_val): Likewise. * config/tc-mips.c (mips_ip): Update call to itbl_get_reg_val.
* Initial revisionRichard Henderson1999-05-031-0/+921