aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-01-28 * configure.in (CONFIG_LDFLAGS): Only add -export-dynamicJason Molenda3-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.hIan Carmichael1-0/+4
1998-01-27Fix PR 14752 by preserving t2a3_b_insnNick Clifton1-0/+5
1998-01-27 * tc-txvu.c (*): Update to use handle new arguments forDoug Evans2-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 inDoug Evans3-221/+464
parse/insert/extract/print fns. * txvu-opc.c (*): Likewise.
1998-01-27 * txvu.h (txvu_{opcode,operand}): New typedefs.Doug Evans2-32/+52
(txvu_operand): Add opcode,operand,mods arguments consistently to each of the parse/insert/extract/print routines.
1998-01-27Fix PRs 14721, 14722, 14723Nick Clifton2-23/+57
1998-01-27Fix gdbtk sanitizations to be silent unless verbose optio is given.Fred Fish1-4/+12
1998-01-27Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>Ian Lance Taylor3-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-27use '/' in one case to test itDoug Evans1-2/+6
1998-01-27allow '/' in addition to '.' in dest specDoug Evans2-4/+4
1998-01-27fix ior encodingDoug Evans2-4/+10
1998-01-27Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>Ian Lance Taylor2-1/+9
* config.bfd (i[3456]86-sco3.2v5*) ELF now the default. (i[3456]86sco3.2v5*coff) New target.
1998-01-27tweak againIan Lance Taylor1-1/+1
1998-01-27tweak last patchIan Lance Taylor2-7/+9
1998-01-27 * config/tc-arm.c (md_apply_fix3): Add casts before comparingIan Lance Taylor2-4/+13
offsetT variable set to unsigned int value with FAIL.
1998-01-27* listing.c (MAX_BYTES): Use listing variables not constants.Richard Henderson2-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-27Bring over lost listing bits from emc-97r1-branch.Richard Henderson3-110/+312
1998-01-27* gas/m68k/mri_moveml.[sd]: New testcase.Richard Henderson3-0/+45
1998-01-27 * as.c (parse_args): Add --keep-locals alias for -L.Richard Henderson8-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-27add more pke/dma/gpuif parsing supportDoug Evans1-7/+156
1998-01-27add pke field bit macrosDoug Evans1-0/+25
1998-01-27Fix some mswin sanitization problems.Fred Fish4-2/+53
1998-01-27Fix to s_dmadata(), .EndDmaData was causing a trap.James Lemke1-10/+11
1998-01-27add commentDoug Evans1-0/+3
1998-01-27 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):Jason Molenda2-1/+6
Add closing parenthesis. From HJ Lu.
1998-01-27 (lookup_keyword_{value,name}): New functions.Doug Evans2-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 Evans1-0/+18
1998-01-27*** empty log message ***James Lemke1-22/+87
1998-01-27* tc-txvu.c (assemble_one_insn): Allow [] in suffix operand.Doug Evans1-0/+1
1998-01-27allow [] in suffix operandDoug Evans1-1/+3
1998-01-27 * dve3900-rom.c: Improve performance by using memory commandsMark Alexander2-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 Evans2-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 toDoug Evans3-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 toDoug Evans2-17/+55
instruction rather than instruction itself. Result of insert is `void'. Add decls for dma, pke, gpuif support.
1998-01-26Fix some problems with gdbtk sanitization.Fred Fish2-1/+16
1998-01-26Detect when explicltly parallel instructions have i/o conflicts andNick Clifton2-38/+46
generate warning messages.
1998-01-26 * bfd-in2.h: Rebuild with changes to chew--tab expansion.Ian Lance Taylor2-187/+191
1998-01-26Fixed infinite loop bug in can_make_parallel().Nick Clifton3-216/+358
Added second level of sanization to remove phase 2 work.
1998-01-26 * gdbtk.c (gdb_actions_command): Make note of next actionKeith Seitz2-1/+7
before freeing all references to it.
1998-01-26remove last entry regarding new install target "install-gdbtk"Keith Seitz1-7/+0
1998-01-26Fix minor sanitization problems.Fred Fish2-3/+56
1998-01-26use .vu pseduo-opDoug Evans4-0/+4
1998-01-26checkpointDoug Evans3-11/+763
1998-01-26Exit status is in r0, not r2Michael Meissner1-0/+4
1998-01-25fix ilw,ilwr,isw,iswrDoug Evans1-10/+10
1998-01-25checkpointDoug Evans1-6/+16
1998-01-25Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com>Martin Hunt2-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-25Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com>Martin Hunt1-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-25If DEBUG has 0x20 set, turn traps into batch debuggingMichael Meissner1-0/+7