summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2000-08-29 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-08-293-97/+100
| | | | | | | * i386-linux-nat.c (i386_linux_skip_solib_resolver, skip_hurd_resolver, find_minsym_and_objfile): Move these solib functions into i386-linux-tdep.c for cross debugging. * i386-linux-tdep.c: Receive the above functions.
* Fix stack offset correction for 68hc11Stephane Carrez2000-08-292-13/+37
|
* Protoization.Kevin Buettner2000-08-292-30/+4
|
* Fix segfault from last memory-leak fixing patch.Jim Wilson2000-08-282-1/+7
| | | | | * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode call. Change last goto to use failed instead of done.
* * i386-linux-nat.c (fetch_inferior_registers): Move call toMark Kettenis2000-08-282-1/+10
| | | | | dummy_sse_values ... (supply_fpregset): ... here.
* 2000-08-28 Dave Brolley <brolley@redhat.com>Dave Brolley2000-08-2811-181/+346
| | | | | | | | | | | | | * Makefile.in: Use of @true confuses VPATH. Remove it. * cpu.h: Regenerated. * cpux.h: Regenerated. * decode.c: Regenerated. * decodex.c: Regenerated. * model.c: Regenerated. * modelx.c: Regenerated. * sem-switch.c: Regenerated. * sem.c: Regenerated. * semx-switch.c: Regenerated.
* 2000-08-28 Dave Brolley <brolley@redhat.com>Dave Brolley2000-08-283-78/+176
| | | | | * cpu.h: Regenerated. * decode.c: Regenerated.
* 2000-08-28 Dave Brolley <brolley@redhat.com>Dave Brolley2000-08-282-1/+13
| | | | | * cgen-trace.c (sim_cgen_disassemble_insn): Make sure entire insn is in insn_value if it will fit.
* 2000-08-28 Dave Brolley <brolley@redhat.com>Dave Brolley2000-08-2816-360/+726
| | | | | | | | | | | | | | | | | | | | | | | | | * cgen-ibld.in (cgen_put_insn_int_value): New function. (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P. (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P. (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P. * cgen-dis.in (read_insn): New static function. (print_insn): Use read_insn to read the insn into the buffer and set up for disassembly. (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is in the buffer. * fr30-asm.c: Regenerated. * fr30-desc.c: Regenerated. * fr30-desc.h Regenerated. * fr30-dis.c: Regenerated. * fr30-ibld.c: Regenerated. * fr30-opc.c: Regenerated. * fr30-opc.h Regenerated. * m32r-asm.c: Regenerated. * m32r-desc.c: Regenerated. * m32r-desc.h Regenerated. * m32r-dis.c: Regenerated. * m32r-ibld.c: Regenerated. * m32r-opc.c: Regenerated.
* 2000-08-28 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-282-35/+39
| | | | * tic30-dis.c: Fix formatting.
* 2000-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-08-278-19/+30
| | | | | | | | | | | * pa64solib.c (pa64_solib_load_symbols): Don't use ANOFFSET as an lvalue. * xcoffread.c (xcoff_symfile_offsets): Ditto * somsolib.c (som_solib_section_offsets): Ditto. * somread.c (som_symfile_offsets): Ditto. * rs6000-nat.c (vmap_symtab): Ditto. * remote-vx.c (vx_add_symbols): Ditto. * remote-os9k.c (rombug_wait): Ditto.
* * gregset.h: Protect against multiple inclusion. Remove someMark Kettenis2000-08-272-7/+17
| | | | redundant spaces.
* Reclaim reloc space for symbols that have been forced local.Alan Modra2000-08-272-43/+63
|
* * win32-nat.c (dll_symbol_command): Tack a .dll on the end of a suppliedChristopher Faylor2000-08-275-101/+365
| | | | | | | | | | | | | | | | | | | | | argument if it is missing an extension. * corelow.c: Define O_BINARY if it isn't defined. (core_open): Open core file in binary mode. * config/i386/tm-cygwin.h (child_clear_solibs): Rename from child_clear_solib. * config/i386/cygwin.mh: Add dependency from corelow.o. * win32-nat.c (register_loaded_dll): New function. Add dll to the list of currently loaded dlls. (handle_load_dll): Use register_loaded_dll. (child_solib_add): Distinguish between active process and core targets. (solib_symbols_add): Load symbols from loaded dll. (core_dll_symbols_add): New function. Load symbols from dll referenced in core. (core_section_load_dll_symbols): New function. (dll_code_sections_add): New function. (map_single_dll_code_section): New function. (fetch_elf_core_registers): New function. (_initialize_core_win32): New function.
* 2000-08-27 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-262-65/+73
| | | | * sh-dis.c: Fix formatting.
* Protoization.Kevin Buettner2000-08-263-9/+8
|
* Multi-arch support for 68hc11Stephane Carrez2000-08-262-355/+668
|
* Fri Aug 25 16:57:05 2000 David Taylor <taylor@texas.cygnus.com>David Taylor2000-08-253-0/+16
| | | | | * regcache.c (register_changed): New function. * value.h: Declare it.
* Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor2000-08-257-17/+97
| | | | | | | | | | | | | | | | * symtab.c (search_symbols): Fix off by one error in index for initializing variables ourtype, ourtype2, ourtype3, and ourtype4. (symtab_symbol_info): fix similar off by one error. Fri Aug 25 12:03:15 2000 David Taylor <taylor@texas.cygnus.com> * gdbarch.sh (TARGET_ADDR_BIT): New macro for the number of bits in gdb's representation of a target address. * gdbarch.c, gdbarch.h: Regenerated. * gdbtypes.c (build_gdbtypes): Use TARGET_ADDR_BIT instead of TARGET_PTR_BIT when initializing builtin_type_CORE_ADDR. * printcmd.c (print_address_numeric): Use TARGET_ADDR_BIT instead of TARGET_PTR_BIT, because we're printing an address, not a pointer.
* 2000-08-24 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2000-08-253-7/+48
| | | | | * Makefile.in: add rules to compile and link pascal specific files. * config/djgpp/fnchange.lst: add substitution for p-exp.tab.c.
* 2000-08-24 David Edelsohn <dje@watson.ibm.com>Geoffrey Keating2000-08-242-0/+12
| | | | * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
* Allow common symbols to have an alignment of 1 if explicitly requested, andNick Clifton2000-08-242-1/+10
| | | | not overridden by other definitions.
* 2000-08-24 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-242-11/+16
| | | | * z8k-dis.c: Fix formatting.
* 2000-08-20 Michael Chastain <chastain@redhat.com>Andrew Cagney2000-08-242-2/+20
| | | | | * remote.c (read_frame): Handle SERIAL_TIMEOUT while reading checksum.
* Protoize.Kevin Buettner2000-08-233-12/+9
|
* * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.Eli Zaretskii2000-08-232-69/+78
| | | | | Fix typos and markup mistakes (from Dmitry S. Sivachenko <dima@Chg.RU>).
* Fix bugs detecting w65 architecture.Nick Clifton2000-08-223-4/+15
|
* 2000-08-22 H.J. Lu <hjl@gnu.org>H.J. Lu2000-08-226-0/+106
| | | | | | | | | | | | | | * elf-bfd.h (elf_link_hash_table): Add runpath. * bfd-in.h (bfd_elf_get_runpath_list): New prototype. * bfd-in2.h: Rebuilt. * elf.c (_bfd_elf_link_hash_table_init): Initialize the "runpath" field to NULL. (bfd_elf_get_runpath_list): New function. * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and DT_RUNPATH entries.
* Forgot to check this in with last commit!Dave Brolley2000-08-221-0/+15
|
* * config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva2000-08-222-3/+42
| | | | | (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures.
* * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,Alexandre Oliva2000-08-222-21/+28
| | | | | R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them explicitly. Improve validation of r_type.
* Zero out the dynamic allocated content space. Add a comment to remind us thatNick Clifton2000-08-215-4/+33
| | | | one day this ought to be fixed.
* 2000-08-21 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-08-212-17/+14
| | | | | | | | | | | | | bfd: * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate field with the newly relocated value instead of adding it to the existing immediate field. (elf32_i860_relocate_splitn): Likewise. (elf32_i860_relocate_highadj): Likewise. gas: * config/tc-i860.c (md_apply_fix3): Do not insert the immediate if the fixup resulted in a relocation.
* Protoization.Kevin Buettner2000-08-213-15/+10
|
* * Contribute CGEN simulator build support code.Frank Ch. Eigler2000-08-219-4/+325
| | | | * Patch was posted by bje@redhat.com.
* * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans2000-08-203-3/+22
| | | | | | | | (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. (all-cgen): New target. (all-opcodes,all-sim): Depend on all-cgen. * configure.in (host_tools): Add cgen. Only configure cgen if --enable-cgen-maint.
* Check arches->gdbarch and not current_gdbarch when looking for a match.Andrew Cagney2000-08-192-2/+7
|
* * MAINTAINERS: Add myself as dcache.c maintainer.J.T. Conklin2000-08-1812-34/+74
| | | | | | | | | | | | | | | | | | | | | | | | * remote-nindy.c (nindy_load): Invalidate dcache. * dcache.c (dcache_invd): Renamed from dcache_flush. The term flush with respect to caches usually implies that data will be written to memory. (dcache_init, dcache_xfer_memory): Updated. * monitor.c (flush_monitor_dcache, monitor_resume, monitor_load): Updated. * ocd.c (ocd_open, ocd_resume, bdm_reset_command): Updated. * remote-bug.c (bug_load, bug_resume): Updated. * remote-nindy.c (nindy_open, nindy_resume): Updated. * remote-sds.c (sds_open, sds_resume): Updated. * remote-utils.c (gr_open): Updated. * remote.c (remote_open_1, remote_resume, remote_async_resume, remote_cisco_open): Updated. * wince.c (child_create_inferior, child_resume): Updated. * monitor.c (monitor_open): Free dcache before creating a new one. * dcache.c (dcache_free): New function. * dcache.h (dcache_free): New prototype. -------------------------------------------------------------------
* Add dummy params where needed.Andrew Cagney2000-08-182-2/+8
|
* * config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva2000-08-172-6/+10
|
* Fix 3 DV bugs, and a few minor cleanups.Jim Wilson2000-08-168-5685/+5884
| | | | | | | | | | | | | | | | | | | | | | | | gas/ * config/tc-ia64.c (specify_resource, case IA64_RS_GR): Handle postincrement modified registers. Handle IA64_OPND_R3_2 addl source registers. (note_register_values): Handle IA64_OPND_R3_2 operands. gas/testsuite/ * gas/ia64/dv-raw-err.s: Add new tests for addl and postinc. * gas/ia64/dv-raw-err.l: Likewise. * gas/ia64/dv-waw-err.l: Update sed pattern. * gas/ia64/opc-f.pl: Delete fpsub, and fpadd comment. * gas/ia64/opc-f.s, gas/ia64/opc-f.d: Regenerate. include/opcode/ * ia64.h (IA64_OPCODE_POSTINC): New. opcodes/ * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds. Delete break, mov-immediate, nop. * ia64-opc-f.c: Delete fpsub instructions. * ia64-opc-m.c: Add POSTINC to all instructions with postincrement address operand. Rewrite using macros to avoid long lines. * ia64-opc.h (POSTINC): Define. * ia64-asmtab.c: Regenerate.
* 2000-08-16 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-08-162-10/+35
| | | | | * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it was previously just a stub).
* * configure.in (libstdcxx_flags): UseAlexandre Oliva2000-08-162-1/+6
| | | | libstdc++-v3/src/libstdc++.INC.
* * elflink.c (_bfd_elf_create_got_section): Don't abort().Alexandre Oliva2000-08-162-6/+28
| | | | | Formatting fixes. (_bfd_elf_create_dynamic_sections): Likewise.
* * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation addressJakub Jelinek2000-08-162-8/+25
| | | | | | | | | for undefined symbols to be the beginning of the section. * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate four extra entries at the beginning of the .rela.plt section. (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt section to account for the four reserved entries in the .plt section.
* 2000-08-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-08-162-2/+7
| | | | | * i386.h: Swap the Intel syntax "movsx"/"movzx" due to the IgnoreSize change.
* * value.h (struct value) <lazy>: Add a comment about its use forEli Zaretskii2000-08-162-1/+17
| | | | watchpoints.
* * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0Geoffrey Keating2000-08-163-27/+64
| | | | | | | | to the list of NOPs we recognize after a branch-and-link. Use the ori NOP when one is needed. * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation for large archives.
* Fix file corrupted before initial checkin.Jim Wilson2000-08-152-1/+35
| | | | * ia64-ic.tbl: Add missing entries.
* 2000-08-15 Dave Brolley <brolley@redhat.com>Dave Brolley2000-08-151-2/+2
| | | | * sim-profile.c (profile_print_speed): Print cpu frequency if not zero.