| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * macro.c (macro_expand_body): Don't warn about == with a | Ian Lance Taylor | 1995-11-03 | 1 | -0/+3 |
* | * as.c (main): On TC_A29K, call macro_init with macro_alternate | Ian Lance Taylor | 1995-11-03 | 1 | -0/+12 |
* | x | Ian Lance Taylor | 1995-11-03 | 1 | -1/+25 |
* | * config/tc-i386.c (md_assemble): For a jump instruction with non-constant | Ken Raeburn | 1995-11-01 | 1 | -0/+6 |
* | * config/tc-ppc.c (ppc_lglobl): Do the right thing. | Ian Lance Taylor | 1995-11-01 | 1 | -0/+2 |
* | * config/obj-elf.h: Include bfd/elf-bfd.h rather than | Fred Fish | 1995-10-31 | 1 | -0/+5 |
* | Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com> | Ian Lance Taylor | 1995-10-31 | 1 | -0/+1 |
* | * config/tc-ppc.c (ppc_bb): Call SF_SET_PROCESS. | Ian Lance Taylor | 1995-10-31 | 1 | -0/+8 |
* | Tue Oct 31 16:34:28 1995 David Mosberger-Tang <davidm@azstarnet.com> | Ian Lance Taylor | 1995-10-31 | 1 | -0/+17 |
* | * config/tc-ppc.c (ppc_frob_symbol): Set BSF_NOT_AT_END for | Ian Lance Taylor | 1995-10-31 | 1 | -0/+2 |
* | * config/tc-ppc.c (md_pseudo_table): Add "bc" and "ec". | Ian Lance Taylor | 1995-10-31 | 1 | -0/+11 |
* | * input-scrub.c (input_scrub_push): Reset sb_index. | Ian Lance Taylor | 1995-10-31 | 1 | -0/+4 |
* | * listing.c (listing_newline): Don't create a frag in the absolute | Ian Lance Taylor | 1995-10-30 | 1 | -0/+5 |
* | * config/tc-ppc.c (md_pseudo_table): Add "data" and "text". | Ian Lance Taylor | 1995-10-28 | 1 | -0/+15 |
* | * symbols.c (symbol_find_or_make): Change name to be const. | Ian Lance Taylor | 1995-10-28 | 1 | -0/+5 |
* | doc fixes from Roland | Ken Raeburn | 1995-10-26 | 1 | -0/+9 |
* | * tc-arm.c (do_ldst): Assemble ldr/str r0, [r1] as a pre-increment | David Edelsohn | 1995-10-26 | 1 | -0/+5 |
* | * Makefile.in (diststuff): Also make info. | Per Bothner | 1995-10-25 | 1 | -0/+5 |
* | * config/tc-hppa.c (md_pseudo_table): Add new ".nsubspa" opcode. | Jeff Law | 1995-10-24 | 1 | -0/+7 |
* | Fix PR 8255 | Michael Meissner | 1995-10-24 | 1 | -0/+19 |
* | changes for input file open error, not printing filename when not available | Ken Raeburn | 1995-10-23 | 1 | -0/+11 |
* | Added command-line support for NEC VR4100, to allow support for | Jackie Smith Cashion | 1995-10-23 | 1 | -0/+11 |
* | obstack-per-frchain changes | Ken Raeburn | 1995-10-18 | 1 | -0/+46 |
* | frag/obstack handling in tc-*.c; ignore -g for Alpha | Ken Raeburn | 1995-10-18 | 1 | -0/+11 |
* | keep testsuite when doing "make distclean" | Ken Raeburn | 1995-10-18 | 1 | -0/+7 |
* | * stabs.c (aout_process_stab): Insert debug symbol into symbol chain after | Ken Raeburn | 1995-10-18 | 1 | -2/+12 |
* | * config/tc-mips.c (mips_elf_pseudo_table): Remove. | Ian Lance Taylor | 1995-10-16 | 1 | -0/+5 |
* | Allow duplicate cmp instructions for -mcom | Michael Meissner | 1995-10-16 | 1 | -0/+5 |
* | For -mcom, do not allow only POWER|PPC instructions. | Michael Meissner | 1995-10-16 | 1 | -2/+0 |
* | Add -mcom support. | Michael Meissner | 1995-10-16 | 1 | -0/+15 |
* | * config/tc-mips.c: Correct s_cons arguments. From Michael | Ian Lance Taylor | 1995-10-10 | 1 | -0/+5 |
* | * config/tc-ppc.c (ppc_macro): Make count unsigned. | Ian Lance Taylor | 1995-10-10 | 1 | -0/+10 |
* | split change log | Ken Raeburn | 1995-10-06 | 1 | -12586/+1 |
* | Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmu... | Ken Raeburn | 1995-10-06 | 1 | -0/+11 |
* | * sb.c, macro.c: Decide whether to include <string.h> or | Ian Lance Taylor | 1995-10-06 | 1 | -0/+5 |
* | * config/tc-arm.h (ARM_BI_ENDIAN): Move definition so defined for | David Edelsohn | 1995-10-06 | 1 | -0/+2 |
* | * Makefile.in (site.exp): Fix setting of $srcdir. | David Edelsohn | 1995-10-06 | 1 | -0/+6 |
* | more vms work (mostly whitespace/comment cleanup) from Pat Rankin | Ken Raeburn | 1995-10-06 | 1 | -0/+5 |
* | split out ns32k doc like other cpus | Ken Raeburn | 1995-10-06 | 1 | -0/+4 |
* | * sb.c, macro.c: Include string.h. | Ken Raeburn | 1995-10-06 | 1 | -0/+2 |
* | * Makefile.in (comparison): Only check *.o; we don't care if timestamps | Ken Raeburn | 1995-10-06 | 1 | -0/+3 |
* | * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern if alignment | Ken Raeburn | 1995-10-06 | 1 | -0/+6 |
* | Better parsing, tocd, tocv started | Kim Knuttila | 1995-10-04 | 1 | -0/+8 |
* | * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for | Ian Lance Taylor | 1995-10-04 | 1 | -0/+8 |
* | * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode, | Ian Lance Taylor | 1995-10-03 | 1 | -0/+8 |
* | * config/m68k-parse.y (m68k_reg_parse): In MRI mode, permit | Ian Lance Taylor | 1995-10-02 | 1 | -0/+5 |
* | * config/tc-hppa.c (hppa_fix_adjustable): DP relative relocs | Jeff Law | 1995-10-01 | 1 | -0/+60 |
* | * mpw-config.in: Translate "powerpc" into "ppc", remove gen of | Stan Shebs | 1995-09-29 | 1 | -0/+13 |
* | updated changes | Kim Knuttila | 1995-09-28 | 1 | -0/+10 |
* | * config/tc-ppc.h (tc_fix_adjustable): Define. | Ian Lance Taylor | 1995-09-28 | 1 | -0/+6 |