Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-01-28 | * configure.in (CONFIG_LDFLAGS): Only add -export-dynamic | Jason Molenda | 3 | -84/+127 | |
when using GNU ld. A little longer patch than necessary due to some whitespace reformatting. | |||||
1998-01-27 | * Incorporate GPR_SET() macro from mips/sim-main.h | Ian Carmichael | 1 | -0/+4 | |
1998-01-27 | Fix PR 14752 by preserving t2a3_b_insn | Nick Clifton | 1 | -0/+5 | |
1998-01-27 | * tc-txvu.c (*): Update to use handle new arguments for | Doug Evans | 2 | -45/+167 | |
parse/insert/extract/print handlers. ({encode,decode}_fixup_reloc_type): New function. (assemble_pke): Write out insn after parsing it. | |||||
1998-01-27 | * txvu-dis.c (*): Update to use new arguments in | Doug Evans | 3 | -221/+464 | |
parse/insert/extract/print fns. * txvu-opc.c (*): Likewise. | |||||
1998-01-27 | * txvu.h (txvu_{opcode,operand}): New typedefs. | Doug Evans | 2 | -32/+52 | |
(txvu_operand): Add opcode,operand,mods arguments consistently to each of the parse/insert/extract/print routines. | |||||
1998-01-27 | Fix PRs 14721, 14722, 14723 | Nick Clifton | 2 | -23/+57 | |
1998-01-27 | Fix gdbtk sanitizations to be silent unless verbose optio is given. | Fred Fish | 1 | -4/+12 | |
1998-01-27 | Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com> | Ian Lance Taylor | 3 | -86/+127 | |
* configure.in (i386-*-sco3.2v5*): Defaults to ELF now. (i386-*-sco3.2v5*coff): New target. (i386-*-sco3.2*): New target. * configure: Rebuild. | |||||
1998-01-27 | use '/' in one case to test it | Doug Evans | 1 | -2/+6 | |
1998-01-27 | allow '/' in addition to '.' in dest spec | Doug Evans | 2 | -4/+4 | |
1998-01-27 | fix ior encoding | Doug Evans | 2 | -4/+10 | |
1998-01-27 | Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com> | Ian Lance Taylor | 2 | -1/+9 | |
* config.bfd (i[3456]86-sco3.2v5*) ELF now the default. (i[3456]86sco3.2v5*coff) New target. | |||||
1998-01-27 | tweak again | Ian Lance Taylor | 1 | -1/+1 | |
1998-01-27 | tweak last patch | Ian Lance Taylor | 2 | -7/+9 | |
1998-01-27 | * config/tc-arm.c (md_apply_fix3): Add casts before comparing | Ian Lance Taylor | 2 | -4/+13 | |
offsetT variable set to unsigned int value with FAIL. | |||||
1998-01-27 | * listing.c (MAX_BYTES): Use listing variables not constants. | Richard Henderson | 2 | -6/+17 | |
(data_buffer): No longer an array, but a pointer. (calc_hex): sizeof(data_buffer) -> MAX_BYTES. (listing_listing): Allocate data_buffer. | |||||
1998-01-27 | Bring over lost listing bits from emc-97r1-branch. | Richard Henderson | 3 | -110/+312 | |
1998-01-27 | * gas/m68k/mri_moveml.[sd]: New testcase. | Richard Henderson | 3 | -0/+45 | |
1998-01-27 | * as.c (parse_args): Add --keep-locals alias for -L. | Richard Henderson | 8 | -123/+144 | |
Add --strip-local-absolute. (show_usage): Update. * as.h (flag_strip_local_absolute): New flag. * symbols.c (S_IS_LOCAL): Use it. * config/obj-aout.h (S_IS_LOCAL): Likewise. * config/obj-bout.h (S_IS_LOCAL): Likewise. * config/obj-coff.h (S_IS_LOCAL): Likewise. PR 14689 | |||||
1998-01-27 | add more pke/dma/gpuif parsing support | Doug Evans | 1 | -7/+156 | |
1998-01-27 | add pke field bit macros | Doug Evans | 1 | -0/+25 | |
1998-01-27 | Fix some mswin sanitization problems. | Fred Fish | 4 | -2/+53 | |
1998-01-27 | Fix to s_dmadata(), .EndDmaData was causing a trap. | James Lemke | 1 | -10/+11 | |
1998-01-27 | add comment | Doug Evans | 1 | -0/+3 | |
1998-01-27 | * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): | Jason Molenda | 2 | -1/+6 | |
Add closing parenthesis. From HJ Lu. | |||||
1998-01-27 | (lookup_keyword_{value,name}): New functions. | Doug Evans | 2 | -2/+271 | |
(scan_symbol): New function. (issymchar,SKIP_BLANKS): New macros. Plus more dma/gpuif support code. | |||||
1998-01-27 | (enum gpuif_reg): Declare. | Doug Evans | 1 | -0/+18 | |
1998-01-27 | *** empty log message *** | James Lemke | 1 | -22/+87 | |
1998-01-27 | * tc-txvu.c (assemble_one_insn): Allow [] in suffix operand. | Doug Evans | 1 | -0/+1 | |
1998-01-27 | allow [] in suffix operand | Doug Evans | 1 | -1/+3 | |
1998-01-27 | * dve3900-rom.c: Improve performance by using memory commands | Mark Alexander | 2 | -15/+52 | |
that print less fluff. Minor cosmetic changes. Eliminate compiler warnings. | |||||
1998-01-27 | * tc-txvu.c: First pass at dma/pke/gpuif support. | Doug Evans | 2 | -89/+156 | |
(assemble_one_insn): Renamed from assemble_insn. Initialize errmsg = NULL before calling parse fn. (fixups,fixup_count): Make static globals. | |||||
1998-01-27 | * txvu-dis.c (print_insn): Extract/print fns take pointer to | Doug Evans | 3 | -236/+335 | |
insn now and not insn itself. * txvu-opc.c: insert/extract/print fns take pointer to insn now and not insn itself. Add initial dma,pke,gpuif support. Parse fn no longer needs to set errmsg = NULL for success. | |||||
1998-01-27 | * txvu.h (txvu_opcode): insert/extract/print take pointer to | Doug Evans | 2 | -17/+55 | |
instruction rather than instruction itself. Result of insert is `void'. Add decls for dma, pke, gpuif support. | |||||
1998-01-26 | Fix some problems with gdbtk sanitization. | Fred Fish | 2 | -1/+16 | |
1998-01-26 | Detect when explicltly parallel instructions have i/o conflicts and | Nick Clifton | 2 | -38/+46 | |
generate warning messages. | |||||
1998-01-26 | * bfd-in2.h: Rebuild with changes to chew--tab expansion. | Ian Lance Taylor | 2 | -187/+191 | |
1998-01-26 | Fixed infinite loop bug in can_make_parallel(). | Nick Clifton | 3 | -216/+358 | |
Added second level of sanization to remove phase 2 work. | |||||
1998-01-26 | * gdbtk.c (gdb_actions_command): Make note of next action | Keith Seitz | 2 | -1/+7 | |
before freeing all references to it. | |||||
1998-01-26 | remove last entry regarding new install target "install-gdbtk" | Keith Seitz | 1 | -7/+0 | |
1998-01-26 | Fix minor sanitization problems. | Fred Fish | 2 | -3/+56 | |
1998-01-26 | use .vu pseduo-op | Doug Evans | 4 | -0/+4 | |
1998-01-26 | checkpoint | Doug Evans | 3 | -11/+763 | |
1998-01-26 | Exit status is in r0, not r2 | Michael Meissner | 1 | -0/+4 | |
1998-01-25 | fix ilw,ilwr,isw,iswr | Doug Evans | 1 | -10/+10 | |
1998-01-25 | checkpoint | Doug Evans | 1 | -6/+16 | |
1998-01-25 | Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com> | Martin Hunt | 2 | -29/+200 | |
* gdbtk.c: Merge from Foundry branch. (TclDebug): New debugging function. (gdb_loc): For frames, find address of calling function instead of whatever is on the stack (usually the next instruction). (gdb_listfiles): Takes an optional pathname argument and returns an alphabetized list of basenames of files in the path. | |||||
1998-01-25 | Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com> | Martin Hunt | 1 | -0/+8 | |
* breakpoint.c (enable_breakpoint): Preserve breakpoint disposition when enabling a breakpoint. * symtab.c (find_pc_sect_line): If no symbol information is found, return correct pc anyway. | |||||
1998-01-25 | If DEBUG has 0x20 set, turn traps into batch debugging | Michael Meissner | 1 | -0/+7 | |