aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-05-29 * symbols.c (symbol_find_base): Fix case insensitive symbol nameIan Lance Taylor1-0/+3
code. From Chris Moller <moller@bops.com>.
1998-05-29Fri May 29 16:03:26 1998 Pat Rankin <rankin@eql.caltech.edu>Ian Lance Taylor2-119/+123
* config/tc-vax.c (_): Delete this macro used for placeholder values in vax_operand_width_size; it conflicts with the _() macro used for internationalization.
1998-05-29 Based on patch from Klaus Kaempf <kkaempf@progis.de>:Ian Lance Taylor3-1/+16
* struc-symbol.h (struct broken_word): Add seg and subseg fields. * read.c (emit_expr): Initialize seg and subseg fields of a new broken word. * write.c (write_object_file): Switch to the appropriate segment and subsegment when processing a broken word.
1998-05-29 * gas/mips/mips.exp: Adjust ilocks initialization to match currentIan Lance Taylor2-2/+19
assembler defaults more closely.
1998-05-29 * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.Ian Lance Taylor2-16/+48
(run_srec_test): On mn10200, define __truncsipsi2_do_d2. * ld-srec/sr1.c (__main): Change return type to void. * ld-srec/sr3.cc (__main): Likewise. (__builtin_delete, __builtin_new): Likewise. (__get_dynamic_handler_chain): Return 0. (__get_eh_context): Likewise.
1998-05-29 * config/tc-m68k.c (mri_assemble): New static function.Ian Lance Taylor2-15/+60
(build_mri_control_operand): Call mri_assemble rather than md_assemble. (s_mri_else, s_mri_break, s_mri_next, s_mri_for): Likewise. (s_mri_endf, s_mri_endw): Likewise.
1998-05-29Partial fix for PR 15929 - Change physical address of segment when itsNick Clifton2-5/+65
sections' LMAs have changed.
1998-05-29 * gas/sh/fp.s: Remove ftst/nan. The assembler no longer supportsIan Lance Taylor1-0/+15
the instruction. * gas/sh/basic.exp: Adjust accordingly.
1998-05-29Match mips*tx39 not mipst*tx39.Andrew Cagney3-205/+205
1998-05-29 * main.c (main): Check for NULL from getenv on CYGWIN32.Keith Seitz6-69/+115
* gdbtk.c (_initialize_gdbtk): Get rid of the console. Patch from Chris Faylor (cgf@cygnus.com). * configure.in: Link cygwin32 with subsystem console. * configure: Regenerated
1998-05-29more attempts to handle `*' as mpg addressDoug Evans1-25/+26
1998-05-29tweak last entryDoug Evans1-1/+1
1998-05-29resolve mpgloc_sym in `*' caseDoug Evans1-13/+31
1998-05-28 * config/tc-dvp.h (ELF_TC_SPECIAL_SECTIONS): Add .vuoverlay_table.Doug Evans3-30/+241
(dvp_frob_file): Declare. (tc_frob_file): Define. (VUOVERLAY_SECTION_PREFIX,VUOVERLAY_TABLE_SECTION_NAME): New macros. * config/tc-dvp.c (VUOVERLAY_START_PREFIX): New macro. (vuoverlay_section_name,create_vuoverlay_section): New functions. (vuoverlay_section,vuoverlay_table_section): New static globals. (ovlysym_table): New static global. (md_begin): Create .vuoverlay_table section. (assemble_vif): Call create_vuoverlay_section for each mpg. (dvp_frob_label): Record vu labels in ovlysym_table for later movement from absolute section to their overlay section. (dvp_frob_file): New function. (md_apply_fix3): For 8/16/32/64 bit relocs, only process if fx_done.
1998-05-28 * config/tc-dvp.c (assemble_one_insn): Parse suffix operandsDoug Evans1-0/+9
even when missing in input string. Forgot to check ChangeLog entry in.
1998-05-28 * mips-tdep.c (mips_push_dummy_frame): Fix calculation ofPeter Schauer1-0/+12
PROC_REG_OFFSET and PROC_FREG_OFFSET.
1998-05-27add vr4111 as a sanitization tag to get rid of vr4111 and vr4102 mentions.Jason Molenda2-1/+43
1998-05-27Added BFD_RELOC_SPARC_32LE and bfd_mach_sparc_sparclite_le.Stan Cox2-6/+8
1998-05-27 * config/tc-sparc.c (md_show_usage): Add \n\ to new string.Ian Lance Taylor1-0/+4
1998-05-27Stop GDB getting confused over r29 and FP. print $r29 and infoAndrew Cagney3-8/+27
registers r29 gave different values.
1998-05-27sparclite 86x big endian instruction / little endian data support.Stan Cox3-4/+70
1998-05-27sparclite 86x big endian instruction / little endian data support.Stan Cox1-0/+9
1998-05-26Fix PR15984 - Add flags to various opcodesNick Clifton2-4/+9
1998-05-26Fix Pr15998 - Make SHORT_B3(b) formats examin but not modify their first ↵Nick Clifton2-52/+62
register argument.
1998-05-26 * Makefile.in (distclean): Remove config.log.Ian Lance Taylor1-0/+4
1998-05-26Add sanitize tags around VR4320 mentions.Jason Molenda1-3/+5
1998-05-26add nec4102rom.c to things-to-keep (asklarof sez that the 4102 is aJason Molenda1-0/+1
variant of the VR4100 and does not need to be sanitized.)
1998-05-25 * remote.c (remote_open_1): If an error occurs starting the remote, ↵Keith Seitz1-0/+5
pop the target AND return.
1998-05-25Pull in preliminary versions of hw instances and handles from ../ppcAndrew Cagney5-0/+746
1998-05-25Make hw-main.h the main header file for H/W devices. Like sim-main.hAndrew Cagney7-102/+150
Update dv-*.c Replace *_callback with more correct. *_method. Update dv-*.c
1998-05-25Add files hw-alloc.[hc] (mising from last CI)Andrew Cagney7-33/+185
Move set_* macro's from hw-base to hw-device.
1998-05-25Initialize/destory hw-properties within the hw-device.Andrew Cagney4-0/+29
1998-05-25Split out hw-alloc code. Add constructor and destructor for hw-alloc.Andrew Cagney7-126/+83
1998-05-25Split out hw-event code. Clean up interface. Update all users.Andrew Cagney14-108/+276
1998-05-25Clean up create/delete of hw-portsAndrew Cagney5-55/+532
1998-05-25* hw-device.c (hw_ioctl), hw-device.h (hw_ioctl_callback): DropAndrew Cagney3-129/+51
PROCESSOR and CIA arguments.
1998-05-25De-sanitize simulator hw.Andrew Cagney3-77/+0
1998-05-25Fix mips SWL on 64bit ISA when 32 bit word appears in second half ofAndrew Cagney8-0/+666
64 bit bus. Test.
1998-05-24 * ser-unix.c (wait_for): Do not reset timeout_remaining for cygwin32 soKeith Seitz4-3/+56
that we can use this member to track real timeouts. (hardwire_readchar): Modify for cygwin32 so that we only ever use a real system timeout of one second. Track the "real" timeout as a series of th ese one second timeouts. Call ui_loop_hook to keep the gui alive. * top.c: Define new hook for cygwin32, "ui_loop_hook". * gdbtk.c (gdbtk_init): Add ui_loop_hook for CygWin32 to work around update problems.
1998-05-24 * Initial support for "sim list vif[01]"Ron Unrau1-1/+1
1998-05-23 * dwarf2read.c (read_subroutine_type): Set TYPE_FLAG_PROTOTYPEDPeter Schauer2-2/+15
on C++ functions. * valops.c (value_arg_coerce): Add new argument to indicate whether the function has a prototype, handle integer and float promotions accordingly. (call_function_by_hand): Always call value_arg_coerce, pass down prototype information.
1998-05-22 * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.Doug Evans2-26/+42
* cgen-dis.in (extract_normal): Likewise. * m32r-asm.c,m32r-dis.c: Regenerate.
1998-05-22 * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.Doug Evans1-0/+5
* cgen-dis.in (extract_normal): Likewise.
1998-05-22 * gas/m32r/allinsn.d: Handle 64 bit bfd_vma.Doug Evans1-0/+8
* gas/m32r/uppercase.d: Likewise. * gas/m32r/m32rx.d: Likewise.
1998-05-22 * dvp-opc.c (parse_dotdest): Missing dest -> xyzw.Doug Evans1-0/+6
1998-05-22Reformat for consistency.Jason Molenda1-54/+55
1998-05-22 * remote.c (_initialize_remote): Typo extended__remoteJohn Metzler2-1/+5
1998-05-22Only enable H/W on some mips targets.Andrew Cagney9-125/+170
Move common hw-obj to Make-common Pacify GCC
1998-05-22Sanity clauseAndrew Cagney1-2/+2
1998-05-22Back out of hw-main _callback -> _descriptor changesAndrew Cagney3-18/+12