aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-08-14 * config/tc-mn10300.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.Jeff Law1-0/+4
2000-08-14* doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.Andreas Schwab1-0/+4
2000-08-122000-08-11 Andreas Schwab <schwab@suse.de>Jason Eckhardt1-0/+5
* doc/c-i860.texi (Opcodes for i860): Remove braces from @item argument.
2000-08-112000-08-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+1
* config/obj-bout.c: Fix formatting.
2000-08-112000-08-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+4
* expr.c: Fix formatting.
2000-08-102000-08-10 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+4
* doc/c-i860.texi: Flesh out the i860 section more.
2000-08-102000-08-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+1
* expr.c: Fix formatting.
2000-08-102000-08-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+4
* symbols.c: Fix formatting.
2000-08-09Use elf on Unixware 7.Alan Modra1-0/+6
2000-08-09gas:Jason Eckhardt1-0/+26
2000-08-08 Jason Eckhardt <jle@cygnus.com> * config/tc-i860.h: Rework completely for BFD_ASSEMBLER. (i860_fix_info): New enum. (MD_APPLY_FIX3): Define. (WORKING_DOT_WORD): Define. (TC_HANDLES_FX_DONE): Define. (DIFF_EXPR_OK): Define. (LISTING_HEADER): Define. (TARGET_FORMAT): Select target format based on endian flag. (TARGET_BYTES_BIG_ENDIAN): Default to little endian. (target_big_endian): Add external declaration. * config/tc-i860.c: All existing code reworked completely. Other new code shown below. (SYNTAX_SVR4): Define. (target_warn_expand): New variable. (md_shortopts): Declare and define (-Qy, -Qn, and -V options). (md_longopts): Declare and define with new options (-EL, -EB, and -mwarn-expand). (md_show_usage): New function. (md_operand): New function. (obtain_reloc_for_imm16): New function. (md_apply_fix3): New function. (tc_gen_reloc): New function. include: 2000-08-08 Jason Eckhardt <jle@cygnus.com> * opcode/i860.h: Small formatting adjustments. opcode: 2000-08-08 Jason Eckhardt <jle@cygnus.com> * i860-dis.c (print_br_address): Change third argument from int to long. bfd: 2000-08-08 Jason Eckhardt <jle@cygnus.com> * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
2000-08-082000-08-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+1
* gasp.c: Fix formatting.
2000-08-082000-08-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+4
* hash.c: Fix formatting.
2000-08-08Make sure the 2 bytes of the jump address are in the same frag.Nick Clifton1-0/+8
Accept 68hc12 register indirect modes. Mention 68HC11 & 68HC12 support in NEWS.
2000-08-07 * config/tc-ia64.c (unwind): Add prologue_mask member.Richard Henderson1-0/+8
(dot_vframe): Elide psp_gr record if it overlaps prologue_gr. (dot_save): Likewise for pfs_gr, rp_gr, and preds_gr. (dot_body): Clear unwind.prologue_mask. (dot_prologue): Set it. Accept a register second argument.
2000-08-072000-08-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+5
* config/atof-ieee.c: Fix formatting. * config/atof-tahoe.c: Likewise.
2000-08-06 * config/tc-avr.c: Use PARAMS macro in function declarations.Denis Chertykov1-0/+7
Don't declare md_pcrel_from_section (already in tc-avr.h). (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros. (avr_operand): Don't set (unsigned) op_mask to -1.
2000-08-04Fix typoNick Clifton1-0/+3
2000-08-04Update to include descriptions of .popsection, .previous, .pushsection,Nick Clifton1-0/+6
.subsection, .version, .vtable_entry, .vtable_inherit and .weak.
2000-08-04Remove garbage.Kazu Hirata1-5/+5
2000-08-042000-08-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+6
* config/tc-cris.c: Fix formatting. * config/tc-i386.c: Likewise. * config/tc-sparc.c (sparc_ip): Simplify the code.
2000-08-042000-08-04 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+7
* config/tc-cris.c: Rearrange code for readability. * config/tc-d10v.c: Fix formatting. * config/tc-m32r.c: Likewise. * config/tc-sparc.c: Likewise.
2000-08-02Fix memory leaks for IA-64 opcode idescs.Jim Wilson1-0/+6
gas/ * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode before ia64_find_opcode. (md_assemble): Likewise. opcodes/ * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
2000-08-02Undo some formatting fixesNick Clifton1-0/+1
2000-08-01Fix skip of 'cpsr_all' flagNick Clifton1-0/+4
2000-08-012000-08-01 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+7
* config/obj-som.c: Fix formatting. * config/obj-ieee.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-v850.c: Likewise.
2000-08-01(@cindex @samp{--pcrel}): Rewrite option description.Nick Clifton1-0/+10
2000-08-012000-07-31 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+8
* doc/c-i860.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-i860.texi. * doc/Makefile.in: Regenerate. * doc/all.texi: Add I860 as relevant architecture. * doc/as.texinfo: Include i860 dependent file c-i860.texi.
2000-07-31Fix formatting.Nick Clifton1-0/+4
2000-07-31Add --pcrel option to m68k portNick Clifton1-0/+9
2000-07-292000-07-28 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+7
* configure.in: Add bits for i860-stardent-{sysv4, elf}*. * configure: Regenerated. * config/obj-elf.c (obj_elf_type): Recognize a fifth type of operand to the .type directive (.e.g, "type").
2000-07-28comment-finding hack for hppa-linux.Alan Modra1-0/+12
2000-07-28Fix GCC warnings.Andrew Cagney1-0/+7
Abort if code falls off end of md_estimate_size_before_relax().
2000-07-28Fix formattingNick Clifton1-0/+5
2000-07-27Kazu Hirata's formatting fixes.Alan Modra1-0/+10
2000-07-26Wrong date on last entry.Dave Brolley1-1/+1
2000-07-262000-07-26 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+7
* cgen.c (queue_fixup): Declare opinfo. (gas_cgen_parse_operand): Mark unused parameters with ATTRIBUTE_UNUSED. (gas_cgen_md_operand): Ditto. (gas_cgen_md_apply_fix3): Ditto.
2000-07-24* config/obj-coff.c (obj_frob_symbol): Don't mergeDJ Delorie1-0/+6
labels. Don't merge if the symbol isn't constant. Return immediately if a symbol is merged.
2000-07-22Correct absolute section alignment.Alan Modra1-0/+4
2000-07-20* config/obj-coff.c (obj_frob_symbol): revert previous change,DJ Delorie1-0/+5
it breaks linking against DLLs.
2000-07-20Fix formatting.Nick Clifton1-0/+1
2000-07-20 * configure.in: Add CRIS support.Hans-Peter Nilsson1-0/+20
* configure: Regenerate. * Makefile.am: (CPU_TYPES): Add cris. (CPU_OBJ_VALID) [aout]: Add cris. (MULTI_CPU_TYPES): Add cris. (MULTI_CPU_OBJ_VALID) [aout]: Add cris. [coff]: Only i386 and mips are valid. (TARGET_CPU_CFILES): Add config/tc-cris.c. (TARGET_CPU_HFILES): Add config/tc-cris.h. (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c. Regenerate dependencies. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * as.c: Declare crisaout, criself. * config/tc-cris.h, config/tc-cris.c: New. * config/e-criself.c, config/e-crisaout.c: New. * po/POTFILES.in, po/gas.pot: Regenerate.
2000-07-20Fix formatting.Nick Clifton1-0/+4
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+4
* sb.c: Include <stdlib.h> if exists for abort ().
2000-07-19#ifdef OBJ_SOM, not #ifdef SOMAlan Modra1-0/+6
2000-07-17Don't merge labels. Don't merge if the symbol isn't constant. Don't callNick Clifton1-0/+6
S_SET_EXTERNAL if the storage class is already set.
2000-07-17Fix formatting.Nick Clifton1-0/+1
2000-07-17Fix formatting.Nick Clifton1-0/+2
2000-07-17Fix formatting.Nick Clifton1-0/+2
2000-07-17Fix formattingNick Clifton1-0/+4
2000-07-17* new parsing optionFrank Ch. Eigler1-0/+5
2000-07-17 Frank Ch. Eigler <fche@redhat.com> * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN is defined.