Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-12-10 | * config/tc-alpha.c (alpha_ip, case 'B', subcase 'c'): Use opcode value from | Ken Raeburn | 2 | -0/+7 | |
pattern instead of assuming jsr. * config/alpha-opcode.h (jmp): Add a "1,Bc" form. | |||||
1994-12-10 | * gas/arm/gas.exp: The arm6 test should report errors, for now. | Ken Raeburn | 2 | -1/+7 | |
1994-12-09 | * lib/gas-defs.exp: Use -i in expect_after command. | Ken Raeburn | 2 | -1/+5 | |
1994-12-09 | * Makefile.in (NM_FOR_TARGET): Use ../binutils/nm.new, not just plain nm. | Ken Raeburn | 1 | -0/+3 | |
1994-12-08 | added mips-gnu target for roland | Ken Raeburn | 1 | -0/+1 | |
1994-12-08 | configure.in: fix ns32k-pc532-mach* and mips-sony-bsd* configs | Ken Raeburn | 3 | -22/+38 | |
1994-12-08 | boost timeout to at least 2min; fix a couple mips tests for 64-bit host disasm | Ken Raeburn | 3 | -8/+51 | |
1994-12-07 | rename gas/ieee.fp to ieee-fp | Ken Raeburn | 5 | -23/+9 | |
1994-12-06 | finish deletion of this directory | Ken Raeburn | 1 | -61/+0 | |
1994-12-06 | Switch r3 to scratch register, r0 to stack register. | Michael Tiemann | 2 | -6/+6 | |
Other misc changes before beta shipment to customer. | |||||
1994-11-30 | * gas/hppa/parse: Renamed from gas/hppa/more.parse. | Jeff Law | 1 | -1/+1 | |
1994-11-30 | Moving into a new directory | Jeff Law | 27 | -7033/+0 | |
1994-11-30 | Initial ARC support. | David Edelsohn | 2 | -0/+9 | |
1994-11-30 | Initial ARC support. | David Edelsohn | 2 | -0/+36 | |
1994-11-30 | delete signal handler code (which has been disabled since March 93) | Ken Raeburn | 1 | -0/+7 | |
1994-11-30 | switch to libiberty version of xmalloc | Ken Raeburn | 2 | -0/+10 | |
1994-11-29 | log for alpha, sanitize, m68k, rce (sanitized) changes | Ken Raeburn | 1 | -0/+31 | |
1994-11-29 | * tc-alpha.c (in_range_signed, in_range_unsigned): New routines, split from | Ken Raeburn | 1 | -0/+9 | |
in_range. (in_range): Deleted. All calls changed to in_range_*signed. (create_lita_section): Macro deleted. Single use expanded in place. (alpha_ip): Handle `t' and `8' operand types. (md_apply_fix): Handle BFD_RELOC_12_PCREL. Print name of unhandled relocation types. * alpha-opcode.h: Added HALT and DRAINA. Disabled MOVI, since it doesn't work, and isn't supported by the native assembler. | |||||
1994-11-29 | Regenerate after Tiemann's change to configure.in. | Ken Raeburn | 1 | -68/+79 | |
1994-11-29 | check configure and ChangeLog for rce stuff too | Ken Raeburn | 1 | -1/+1 | |
1994-11-28 | (do_scrub_next_char): Insert missing newline at end of file | David Edelsohn | 1 | -0/+5 | |
like warning says we do. | |||||
1994-11-28 | * gas/mips/ld.d: Adjust to work for both big and little endian | Ian Lance Taylor | 3 | -33/+42 | |
code. * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise. * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise. * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise. * gas/mips/usw.d: Likewise. | |||||
1994-11-28 | * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected | Jeff Law | 2 | -5/+9 | |
to fail. Fix comments for the test. Tweak test name. | |||||
1994-11-28 | * config/tc-hppa.h (pa_check_eof): Declare new extern function. | Jeff Law | 1 | -0/+14 | |
(tc_frob_file): Define to call pa_check_eof. * config/tc-hppa.c (pa_check_current_space_and_subspace): New function to verify the current space and subspace are reasonable. Call for the appropriate pseudo-ops and before instruction parsing. (pa_check_eof): New function to verify enter/exit and proc/procend pairs match at EOF. (pa_code): Simplify. * config/obj-som.c: Delete #if 0 code. | |||||
1994-11-27 | Changes to reflect that r3, not r0, is now the stack pointer. | Michael Tiemann | 1 | -4/+4 | |
1994-11-27 | Change r16 -> rce. | Michael Tiemann | 1 | -4/+4 | |
1994-11-26 | Add dummy decl for `dump_literals'. | Michael Tiemann | 1 | -21/+23 | |
1994-11-26 | Add changes from customer since last work. | Michael Tiemann | 5 | -45/+261 | |
1994-11-25 | Change R16 -> RCE. | Michael Tiemann | 1 | -1/+1 | |
1994-11-25 | Change R16 -> RCE. | Michael Tiemann | 1 | -3/+3 | |
1994-11-25 | Clean up bitrot (such as interfaces that have changed since these | Michael Tiemann | 1 | -7/+34 | |
patches were last used). | |||||
1994-11-25 | Rename r16 files to rce, and fix some more .Sanitize typos. | Michael Tiemann | 4 | -22/+22 | |
1994-11-24 | *** empty log message *** | Michael Tiemann | 1 | -2/+3 | |
1994-11-24 | Fix .Sanitize scrips so that r16 is truly scrubbed out. | Michael Tiemann | 1 | -0/+34 | |
Also, report errors if any traces of sanitize remain after sanitizing. | |||||
1994-11-24 | Safely check in r16 targets for binutils. | Michael Tiemann | 4 | -8/+1091 | |
1994-11-24 | * config/obj-coff.h (TARGET_FORMAT): Select between coff-shl and coff-sh. | Steve Chamberlain | 2 | -1/+11 | |
* config/sh.mh (TARG_CPU_DEPENDENTS): Get it right. * config/tc-sh.c (little): New function. (md_parse_option): Notice new option. (build_relax, build_Mytes, md_atof, md_convert_frag, md_apply_fix): Cope with little endian data. * config/tc-sh.h (COFF_MAGIC, LISTING_HEADER): Endian dependent. | |||||
1994-11-23 | * config/tc-hppa.c (tc_gen_reloc, ELF variant): Revert last | Jeff Law | 1 | -0/+5 | |
change. The real bug was in bfd/elfcode.h and has been fixed. | |||||
1994-11-23 | * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF | Jeff Law | 1 | -0/+5 | |
output. | |||||
1994-11-23 | * config/tc-hppa.c (tc_gen_reloc, ELF variant): Add section->vma | Jeff Law | 2 | -1/+14 | |
to the relocation's offset. | |||||
1994-11-22 | * Makefile.in (INSTALL_XFORM): Fix typo. | Steve Chamberlain | 2 | -2/+6 | |
1994-11-22 | * config/tc-alpha.c (s_alpha_set): Ignore the .set (no)move and | J.T. Conklin | 2 | -2/+14 | |
.set (no)volatile directives. | |||||
1994-11-16 | fix swapped files; stop marking p2425a.s as xfail | Ken Raeburn | 2 | -0/+14 | |
1994-11-16 | * gas/hppa/unsorted/align4.s: New test. | Jeff Law | 3 | -0/+8 | |
* gas/hppa/unsorted/unsorted.exp: Run it. | |||||
1994-11-16 | * config/tc-hppa.c (pa_subspace): Make sure to always reset | Jeff Law | 1 | -1/+9 | |
current_subspace. (pa_text, pa_data): Likewise. | |||||
1994-11-16 | * config/tc-hppa.c (pa_align): New function. Aligns the current | Jeff Law | 2 | -125/+65 | |
offset within the current subspace along with updating the alignment of the subspace itself. (pa_subspace): Default alignment to one byte rathern than zero bytes to avoid setting alignment to log2(0). (md_pseudo_table): Use pa_alignment for .align. | |||||
1994-11-15 | messages.c (as_fatal): put space after "fatal error:" | Ken Raeburn | 1 | -0/+5 | |
1994-11-15 | * gas/config/tc-hppa.h (obj_frob_symbol): Delete ELF specific | Jeff Law | 4 | -3/+114 | |
definition. (tc_frob_symbol): Make this condition on OBJ_SOM or OBJ_ELF. For ELF, subtract out the symbol->section->vma for non-common symbols. * gas/testsuite/gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match current expected ELF output. * gas/testsuite/gas/hppa/reloc/reloc.exp (do_plabel_relocation_test, do_r_no_reloc): Likewise. | |||||
1994-11-15 | nuke "confidential" dirs | Ken Raeburn | 2 | -0/+4 | |
1994-11-09 | add delta68 config | Ken Raeburn | 3 | -0/+11 | |
1994-11-09 | * config/tc-ppc.c (ppc_bf): Always set coff_line_base. | Ian Lance Taylor | 1 | -0/+6 | |
PR 5830. |