Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-02 | Fix memory leaks for IA-64 opcode idescs. | Jim Wilson | 2 | -0/+9 | |
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-02 | Undo some formatting fixes | Nick Clifton | 2 | -412/+404 | |
2000-08-01 | Fix skip of 'cpsr_all' flag | Nick Clifton | 2 | -1/+5 | |
2000-08-01 | 2000-08-01 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 5 | -1826/+1968 | |
* 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 Clifton | 2 | -30/+74 | |
2000-08-01 | 2000-07-31 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 6 | -0/+108 | |
* 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-31 | Fix formatting. | Nick Clifton | 2 | -368/+400 | |
2000-07-31 | Add --pcrel option to m68k port | Nick Clifton | 10 | -760/+832 | |
2000-07-29 | 2000-07-28 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 1 | -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-29 | 2000-07-28 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 3 | -226/+227 | |
* 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-28 | comment-finding hack for hppa-linux. | Alan Modra | 6 | -0/+66 | |
2000-07-28 | Fix GCC warnings. | Andrew Cagney | 2 | -5/+13 | |
Abort if code falls off end of md_estimate_size_before_relax(). | |||||
2000-07-28 | Fix formatting | Nick Clifton | 3 | -628/+745 | |
2000-07-27 | Kazu Hirata's formatting fixes. | Alan Modra | 4 | -895/+910 | |
2000-07-26 | Wrong date on last entry. | Dave Brolley | 1 | -1/+1 | |
2000-07-26 | 2000-07-26 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2 | -4/+12 | |
* 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 merge | DJ Delorie | 2 | -0/+9 | |
labels. Don't merge if the symbol isn't constant. Return immediately if a symbol is merged. | |||||
2000-07-22 | Correct absolute section alignment. | Alan Modra | 2 | -2/+7 | |
2000-07-21 | Forgot to commit ChangeLog entry for CRIS gas tests. Oops. | Hans-Peter Nilsson | 1 | -0/+1 | |
2000-07-21 | * gas/cris/*: New tests for CRIS. | Hans-Peter Nilsson | 86 | -0/+8940 | |
2000-07-20 | * config/obj-coff.c (obj_frob_symbol): revert previous change, | DJ Delorie | 2 | -16/+15 | |
it breaks linking against DLLs. | |||||
2000-07-20 | Fix formatting. | Nick Clifton | 2 | -312/+309 | |
2000-07-20 | * gas/all/gas.exp: Don't run floating-point tests on CRIS. | Hans-Peter Nilsson | 4 | -3/+16 | |
* gas/ieee-fp/x930509a.exp: Ditto. * gas/macros/macros.exp: Mark strings test xfail for CRIS. | |||||
2000-07-20 | * configure.in: Add CRIS support. | Hans-Peter Nilsson | 13 | -472/+3747 | |
* 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-20 | Fix formatting. | Nick Clifton | 2 | -520/+514 | |
2000-07-19 | 2000-07-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -0/+7 | |
* sb.c: Include <stdlib.h> if exists for abort (). | |||||
2000-07-19 | #ifdef OBJ_SOM, not #ifdef SOM | Alan Modra | 2 | -16/+23 | |
2000-07-19 | Fix a couple of HPPA SOM test failures. | Alan Modra | 3 | -4/+15 | |
Re-enable some tests for hppa-linux. | |||||
2000-07-18 | Fix expected results to match current assembler output. | Nick Clifton | 2 | -10/+15 | |
2000-07-17 | Don't merge labels. Don't merge if the symbol isn't constant. Don't call | Nick Clifton | 2 | -10/+22 | |
S_SET_EXTERNAL if the storage class is already set. | |||||
2000-07-17 | Additions due to recent changes | Nick Clifton | 1 | -314/+315 | |
2000-07-17 | Fix formatting. | Nick Clifton | 2 | -98/+73 | |
2000-07-17 | Fix formatting. | Nick Clifton | 3 | -281/+260 | |
2000-07-17 | Fix formatting. | Nick Clifton | 3 | -265/+323 | |
2000-07-17 | Fix formatting | Nick Clifton | 2 | -102/+78 | |
2000-07-17 | * new parsing option | Frank Ch. Eigler | 2 | -0/+11 | |
2000-07-17 Frank Ch. Eigler <fche@redhat.com> * expr.c (operand): Permit %bin literals if LITERAL_PREFIXPERCENT_BIN is defined. | |||||
2000-07-15 | * doc/c-mips.texi (MIPS Opts): Remove erroneous space after | Ian Lance Taylor | 2 | -1/+6 | |
@code. | |||||
2000-07-15 | (hppa_fix_adjustable): Don't reduce certain symbols to section syms. | Alan Modra | 2 | -3/+37 | |
2000-07-14 | *** empty log message *** | Nick Clifton | 1 | -1/+1 | |
2000-07-14 | Add new command line switch --no-construct-floats | Nick Clifton | 3 | -6/+63 | |
2000-07-13 | Fix some mips configure problems. | Alan Modra | 3 | -203/+190 | |
2000-07-12 | Add padding to the last section when aligning it increases its size. | Nick Clifton | 2 | -2/+19 | |
2000-07-11 | Fix formatting. | Nick Clifton | 2 | -1547/+1641 | |
2000-07-10 | Fix formatting | Nick Clifton | 2 | -601/+633 | |
2000-07-10 | Fix formatting. | Nick Clifton | 4 | -342/+323 | |
2000-07-10 | Yet more hppa testuite tweaks for hppa-linux. | Alan Modra | 15 | -56/+78 | |
2000-07-10 | More warning fixes, and a tweak in tc-hppa.c to check constant | Alan Modra | 4 | -6/+21 | |
branch offsets a little more thoroughly. | |||||
2000-07-09 | Forgot to save in emacs. | Alan Modra | 1 | -2/+0 | |
2000-07-09 | Add linux-elf flavour to pseudos in tc-hppa.c and some tidying | Alan Modra | 8 | -360/+545 | |
and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64. | |||||
2000-07-08 | 2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com> | Ulf Carlsson | 2 | -1/+5 | |
* doc/internals.texi (Expressions): Fix typo. |