summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * opcode/mips.h (CPU_R2000): Remove.Richard Sandiford2002-07-252-1/+4
|
* * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): DefineAlan Modra2002-07-254-90/+108
| | | | | | | | | | as elf_link_record_local_dynamic_symbol. (_bfd_elf64_link_record_local_dynamic_symbol): Likewise. (elf_link_record_local_dynamic_symbol): Declare. Now returns int. * elflink.h (elf_link_record_local_dynamic_symbol): Move to.. * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an attempt is made to record a symbol in a discarded section, and return `2' in that case.
* * jv-exp.y: Marked all strings with _().Tom Tromey2002-07-252-20/+33
| | | | | | | (ClassInstanceCreationExpression, ArrayCreationExpression): Use internal_error. (MethodInvocation, CastExpression, parse_number, yyerror, java_type_from_name, push_expression_name, yylex): Typo fixes.
* * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)Daniel Jacobowitz2002-07-253-0/+108
| | | | | | (tee_file_flush, tee_file_write, tee_file_fputs) (tee_file_isatty): New. * ui-file.h (tee_file_new): Add prototype.
* * ada-lang.c: Change k&r style function definitions to prototypedAidan Skinner2002-07-254-741/+274
| | | | | | | | form. * ada-typeprint.c: Change k&r style function definitions to prototyped form. * ada-valprint.c: Change k&r style function definitions to prototyped form.
* daily updateAlan Modra2002-07-251-1/+1
|
* *** empty log message ***gdbadmin2002-07-251-1/+1
|
* Obsolete m88k.Andrew Cagney2002-07-2428-3380/+3405
|
* 2002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-07-243-10/+18
| | | | | | | | * findvar.c (extract_unsigned_integer): Make `addr' parameter constant. Same for local pointer variables. (extract_signed_integer): Ditto. * defs.h (extract_unsigned_integer): Update. (extract_signed_integer): Update.
* * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.Kevin Buettner2002-07-244-78/+76
| | | | | * gdbserver/configure: Regenerate. * gdbserver/config.in: Regenerate.
* 2002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-07-243-7/+20
| | | | | | | | | | | | * regcache.c (regcache_raw_write): Change buf parameter to a constant void pointer. (regcache_raw_read): Change buf parameter to a void pointer. (legacy_write_register_gen): Change myaddr parameter a constant void pointer. (supply_register): Change val parameter to a const void pointer. * regcache.h (regcache_raw_write): Update declaration. (regcache_raw_read): Update declaration. (supply_register): Update declaration.
* * defs.h (gdb_readline_wrapper): Declare.Tom Tromey2002-07-245-3/+36
| | | | | | | * utils.c (prompt_for_continue): Use gdb_readline_wrapper. * tracepoint.c (read_actions): Use gdb_readline_wrapper. * top.c (gdb_readline_wrapper): New function. (command_line_input): Use it.
* 2002-07-24 Dave Brolley <brolley@redhat.com>Dave Brolley2002-07-242-1/+13
| | | | | * corefile.c (core_create_function_syms): Use the end of the section containing the symbol to compute max_vma.
* 2002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-07-247-75/+106
| | | | | | | | | | | | | | | | | | | | | | * regcache.h (regcache_raw_read, regcache_raw_write): Replace regcache_read and regcache_write. (regcache_raw_read_as_address): Replace regcache_read_as_address. * regcache.c: Update. * sh-tdep.c (sh64_push_arguments): Update comment. (sh_pseudo_register_read): Update. (sh_pseudo_register_write): Update. (sh4_register_read): Update. (sh4_register_write): Update. (sh64_pseudo_register_read): Update. (sh64_pseudo_register_write): Update. (sh64_register_read): Update. (sh64_register_write): Update. * i386-tdep.c (i386_extract_return_value): Update. (i386_extract_struct_value_address): Update. (i386_extract_return_value): Update. * blockframe.c (generic_read_register_dummy): Update. (generic_call_dummy_register_unwind): Update * infrun.c (write_inferior_status_register): Update.
* oops - omitted from previous deltaNick Clifton2002-07-241-1/+5
|
* Update Spanish and Swedish translationsNick Clifton2002-07-2416-2104/+2987
|
* Add missing 2001-09-29 entryAlan Modra2002-07-241-12/+16
|
* Fix a typo.H.J. Lu2002-07-242-2/+2
|
* Remove stray conflict marker.Jim Blandy2002-07-241-1/+0
|
* * parser-defs.h (expression_context_pc): Make this extern.Jim Blandy2002-07-242-1/+6
| | | | (Thanks to Michael Snyder.)
* daily updateAlan Modra2002-07-241-1/+1
|
* *** empty log message ***gdbadmin2002-07-241-1/+1
|
* Mention 5.2.1 on mainline.Andrew Cagney2002-07-233-45/+74
|
* Fix error check in remote_read_bytesMark Salter2002-07-232-1/+7
|
* fix typo introduced in previous deltaNick Clifton2002-07-231-0/+1
|
* * Makefile.am: Run "make dep-am".Alan Modra2002-07-236-8/+54
| | | | | | | * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * config.in: Regenerate. * po/POTFILES.in: Regenerate.
* * Makefile.am: Run "make dep-am".Alan Modra2002-07-233-19/+25
| | | | * Makefile.in: Regenerate.
* * Makefile.am: Run "make dep-am".Alan Modra2002-07-234-65/+76
| | | | | * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
* Regenerate.Alan Modra2002-07-232-0/+4
|
* missed 'em from the last deltaAlan Modra2002-07-233-28/+10
|
* * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra2002-07-2328-267/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immediately. Remove code handling relocatable linking. * elf32-avr.c (elf32_avr_relocate_section): Likewise. * elf32-cris.c (cris_elf_relocate_section): Likewise. * elf32-fr30.c (elf32_frv_relocate_section): Likewise. * elf32-h8300.c (elf32_h8_relocate_section): Likewise. * elf32-hppa.c (elf32_hppa_relocate_section): Likewise. * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf32-v850.c (v850_elf_relocate_section): Likewise. * elf32-vax.c (elf_vax_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. * elf32-avr.c (elf_backend_rela_normal): Define. * elf32-cris.c: Likewise. * elf32-fr30.c: Likewise. * elf32-h8300.c: Likewise. * elf32-hppa.c: Likewise. * elf32-ip2k.c: Likewise. * elf32-sparc.c: Likewise. * elf32-v850.c: Likewise. * elf32-vax.c: Likewise. * elf64-hppa.c: Likewise. * elf64-sparc.c: Likewise. * elf32-fr30.c (elf32_frv_relocate_section): Edit comment. * elf32-i860.c (elf32_i860_relocate_section): Likewise. * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise. * elf32-m32r.c (m32r_elf_relocate_section): Likewise. * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise. * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise. * elf-m10200.c (USE_RELA): Don't define. * elf-m10300.c: Likewise. * elf32-i370.c: Likewise. * elf32-ip2k.c: Likewise. * elf32-m68k.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-s390.c: Likewise. * elf32-vax.c: Likewise. * elf64-ppc.c: Likewise. * elf64-s390.c: Likewise. * elf64-x86-64.c: Likewise. * elfxx-ia64.c: Likewise. * elf32-avr.c (USE_REL): Don't undef. * elf32-ip2k.c: Likewise.
* Add new bitfield 'want_p_paddr_set_to_zero'.Nick Clifton2002-07-235-102/+126
| | | | | Set this field for HPUX IA64 port. Test this field when setting p_paddr.
* sim-h8300.h new fileAndrey Volkov2002-07-232-0/+79
|
* Swapped the order of the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLMNick Clifton2002-07-232-68/+60
| | | | loaders to show the Copyright string.
* oops - omitted from previous deltaNick Clifton2002-07-232-0/+970
|
* update translations.Nick Clifton2002-07-2320-2073/+2685
|
* Ken Raeburn is no longer the maintainer for GAS.Nick Clifton2002-07-232-3/+7
|
* * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.Alan Modra2002-07-232-1/+5
|
* * budemang.c: Include config.h and string.h/strings.h.Alan Modra2002-07-232-1/+8
|
* * elflink.h (elf_link_input_bfd): Don't change internal symbolsAlan Modra2002-07-232-10/+16
| | | | when outputting relocs.
* * aix-thread.c (language.h): Include.Kevin Buettner2002-07-232-25/+49
| | | | | | | | (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs) (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc): Print newlines at end of debug messages. (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data) (pdc_write_data): Use local_hex_string() instead of %llx formats.
* Don't rely on FIRST_UISA_SP_REGNUM or LAST_UISA_REGNUM.Kevin Buettner2002-07-231-63/+93
|
* daily updateAlan Modra2002-07-231-1/+1
|
* *** empty log message ***gdbadmin2002-07-231-1/+1
|
* * aix-thread.c (ops): Rename to aix_thread_ops.Kevin Buettner2002-07-222-78/+102
| | | | | | | | | | | | | | | | | | | | | (base_ops): Rename to base_target. (ops_attach): Rename to aix_thread_attach. (ops_detach): Rename to aix_thread_detach. (ops_resume): Rename to aix_thread_detach. (ops_wait): Rename to aix_thread_wait. (ops_kill): Rename to aix_thread_kill. (init_ops): Rename to init_aix_thread_ops. (ops_fetch_register): Rename to aix_thread_fetch_register. (ops_store_register): Rename to aix_thread_store_register. (ops_mourn_inferior): Rename to aix_thread_mourn_inferior. (ops_thread_alive): Rename to aix_thread_thread_alive. (ops_extra_thread_info: Rename to aix_thread_extra_thread_info. (ops_pid_to_str): Rename to aix_thread_pid_to_str. (ops_xfer_memory): Rename to aix_thread_xfer_memory. (fetch_regs_lib): Rename to fetch_regs_user_thread. (fetch_regs_kern): Rename to fetch_regs_kernel_thread. (store_regs_lib): Rename to store_regs_user_thread. (store_regs_kern): Rename to store_regs_kernel_thread.
* * aix-thread.c (ops_prepare_to_store): Eliminate.Kevin Buettner2002-07-222-53/+77
| | | | | | | | | | | (init_ops): Don't initialize ops.prepare_to_store. (store_regs_kern): Pre-fetch register buffers from child, because some registers may not be in the cache. Copy regs from register cache only if they are cached. (store_regs_lib): Copy regs from register cache only if they are cached. (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32, fill_gprs64): Ditto.
* * aix-thread.c (gdb_assert.h): Include.Kevin Buettner2002-07-222-35/+158
| | | | | | | | | | | | | | | | | | | | | | | | (fill_sprs64, fill_sprs32): Add selected asserts to make sure that register sizes (from register cache) match size of buffer holding register data. (fill_sprs32): Change parameter types to match those in the ptrace() buffer. (store_regs_lib): Likewise, but for 32-bit temporary variables. (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''. * aix-thread.c (supply_sprs64): Cosmetic change. (supply_sprs32): Cosmetic change. (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs. (fill_sprs64): Use regcache_collect instead of read_register. (store_regs_lib): Use regcache_collect instead of read_register. Use fill_sprs32 instead of fill_sprs64, if debugging a 32-bit architecture. (store_regs_kern): Use fill_gprs64 etc. to pull the values out of the register cache, instead of passing a pointer into the register cache directly to ptrace. Use regcache_collect insteaad of read_register. (ops_prepare_to_store): Use target_read_registers instead of read_register_bytes.
* * doc/c-ip2k.texi: The company name Scenix changed to Ubicom.Denis Chertykov2002-07-222-2/+2
| | | | * doc/as.texi: Likewise.
* *** empty log message ***gdbadmin2002-07-221-1/+1
|
* daily updateAlan Modra2002-07-221-1/+1
|